Commit Graph

3065 Commits (6c067940724bd28124ad6230261be4840928dcc4)
 

Author SHA1 Message Date
Mavridis Philippe 6c06794072
TWin: Add DCOP method showWindowMenu(wid) for default menu position
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit ecd60bc6a5)
1 year ago
Mavridis Philippe 8447a9a65c
TWin showWindowMenu: add support for negative coordinates
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 6b30fb0791)
1 year ago
Mavridis Philippe e67f30eb1f
twin: fix showWindowMenuAt(...) DCOP call
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 6c0d9ec42e)
1 year ago
TDE Gitea fa7aa947c8 Merge translation files from master branch. 1 year ago
Michele Calgaro 9c73915ca7
twin: use separate bit to inhibit configure request messages. This resolves issue #434.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5bdd235fc)
1 year ago
TDE Gitea 8085991939 Merge translation files from master branch. 1 year ago
TDE Gitea f91c73bf1d Merge translation files from master branch. 1 year ago
Michele Calgaro 3f84b83e22
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1390bece9a)
1 year ago
TDE Gitea e240ec4664 Merge translation files from master branch. 1 year ago
Michele Calgaro b19e4cab88
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8aea8afbc5)
1 year ago
Michele Calgaro 6b5d95d534
twin: makes sure to notify an application on resizing events so that the 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 5590077e66)
1 year ago
Michele Calgaro a301718003
Fix FTBFS caused by detection of libr version after recent update
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b6f9aaf3c3)
1 year ago
Michele Calgaro df3439920c
Fix unwanted window resizing. This resolves issue TDE/tde#57.
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 a9bd5b50e9)
1 year ago
Michele Calgaro 71b2eaec09
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 82c1dbe490)
1 year ago
Michele Calgaro 139b166e1a
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36f2e08fd3)
1 year ago
Michele Calgaro c19f68bd91
Replaced various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e4c9b13a62)
1 year ago
Michele Calgaro bf17c1e940
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81ad1f9e3c)
1 year ago
Michele Calgaro 7272c289be
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 100f977221)
1 year ago
Michele Calgaro 4a6f4a1732
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8f924d271a)
1 year ago
Roman Savochenko 06606d2ade
QuickLauncher: Ignore empty URLs at reading the configuration
Signed-off-by: Roman Savochenko <roman@home.home>
(cherry picked from commit d2412f01de)
1 year ago
ormorph 196fabb203
Fix strlcat and strlcpy check
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 a99f7a16ff)
1 year ago
Michele Calgaro a49b0e2c53
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b965cbac5b)
1 year ago
TDE Gitea 36eda89f53 Reset submodule main/core/tdebase/admin to latest HEAD 1 year ago
TDE Gitea 8f66131352 Merge translation files from master branch. 1 year ago
TDE Gitea 873b80ed08 Reset submodule main/core/tdebase/admin to latest HEAD 1 year ago
Slávek Banko 63432a214f
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 607e797c0a)
1 year ago
TDE Gitea 07a44ae59f Reset submodule main/core/tdebase/admin to latest HEAD 1 year ago
TDE Gitea 457c4539a7 Merge translation files from master branch. 1 year ago
TDE Gitea 539f7f004a Update translation template. 1 year ago
Mavridis Philippe e3908518a6
Deprecate TabColor setting
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 67ad6a1409)
1 year ago
Mavridis Philippe c7cfaf2005
Konsole: add ability to reset tab color to default
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit dbe0a64f05)
1 year ago
Michele Calgaro 93dcc46824
Add six new color schemes taken from https://www.opendesktop.org.
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 688aa0fc28)
1 year ago
Slávek Banko 5739816e7c
Added initial draft of release notes for R14.1.2.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3cc190da30)
1 year ago
TDE Gitea fe02fc0d1b Merge translation files from master branch. 1 year ago
TDE Gitea f82f0cabdc Reset submodule main/core/tdebase/admin to latest HEAD 1 year ago
Michele Calgaro 137a3db931
Add final version of release notes for R14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f229813969)
1 year ago
Michele Calgaro 0bfe293635
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33c7d15989)
1 year ago
TDE Gitea b5a1d6eca5 Reset submodule main/core/tdebase/admin to latest HEAD 1 year ago
TDE Gitea 261aa45cf9 Merge translation files from master branch. 1 year ago
TDE Gitea 762218a74f Merge translation files from master branch. 1 year ago
Wantao Liu d6b95eea5a
twin: replace three dot ellipsis with equally spaced ellipsis
Signed-off-by: Wantao Liu <vantao@aosc.io>
(cherry picked from commit ecddb0fb6c)
1 year ago
Michele Calgaro 68cfcb9af6
twin: fix broken functionality introduced in recent commits
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5fde428606)
1 year ago
Michele Calgaro 95cc8dacd3
Fix FTBFS caused by commit dc36e4bf
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22d8855473)
1 year ago
TDE Gitea 7be770e840 Merge translation files from master branch. 1 year ago
Michele Calgaro 9f1307134d
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f0c2ae7b5)
1 year ago
Michele Calgaro dc36e4bfdb
twin: avoid adding strings from lib subfolders in two .pot files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9ba68726b5)
1 year ago
Michele Calgaro 0587e5ec31
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 75a74bedae)
1 year ago
Michele Calgaro 7ff24388e9
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a8f627e6d4)
1 year ago
TDE Gitea 88a3a73f27 Reset submodule main/core/tdebase/admin to latest HEAD 2 years ago
Michele Calgaro 8e1816900b
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 014f6d2586)
2 years ago