Commit Graph

175 Commits (bddc017eb1b5cde788f7b3b2a7a0cb35588cd5b3)

Author SHA1 Message Date
Michele Calgaro b1934dda61
Added checkbox to invert mouse wheel direction in window's titlebar and frame actions.
This resolves issue TDE/tde#64.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 11a496c359)
4 years ago
Michele Calgaro 60969a61fa Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 08d0bb03c0)
4 years ago
Slávek Banko 92841ae8b6
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2f706891f3)
5 years ago
aneejit1 cec16021dc
Add missing include/link directories
In an environment where not everything is in /usr...

- drkonqi/CMakeLists.txt requires the libr library path to be specified.

- nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified.

- tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP.

- twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE).

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 036992eec5)
5 years ago
Slávek Banko 2b67b1335d
Fix bad section for FocusStealingPreventionLevel value in twinrc.
This resolves issue #137.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 587abbad86)
5 years ago
Michele Calgaro 2afc8bbbe4
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8250c8e423)
5 years ago
Matías Fonzo b48ed89e85
Redirect some headers noticed by the compiler
[..]
In file included from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/common.h:102,
                 from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.h:10,
                 from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.c:12:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
[..]

For reference: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/64

Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b52ef67d4a)
5 years ago
Chris 59cdece141
Improve German translation and fix some desktop files.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 7b55ca5987)
5 years ago
Chris c458db028b Fix and streamline German and other translations in TCC.
Credits to Vitaly (Vita_Cell) from IRC for contributing ES and RU translations.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0a32a51059)
5 years ago
Chris 3fe34eec32
Fix remaining brandings in tdebase.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0721f2d3f4)
6 years ago
Slávek Banko c0bebcf76b
Add CMakeL10n rules.
Update TIMEZONES list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78)
6 years ago
Michele Calgaro b4a5c0a167
Add includes to UI files to resolve FTBFS.
Partially cherry-picked from 661ed658.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 8a7b11067f Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e544c498c0)
7 years ago
Yuxuan Shui 1689b33300 Avoid using 10bit FBConfigs
Fix weird color issue with Mesa 18.0

(cherry picked from commit a94535c16e)
7 years ago
François Andriot 792207bf14 Fix FTBFS with GCC7
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit cd2fc7ba91)
8 years ago
Timothy Pearson db864b4562 Fix invalid headers in PNG files and optimize for size
(cherry picked from commit 09dce5e19f)
9 years ago
Timothy Pearson cad925f59c Clarify window shadow options
Remove incorrect dock shadow dependence on normal window shadows
(cherry picked from commit 2c901351d3)
10 years ago
Timothy Pearson 30c156db41 Add GUI option to control panel shadows
This resolves Bug 2189
(cherry picked from commit 296f0f444b)
10 years ago
Timothy Pearson d755b94c26 Update all windows when compton settings are reloaded
(cherry picked from commit ec96d63e30)
10 years ago
Timothy Pearson b6db026892 Fix update_compton_tde script
(cherry picked from commit 614d4d45f3)
10 years ago
Richard Grenville ebac4aa56b Bug fix: Compilation failure with NO_VSYNC_OPENGL=1
Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one
incorrectly placed "#endif" in "src/common.h".
(cherry picked from commit 65bc49312c)
10 years ago
Richard Grenville 7034296d83 Bug fix: --no-fading-openclose doesn't work when fading out
- Fix the bug that --no-fading-openclose doesn not work when fading out
   by writing w->fade_last as well in win_determine_fade().

 - Write w->fade_last for applying w->fade_force, as well.
(cherry picked from commit 2dff937b31)
10 years ago
Richard Grenville a5535fa1ef Bug fix #244: Build failure with -DDEBUG_EVENTS
Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to
X Sync macros. Thanks to blueyed for reporting. (#244)
(cherry picked from commit 6219569d6c)
10 years ago
Richard Grenville 678558b1e9 Misc #215: Reformat usage text & update docs
- Reformat usage text by adding a blank line between descriptions of
   two switches. (#215)

 - Update documentation for a bit. Correct some wrong statements and
   clarify some others.
(cherry picked from commit 07b7562048)
10 years ago
Timothy Pearson ff6fa6e087 Fix compositor startup failure
Clean up build warnings
10 years ago
Timothy Pearson 01dcde0a04 Fix window control issues introduced in GIT hash 17b142dd
This relates to Bug 2220
10 years ago
Timothy Pearson c15178796e Fix passage of wid pointer to Window parameter in win_determine_greyscale_background
Thanks to Richard Grenville for catching that mistake!
10 years ago
Richard Grenville b02d2a74a5 Fix window fade in 10 years ago
Timothy Pearson 7cf0c0b4b8 Fix kdesktop_lock bad visual appearance due to incorrect focus stealing settings 10 years ago
Timothy Pearson 17b142dd64 Send setActive signal when taking focus in Client::takeFocus
This relates to Bug 2189
Clean up minor formatting issues
10 years ago
Michele Calgaro a7c3b93497 Fixed Twin crashes caused by commit 84d7db0. This resolves bug 2218. 10 years ago
Michele Calgaro 6c5cd5674f Fixed incomplete documentation for handbook in Appearance & Themes -> Window Decorarions. This relates to bug 1850. 10 years ago
Timothy Pearson 0271348b00 Fix twin attempting to load a new compton-tde instance when one is already active 10 years ago
Timothy Pearson 0ae6c2cec5 Fix blur option not being written correctly
Add ability to set desaturated backgrounds from the control center
10 years ago
Timothy Pearson d8287f9787 Rewrite greyscale OpenGL system to use GLSL
Add ability to blend color and greyscale based on window alpha (actual window alpha currently set at 0.5 when blending is enabled)
Reenable greyscale logout effect when compositor is in use
10 years ago
Timothy Pearson f1baae5fff Fix greyscale filter 10 years ago
Timothy Pearson 68cba85373 Fix twin deleting comptontdepidfile when compton-tde already running on startup
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
10 years ago
Timothy Pearson 3126f2cf71 Reload shadow radius during signal hander fast reconf 10 years ago
Timothy Pearson 3151f8b9d4 Disable shadows in compton-tde by default (i.e. if no configuration file could be found) 10 years ago
Timothy Pearson 534a069ee0 Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase 10 years ago
Timothy Pearson 682cf1b950 Fix compton-tde not reloading settings from correct directory after user login 10 years ago
Timothy Pearson 6a2b9ef024 Fix number of textures available to OpenGL greyscale filter 10 years ago
Timothy Pearson a582c6e22d Add optional global/per window greyscale transparency filter to compton-tde 10 years ago
Timothy Pearson 84d7db0195 Call setActive if new focus window is found and set when rotating focus to next available window
This resolves Bug 2189
10 years ago
Timothy Pearson f685dc8a29 Fix improperly sized string buffers in compton pid code 10 years ago
Timothy Pearson f3ee0c93cf Fix another syntax error in the compton-tde config module output 10 years ago
Timothy Pearson 0a8ecfb93b Fix syntax errors in compton-tde configuration module
Remove obsolete kompmgr
10 years ago
Timothy Pearson 154df4875e Minor update to compositor defaults 10 years ago
Timothy Pearson 9b9b436ba8 Write compton-tde pid file to tmp
This resolves Bug 887
10 years ago
Timothy Pearson cc05f1cba1 Add tooltip fade/shadow configuration to twin compositing options 10 years ago