summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1824-36/+36
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: update Qt:: -> TQt::Mavridis Philippe2023-08-1238-234/+234
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* twin: prevent cursor appearing off-window when untiling while movingMavridis Philippe2023-08-121-0/+12
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* twin: Add opaque tiling optionMavridis Philippe2023-08-127-123/+163
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-0919-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-0823-43/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Chinese (Simplified))Wantao Liu2023-08-021-50/+132
| | | | | | | Currently translated at 100.0% (63 of 63 strings) Translation: tdebase/khotkeys - data Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20719-929/+929
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-192-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Portuguese)Hugo Carvalho2023-07-161-7/+7
| | | | | | | Currently translated at 100.0% (23 of 23 strings) Translation: tdebase/drkonqi - presets Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1325-47/+47
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace usage of obsolete TQLineEdit methods with supported methodsMichele Calgaro2023-07-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: renames twin3_ to twin_ in user theme config files. This relates to ↵Michele Calgaro2023-07-101-4/+14
| | | | | | issue #351 and PR #364. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* twin: Minor code cleanup and refactoringMavridis Philippe2023-07-1010-217/+205
| | | | | | Refactoring concerns active border code. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* twin: 25% zones for active cornersMavridis Philippe2023-07-101-19/+48
| | | | | | | | | Added special checks that make corner activation easier: we assume a 25% zone on the edge of each border where instead of half size tiling we perform quarter size tiling. The rest 50% is left for normal half size tiling. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Translated using Weblate (Polish)Marek W2023-07-071-7/+6
| | | | | | | Currently translated at 97.0% (33 of 34 strings) Translation: tdebase/twin - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/
* KWin: rename client libraries twin3_* -> twin_*Mavridis Philippe2023-07-0750-111/+95
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Make TWin look for `twin_` librariesMavridis Philippe2023-07-072-6/+3
| | | | | | | | | | This is now the preferred way of calling the decoration libraries (in place of `twin3_`). The old names that start with `twin3_` are still recognized for compatibility reasons. This resolves issue #351. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* tdm/backend: Add include <sys/ioctl.h> for ioctl() prototype.Slávek Banko2023-07-041-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add detection and, if necessary, prototype for strlcat and strlcpy.Slávek Banko2023-07-042-0/+36
| | | | | | This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2023-07-0483-84/+1646
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/twin - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/
* Translated using Weblate (Ukrainian)Roman Savochenko2023-07-041-6/+6
| | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: tdebase/khelpcenter - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/
* Update translation template.Automated System2023-07-041-1/+18
|
* kcmtwin: Move Active Borders options into a new tabMavridis Philippe2023-07-047-191/+289
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TWin: Add active corner support to quick tilingMavridis Philippe2023-07-049-117/+181
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* kxkb: prevent overflow in case of non-existing layout groupRoman Savochenko2023-06-291-2/+7
| | | | | Signed-off-by: Roman Savochenko <roman@oscada.org> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kxkb: fix unnecessary translations strings.Roman Savochenko2023-06-291-3/+3
| | | | | Signed-off-by: Roman Savochenko <roman@oscada.org> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Find power related system tools instead of hardcode themDenis Kozadaev2023-06-204-22/+99
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Drop Qt2's TQSortedList classMichele Calgaro2023-06-201-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kxkb: re-add custom TDE switching shortcutMavridis Philippe2023-06-1413-42/+139
| | | | | | This commit fixes issue #342. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* SunOS UID schemeDenis Kozadaev2023-06-131-3/+11
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-092-3/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Czech)Slávek Banko2023-06-061-4/+4
| | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: tdebase/khelpcenter - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/
* Update translation filesTDE Weblate2023-06-0584-84/+504
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdebase/khelpcenter - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/
* Update translation template.Automated System2023-06-051-1/+6
|
* Add TDE release notes to khelpcenter home page. This resolves issue #332Michele Calgaro2023-06-053-2/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replacing the wrong USEPAM variable with USE_PAMormorph2023-06-051-1/+1
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* kcheckpass: fix shadow support when not building tdmBobby Bingham2023-06-056-99/+28
| | | | | | | | | | | | | | | | | 1. If not building with PAM, kcheckpass relies on HAVE_SHADOW to decide whether to support shadow passwords. However, this was only set if also building tdm. Consolidate all PAM/shadow configure checks at the top level so these are always set correctly. 2. Consolidate /etc/passwd and shadow password handling The shadow password handler already completely handles /etc/passwd passwords as well, so having a separate handler for just /etc/passwd is pure code duplication. Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-4/+8
| | | | | | | Currently translated at 100.0% (1 of 1 strings) Translation: tdebase/tde_release_notes.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-5/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/kdcop - kdcop.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-5/+9
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdebase/tdeintegration.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-7/+9
| | | | | | | Currently translated at 100.0% (51 of 51 strings) Translation: tdebase/kdesktop - icons Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/
* Translated using Weblate (Russian)Andrei Stepanov2023-06-041-6/+16
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: tdebase/applnk - compat Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/
* Added translation using Weblate (Russian)Andrei Stepanov2023-06-031-0/+20
|
* Added translation using Weblate (Russian)Andrei Stepanov2023-06-031-0/+25
|
* Added translation using Weblate (Russian)Andrei Stepanov2023-06-031-0/+25
|
* [ksysguardd] Use size_t for storing process memory usage.Daniel Collins2023-05-294-42/+24
| | | | | | Avoids the process memory usage rolling over at 4GiB on 64-bit systems. Signed-off-by: Daniel Collins <solemnwarning@solemnwarning.net>
* TWin: Active borders and snap tilingMavridis Philippe2023-05-2713-433/+837
| | | | | | | | | | | | | | | | | | | | | | This commit is a squash of the commits of TDE/tdebase#331. In short, this backports some improvements to existing electric border functionality from KDE, adds the snap tiling (or aerosnap) feature and brings rudimentary support for active corners, which will be fully implemented in a later PR. The options dialog and the documentation has been updated to reflect these changes. Additionally, a new relevant option is introduced: an option for restoring the original size of maximized/tiled windows when the user starts dragging them. The option is set to be off by default, preserving the traditional behaviour of KDE 3.x/TDE. Last but not least, the term "electric" in relation to borders and corners is replaced by "active" for clarity to the users. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix FTBFS caused by SunOS specific patches - see Issue #344.Slávek Banko2023-05-232-3/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>