summaryrefslogtreecommitdiffstats
path: root/lib/kross
Commit message (Collapse)AuthorAgeFilesLines
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2912-45/+45
| | | | 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-294-4/+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]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-017-19/+19
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-287-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag.Michele Calgaro2018-09-011-0/+0
| | | | 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-265-0/+10
| | | | 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]>
* 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]>
* 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
|
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-6/+6
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Update for recent TDENewStuff changesSlávek Banko2014-09-271-11/+11
|
* Fix remaining renaming knewstuffSlávek Banko2014-09-241-1/+1
|
* Fixed ruby max allowed SAFE level.Michele Calgaro2014-08-191-1/+1
|
* Fix ruby 2.1 detectionSlávek Banko2014-06-101-2/+8
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Fix ruby 2.0 detectionFrancois Andriot2013-08-251-0/+6
|
* Fix broken URLs.Darrell Anderson2013-04-061-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-9/+9
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-9/+9
|
* Fix unintended renameTimothy Pearson2013-02-111-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-9/+9
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0111-15/+15
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0114-51/+51
|
* Rename KSharedTimothy Pearson2013-01-3122-45/+45
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-11/+11
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-15/+15
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-193-8/+8
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-7/+7
|
* Fix kross Ruby 1.9.x FTBFS on armelSlávek Banko2013-01-062-1/+1
|
* Fix kross Ruby FTBFSTimothy Pearson2012-11-191-0/+3
|
* Fix Ruby 1.9.x shared library test without pkgconfig fileSlávek Banko2012-10-281-0/+4
|
* Fix build on Ruby 1.9.x without pkgconfig fileDarrell Anderson2012-10-161-2/+7
| | | | Thanks to Slavek Banko.
* Fix building with Ruby 1.9.1 or 1.9.3.Darrell Anderson2012-10-161-15/+28
|
* Add missing fileTimothy Pearson2012-09-281-0/+559
|
* Fix FTBFSTimothy Pearson2012-09-281-1/+3
|
* Attempt to make kross compile with Ruby 1.9.xTimothy Pearson2012-09-286-55/+177
|
* Rename additional members for tqt3Timothy Pearson2012-03-073-4/+4
|