Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | TWin: Fix loading of window decoration configuration libraries | Mavridis Philippe | 2023-10-04 | 1 | -4/+1 |
| | | | | | | Accidentally broken by commit 84ab47055d. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: replace three dot ellipsis with equally spaced ellipsis | Wantao Liu | 2023-09-17 | 4 | -6/+6 |
| | | | | Signed-off-by: Wantao Liu <vantao@aosc.io> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | twin: update Qt:: -> TQt:: | Mavridis Philippe | 2023-08-12 | 6 | -28/+28 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | twin: Add opaque tiling option | Mavridis Philippe | 2023-08-12 | 2 | -75/+107 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 10 | -23/+23 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | twin: Minor code cleanup and refactoring | Mavridis Philippe | 2023-07-10 | 2 | -8/+8 |
| | | | | | | Refactoring concerns active border code. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | Make TWin look for `twin_` libraries | Mavridis Philippe | 2023-07-07 | 1 | -3/+3 |
| | | | | | | | | | | This is now the preferred way of calling the decoration libraries (in place of `twin3_`). The old names that start with `twin3_` are still recognized for compatibility reasons. This resolves issue #351. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | kcmtwin: Move Active Borders options into a new tab | Mavridis Philippe | 2023-07-04 | 6 | -157/+246 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | TWin: Add active corner support to quick tiling | Mavridis Philippe | 2023-07-04 | 2 | -28/+54 |
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> | ||||
* | TWin: Active borders and snap tiling | Mavridis Philippe | 2023-05-27 | 2 | -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 <mavridisf@gmail.com> | ||||
* | TCC twin: add 'shade' to the left mouse button click menu for active ↵ | Michele Calgaro | 2023-04-27 | 1 | -18/+15 |
| | | | | | | windows. This resolves issue #334 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove unnecessary accelerator from .ui files. | Michele Calgaro | 2022-09-07 | 2 | -24/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-05 | 1 | -3/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added checkbox to invert mouse wheel direction in window's titlebar and ↵ | Michele Calgaro | 2021-08-19 | 2 | -28/+47 |
| | | | | | | | | frame actions. This resolves issue TDE/tde#64. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-22 | 5 | -11/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-28 | 13 | -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 <slavek.banko@axis.cz> | ||||
* | Fix bad section for FocusStealingPreventionLevel value in twinrc. | Slávek Banko | 2020-04-06 | 1 | -5/+5 |
| | | | | | | This resolves issue #137. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Improve German translation and fix some desktop files. | Chris | 2019-12-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix and streamline German and other translations in TCC. | Chris | 2019-10-11 | 1 | -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. | Chris | 2019-07-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 4 | -0/+12 |
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-19 | 3 | -50/+13 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Update bug reports url to bugs.trinitydesktop.org | Slávek Banko | 2018-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Clarify window shadow options | Timothy Pearson | 2015-04-13 | 1 | -6/+4 |
| | | | | Remove incorrect dock shadow dependence on normal window shadows | ||||
* | Add GUI option to control panel shadows | Timothy Pearson | 2015-04-13 | 2 | -2/+16 |
| | | | | This resolves Bug 2189 | ||||
* | Fixed incomplete documentation for handbook in Appearance & Themes -> Window ↵ | Michele Calgaro | 2014-11-27 | 1 | -10/+8 |
| | | | | Decorarions. This relates to bug 1850. | ||||
* | Fix blur option not being written correctly | Timothy Pearson | 2014-11-25 | 2 | -1/+13 |
| | | | | Add ability to set desaturated backgrounds from the control center | ||||
* | Fix another syntax error in the compton-tde config module output | Timothy Pearson | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Fix syntax errors in compton-tde configuration module | Timothy Pearson | 2014-11-19 | 1 | -16/+16 |
| | | | | Remove obsolete kompmgr | ||||
* | Minor update to compositor defaults | Timothy Pearson | 2014-11-19 | 1 | -5/+5 |
| | |||||
* | Add tooltip fade/shadow configuration to twin compositing options | Timothy Pearson | 2014-11-19 | 2 | -1/+32 |
| | |||||
* | Add compositor option to enable/disable blurring of transparent window ↵ | Timothy Pearson | 2014-11-18 | 2 | -0/+20 |
| | | | | backgrounds | ||||
* | Fix stupid mistake in previous commit | Timothy Pearson | 2014-11-18 | 2 | -9/+3 |
| | |||||
* | Fix broken window fade-in | Timothy Pearson | 2014-11-18 | 2 | -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 strings | Timothy Pearson | 2014-10-19 | 8 | -495/+495 |
| | |||||
* | Revert "Fix remaining missing semicolons at end of Keywords strings" | Timothy Pearson | 2014-10-19 | 8 | -495/+495 |
| | | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e. | ||||
* | Fix remaining missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-19 | 8 | -495/+495 |
| | |||||
* | Fix missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-18 | 8 | -8/+8 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 8 | -8/+8 |
| | | | | match XDG specifications | ||||
* | Fix Keywords separators to match XDG desktop specifications | Timothy Pearson | 2014-10-11 | 8 | -495/+495 |
| | |||||
* | Add handbookSection support to tabbed "Internet & Network" TDEControl modules | Timothy Pearson | 2014-10-10 | 1 | -0/+2 |
| | | | | This relates to Bug 1850 | ||||
* | Add mechanism by which sections of relevant docbooks may be opened ↵ | Timothy Pearson | 2014-10-03 | 4 | -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 Pearson | 2014-03-31 | 2 | -4/+69 |
| | | | | | | kompmgr Update additional Xorg atom names | ||||
* | Move "Show Desktop" icon from Settings to Utility category. | Michele Calgaro | 2014-03-18 | 1 | -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 Anderson | 2014-02-19 | 1 | -0/+1 |
| | | | | Show Desktop is not a configurable kcontrol module. |