Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2023-11-16 | 50 | -251/+251 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-26 | 3 | -3/+3 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 26 | -50/+50 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop USE_TQT4 code | Michele Calgaro | 2023-08-25 | 6 | -22/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 11 | -20/+20 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 135 | -221/+221 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop compatibility code for TQPalette | Michele Calgaro | 2023-07-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-11 | 11 | -31/+31 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop Qt2 obsolete classes | Michele Calgaro | 2023-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Disable build of Kross python plugin, because it is not compatible with ↵ | Slávek Banko | 2023-02-02 | 1 | -1/+4 |
| | | | | | | Python >= 3. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update after renaming qt => tqt in PyTQt module. | Slávek Banko | 2023-01-23 | 6 | -71/+71 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop python2 support in scripts. | Slávek Banko | 2023-01-22 | 16 | -223/+223 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update python scripts for PyTQt. | Slávek Banko | 2023-01-22 | 7 | -284/+282 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-11 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | KOffice: switch to global TDEFontChooser | Mavridis Philippe | 2022-06-09 | 5 | -1357/+5 |
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | TDEFontChooser_local: Fix font style matching | Mavridis Philippe | 2022-05-11 | 2 | -12/+27 |
| | | | | | | | | This applies the same fix as in tdelibs for TDEFontDialog. This resolves issue #22. Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Fix FTBFS because of conflict between config.h generated by automake | Slávek Banko | 2022-03-23 | 4 | -3/+5 |
| | | | | | | | | | and Ruby headers. Instead of using config.h in Ruby related code, the definitions related to Ruby version are added to CFLAGS. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level. | Slávek Banko | 2022-03-21 | 2 | -0/+7 |
| | | | | | | | In Ruby 2.7 the entire concept is deprecated and in Ruby 3.x is removed entirely - see https://bugs.ruby-lang.org/issues/16131 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed FTBFS caused by commit b070dc18 on some distros/archs. | Michele Calgaro | 2022-01-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-03 | 13 | -106/+58 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2021-05-29 | 107 | -107/+107 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix build on Fedora 34 / Ruby 3.0.1 | François Andriot | 2021-05-11 | 2 | -0/+5 |
| | | | | Signed-off-by: François Andriot <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 17 | -21/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix bug #2056, koffice does not rely anymore on pkg-config | gregory guy | 2019-11-24 | 1 | -100/+69 |
| | | | | | | | to build Ruby binding, only rbconfig.rb is needed. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add Ruby-2.6 detection. | François Andriot | 2019-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Fix FTBFS on missing TQStringVariantMap type | Slávek Banko | 2019-06-26 | 1 | -2/+1 |
| | | | | | | when building without --enable-final. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-06-01 | 15 | -41/+41 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-28 | 9 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2019-01-08 | 2 | -0/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 13 | -18/+18 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary executable flag. | Michele Calgaro | 2018-09-01 | 2 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed typedef-related warnings from compiler. Also fixed warning on | Michele Calgaro | 2018-08-23 | 2 | -16/+16 |
| | | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Switch from strstream to sstream. | Michele Calgaro | 2018-08-16 | 3 | -73/+32 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with libpqxx >= 6.x | Slávek Banko | 2018-07-26 | 6 | -1/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS with Ruby 2.5 | Slávek Banko | 2018-03-18 | 2 | -2/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add ruby 2.3 detection | Slávek Banko | 2017-05-30 | 1 | -22/+7 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix detection whether the system is big endian | Slávek Banko | 2017-02-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Workaround for parallel build | Slávek Banko | 2016-08-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 73 | -0/+0 |
| | |||||
* | Add wrapper for rb_set_safe_level | Slávek Banko | 2016-01-01 | 5 | -6/+66 |
| | | | | | | | This resolves FTBFS with Ruby 2.2 This resolves Bug 2467 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add ruby 2.2 detection | Slávek Banko | 2016-01-01 | 1 | -0/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix incorrectly renamed strings | Slávek Banko | 2015-03-05 | 2 | -10/+10 |
| | |||||
* | Fix FTBFS on Debian and Ubuntu | Timothy Pearson | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Rename a few icons left in rc files | Timothy Pearson | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Fix exec icon location and bring it into XDG compliance | Timothy Pearson | 2014-10-22 | 1 | -2/+2 |
| | |||||
* | Repair mimetype icon usage, part 1. The following are not fully verified in ↵ | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | | | | source as of this commit due to ubiquity: info, unknown | ||||
* | Bring package_development, package_games, package_graphics, package_network, ↵ | Timothy Pearson | 2014-10-14 | 1 | -1/+1 |
| | | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance | ||||
* | Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵ | Timothy Pearson | 2014-10-14 | 2 | -3/+3 |
| | | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance |