Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY | Michele Calgaro | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-02-25 | 7 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-02 | 57 | -548/+548 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-09 | 6 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 3 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop USE_TQT4 code | Michele Calgaro | 2023-08-25 | 2 | -13/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-16 | 1 | -15/+15 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop TQT_TQ*_CONST defines | Michele Calgaro | 2023-08-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 90 | -94/+94 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-11 | 1 | -2/+2 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Drop automake build support. | Slávek Banko | 2022-08-27 | 26 | -528/+0 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Make s_codecFeatures a "const char *" to remove ISO C++ warning | aneejit1 | 2022-05-04 | 1 | -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 Calgaro | 2022-02-08 | 3 | -10/+10 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix CDTEXT processing | Mashiro | 2020-03-09 | 1 | -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 Calgaro | 2020-01-30 | 3 | -11/+11 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS with clang | Ray Vine | 2018-05-19 | 11 | -11/+33 |
| | | | | | | This resolves bug 2896 Signed-off-by: Ray Vine <ray-v@inbox.lv> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 3 | -13/+13 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | cmake: Fix detection of functions lrint and lrintf in libm | Slávek Banko | 2016-03-13 | 1 | -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 headers | Alexander Golubev | 2016-03-12 | 15 | -0/+135 |
| | |||||
* | Initial cmake conversion | Alexander Golubev | 2016-03-12 | 24 | -3/+766 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Fix incorrect characters. | Darrell Anderson | 2013-05-23 | 2 | -2/+2 |
| | |||||
* | Use TDE hardware library instead of HAL when HAL is not available | Timothy Pearson | 2013-03-30 | 2 | -14/+0 |
| | | | | Clean up spurious build files | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 84 | -112/+112 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 19 | -21/+21 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 6 | -8/+8 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 11 | -66/+66 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 3 | -4/+4 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 44 | -62/+62 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 64 | -175/+175 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 44 | -191/+191 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 3 | -9/+9 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Update libisofs to read files greater than 2GB | Timothy Pearson | 2012-09-23 | 4 | -8/+8 |
| | | | | This partially resolves Bug 1111 | ||||
* | Update autotools for new DSO linkage style | Slávek Banko | 2012-08-07 | 1 | -1/+1 |
| | | | | Thanks to Francois Andriot for the patch | ||||
* | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 11 | -33/+33 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 91 | -95/+95 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 9 | -19/+19 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 64 | -515/+515 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 45 | -92/+92 |
| |