summaryrefslogtreecommitdiffstats
path: root/twin
Commit message (Collapse)AuthorAgeFilesLines
* Desktop file translations:Slávek Banko2020-06-2837-7959/+110
| | | | | | | + 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>
* Add missing include/link directoriesaneejit12020-06-191-0/+14
| | | | | | | | | | | | | | 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>
* Fix bad section for FocusStealingPreventionLevel value in twinrc.Slávek Banko2020-04-061-5/+5
| | | | | | This resolves issue #137. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-303-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Redirect some headers noticed by the compilerMatías Fonzo2020-01-271-1/+1
| | | | | | | | | | | | | | [..] 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>
* Improve German translation and fix some desktop files.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix and streamline German and other translations in TCC.Chris2019-10-111-1/+2
| | | | | | Credits to Vitaly (Vita_Cell) from IRC for contributing ES and RU translations. Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining brandings in tdebase.Chris2019-07-151-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-097-0/+28
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-256-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-193-50/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-302-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Avoid using 10bit FBConfigsYuxuan Shui2018-06-241-0/+10
| | | | Fix weird color issue with Mesa 18.0
* Fix FTBFS with GCC7François Andriot2017-07-231-2/+2
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2339-0/+0
|
* Clarify window shadow optionsTimothy Pearson2015-04-131-6/+4
| | | | Remove incorrect dock shadow dependence on normal window shadows
* Add GUI option to control panel shadowsTimothy Pearson2015-04-132-2/+16
| | | | This resolves Bug 2189
* Update all windows when compton settings are reloadedTimothy Pearson2015-04-131-0/+5
|
* Fix update_compton_tde scriptTimothy Pearson2015-01-171-1/+2
|
* Merge compton changesTimothy Pearson2015-01-172-22/+99
|
* Fix compositor startup failureTimothy Pearson2014-11-301-19/+25
| | | | Clean up build warnings
* Fix window control issues introduced in GIT hash 17b142ddTimothy Pearson2014-11-301-2/+5
| | | | This relates to Bug 2220
* Fix passage of wid pointer to Window parameter in ↵Timothy Pearson2014-11-301-1/+1
| | | | | | win_determine_greyscale_background Thanks to Richard Grenville for catching that mistake!
* Fix window fade inRichard Grenville2014-11-301-5/+1
|
* Fix kdesktop_lock bad visual appearance due to incorrect focus stealing settingsTimothy Pearson2014-11-291-3/+14
|
* Send setActive signal when taking focus in Client::takeFocusTimothy Pearson2014-11-297-22/+25
| | | | | This relates to Bug 2189 Clean up minor formatting issues
* Fixed Twin crashes caused by commit 84d7db0. This resolves bug 2218.Michele Calgaro2014-11-281-1/+0
|
* Fixed incomplete documentation for handbook in Appearance & Themes -> Window ↵Michele Calgaro2014-11-271-10/+8
| | | | Decorarions. This relates to bug 1850.
* Fix twin attempting to load a new compton-tde instance when one is already ↵Timothy Pearson2014-11-251-35/+47
| | | | active
* Fix blur option not being written correctlyTimothy Pearson2014-11-253-2/+14
| | | | Add ability to set desaturated backgrounds from the control center
* Rewrite greyscale OpenGL system to use GLSLTimothy Pearson2014-11-253-103/+326
| | | | | 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
* Fix greyscale filterTimothy Pearson2014-11-231-13/+46
|
* Fix twin deleting comptontdepidfile when compton-tde already running on startupTimothy Pearson2014-11-232-44/+56
| | | | Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
* Reload shadow radius during signal hander fast reconfTimothy Pearson2014-11-231-0/+3
|
* Disable shadows in compton-tde by default (i.e. if no configuration file ↵Timothy Pearson2014-11-231-1/+1
| | | | could be found)
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-11-221-1/+1
|\
| * Fix number of textures available to OpenGL greyscale filterTimothy Pearson2014-11-221-1/+1
| |
* | Fix compton-tde not reloading settings from correct directory after user loginTimothy Pearson2014-11-221-0/+30
|/
* Add optional global/per window greyscale transparency filter to compton-tdeTimothy Pearson2014-11-224-2/+382
|
* Call setActive if new focus window is found and set when rotating focus to ↵Timothy Pearson2014-11-215-7/+22
| | | | | | next available window This resolves Bug 2189
* Fix improperly sized string buffers in compton pid codeTimothy Pearson2014-11-202-4/+4
|
* Fix another syntax error in the compton-tde config module outputTimothy Pearson2014-11-191-1/+1
|
* Fix syntax errors in compton-tde configuration moduleTimothy Pearson2014-11-197-4032/+17
| | | | Remove obsolete kompmgr
* Minor update to compositor defaultsTimothy Pearson2014-11-191-5/+5
|
* Write compton-tde pid file to tmpTimothy Pearson2014-11-192-58/+42
| | | | This resolves Bug 887
* Add tooltip fade/shadow configuration to twin compositing optionsTimothy Pearson2014-11-193-3/+32
|
* Remove extraneous PID debugging messages from compton-tdeTimothy Pearson2014-11-181-4/+0
| | | | This resolves Bug 645
* Add compositor option to enable/disable blurring of transparent window ↵Timothy Pearson2014-11-182-0/+20
| | | | backgrounds
* Fix stupid mistake in previous commitTimothy Pearson2014-11-182-9/+3
|