summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ksmserver: Fix FTBFS when building without tdehw library.Slávek Banko5 days1-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2b6ca044662284548f3e870ecec450311e1f5aee)
* Merge translation files from master branch.Automated System2024-10-023-23/+22
|
* Merge translation files from master branch.Automated System2024-09-292-11/+13
|
* Merge translation files from master branch.Automated System2024-09-263-23/+21
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Merge translation files from master branch.Automated System2024-09-2272-288/+288
|
* Update translation template.Automated System2024-09-221-4/+4
|
* TDESynDaemon: prevent more than one instance from running at the same timeMavridis Philippe2024-09-221-0/+6
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit cc6f1bd569ef972ae648bff093cef96f145269c6)
* KControl: Add option to toggle visibility of hidden modulesMavridis Philippe2024-09-2212-24/+69
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 82ed0caa3f87db41359230813b23b539d88a32eb)
* khotkeys: make sure the kded service is controlled only by the Service ↵Michele Calgaro2024-09-2214-124/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manager in TCC. Also make sure any changes to Input Action is immediately notified to the kded service. This resolves issue #537. 1. Fix kded service startup settings. In TCC --> Regional & Accessibility --> Input Actions --> General Settings tab, there was a checkbox to "disable the daemon". This was either quitting or relaunching khotkeys as a standalone application, overlapping any choice set in the TCC -> TDE Components --> Service Manager page. khotkeys is now launched as a kded service, therefore the aforemention checkbox is no longer required. If a user choose to manually launch khotkeys as a standalone application, they can disable it by simply terminating the application (either by killing it or quitting through DCOP). 2. Notify Input Actions changes to the kded service If Input Actions are changed, the changes will be notified to either the kded service or the standalone khotkeys application, depending on which of the two is running. 3. the kcm_khotkeys_init library has been removed since it is no longer necessary. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8da4fdbdbc7635014f83bfa1364dfdadcb00677b)
* Merge translation files from master branch.Automated System2024-09-211-12/+11
|
* Merge translation files from master branch.Automated System2024-09-2072-288/+1008
|
* Update translation template.Automated System2024-09-201-4/+14
|
* Various fixes for khotkeys. This resolves issue #326.Michele Calgaro2024-09-208-111/+103
| | | | | | | | | | | | | | 1. ensure there is a single khotkeys instance running per session instead of per screen (remote multihead related code) 2. allow khotkeys to be run as a kded module 3. make sure that khotkeys run either as a standalone application or as a kded module, but not both at the same time 4. do not register khotkeys as a main DCOP entry (like an app) anymore. When run as kded module, this was causing kded to be registered as khotkeys a second time. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94368f4722fa8eae1f7e7cd4b02679a760b0d620)
* KControl: Fix test function of Joystick moduleMavridis Philippe2024-09-111-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 2eb7c39d8d126378777f095569e19aac9f1dc2e8)
* Merge translation files from master branch.Automated System2024-09-103-26/+23
|
* kcontrol touchpad: rename syndaemon to tdesyndaemonMichele Calgaro2024-09-106-47/+47
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 06b225fe1e590a45acd75464dd40592d73e87608)
* Merge translation files from master branch.Automated System2024-09-07105-105/+2267
|
* Update translation template.Automated System2024-09-071-1/+18
|
* KControl: add touchpad configuration moduleMavridis Philippe2024-09-0826-20/+2537
| | | | | | | Supports the Libinput and Synaptics drivers, includes documentation and inpupt-touchpad icon. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 8bd4c502f65ad364261913150ce59a74c993ca1c)
* KControl: implement dynamic module testsMavridis Philippe2024-09-081-2/+2
| | | | | | | | | | | | | | | | | | 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> (cherry picked from commit e91257a7c75a50b69bde8189f336acc89fa4fec0)
* Klipper: Use translations from klipper-desktops for Copy Full Path action ↵Slávek Banko2024-09-061-1/+1
| | | | | | | for Konqueror. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ae5dd342175b8e9dc5794971557e57412064b1af)
* Merge translation files from master branch.Automated System2024-09-052-13/+13
|
* Merge translation files from master branch.Automated System2024-08-251-7/+9
|
* Merge translation files from master branch.Automated System2024-08-2181-81/+486
|
* Update translation template.Automated System2024-08-211-1/+6
|
* Klipper: add Copy Full Path action for KonquerorMavridis Philippe2024-08-212-0/+15
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 765f18886be7b3c9406e86f6c065c5894f5e4bed)
* twin compton: use libpcre2 instead of libpcreMichele Calgaro2024-08-189-74/+60
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2bc7176522c8cb2b154894312e2687686d7885d8)
* Merge translation files from master branch.Automated System2024-08-142-13/+17
|
* Merge translation files from master branch.Automated System2024-08-114-33/+37
|
* Fix tiling menu functionality when windows in the taskbar are groupedMichele Calgaro2024-08-042-18/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 06fe07e626b5e0d0152e30d5c7608c7d0e4e4665)
* TWin, Kicker: Add icons for tiling menusMavridis Philippe2024-08-0412-34/+28
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 66ebe21d5ef4cbeb0983d2456833f3e24fe44f0a)
* Add support for window tiling to the taskbar and window's popup menus. This ↵Michele Calgaro2024-08-046-4/+103
| | | | | | | relates to TDE/tdebase#349. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4cd5817775a7e3618081bfed788f361307cfef41)
* Merge translation files from master branch.Automated System2024-08-011-6/+10
|
* Improve settings for some sliders related to keyboard, accessibility and ↵Michele Calgaro2024-08-013-8/+10
| | | | | | | style. This also solves issue #513 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8afb12b32bbc7ef5de9a3821b6f2dae7c658e7db)
* Use server icon for remote foldersMavridis Philippe2024-08-015-1/+27
| | | | | | | | | This icon is more accurate than the more generic applications-internet. Includes a tdeconf_update script. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e84954ddc1a0406ae319dd02a7d946ed62cb6859)
* KNetAttach: Added SFTP connection typeMavridis Philippe2024-08-012-29/+47
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e610fb2466e968998ce0ede4e582a0771387f90c)
* Remote protocol: add UDS_LOCAL_PATH atom to remote foldersMavridis Philippe2024-08-011-1/+4
| | | | | | | | | 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> (cherry picked from commit e6fc9bed16c981e42418340772b984ba8a02114b)
* kcmkeys: update keyboard shortcut schemesMavridis Philippe2024-08-016-12/+24
| | | | | | | | - 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> (cherry picked from commit e0069f90483ba30d28dd76ee3e0c82d7b94bc00b)
* KSMServer: reload power-managerrc settings every time before they are neededMavridis Philippe2024-08-012-0/+4
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 88a090066be5f7c0d9611b88eb8f27902e1409ed)
* Add support for assigning global shortcuts for suspend actionsMavridis Philippe2024-08-015-2/+53
| | | | | | | | | | | 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> (cherry picked from commit 95837cc844210a35b3374bbe707cb82920b80a9b)
* KSMServer: improve suspend codeMavridis Philippe2024-08-016-55/+129
| | | | | | | | | | 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> (cherry picked from commit d88718ee027e329565d2d97c5cadde4aa1b83166)
* Merge translation files from master branch.Automated System2024-07-311-0/+30
|
* Improve location of kate and kwrite desktop files. This resolves issue #327Michele Calgaro2024-07-242-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 00651591c569287cdfb3375413f67af72dd7baa3)
* konsole: fix column width calculation for stringOBATA Akio2024-07-161-1/+1
| | | | | | | TQString accessor is 0-based. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 928fbada0a7fc1f055b05fbdc969aea2f59cb08e)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-121-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5675b97655963b8a2d424d16b3ea2dacfe40b9bb)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0125-25/+25
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8fca33b35b68d1deef3677ae5e50927bd7a5c78d)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-011-0/+0
|