Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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]> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-10 | 1 | -6/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update translation files | TDE Weblate | 2022-08-31 | 55 | -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 System | 2022-08-31 | 1 | -3/+2 |
| | |||||
* | Konqi actions: Fix the wrongly moved "Exec" for new data CD. | Slávek Banko | 2022-08-31 | 2 | -3/+2 |
| | | | | | | Delete duplicate and incorrect action name for new data DVD. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix destination path for events translations template. | Slávek Banko | 2022-08-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added translation of .desktop files. | Slávek Banko | 2022-08-27 | 174 | -1547/+19872 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | Slávek Banko | 2022-08-27 | 103 | -2533/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Move the documentation to a new directory layout. | Slávek Banko | 2022-08-27 | 28 | -28/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add man page from tde packaging repo. | Michele Calgaro | 2022-08-27 | 3 | -0/+214 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add a check for a pkg-config package named libmad next to mad. | Slávek Banko | 2022-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Use TDE cmake macro to set version | Michele Calgaro | 2022-06-25 | 1 | -0/+5 |
| | | | | Signed-off-by: Michele Calgaro <[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]> | ||||
* | 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 <[email protected]> | ||||
* | Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. | Michele Calgaro | 2022-05-03 | 2 | -2/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-08 | 16 | -1197/+430 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/multimedia/k3b/admin to latest HEAD | Automated System | 2022-01-28 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. | Slávek Banko | 2021-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Raise the minimum required version of CMake to 3.1. | Slávek Banko | 2021-12-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[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]> | ||||
* | Remove cmake submodule since it has now been replaced by cmake-trinity ↵ | Slávek Banko | 2021-05-24 | 2 | -3/+0 |
| | | | | | | dependency. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-05-15 | 1 | -0/+0 |
| | |||||
* | Updated to use new standalone tdehw library. | Slávek Banko | 2021-05-07 | 6 | -12/+34 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed FTBFS when building without tdehw lib but with HAL enabled. | Michele Calgaro | 2021-05-04 | 3 | -1/+26 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed building without tdehw and without HAL. This resolves bug 2495. | Michele Calgaro | 2021-05-03 | 2 | -25/+60 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2021-02-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2021-01-27 | 1 | -0/+0 |
| | |||||
* | Raise the minimum required version of CMake to 2.8.12. | Slávek Banko | 2021-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-28 | 5 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-12-07 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-10-09 | 1 | -0/+0 |
| | |||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-28 | 3 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-09-20 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/admin to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/k3b/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| |