Commit Graph

3171 Commits (11fe84fc21d7ae8e5e1d7c76aabeea9507fd9ac8)
 

Author SHA1 Message Date
Mavridis Philippe 83e74d1e55
twin: update Qt:: -> TQt::
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe 42f97b681b
twin: prevent cursor appearing off-window when untiling while moving
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe bc6893644c
twin: Add opaque tiling option
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Michele Calgaro 67f2b0da2c
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 7bc43c68b3
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Wantao Liu 2937383dce Translated using Weblate (Chinese (Simplified))
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/
2 years ago
Michele Calgaro 814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea 873f0a21c9 Reset submodule main/core/tdebase/admin to latest HEAD 2 years ago
Michele Calgaro 9ab75fc136
Drop compatibility code for TQPalette
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Hugo Carvalho ea07653980 Translated using Weblate (Portuguese)
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/
2 years ago
Michele Calgaro 22625693f1
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 0d30cdb383
Replace usage of obsolete TQLineEdit methods with supported methods
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8a8431ab51
twin: renames twin3_ to twin_ in user theme config files. This relates to issue #351 and PR #364.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Mavridis Philippe 0339423ced
twin: Minor code cleanup and refactoring
Refactoring concerns active border code.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe becae3055b
twin: 25% zones for active corners
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>
2 years ago
Marek W 91cb203685 Translated using Weblate (Polish)
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/
2 years ago
Mavridis Philippe 88ea716029
KWin: rename client libraries twin3_* -> twin_*
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe 84ab47055d
Make TWin look for `twin_` libraries
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>
2 years ago
Slávek Banko 7a45949a76
tdm/backend: Add include <sys/ioctl.h> for ioctl() prototype.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko c69b585fbe
Add detection and, if necessary, prototype for strlcat and strlcpy.
This resolves FTBFS - see issue TDE/tde-packaging-gentoo#299.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
TDE Weblate e8336ee59b Update translation files
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/
2 years ago
Roman Savochenko 2da663c39e Translated using Weblate (Ukrainian)
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/
2 years ago
TDE Gitea 8210b05876 Update translation template. 2 years ago
Mavridis Philippe 631172e074
kcmtwin: Move Active Borders options into a new tab
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Mavridis Philippe 5b1934dd5d
TWin: Add active corner support to quick tiling
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Roman Savochenko d4d334c1af
kxkb: prevent overflow in case of non-existing layout group
Signed-off-by: Roman Savochenko <roman@oscada.org>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Roman Savochenko d17e353a02
kxkb: fix unnecessary translations strings.
Signed-off-by: Roman Savochenko <roman@oscada.org>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Denis Kozadaev 3c23abfd84 Find power related system tools instead of hardcode them
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Michele Calgaro dc8852cc1d
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Mavridis Philippe 22bb398b3b
kxkb: re-add custom TDE switching shortcut
This commit fixes issue #342.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Denis Kozadaev bcd2bfcdc4
SunOS UID scheme
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Michele Calgaro afb81ac10b
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko 74eb1d78a9 Translated using Weblate (Czech)
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/
2 years ago
TDE Weblate 90b19e21ce Update translation files
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/
2 years ago
TDE Gitea ce84a0c648 Update translation template. 2 years ago
Michele Calgaro 94aa25a22a
Add TDE release notes to khelpcenter home page. This resolves issue #332
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
ormorph 4fe3dbdc99 Replacing the wrong USEPAM variable with USE_PAM
Signed-off-by: ormorph <roma251078@mail.ru>
2 years ago
Bobby Bingham 8c543e26ec
kcheckpass: fix shadow support when not building tdm
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>
2 years ago
Andrei Stepanov 950f0ce736 Translated using Weblate (Russian)
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/
2 years ago
Andrei Stepanov d61158c79c Translated using Weblate (Russian)
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/
2 years ago
Andrei Stepanov ddc6b3af70 Translated using Weblate (Russian)
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/
2 years ago
Andrei Stepanov 1771a344a3 Translated using Weblate (Russian)
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/
2 years ago
Andrei Stepanov 5ec66d53c6 Translated using Weblate (Russian)
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/
2 years ago
Andrei Stepanov 653159ea8e Added translation using Weblate (Russian) 2 years ago
Andrei Stepanov 143cff2eb3 Added translation using Weblate (Russian) 2 years ago
Andrei Stepanov 78937d5133 Added translation using Weblate (Russian) 2 years ago
Daniel Collins f885561fda [ksysguardd] Use size_t for storing process memory usage.
Avoids the process memory usage rolling over at 4GiB on 64-bit systems.

Signed-off-by: Daniel Collins <solemnwarning@solemnwarning.net>
2 years ago
Mavridis Philippe 31335a04ed
TWin: Active borders and snap tiling
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>
2 years ago
Slávek Banko 3285a47d5d
Fix FTBFS caused by SunOS specific patches - see Issue #344.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Denis Kozadaev 4d58a4ea8d
SunOS specific patches
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago