summaryrefslogtreecommitdiffstats
path: root/domino
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha blending for text color specifically for the TDE Menu.Slávek Banko2020-12-092-12/+0
| | | | | | | This caused the first level of the TDE menu to be difficult to read without any useful benefit. Signed-off-by: Slávek Banko <[email protected]>
* Avoid rendering plain text tooltips as rich text.Slávek Banko2020-12-081-5/+16
| | | | | | | Rendering plain text tooltips as rich text can cause an unwanted change in line breaks - for example, in the KOrn status tooltip. Signed-off-by: Slávek Banko <[email protected]>
* Add the DominoStyleConfig class as a friend to DominoStyle.Slávek Banko2020-07-101-1/+3
| | | | | | This resolves FTBFS due to access to protected enums. Signed-off-by: Slávek Banko <[email protected]>
* Delete the WORDS_BIGENDIAN definition repeat.Slávek Banko2020-07-101-12/+5
| | | | | | | Detection of whether the system is big / little endian is already done during configuration. Signed-off-by: Slávek Banko <[email protected]>
* Switch to Xext instead of xcb-shape.gregory guy2020-07-081-3/+3
| | | | Signed-off-by: gregory guy <[email protected]>
* Desktop file translations:Slávek Banko2020-07-072-5/+5
| | | | | | | + 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]>
* Removed unnecessary automatic conversions to char*.Slávek Banko2020-07-071-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Use EMBED to merge a static library into a kpart moduleSlávek Banko2020-07-071-18/+15
| | | | | | to avoid building the same source files twice. Signed-off-by: Slávek Banko <[email protected]>
* Conversion to the cmake building system.gregory guy2020-07-051-0/+64
| | | | Signed-off-by: gregory guy <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-34/+34
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS caused by incorrect TQColor default valueSlávek Banko2016-04-101-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update to new style APISlávek Banko2016-04-083-195/+277
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Initial TDE conversionSlávek Banko2016-04-085-156/+156
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Initial TQt conversionSlávek Banko2016-04-086-2627/+2627
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix hardcoded path for freetype2 includesSlávek Banko2016-04-061-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS due to link module to shared librarySlávek Banko2016-04-061-0/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed an unwanted ";" to stop an empty if statementSlávek Banko2016-04-051-1/+1
| | | | [taken from Debian patches]
* Initial import of kde-style-domino 0.4Slávek Banko2016-04-059-0/+12405