summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-082-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2023-11-061-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k3b - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/
* Replace Qt with TQtMichele Calgaro2023-11-0430-71/+71
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Ukrainian)Roman Savochenko2023-10-221-42/+46
| | | | | | | Currently translated at 100.0% (55 of 55 strings) Translation: applications/k3b - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/
* Fix detection and linking of taglibMichele Calgaro2023-09-264-2/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-263-13/+15
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-025-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-255-38/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-166-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-08-111-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k3b - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20238-261/+261
| | | | 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>
* Translated using Weblate (Portuguese)Hugo Carvalho2023-05-101-7/+8
| | | | | | | Currently translated at 100.0% (7 of 7 strings) Translation: applications/k3b - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/
* Translated using Weblate (Dutch)r14.1.0Heimen Stoffels2023-04-091-13/+14
| | | | | | | Currently translated at 100.0% (7 of 7 strings) Translation: applications/k3b - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/nl/
* Translated using Weblate (Ukrainian)Roman Savochenko2023-04-021-7/+9
| | | | | | | Currently translated at 100.0% (7 of 7 strings) Translation: applications/k3b - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/uk/
* Add sndfile include directoriesaneejit12022-11-021-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 <aneejit1@gmail.com>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-101-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-08-3155-165/+110
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k3b - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/
* Update translation template.Automated System2022-08-311-3/+2
|
* Konqi actions: Fix the wrongly moved "Exec" for new data CD.Slávek Banko2022-08-312-3/+2
| | | | | | Delete duplicate and incorrect action name for new data DVD. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix destination path for events translations template.Slávek Banko2022-08-281-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added translation of .desktop files.Slávek Banko2022-08-27174-1547/+19872
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Slávek Banko2022-08-27103-2533/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move the documentation to a new directory layout.Slávek Banko2022-08-2728-28/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add man page from tde packaging repo.Michele Calgaro2022-08-273-0/+214
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add a check for a pkg-config package named libmad next to mad.Slávek Banko2022-07-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-251-0/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix problems for older ffmpeg versionsaneejit12022-05-201-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 <aneejit1@gmail.com>
* Correct API version checkaneejit12022-05-081-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 <aneejit1@gmail.com>
* Enable ffmpeg 5.0 compatibilityaneejit12022-05-051-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 <aneejit1@gmail.com>
* 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>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed HAL dependant code.Michele Calgaro2022-02-0816-1197/+430
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k3b/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on RHEL6François Andriot2021-11-021-1/+2
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fixed building with older version of libav* libraries.Michele Calgaro2021-09-271-8/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace nullptr with NULL.Michele Calgaro2021-09-251-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix metainfo processing, AAC decoding, some domestic code clearanceMashiro2021-09-131-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 <m.t.0x73@gmail.com>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Updated to use new standalone tdehw library.Slávek Banko2021-05-076-12/+34
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS when building without tdehw lib but with HAL enabled.Michele Calgaro2021-05-043-1/+26
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed building without tdehw and without HAL. This resolves bug 2495.Michele Calgaro2021-05-032-25/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2021-01-271-0/+0
|