summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.Automated System2024-03-011-0/+30
|
* kcontrol-info-memory: use 64 bits variable to store memory sizeDenis Kozadaev2024-02-291-3/+2
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 220dec20f9df8117a09b29571d3dab0d02997790)
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dc9ec2711be0fae16d667a8e9cb38d04ebd5ae41)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1423-44/+44
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2d7d2122cf33aa713cebef95981305039c798003)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-02-141-0/+0
|
* kxkb: handle resetOld correctly in cases if all opions already setAlexander Golubev2024-02-081-4/+4
| | | | | | | Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit d0c145d5a3bc3dfa286bc25912b34b902660cc1f)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0442-88/+88
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0d9263f836b892b03742c494bd236d57b63ebb19)
* Replace auto_ptrMichele Calgaro2024-01-231-3/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4484e51ca69d3080fac8692a7a203c49dc47ab1e)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-16608-6388/+6388
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Merge translation files from master branch.Automated System2024-01-151-6/+9
|
* Merge translation files from master branch.Automated System2024-01-141-0/+30
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-26126-599/+599
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682)
* KXkb: add keyboard layout notificationMavridis Philippe2023-12-2511-1/+158
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 7c724a49212a9ffdf42381d99648f15457867787)
* Kxkb: move LayoutUnit struct into its own file and add getLayoutName functionMavridis Philippe2023-12-256-60/+84
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 9647d4c7ff182c1fadffb9c6218bc00132fe682e)
* Make dependency upon libssh optionalAlexander Golubev2023-12-253-2/+4
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit f2dbf5b9035e9a4861b7d0ad348f4f86c4caba03)
* TWin: Add DCOP method showWindowMenu(wid) for default menu positionMavridis Philippe2023-12-213-2/+13
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit ecd60bc6a5f5181bb5013bea114fae5d8efaab47)
* TWin showWindowMenu: add support for negative coordinatesMavridis Philippe2023-12-211-10/+13
| | | | | | | | | Negative coordinates change the popup menu origins: * Negative X: origin is right edge instead of left; * Negative Y: origin is bottom edge instead of top. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 6b30fb07918385ab02a97c27df5e3e2954f03487)
* twin: fix showWindowMenuAt(...) DCOP callMavridis Philippe2023-12-211-3/+5
| | | | | | | | | Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt. This commit implpements the correct behaviour of the function which takes all arguments into account. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 6c0d9ec42e6c08afe9235995f6b19c4c72606aa8)
* Merge translation files from master branch.Automated System2023-12-172-23/+26
|
* twin: use separate bit to inhibit configure request messages. This resolves ↵Michele Calgaro2023-12-134-3/+5
| | | | | | | issue #434. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f5bdd235fc583f6674581df993165b9e7ae8774c)
* Merge translation files from master branch.Automated System2023-12-095-28/+37
|
* Merge translation files from master branch.Automated System2023-12-083-22/+26
|
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0521-36/+36
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1390bece9a81780610a9aee6f7d543f72bf57d1a)
* Merge translation files from master branch.Automated System2023-12-031-17/+19
|
* Replace 'Event' #define stringsMichele Calgaro2023-12-0227-68/+68
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8aea8afbc5fcc3bfd0d6234bf91436cbb290ed43)
* twin: makes sure to notify an application on resizing events so that the ↵Michele Calgaro2023-12-021-0/+5
| | | | | | | window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue TDE/tde#57 and issue #384. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5590077e66774b629235516744993014360c3d25)
* Fix FTBFS caused by detection of libr version after recent updateMichele Calgaro2023-11-261-2/+2
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b6f9aaf3c380569e7608e13863dfd2693f21ed04)
* Fix unwanted window resizing. This resolves issue TDE/tde#57.Michele Calgaro2023-11-264-1/+14
| | | | | | | Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a9bd5b50e9b77b8b360dd3620013a320733139aa)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-267-17/+17
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2521-67/+67
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e4c9b13a62c5b357106022afdd21767f429c5b8d)
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-2315-59/+59
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-2121-49/+49
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-2011-34/+34
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f924d271a4771b8046697fefd778d895a54d93d)
* QuickLauncher: Ignore empty URLs at reading the configurationRoman Savochenko2023-11-191-1/+1
| | | | | Signed-off-by: Roman Savochenko <roman@home.home> (cherry picked from commit d2412f01de96943fe2cb62e9104506a6b9b9b7e6)
* Fix strlcat and strlcpy checkormorph2023-11-141-9/+5
| | | | | | | | Solving the TDE/tde-packaging-gentoo#310 problem. Glibc-2.38 adds new functions strlcat and strlcpy. Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit a99f7a16ff7034f7c7ef77d7702a6f5bee0e2616)
* Replace Qt with TQtMichele Calgaro2023-11-14231-968/+968
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Merge translation files from master branch.Automated System2023-11-081-9/+10
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 607e797c0a03a1a0c24af338ed2a333f7f1739ab)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Merge translation files from master branch.Automated System2023-11-0284-84/+2604
|
* Update translation template.Automated System2023-11-021-1/+31
|
* Deprecate TabColor settingMavridis Philippe2023-11-021-6/+0
| | | | | | | | | This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color. This is not related to saving tab colors as part of a session. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 67ad6a14093bbdc024e6ed61dbe0dc31c3d6df67)
* Konsole: add ability to reset tab color to defaultMavridis Philippe2023-11-022-19/+27
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit dbe0a64f05e35eb0a625a70de9ebc3d86b4ef656)
* Add six new color schemes taken from https://www.opendesktop.org.Michele Calgaro2023-11-027-0/+158
| | | | | | | | | | | | | | There is no license files on the website, but based on the site Terms & Conditions, it seems reasonable to redistribute this files under GPL2 license. Human: https://www.opendesktop.org/p/1123955/ Last.fm: https://www.opendesktop.org/p/1123742/ Lizard: https://www.opendesktop.org/p/1123562 Platinum: https://www.opendesktop.org/p/1123528/ Sienna: https://www.opendesktop.org/p/1123485/ WedgeWeb: https://www.opendesktop.org/p/1123249/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 688aa0fc28d3de8665b7b151eba65fe49e02187f)
* Added initial draft of release notes for R14.1.2.Slávek Banko2023-11-022-0/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3cc190da30cda1e3d69b7499a6a75e7cbacf10a4)
* Merge translation files from master branch.Automated System2023-10-301-9/+10
|