summaryrefslogtreecommitdiffstats
path: root/tdeui
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1426-71/+71
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 43e38f2c0a00cdc052660fab01d32df2c7dc24b0)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1530-105/+105
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 03aa7238b34bb438632b6d572b008e32960f0895)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-15125-1230/+1230
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2620-82/+82
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d5688771d8a6837975be512ee37f61bad7dbd345)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44e712a770ad0ab59d33790a80b5f6235cff6921)
* Replace 'Event' #define stringsMichele Calgaro2023-12-025-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f22a9c72dda24871973033123039639af6577eaa)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-268-92/+92
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2514-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8d79c40791fa0bcac4d4ce1dc7385b19e523ba08)
* Replaced time related '#define' with actual stringsMichele Calgaro2023-11-232-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 73dba53e4a36a31d7c803806706cc8a17a245e5c)
* Replace various tq* strings with TQt::* equivalentsMichele Calgaro2023-11-215-18/+18
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-2015-74/+74
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57e0ed66347db15cb1cd66488f095107e7772ad9)
* Replace Qt with TQtMichele Calgaro2023-11-1578-352/+352
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* 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 <mavridisf@gmail.com> (cherry picked from commit c28a87c7d2e5c170a84bd8d1e7feece3ef9521ec)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2512-20/+20
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4c0dae60b2fbc60996fc8f4bd29ee6219b869527)
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-124-16/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f36f8966371d24decc0740ccf9f8b0cc2c57838)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0414-21/+21
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1e5d5c92c374c8c950f01fa5aa916b3f722f98c1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-317-70/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57af4f9d87ac88216a3bbcebaeed55db07a8948d)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1814-31/+31
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-095-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-083-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0b74ba868682f39c41a9f70ae11297425b711e1)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20135-212/+212
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-139-10/+10
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0)
* Replace 'About Trinity' with 'About TDE' in menus and about dialogMichele Calgaro2023-03-233-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFontChooser: backport setFamilyList(...) from KOfficeMavridis Philippe2022-06-082-2/+39
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TDEFontDialog: Fix font style matching.Mavridis Philippe2022-05-062-12/+27
| | | | | | This resolves issue TDE/tde#81. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-082-9/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added alternative added(), removed(), renamed() variants.Mavridis Philippe2021-11-092-14/+52
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <mavridisf@gmail.com>
* 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 <gregory-tde@laposte.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-062-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <obache@wizdas.com>
* 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 <obache@wizdas.com>
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2020-09-271-3/+3
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed code formatting modelines.Michele Calgaro2020-09-2748-104/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <gregory-tde@laposte.net>
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* Further cleanup after removal of Qt2's TQListIterator class.Michele Calgaro2020-05-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Removed kerry related code.Michele Calgaro2020-02-091-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix missing button icons in dialogs.Chris2019-10-291-13/+13
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add icon to switch language menu entry.Chris2019-10-131-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Update and promote new TDE websites, replace branding and do slight refactoring.Chris2019-07-131-21/+21
| | | | Signed-off-by: Chris <xchrisx@uber.space>