summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.r14.1.xAutomated System34 hours11-185/+200
|
* Merge translation files from master branch.Automated System2 days2-52/+180
|
* Use a right printing format for the second argument, bool is not a stringDenis Kozadaev6 days1-1/+1
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 8a1a90b63242b073281c2d57051bd9ec85834a69)
* tdeioslave/fish: Use CMake code to generate fishcode.h.Slávek Banko7 days4-51/+70
| | | | | | | Executable bit on these scripts in the source code is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83e4d7076e1e5dfac804c0f89a1fcdf31795671a)
* Merge translation files from master branch.Automated System8 days3-391/+528
|
* kcminit: fix initialization of multiple modules provided by a single ↵Michele Calgaro9 days1-5/+14
| | | | | | | | | | library. This resolves issue #554. The problem was that libinput was serving multiple modules and after initializing the first one, the others would be ignored because of a check on whether the library itself had already been initialized. The solution is rather simple and checks not only the library name but also the module factory name. This ensures each library/factory module is correctly initialized. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d0a2cfa94f8ebf5476be9521c9997cf7f152cc95)
* Merge translation files from master branch.Automated System10 days2-79/+84
|
* Merge translation files from master branch.Automated System2024-12-072-109/+114
|
* Merge translation files from master branch.Automated System2024-11-281-9/+12
|
* Merge translation files from master branch.Automated System2024-11-2738-1102/+1174
|
* Merge translation files from master branch.Automated System2024-11-264-0/+100
|
* tderandrtray: restructure context menu.Michele Calgaro2024-11-261-133/+150
| | | | | | | | | | When using big monitors the context menu was getting very crowded and didn't entirely fit on the screen, making it difficult to navigate hidden entries. The restructured menu uses submenus for each category, therefore all the menu can be easily navigated. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a555786bf77db35bc9fbe4e5d1a793415a346322)
* Merge translation files from master branch.Automated System2024-11-251-33/+66
|
* Merge translation files from master branch.Automated System2024-11-242-99/+182
|
* l10n: Set es_AR as a base language for Argentina.Slávek Banko2024-11-221-1/+1
| | | | | | | Thanks Alejo Fernández for notifying it. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f293b343cccc7a644734d2aa4774ecb91f98132d)
* Merge translation files from master branch.Automated System2024-11-196-257/+584
|
* Merge translation files from master branch.Automated System2024-11-1810-234/+234
|
* Merge translation files from master branch.Automated System2024-11-174-0/+172
|
* Drop Borland compiler specific codeMichele Calgaro2024-10-312-30/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8282b8b90a156e69d3dc80dbaeeb2d8ed00988cd)
* Don't stat files twice when sending to trashmio2024-10-281-4/+11
| | | | | | | | | TQDir::entryInfoList will call some variation of stat on each file when creating the return list, so there is no need to stat the file again. See: TDE/tdebase#445 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 425bcff801905548dbee6ad2b8c053551f7c06d9)
* Add draft R14.1.4 release notesMichele Calgaro2024-10-282-0/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 47381c2cb8934ab9fcafb6c0f147578a97dd835b)
* Fix broken links in R14.1.3 release notesMichele Calgaro2024-10-281-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a2422064414c00f1be30185241b8138957b4b62)
* Update R14.1.3 release notes to final versionr14.1.3Michele Calgaro2024-10-141-2/+117
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e6323b1a720047ed1304fd45850905fdad3c1c9b)
* ksmserver: Fix FTBFS when building without tdehw library.Slávek Banko2024-10-121-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)