Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-13 | 10 | -40/+40 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-05 | 5 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 3 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 14 | -15/+15 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 2 | -2/+2 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now ↵ | Michele Calgaro | 2022-01-28 | 5 | -6/+0 |
| | | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added CXX_FEATURES for remaining libraries to ensure build with at least C++11. | Slávek Banko | 2022-01-22 | 4 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added CXX_FEATURES for libraries to ensure build with at least C++11. | Michele Calgaro | 2022-01-22 | 1 | -1/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | ksvg/libtext2path: use c++11 std:shared_ptr instead of bundled old boost one | OBATA Akio | 2022-01-22 | 9 | -957/+4 |
| | | | | Signed-off-by: OBATA Akio <[email protected]> | ||||
* | KSVG: fix to include classes used in TQPtrList | OBATA Akio | 2022-01-19 | 1 | -2/+2 |
| | | | | | | It must be included, or its destructor may not be used in PtrList maitainance. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | fix missing include for xlib_rgb_init_with_depth() | OBATA Akio | 2022-01-18 | 1 | -0/+1 |
| | | | | Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-13 | 414 | -421/+421 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed additional code formatting modelines. | Michele Calgaro | 2020-09-26 | 3 | -3/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-24 | 662 | -1330/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-07-08 | 3 | -9/+7 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add paths for libarts_gpl and imlib to link_directories | aneejit1 | 2020-06-23 | 4 | -0/+4 |
| | | | | Signed-off-by: aneejit1 <[email protected]> | ||||
* | Fixed FTBFS due to missing linked libraries. | Michele Calgaro | 2020-06-14 | 3 | -9/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-09 | 9 | -363/+24 |
| | | | | | | | + 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 explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -44/+44 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-21 | 2 | -0/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with stricter C++11 | Slávek Banko | 2018-08-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed old strstream code and switch to sstream permanently. | Michele Calgaro | 2018-08-15 | 1 | -6/+1 |
| | | | | | | Inspired by similar work on tdeadmin. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 2 | -4/+4 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | | | | 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 stop, lock, exit, and run icons into XDG compliance | Timothy Pearson | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 4 | -6/+6 |
| | | | | match XDG specifications | ||||
* | Add support for lcms2 | Slávek Banko | 2014-10-09 | 4 | -59/+77 |
| | |||||
* | Fix ksvg deadlock with specifically formatted input files | Fabio Rossi | 2013-11-16 | 1 | -1/+1 |
| | | | | This resolves Bug 1418 | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -2/+2 |
| | |||||
* | Fix ksvg not respecting fit request | Timothy Pearson | 2013-06-21 | 3 | -11/+20 |
| | | | | This resolves Bug 1018 | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 18 | -23/+23 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 5 | -9/+9 |
| | |||||
* | Rename KAbout to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 1 | -2/+2 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 2 | -4/+4 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 3 | -3/+3 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -21/+21 |
| | |||||
* | Rename KLock and KTrader to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -2/+2 |
| | |||||
* | Rename kiobuffer and KHTML | Timothy Pearson | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 6 | -7/+7 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 10 | -14/+14 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 5 | -32/+32 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 2 | -2/+2 |
| |