summaryrefslogtreecommitdiffstats
path: root/tdeui
Commit message (Collapse)AuthorAgeFilesLines
* Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.Michele Calgaro3 days1-1/+1
| | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <[email protected]>
* Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵Michele Calgaro2024-11-192-2/+2
| | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <[email protected]>
* Don't explicetly include tqt.h anymoreMichele Calgaro2024-10-313-6/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1426-71/+71
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1530-105/+105
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-12125-1230/+1230
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2120-82/+82
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace 'Event' #define stringsMichele Calgaro2023-11-305-12/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-268-92/+92
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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]>