summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Drop USE_TQT4 codeMichele Calgaro2023-08-296-22/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1811-20/+20
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ca88704c3e4a4fd5ddc9e96e4ccf22b53816e03d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-22135-221/+221
| | | | | 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 Calgaro2023-07-1311-31/+31
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Drop Qt2 obsolete classesMichele Calgaro2023-06-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded)
* Disable build of Kross python plugin, because it is not compatible with ↵Slávek Banko2023-02-021-1/+4
| | | | | | Python >= 3. Signed-off-by: Slávek Banko <[email protected]>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-236-71/+71
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in scripts.Slávek Banko2023-01-2216-223/+223
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update python scripts for PyTQt.Slávek Banko2023-01-227-284/+282
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-111-3/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* KOffice: switch to global TDEFontChooserMavridis Philippe2022-06-095-1357/+5
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* TDEFontChooser_local: Fix font style matchingMavridis Philippe2022-05-112-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 automakeSlávek Banko2022-03-234-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 Banko2022-03-212-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 Calgaro2022-01-031-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0313-106/+58
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29107-107/+107
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix build on Fedora 34 / Ruby 3.0.1François Andriot2021-05-112-0/+5
| | | | Signed-off-by: François Andriot <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2917-21/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix bug #2056, koffice does not rely anymore on pkg-configgregory guy2019-11-241-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 Andriot2019-11-181-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Fix FTBFS on missing TQStringVariantMap typeSlávek Banko2019-06-261-2/+1
| | | | | | when building without --enable-final. Signed-off-by: Slávek Banko <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-0115-41/+41
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-289-11/+11
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-082-0/+11
| | | | Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1713-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag.Michele Calgaro2018-09-012-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-232-16/+16
| | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <[email protected]>
* Switch from strstream to sstream.Michele Calgaro2018-08-163-73/+32
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with libpqxx >= 6.xSlávek Banko2018-07-266-1/+11
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with Ruby 2.5Slávek Banko2018-03-182-2/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add ruby 2.3 detectionSlávek Banko2017-05-301-22/+7
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix detection whether the system is big endianSlávek Banko2017-02-051-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Workaround for parallel buildSlávek Banko2016-08-211-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2373-0/+0
|
* Add wrapper for rb_set_safe_levelSlávek Banko2016-01-015-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 detectionSlávek Banko2016-01-011-0/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-052-10/+10
|
* Fix FTBFS on Debian and UbuntuTimothy Pearson2015-02-171-1/+1
|
* Rename a few icons left in rc filesTimothy Pearson2014-11-201-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-2/+2
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-1/+1
| | | | source as of this commit due to ubiquity: info, unknown
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-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 Pearson2014-10-142-3/+3
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-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 filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-136-12/+12
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-134-5/+5
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|