Difference between revisions of "User:Blu256"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Restore and update TODO list)
 
(Update)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Contact =
 
= Contact =
 
* [[User talk:Blu256|Wiki discussion page]]
 
* [[User talk:Blu256|Wiki discussion page]]
* Jabber: <tt>blu.256@jabb.im</tt>
 
 
* IRC nick: <tt>blu256</tt> (Libera.chat)
 
* IRC nick: <tt>blu256</tt> (Libera.chat)
  +
* Mail: blu256@proton.me
   
 
= TODO list =
 
= TODO list =
   
  +
Mostly for personal reference. Updated occasionally.
Too many things, too little time...
 
   
{| class="wikitable"
+
{| class="wikitable"
|+ Currently working on:
+
|+ Currently working on...
 
! Name
 
! Name
 
! Type
 
! Type
Line 15: Line 15:
 
! Target
 
! Target
 
|-
 
|-
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/271 Kate: fix font style checkboxes between different schema font tabs]
+
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/576 Aesthetic Kicker improvements]
| Improvement
+
| Feature
  +
| Working on this
 
| R14.1.4
 
|-
 
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/550 KXkb: Fixes for issues #547 and #548 and other improvements]
 
| Feature
  +
| Working on this
 
| R14.1.4
 
|-
 
| [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/pulls/76 KOffice CMake port]
 
| Feature
 
| On hold
 
| On hold
| R14.1.1
+
| R14.1.x
 
|-
 
|-
 
| [https://mirror.git.trinitydesktop.org/gitea/TDE/kaffeine/pulls/13 MPV backend for Kaffeine]
| tdeio-mtp
 
 
| Feature
 
| Feature
 
| On hold
 
| On hold
| R14.1.1
+
| R14.1.x
 
|}
  +
  +
{| class="wikitable"
  +
|+ Misc. Planned Stuff
  +
! Name
  +
! Type
  +
! Stage
  +
! Target
 
|-
 
|-
  +
| Active borders and corners for TWin
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/156 SVG support in TDEHTML]
 
| Bugfix
+
| Feature
  +
| Active borders support in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/331 TDE/tdebase#331], more work needed for active corners)
| Not a priority
 
| R14.1.1 or later
+
| Active borders: R14.1.1
 
|-
 
|-
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/151 Make KSSL use system root certificates]
+
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/271 Kate: fix font style checkboxes between different schema font tabs]
 
| Improvement
 
| Improvement
 
| On hold
 
| On hold
| R14.2.0
+
| R14.1.1
 
|-
 
|-
 
| tdeio-mtp
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/pulls/266 Taskbar improvements]
 
 
| Feature
 
| Feature
 
| On hold
 
| On hold
 
| R14.2.0
 
| R14.2.0
 
|-
 
|-
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/pulls/31 KMix indicator]
+
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/151 Make KSSL use system root certificates]
| Feature
 
| On hold
 
| R14.2.0
 
|-
 
| Port a modern web engine to TDE
 
 
| Improvement
 
| Improvement
| Investigating
 
| R14.2.0
 
|-
 
| [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/163 Fix TDERandr messing up gamma settings(?)]
 
| Bugfix
 
 
| On hold
 
| On hold
| IDK
+
| R14.2.0
|-
 
| tdeio-gemini
 
| Feature
 
| Not a priority
 
| IDK
 
 
|}
 
|}
  +
  +
== The Big Plans™ ==
  +
Making no commitments here, but this is what I ultimately would like to work on:
  +
* TQt: Misc. new useful APIs
  +
** As soon as CMake port of TQt is complete (the current build system is an undocumented mess)
  +
** TQJson
  +
* TDE Emoji picker
  +
** Not a priority, but an emoji picker would be nice and also very easy to implement after TQt support for Unicode is complete
  +
* WebKit port
  +
** Probably two libraries:
  +
*** TQWebKit: the basic port
  +
*** TDEWebKit: wrapper with TDE enhancements
  +
* OAuth support in KMail
  +
** Literally the only thing stopping me and many GMail users from using it
  +
** Depends on the WebKit port
  +
* A multimedia library for TDE
  +
** Something like Phonon, maybe even Phonon itself

Latest revision as of 11:58, 28 January 2025

Contact

TODO list

Mostly for personal reference. Updated occasionally.

Currently working on...
Name Type Stage Target
Aesthetic Kicker improvements Feature Working on this R14.1.4
KXkb: Fixes for issues #547 and #548 and other improvements Feature Working on this R14.1.4
KOffice CMake port Feature On hold R14.1.x
MPV backend for Kaffeine Feature On hold R14.1.x
Misc. Planned Stuff
Name Type Stage Target
Active borders and corners for TWin Feature Active borders support in TDE/tdebase#331, more work needed for active corners) Active borders: R14.1.1
Kate: fix font style checkboxes between different schema font tabs Improvement On hold R14.1.1
tdeio-mtp Feature On hold R14.2.0
Make KSSL use system root certificates Improvement On hold R14.2.0

The Big Plans™

Making no commitments here, but this is what I ultimately would like to work on:

  • TQt: Misc. new useful APIs
    • As soon as CMake port of TQt is complete (the current build system is an undocumented mess)
    • TQJson
  • TDE Emoji picker
    • Not a priority, but an emoji picker would be nice and also very easy to implement after TQt support for Unicode is complete
  • WebKit port
    • Probably two libraries:
      • TQWebKit: the basic port
      • TDEWebKit: wrapper with TDE enhancements
  • OAuth support in KMail
    • Literally the only thing stopping me and many GMail users from using it
    • Depends on the WebKit port
  • A multimedia library for TDE
    • Something like Phonon, maybe even Phonon itself