Denis Kozadaev
8db3aae91c
kcontrol-info-memory: use 64 bits variable to store memory size
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 220dec20f9
)
9 months ago
Michele Calgaro
10639b722f
Simplify code since cmake minimum version is now 3.5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dc9ec2711b
)
9 months ago
Michele Calgaro
b2fcd6f201
Replace Q_WS_* defines with TQ_WS_* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2d7d2122cf
)
9 months ago
TDE Gitea
2878e48349
Reset submodule main/core/tdebase/admin to latest HEAD
9 months ago
Alexander Golubev
cfbf60a0c7
kxkb: handle resetOld correctly in cases if all opions already set
...
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d0c145d5a3
)
9 months ago
Michele Calgaro
28b6fb9bca
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d9263f836
)
9 months ago
Michele Calgaro
71079cacc2
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4484e51ca6
)
10 months ago
Michele Calgaro
1c65be77cd
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4241b7911
)
10 months ago
TDE Gitea
55ba7bff2c
Merge translation files from master branch.
10 months ago
TDE Gitea
75aeb0d5c5
Merge translation files from master branch.
10 months ago
TDE Gitea
01b434f77e
Reset submodule main/core/tdebase/admin to latest HEAD
10 months ago
Michele Calgaro
0e5ef873f0
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c4a6487c82
)
11 months ago
Mavridis Philippe
dcda00127e
KXkb: add keyboard layout notification
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 7c724a4921
)
11 months ago
Mavridis Philippe
94cec968a8
Kxkb: move LayoutUnit struct into its own file and add getLayoutName function
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 9647d4c7ff
)
11 months ago
Alexander Golubev
c55cad68e9
Make dependency upon libssh optional
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f2dbf5b903
)
11 months ago
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
)
11 months 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
)
11 months 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
)
11 months ago
TDE Gitea
fa7aa947c8
Merge translation files from master branch.
11 months 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
)
11 months ago
TDE Gitea
8085991939
Merge translation files from master branch.
11 months ago
TDE Gitea
f91c73bf1d
Merge translation files from master branch.
11 months 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
)
11 months ago
TDE Gitea
e240ec4664
Merge translation files from master branch.
11 months ago
Michele Calgaro
b19e4cab88
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8aea8afbc5
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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
)
12 months 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