| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
* deduplicate big chunk of code in updateOpacity()
* move logic to get desired opacity according to rules into a dedicated
function (defaultOpacity()).
* Replace floating point arithmetics with pure integer one in function
associated to converting to/from percents.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 7a5b6c55a2f750986ede116b8f09bda2588de3a9)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also set window's opacity after it's getting managed by twin.
This resolves issue with windows that don't require input get
transparent after move/resize.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/698
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/699
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit da7db78bfe13860fe8d63654ed4c3427f14f373c)
|
| |
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
| |
|
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e6c30469e4c7a09517a493ede0e4fcb3a00372f6)
|
| |
|
|
|
|
|
|
|
|
|
| |
Before that to reload settings compton-tde was using SIGUSR2; and
SIGUSR1 wasn't actully used, but was designated for something wierd.
This commit removes old SIGUSR1 handler and uses SIGUSR1 to reload the
settings instead of SIGUSR2.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 3c7a0379431e4a6d0f3a4997c0ecc4c2f3d8895c)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes compton launch on systems with several X11 Screens. And also
in case of multiple sessions for the same user.
Also:
- move the file to tde's proper tmp dir.
- deduplicate some code
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 477aced6a6f6cd1c35e49de5b187b99a583ba0fd)
|
| |
|
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 37f016c533e08dda6fa6c7a2df76072826df5042)
|
| |
|
|
|
|
|
|
|
|
| |
During discussion it was decided that it would be better to use more
traditional constants for True/False in X11 calls after all.
This effectively fixes-up the changes made by e8fcdbfe9.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit c7d8ac7d97ca9e593be1851ac1cfe4953e545d40)
|
| |
|
|
|
|
|
|
|
|
|
| |
X API calls for some reason were missed in previous commits.
Note: Traditionally X Api uses "True" and "False" definitions, but for
consistency with the rest of code base it would be better to use modern
counterparts.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e8fcdbfe90d505ea5c8092915abaa07d08422886)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0a439ac80bdf6ffb9cac104ad3098a321ee0403c)
|
| |
|
|
|
| |
Signed-off-by: rbell <riley.bell@vfemail.net>
(cherry picked from commit 37605209af6150bda9a68f311b3535edf39ff122)
|
| |
|
|
|
|
|
| |
resolves issue #455.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7e7c3b4d5f4d2793eff2edb278da4bee29097e04)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
|
| |
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
|
| |
|
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 83e74d1e550db6a814ec252968b601f6a9b14f9b)
|
| |
|
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit bc6893644c1ae2dc82c9a30b5c1d6cb3d0f193e1)
|
| |
|
|
|
|
|
| |
merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22625693f124aae09863f4d33e30b625a96c3557)
|
| |
|
|
|
|
|
| |
Refactoring concerns active border code.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 0339423ced3db53f9155c6c174d9508517358f9c)
|
| |
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit becae3055bfd5da737f63d5558695030db91a3a9)
|
| |
|
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 5b1934dd5dc3245fcfd4a771fd45ed30dcaace54)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit 31335a04ed9bc01fd3ede33afde40d6f3359f2e9)
|
| |
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
|
| |
Clean up build warnings
|
| |
|
|
| |
active
|
| |
|
|
| |
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
|
| | |
|
| |
|
|
| |
This resolves Bug 887
|
| |
|
|
|
|
| |
kompmgr
Update additional Xorg atom names
|
| | |
|
| | |
|
| |
|
|
|
| |
This resolves Bug 1453
Resolve themed greeter drawing inconsistencies between composited and non-composited mode
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Add kompmgr settings reload method to twin DCOP
Fix up kompmgr kcontrol module
Make default TDM login screen appearance more like the rest of the TDE login system
|
| |
|
|
| |
This resolves Bug 1354
|
| | |
|
| | |
|
| |
|
|
| |
improve readability.
|
| | |
|
| | |
|
| |
|
|
| |
This needs some additional work before it can be enabled
|