Commit Graph

3306 Commits (c2db60ebd35d0edeb444a1c8284896afbef7c49b)
 

Author SHA1 Message Date
TDE Gitea c2db60ebd3 Update translation template. 6 months ago
Mavridis Philippe 8bd4c502f6
KControl: add touchpad configuration module
Supports the Libinput and Synaptics drivers, includes documentation and inpupt-touchpad icon.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Mavridis Philippe e91257a7c7
KControl: implement dynamic module tests
Since KDE 3.4 there is underlying support for dynamically determining whether a module should
be loaded or not, depending on an exported test function which would return a boolean value
depending on the success of one or more tests (e.g. for presence of specific hardware).

This approach is documented but has so far not been implemented by the TDE Control Centre.

This commit adds a check to the TCC which performs the test function if needed (that is, if
the X-TDE-Test-Module property is true) and, if it returns false, prevents showing the
module in the tree list, which is the intended behaviour of the test function feature.

For more information see:
https://wiki.trinitydesktop.org/index.php?title=TDEConfig_Module_HOWTO&oldid=1893#Making_a_KCModule_dynamically_available

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Slávek Banko ae5dd34217
Klipper: Use translations from klipper-desktops for Copy Full Path action for Konqueror.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 months ago
Slávek Banko 3b3ce430bb Translated using Weblate (Czech)
Currently translated at 100.0% (23 of 23 strings)

Translation: tdebase/klipper - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/cs/
6 months ago
Slávek Banko ccfcf4d126 Translated using Weblate (Czech)
Currently translated at 100.0% (34 of 34 strings)

Translation: tdebase/color schemes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/cs/
6 months ago
Marek W cc5cfd87c7 Translated using Weblate (Polish)
Currently translated at 95.6% (22 of 23 strings)

Translation: tdebase/klipper - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/pl/
6 months ago
TDE Weblate 309c9f6796 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: tdebase/klipper - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/
6 months ago
TDE Gitea 7717560180 Update translation template. 6 months ago
Mavridis Philippe 765f18886b Klipper: add Copy Full Path action for Konqueror
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Michele Calgaro 2bc7176522
twin compton: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Slávek Banko 1fe99ddf2e Translated using Weblate (Czech)
Currently translated at 100.0% (3 of 3 strings)

Translation: tdebase/kxkb - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/cs/
6 months ago
Hugo Carvalho e6de59d55c Translated using Weblate (Portuguese)
Currently translated at 100.0% (2 of 2 strings)

Translation: tdebase/kappfinder - kappfinder.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/pt/
6 months ago
Etienne Ruedin 666871e24d Translated using Weblate (German)
Currently translated at 100.0% (81 of 81 strings)

Translation: tdebase/twin - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/de/
7 months ago
Etienne Ruedin 1e9c0766c2 Translated using Weblate (German)
Currently translated at 76.4% (26 of 34 strings)

Translation: tdebase/twin - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/de/
7 months ago
Etienne Ruedin 2f2aeed0a0 Translated using Weblate (German)
Currently translated at 50.5% (50 of 99 strings)

Translation: tdebase/tdm - sessions
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/de/
7 months ago
Etienne Ruedin 7213dd8524 Translated using Weblate (German)
Currently translated at 86.6% (13 of 15 strings)

Translation: tdebase/applnk - compat
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/de/
7 months ago
Michele Calgaro 06fe07e626
Fix tiling menu functionality when windows in the taskbar are grouped
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Mavridis Philippe 66ebe21d5e
TWin, Kicker: Add icons for tiling menus
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Michele Calgaro 4cd5817775
Add support for window tiling to the taskbar and window's popup menus. This relates to TDE/tdebase#349.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro 8afb12b32b
Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue #513
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Mavridis Philippe e84954ddc1 Use server icon for remote folders
This icon is more accurate than the more generic applications-internet.

Includes a tdeconf_update script.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe e610fb2466 KNetAttach: Added SFTP connection type
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe e6fc9bed16
Remote protocol: add UDS_LOCAL_PATH atom to remote folders
This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.

Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe e0069f9048
kcmkeys: update keyboard shortcut schemes
- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)
- Fix name of "Log Out" actions

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe 88a090066b
KSMServer: reload power-managerrc settings every time before they are needed
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe 95837cc844
Add support for assigning global shortcuts for suspend actions
The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).

The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.

In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe d88718ee02
KSMServer: improve suspend code
1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.
2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.
3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)
4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Marek W 352d2ee3da Translated using Weblate (Polish)
Currently translated at 100.0% (3 of 3 strings)

Translation: tdebase/kxkb - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/
7 months ago
Marek W 54dda569f7 Added translation using Weblate (Polish) 7 months ago
Michele Calgaro 00651591c5
Improve location of kate and kwrite desktop files. This resolves issue #327
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
OBATA Akio 928fbada0a konsole: fix column width calculation for string
TQString accessor is 0-based.

Signed-off-by: OBATA Akio <obache@wizdas.com>
7 months ago
Michele Calgaro 5675b97655
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
TDE Gitea de521d1654 Reset submodule main/core/tdebase/admin to latest HEAD 8 months ago
TDE Gitea caed1f703c Reset submodule main/core/tdebase/admin to latest HEAD 8 months ago
Michele Calgaro 8fca33b35b
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
TDE Gitea 5f44af37f3 Reset submodule main/core/tdebase/admin to latest HEAD 8 months ago
ormorph cd4f41e76b
Fix for building tdm with gcc-14
Solution to issue #505

Signed-off-by: ormorph <roma251078@mail.ru>
8 months ago
Michele Calgaro 9cebcf7b55
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Slávek Banko da5ee7290d Added translation using Weblate (Czech) 8 months ago
Slávek Banko 6182e3275b Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko d6c81f5c23 Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko 07782b25ca Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko d0edcdc012 Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko 065201c1ba Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko ba458f64b6 Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko c4a74517af Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko a7f6377b8d Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko 09b4bf524c Added translation using Weblate (Spanish (Argentina)) 8 months ago
Slávek Banko 01a37ebed6 Added translation using Weblate (Spanish (Argentina)) 8 months ago