Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 3 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4) | ||||
* | Drop TQT_TQ*_CONST defines | Michele Calgaro | 2023-08-09 | 3 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce) | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 2 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0b74ba868682f39c41a9f70ae11297425b711e1) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 33 | -64/+64 |
| | | | | | 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 Calgaro | 2023-07-13 | 5 | -14/+14 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0) | ||||
* | Add SunOS specific patches | Denis Kozadaev | 2023-05-22 | 1 | -0/+4 |
| | | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit e5acdb1b39fa7d97d7153741202709e078b463a6) | ||||
* | Improve code of commit 856ba6b4 | Michele Calgaro | 2022-11-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Insert an explicit cast for -Wc++11-narrowing error | Ray-V | 2022-11-24 | 1 | -2/+2 |
| | | | | | | with a clang/i?86 build Signed-off-by: Ray-V <ray-v@inbox.lv> | ||||
* | tdehtml: Move link to JPEG_LIBRARIES where it is really used. | Slávek Banko | 2022-11-06 | 2 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-08 | 2 | -8/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix TDE branding in print job metadata from HTML library. | Slávek Banko | 2021-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fixed more uncrustify's code formatting offending files. | Michele Calgaro | 2021-01-03 | 1 | -1/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed second pass uncrustify's code formatting offending files. | Michele Calgaro | 2020-12-27 | 1 | -2/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed some uncrustify's code formatting offending files. | Michele Calgaro | 2020-12-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-06 | 5 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 48 | -56/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Moved remaining tdehtml icons to crystal folder. | Michele Calgaro | 2020-08-06 | 13 | -21/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Moved common icons into crystal folder to avoid icon duplication in | Michele Calgaro | 2020-08-05 | 6 | -10/+0 |
| | | | | | | tdehtml, tdevelop and ktechlab. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-06-25 | 3 | -9/+7 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use private linking for exported CMake targets. | Slávek Banko | 2020-06-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | For templates from CMake, use the TDE CMAKE TEMPLATES variable. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-07 | 8 | -395/+33 |
| | | | | | | | + 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 Banko | 2020-06-07 | 1 | -1/+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> | ||||
* | Remove remaining 'register' instructions. | Michele Calgaro | 2020-02-20 | 7 | -14/+14 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 9 | -45/+45 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850. | Michele Calgaro | 2018-10-31 | 1 | -2/+3 |
| | | | | | | | The FTBFS seems to happen only for some users, so this fix should help in such cases. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed obsolete Qt2's TQVector class and replaced | Michele Calgaro | 2018-10-20 | 2 | -2/+2 |
| | | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 6 | -27/+27 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 3 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 16 | -0/+0 |
| | |||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 3 | -5/+5 |
| | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 2 | -2/+2 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring undo, redo, find, and revert icons into XDG compliance | Timothy Pearson | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | Bring stop, lock, exit, and run icons into XDG compliance | Timothy Pearson | 2014-10-12 | 1 | -3/+3 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 4 | -7/+7 |
| | | | | match XDG specifications | ||||
* | Don't use insane (negative) layout values if layout engine does not allocate ↵ | Timothy Pearson | 2014-10-02 | 12 | -35/+80 |
| | | | | | | | | | sufficient space for a text string This resolves Bug 1950 Make most debugging statements work again Add new debugging statements Fix several annoying build warnings | ||||
* | Revert commit 1d498994 | Slávek Banko | 2014-04-05 | 3 | -3/+0 |
| | |||||
* | Include xrender library directory when linking | Timothy Pearson | 2014-04-02 | 3 | -0/+3 |
| | | | | This relates to Bug 1199 | ||||
* | Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692 | Michele Calgaro | 2014-02-09 | 27 | -3031/+2325 |
| | |||||
* | Rebranding, tooltip, and What's This string cleanup. | Darrell Anderson | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Fix remnant QMIN/QMAX to TQMIN/TQMAX. | Darrell Anderson | 2013-11-28 | 2 | -5/+5 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 16 | -55/+55 |
| | |||||
* | Rename KWallet to TDEWallet | Timothy Pearson | 2013-08-27 | 5 | -31/+31 |
| | |||||
* | Bump library versions to 14.0.0 | Timothy Pearson | 2013-08-26 | 1 | -1/+1 |
| | | | | This relates to Bug 1575 | ||||
* | Fix possible DOS in konqueror (CVE-2009-2537) | Francois Andriot | 2013-06-01 | 1 | -2/+11 |
| | |||||
* | Fix slot warnings when no partManager is available | Timothy Pearson | 2013-05-07 | 3 | -18/+30 |
| | | | | This resolves the remainder of Bug 1088 | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 63 | -95/+95 |
| |