summaryrefslogtreecommitdiffstats
path: root/libk3b
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-02-257-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0257-548/+548
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-096-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-246-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-041-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-252-13/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-161-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2090-94/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-111-2/+2
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.Slávek Banko2022-08-2726-528/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Make s_codecFeatures a "const char *" to remove ISO C++ warninganeejit12022-05-041-2/+2
| | | | | | | | | | "libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances of "s_codecFeatures" as "static char *" and initialises them with string constants. This produces the compiler warning "ISO C++ forbids converting a string constant to 'char*'". Both declarations have been changed to "const". Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Removed HAL dependant code.Michele Calgaro2022-02-083-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix CDTEXT processingMashiro2020-03-091-1/+1
| | | | | | | K3bDevice::CdText::textForPackType returns link to a destructed object Additionally, same issue was fixed for AudioEncoder module Signed-off-by: Mashiro <m.t.0x73@gmail.com>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-303-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-201-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangRay Vine2018-05-1911-11/+33
| | | | | | This resolves bug 2896 Signed-off-by: Ray Vine <ray-v@inbox.lv>
* Fix FTBFS with GCC6Slávek Banko2016-09-033-13/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Fix detection of functions lrint and lrintf in libmSlávek Banko2016-03-131-1/+1
| | | | | | Set HAVE_LRINT and HAVE_LRINTF if functions not exists Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: install library headersAlexander Golubev2016-03-1215-0/+135
|
* Initial cmake conversionAlexander Golubev2016-03-1224-3/+766
|
* Fix unintended renamingDarrell Anderson2014-02-161-1/+1
|
* Fix unintended renamingDarrell Anderson2014-02-161-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Fix incorrect characters.Darrell Anderson2013-05-232-2/+2
|
* Use TDE hardware library instead of HAL when HAL is not availableTimothy Pearson2013-03-302-14/+0
| | | | Clean up spurious build files
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1584-112/+112
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1419-21/+21
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-8/+8
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0111-66/+66
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-313-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2744-62/+62
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2564-175/+175
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2444-191/+191
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-9/+9
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Update libisofs to read files greater than 2GBTimothy Pearson2012-09-234-8/+8
| | | | This partially resolves Bug 1111
* Update autotools for new DSO linkage styleSlávek Banko2012-08-071-1/+1
| | | | Thanks to Francois Andriot for the patch
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-1311-33/+33
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1791-95/+95
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-219-19/+19
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1964-515/+515
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1845-92/+92
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-16104-651/+651
| | | | This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c.