Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-03 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a) | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-13 | 12 | -58/+58 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf) | ||||
* | Replaced various '#define' with actual strings - part 2 | Michele Calgaro | 2023-11-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2) | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1 | Michele Calgaro | 2023-09-28 | 1 | -1/+1 |
| | | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-22 | 6 | -6/+6 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 1 | -1/+1 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046) | ||||
* | 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 | 2 | -64/+64 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop python2 support in scripts. | Slávek Banko | 2023-01-22 | 11 | -155/+155 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update python scripts for PyTQt. | Slávek Banko | 2023-01-22 | 3 | -101/+100 |
| | | | | Signed-off-by: Slávek Banko <[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]> | ||||
* | Replaced 'includehints' with 'includes' in *.ui files. | Michele Calgaro | 2022-01-03 | 1 | -10/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2021-05-29 | 12 | -45/+45 |
| | | | | 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 | 4 | -4/+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]> | ||||
* | Adjusted to use new TQStringVariantMap type. | Michele Calgaro | 2019-06-01 | 7 | -19/+19 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adjusted to latest TQVariant::TQVariant(bool) function. | Michele Calgaro | 2019-05-28 | 7 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 6 | -8/+8 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary executable flag. | Michele Calgaro | 2018-09-01 | 1 | -0/+0 |
| | | | | 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 | 5 | -0/+10 |
| | | | | 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]> | ||||
* | 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]> | ||||
* | 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 |
| | |||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 1 | -6/+6 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Update for recent TDENewStuff changes | Slávek Banko | 2014-09-27 | 1 | -11/+11 |
| | |||||
* | Fix remaining renaming knewstuff | Slávek Banko | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Fixed ruby max allowed SAFE level. | Michele Calgaro | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Fix ruby 2.1 detection | Slávek Banko | 2014-06-10 | 1 | -2/+8 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -2/+2 |
| | |||||
* | Fix ruby 2.0 detection | Francois Andriot | 2013-08-25 | 1 | -0/+6 |
| | |||||
* | Fix broken URLs. | Darrell Anderson | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 7 | -9/+9 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 5 | -9/+9 |
| | |||||
* | Fix unintended rename | Timothy Pearson | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 2 | -3/+3 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -9/+9 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 11 | -15/+15 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 14 | -51/+51 |
| | |||||
* | Rename KShared | Timothy Pearson | 2013-01-31 | 22 | -45/+45 |
| | |||||
* | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 4 | -11/+11 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 2 | -2/+2 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -2/+2 |
| |