summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin
Commit message (Collapse)AuthorAgeFilesLines
* twin: Add opaque tiling optionMavridis Philippe2023-08-122-75/+107
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit bc6893644c1ae2dc82c9a30b5c1d6cb3d0f193e1)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2010-23/+23
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
* twin: Minor code cleanup and refactoringMavridis Philippe2023-07-102-8/+8
| | | | | | | Refactoring concerns active border code. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 0339423ced3db53f9155c6c174d9508517358f9c)
* kcmtwin: Move Active Borders options into a new tabMavridis Philippe2023-07-046-157/+246
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 631172e074ee702ff468b81e3a5c956515a2061a)
* TWin: Add active corner support to quick tilingMavridis Philippe2023-07-042-28/+54
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 5b1934dd5dc3245fcfd4a771fd45ed30dcaace54)
* TWin: Active borders and snap tilingMavridis Philippe2023-05-272-50/+134
| | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]> (cherry picked from commit 31335a04ed9bc01fd3ede33afde40d6f3359f2e9)
* TCC twin: add 'shade' to the left mouse button click menu for active ↵Michele Calgaro2023-04-271-18/+15
| | | | | | | windows. This resolves issue #334 Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8a630333192980368e8c245962e29684f846b161)
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-072-24/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-051-3/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added checkbox to invert mouse wheel direction in window's titlebar and ↵Michele Calgaro2021-08-192-28/+47
| | | | | | | | frame actions. This resolves issue TDE/tde#64. Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-225-11/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Desktop file translations:Slávek Banko2020-06-2813-1784/+26
| | | | | | | + 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 <[email protected]>
* 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 <[email protected]>
* Improve German translation and fix some desktop files.Chris2019-12-171-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* 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 <[email protected]>
* Fix remaining brandings in tdebase.Chris2019-07-151-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-094-0/+12
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-193-50/+13
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-06-301-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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
* Fixed incomplete documentation for handbook in Appearance & Themes -> Window ↵Michele Calgaro2014-11-271-10/+8
| | | | Decorarions. This relates to bug 1850.
* Fix blur option not being written correctlyTimothy Pearson2014-11-252-1/+13
| | | | Add ability to set desaturated backgrounds from the control center
* 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-191-16/+16
| | | | Remove obsolete kompmgr
* Minor update to compositor defaultsTimothy Pearson2014-11-191-5/+5
|
* Add tooltip fade/shadow configuration to twin compositing optionsTimothy Pearson2014-11-192-1/+32
|
* 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
|
* Fix broken window fade-inTimothy Pearson2014-11-182-19/+52
| | | | | | Add additional fade debugging Add separate configuration option for menu shadows Fix up default shadow settings in configuration dialogs
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-198-495/+495
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-198-495/+495
| | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-198-495/+495
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-188-8/+8
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-118-8/+8
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-118-495/+495
|
* Add handbookSection support to tabbed "Internet & Network" TDEControl modulesTimothy Pearson2014-10-101-0/+2
| | | | This relates to Bug 1850
* Add mechanism by which sections of relevant docbooks may be opened ↵Timothy Pearson2014-10-034-0/+51
| | | | | | | | automatically based on active tab in TDECModule Fix up several tabbed TDEControl modules to use this mechanism Fix a couple of docbooks with missing section IDs This relates to Bug 1850
* Add basic support for a modified compton compositor instead of the old buggy ↵Timothy Pearson2014-03-312-4/+69
| | | | | | kompmgr Update additional Xorg atom names
* Move "Show Desktop" icon from Settings to Utility category.Michele Calgaro2014-03-181-2/+2
| | | | | This resolves bug 1903 and at the same time leaves the icon available to users. Users can now even add this icon to a panel if they wish.
* Prevent Show Desktop from appearing in Settings->Desktop submenu.Darrell Anderson2014-02-191-0/+1
| | | | Show Desktop is not a configurable kcontrol module.
* Add newlines to desktop files.Darrell Anderson2014-02-021-1/+1
|
* Fix KWin->TWin references in text strings.Darrell Anderson2014-01-292-10/+10
|
* Update non-existent and incomplete (template-only) help handbooks to new ↵Darrell Anderson2014-01-246-6/+6
| | | | default format.
* KDE->TDE branding cleanup.Darrell Anderson2013-12-261-1/+1
|
* Clean up layout warning in twin control center moduleTimothy Pearson2013-12-171-6/+4
| | | | This resolves Bug 883
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-281-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1510-19/+19
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-148-12/+12
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|