Hello!
I fully support your proposals and they actually mirror some of my own wishes for TDE. (Please excuse me for mentioning all of them in a single reply.)
OAuth support is imperative in 2024 and it's in my plans to add the support but I think it depends on a good modern web engine (TDEHTML of course won't work with GMail's OAuth authentication page). I was hoping to attempt a WebKit port once I get a machine powerful enough to build WebKit but unfortunately I don't know when that will be.
Touchpad settings are another thing I wanted to look into. It seems adequate to assume most users are using libinput nowadays, so we need a TDE Control Module to wrap its settings. I think there is a library we can use for that.
I used to use FBReader a lot and I agree it's a superb application (even though its UI takes a little getting used to). If it has a Qt3 version, we can maintain that, I think, especially since you mentioned its development is abandoned.
Unfortunately, of course, there are few of us working on TDE, so it might take some time. Probably the easiest proposal to implement is get the old GPLv2 version of FBReader under the TDE umbrella. The source code is available here:
https://github.com/geometer/FBReader
We might have to rename it in order to avoid conflicts with the developers of the proprietary version (TDEReader??).
-- Philippe MAVRIDIS
On Friday, May 3rd, 2024 at 7:25 PM, Alexis PM via tde-devels devels@trinitydesktop.org wrote:
Hello
I think it would be very interesting to incorporate in TDE control center a 'touchpad' settings section or add extra touchpad-related options to current 'mousepad' section. Specific touchpad options as enable/disable touchpad, enable/disable tapping, set how scrolling... In the sense of http://qsynaptics.sourceforge.net and https://github.com/sibskull/synaptiks but instead of being based on synpatics, perhaps based on (or additionally supporting) libinput.
Thank you so much! ____________________________________________________ tde-devels mailing list -- devels@trinitydesktop.org To unsubscribe send an email to devels-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt...
On Fri, 03 May 2024 16:57:40 +0000 "blu.256 via tde-devels" devels@trinitydesktop.org wrote:
OAuth support is imperative in 2024 and it's in my plans to add the support but I think it depends on a good modern web engine (TDEHTML of course won't work with GMail's OAuth authentication page). I was hoping to attempt a WebKit port once I get a machine powerful enough to build WebKit but unfortunately I don't know when that will be.
That may be a red herring, actually. Claws-mail (https://www.claws-mail.org/) doesn't have a complete HTML rendering engine but does have some level of OAuth2 support. Might be worth looking into their code.
E. Liddell
All the mentioned points are very valid and in fact have been talked about either on ML or internally in the past, especially the OAuth2 support for kmail.
I never used fbreader, but this seems like a good candidate to be added to TDE, especially if it could already be built with Qt3.
@Alexis: would you mind creating three Issues on TGW to track the requests? As Philippe said, it may take time to get them implemented, but it is good not to forget about them in first place :-)
Cheers Michele
On 2024/05/04 01:57 AM, blu.256 via tde-devels wrote:
Hello!
I fully support your proposals and they actually mirror some of my own wishes for TDE. (Please excuse me for mentioning all of them in a single reply.)
OAuth support is imperative in 2024 and it's in my plans to add the support but I think it depends on a good modern web engine (TDEHTML of course won't work with GMail's OAuth authentication page). I was hoping to attempt a WebKit port once I get a machine powerful enough to build WebKit but unfortunately I don't know when that will be.
Touchpad settings are another thing I wanted to look into. It seems adequate to assume most users are using libinput nowadays, so we need a TDE Control Module to wrap its settings. I think there is a library we can use for that.
I used to use FBReader a lot and I agree it's a superb application (even though its UI takes a little getting used to). If it has a Qt3 version, we can maintain that, I think, especially since you mentioned its development is abandoned.
Unfortunately, of course, there are few of us working on TDE, so it might take some time. Probably the easiest proposal to implement is get the old GPLv2 version of FBReader under the TDE umbrella. The source code is available here:
https://github.com/geometer/FBReader
We might have to rename it in order to avoid conflicts with the developers of the proprietary version (TDEReader??).
-- Philippe MAVRIDIS
On Friday, May 3rd, 2024 at 7:25 PM, Alexis PM via tde-devels devels@trinitydesktop.org wrote:
Hello
I think it would be very interesting to incorporate in TDE control center a 'touchpad' settings section or add extra touchpad-related options to current 'mousepad' section. Specific touchpad options as enable/disable touchpad, enable/disable tapping, set how scrolling... In the sense of http://qsynaptics.sourceforge.net and https://github.com/sibskull/synaptiks but instead of being based on synpatics, perhaps based on (or additionally supporting) libinput.
Great!
Implement OAuth in KMail https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/124
Adopt fbreader as alternative TDE e-book reader https://mirror.git.trinitydesktop.org/gitea/TDE/kbookreader/issues/15
Add touchpad settings to TDE control center https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/481
Each TGW issue includes the content of the emails. Includes Philippe's proposal for a new name for the TDE-FBReader.
Thank you so much! En sábado, 4 de mayo de 2024, 14:48:13 CEST, Michele Calgaro via tde-devels devels@trinitydesktop.org escribió:
All the mentioned points are very valid and in fact have been talked about either on ML or internally in the past, especially the OAuth2 support for kmail.
I never used fbreader, but this seems like a good candidate to be added to TDE, especially if it could already be built with Qt3.
@Alexis: would you mind creating three Issues on TGW to track the requests? As Philippe said, it may take time to get them implemented, but it is good not to forget about them in first place :-)
Cheers Michele
On 2024/05/04 01:57 AM, blu.256 via tde-devels wrote:
Hello!
I fully support your proposals and they actually mirror some of my own wishes for TDE. (Please excuse me for mentioning all of them in a single reply.)
OAuth support is imperative in 2024 and it's in my plans to add the support but I think it depends on a good modern web engine (TDEHTML of course won't work with GMail's OAuth authentication page). I was hoping to attempt a WebKit port once I get a machine powerful enough to build WebKit but unfortunately I don't know when that will be.
Touchpad settings are another thing I wanted to look into. It seems adequate to assume most users are using libinput nowadays, so we need a TDE Control Module to wrap its settings. I think there is a library we can use for that.
I used to use FBReader a lot and I agree it's a superb application (even though its UI takes a little getting used to). If it has a Qt3 version, we can maintain that, I think, especially since you mentioned its development is abandoned.
Unfortunately, of course, there are few of us working on TDE, so it might take some time. Probably the easiest proposal to implement is get the old GPLv2 version of FBReader under the TDE umbrella. The source code is available here:
https://github.com/geometer/FBReader
We might have to rename it in order to avoid conflicts with the developers of the proprietary version (TDEReader??).
-- Philippe MAVRIDIS
On Friday, May 3rd, 2024 at 7:25 PM, Alexis PM via tde-devels devels@trinitydesktop.org wrote:
Hello
I think it would be very interesting to incorporate in TDE control center a 'touchpad' settings section or add extra touchpad-related options to current 'mousepad' section. Specific touchpad options as enable/disable touchpad, enable/disable tapping, set how scrolling... In the sense of http://qsynaptics.sourceforge.net and https://github.com/sibskull/synaptiks but instead of being based on synpatics, perhaps based on (or additionally supporting) libinput.
____________________________________________________ tde-devels mailing list -- devels@trinitydesktop.org To unsubscribe send an email to devels-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt...
Thanks for doing that Alexis, appreciated :-) Cheers Michele
On 2024/05/07 05:14 AM, Alexis PM via tde-devels wrote:
Great!
Implement OAuth in KMail https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/124
Adopt fbreader as alternative TDE e-book reader https://mirror.git.trinitydesktop.org/gitea/TDE/kbookreader/issues/15
Add touchpad settings to TDE control center https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/481
Each TGW issue includes the content of the emails. Includes Philippe's proposal for a new name for the TDE-FBReader.
Thank you so much!