summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-285-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-283-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/applications/k3b/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/applications/k3b/admin to latest HEADAutomated System2020-06-241-0/+0
|