Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-26 | 2 | -6/+8 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 17 | -31/+31 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add sndfile include directories | aneejit1 | 2022-11-02 | 1 | -0/+1 |
| | | | | | | | | | When sndfile is not installed in /usr, a compilation failure in plugins/decoder/libsndfile may occur due to a missing specification of the include directory. The required directory variable is now added to the "include_directories" statement. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Added translation of .desktop files. | Slávek Banko | 2022-08-27 | 32 | -67/+82 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | Slávek Banko | 2022-08-27 | 36 | -699/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix problems for older ffmpeg versions | aneejit1 | 2022-05-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Fix the following issues when building against older ffmpeg versions - the call to avcodec_free_context exceptions as avformat_close_input already performs cleanup of the AVCodecContext, so link the calling of avcodec_free_context in k3bffmpegwrapper.cpp to the version of libavformat in which codecpar appeared rather than when avcodec_free_context appeared. - avcodec_decode_audio4 was deprecated in libavcodec 57.106.100, not 57.12.100, so the version has been corrected. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Correct API version check | aneejit1 | 2022-05-08 | 1 | -1/+1 |
| | | | | | | | The version check for "av_register_all" is being performed against the AVCodec API. Correct it to the AVFormat API. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Enable ffmpeg 5.0 compatibility | aneejit1 | 2022-05-05 | 1 | -18/+83 |
| | | | | | | | | The release of version 5.0 of ffmpeg removes a lot of deprecated API functions, some of which are being used by k3b. The ffmpeg support has been modified to support 5.0 as well as older versions. Signed-off-by: aneejit1 <[email protected]> | ||||
* | Fix FTBFS on RHEL6 | François Andriot | 2021-11-02 | 1 | -1/+2 |
| | | | | Signed-off-by: François Andriot <[email protected]> | ||||
* | Fixed building with older version of libav* libraries. | Michele Calgaro | 2021-09-27 | 1 | -8/+29 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Replace nullptr with NULL. | Michele Calgaro | 2021-09-25 | 1 | -18/+18 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix metainfo processing, AAC decoding, some domestic code clearance | Mashiro | 2021-09-13 | 1 | -283/+229 |
| | | | | | | | | | Initially code entirely taken and adopted from k3b upstream https://github.com/KDE/k3b/commit/1e09c7d77f6f8af7d108519528e41a9093fdbd94 with subsequent fix of the read() function and reducing of the compiler warnings. Signed-off-by: Mashiro <[email protected]> | ||||
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-25 | 5 | -17/+16 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 12 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | cmake: Fix FTBFS due to artsc includes | Slávek Banko | 2016-10-16 | 3 | -3/+3 |
| | | | | | | This relates to bug 2714 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | cmake: Fix FTBFS due to ffmpeg includes | François Andriot | 2016-10-16 | 1 | -0/+1 |
| | | | | | | This relates to bug 2714 Signed-off-by: François Andriot <[email protected]> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -11/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Initial cmake conversion | Alexander Golubev | 2016-03-12 | 20 | -0/+713 |
| | |||||
* | Fixed typo in comment. | Michele Calgaro | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Fixed FTBFS caused by migration to libav10 (Debian/Jessie). This resolves ↵ | Michele Calgaro | 2014-06-05 | 1 | -7/+22 |
| | | | | bug 2064. | ||||
* | Fix FTBFS due to deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE in ffmpeg | Francois Andriot | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 3 | -3/+3 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 16 | -19/+19 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -2/+2 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 2 | -3/+3 |
| | |||||
* | Fix up remaining references to -lkio | Timothy Pearson | 2013-01-28 | 2 | -2/+2 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 11 | -13/+13 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 10 | -25/+25 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 4 | -14/+14 |
| | |||||
* | Update autotools for new DSO linkage style | Slávek Banko | 2012-08-07 | 10 | -9/+11 |
| | | | | Thanks to Francois Andriot for the patch | ||||
* | Enhance ffmpeg compatibility with older versions | Slávek Banko | 2012-07-29 | 1 | -1/+29 |
| | |||||
* | Fix build failures against ffmpeg >=0.11. | Darrell Anderson | 2012-07-25 | 1 | -8/+8 |
| | | | | Thanks to David C. Rankin. | ||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 17 | -31/+31 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 6 | -13/+13 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 12 | -42/+42 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 5 | -11/+11 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 17 | -73/+73 |
| | | | | This reverts commit ef5831dd5c8811c94c9b1bc1377a90174d17c82c. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 17 | -73/+73 |
| | |||||
* | Additional renaming of kde to tde | Timothy Pearson | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | Rename additional instances of KDE to TDE | Timothy Pearson | 2011-11-06 | 9 | -9/+9 |
| | |||||
* | Additional kde to tde renaming | Timothy Pearson | 2011-11-06 | 2 | -2/+2 |
| | |||||
* | Fix k3b FTBFS under older versions of ffpmeg | tpearson | 2011-10-14 | 1 | -3/+3 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258938 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix k3b FTBFS under oneiric | tpearson | 2011-10-14 | 1 | -1/+34 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 36 | -152/+152 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 5 | -20/+20 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix k3b FTBFS under Qt4 | tpearson | 2011-07-22 | 5 | -7/+7 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1242628 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 6 | -6/+6 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵ | tpearson | 2011-06-14 | 6 | -6/+6 |
| | | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 port k3b | tpearson | 2011-05-27 | 50 | -774/+805 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |