summaryrefslogtreecommitdiffstats
path: root/tdeui
Commit message (Collapse)AuthorAgeFilesLines
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2414-20/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-232-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-215-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-1815-74/+74
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-1578-352/+352
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* KTabBar: add way to revert tab color to defaultMavridis Philippe2023-11-024-2/+26
| | | | | | | | This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme. It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead. Signed-off-by: Mavridis Philippe <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2512-20/+20
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-124-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0214-21/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop USE_TQT4 codeMichele Calgaro2023-08-267-70/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1814-31/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-095-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-083-15/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20135-212/+212
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-194-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-129-10/+10
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'About Trinity' with 'About TDE' in menus and about dialogMichele Calgaro2023-03-233-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* TDEFontChooser: backport setFamilyList(...) from KOfficeMavridis Philippe2022-06-082-2/+39
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* TDEFontDialog: Fix font style matching.Mavridis Philippe2022-05-062-12/+27
| | | | | | This resolves issue TDE/tde#81. Signed-off-by: Mavridis Philippe <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-082-9/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added alternative added(), removed(), renamed() variants.Mavridis Philippe2021-11-092-14/+52
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Added "renamed" signal to KEditListBox.Mavridis Philippe2021-11-092-0/+8
| | | | | | This does not break the existing API, it only adds one new signal. Signed-off-by: Mavridis Philippe <[email protected]>
* Add a missing icon for the action "Restore" when the application is sitting ↵gregory guy2021-01-241-1/+1
| | | | | | | in the system tray. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-062-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add a missing icon for the standard Help menuSlávek Banko2020-12-021-1/+1
| | | | | | item Bug Report/Request Enhancement... Signed-off-by: Slávek Banko <[email protected]>
* Revert "Exclude translator information from the tdelibs_color template"Slávek Banko2020-10-081-1/+0
| | | | | | | Translator information will be retained because otherwise the resulting translation template could be misunderstood as monolingual translations. This reverts commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f.
* Exclude translator information from the tdelibs_color templateSlávek Banko2020-10-071-0/+1
| | | | | | because this information about this catalog is not displayed anywhere. Signed-off-by: Slávek Banko <[email protected]>
* Add an ability to specify default spell checkerOBATA Akio2020-09-271-5/+1
| | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <[email protected]>
* Add the ability to detect ispell lib directoryOBATA Akio2020-09-271-0/+4
| | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <[email protected]>
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2020-09-271-3/+3
| | | | Signed-off-by: gregory guy <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2748-104/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add two missing icons in the menu bar:gregory guy2020-08-061-2/+2
| | | | | | | - bug Report/Request Enhancement... - Switch Application Language.. Signed-off-by: gregory guy <[email protected]>
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Desktop file translations:Slávek Banko2020-06-073-128/+11
| | | | | | | + 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]>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-072-2/+0
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Further cleanup after removal of Qt2's TQListIterator class.Michele Calgaro2020-05-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed unresponsive behavior of the shortcut setting dialog in recentMichele Calgaro2020-04-292-14/+10
| | | | | | ditros. This resolves bug 2955. Signed-off-by: Michele Calgaro <[email protected]>
* Removed kerry related code.Michele Calgaro2020-02-091-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix missing button icons in dialogs.Chris2019-10-291-13/+13
| | | | Signed-off-by: Chris <[email protected]>
* Add icon to switch language menu entry.Chris2019-10-131-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Update and promote new TDE websites, replace branding and do slight refactoring.Chris2019-07-131-21/+21
| | | | Signed-off-by: Chris <[email protected]>
* Fix typos in texts.Slávek Banko2019-07-111-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-241-12/+17
| | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-092-0/+25
| | | | Signed-off-by: Slávek Banko <[email protected]>
* KPasswordEdit::password() now returns a TQString instead of a const char *. ↵Michele Calgaro2018-11-272-27/+16
| | | | | | This relates to bug 2961. Signed-off-by: Michele Calgaro <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-175-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>