summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop autotools supportMichele Calgaro2023-10-3020-578/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-271-1/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Fix clang build failure for k9saveimageRay-V2023-09-041-1/+1
| | | | | | This resolves issue#16. Signed-off-by: Ray-V <ray-v@inbox.lv>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Fix clang build failure for cputestRay-V2023-08-061-2/+2
| | | | Signed-off-by: Ray-V <ray-v@inbox.lv>
* Conversion to cmake build systemMichele Calgaro2023-08-0615-2/+384
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix incorrect use of dvdread includes.Slávek Banko2023-08-0611-19/+19
| | | | | | | | | It seems that the library has been designed for use includes in the form "#include <dvdread/...>" while we used includes without the "dvdread/" prefix. This caused that instead of using the standard path detected from pkg-config, the expected path had to be added to to -I flag. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2023-08-0416-288/+308
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2023-08-041-18/+13
|
* Fix more usage of TQString which would cause FTBFS with cmakeMichele Calgaro2023-08-044-13/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restore correct version of anim.mng file from debian snapshot ↵Michele Calgaro2023-08-031-0/+0
| | | | | | (https://snapshot.debian.org/package/k9copy/2.3.8-3/) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix usage of TQString which would cause FTBFS with cmakeMichele Calgaro2023-08-036-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move icons folder to main level.Michele Calgaro2023-08-0322-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Normalize doc structure and remove unused filesMichele Calgaro2023-08-0318-929/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2055-64/+64
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADAutomated System2023-07-191-0/+0
|
* 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>
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADr14.1.0Automated System2023-01-131-0/+0
|
* Reset submodule main/applications/multimedia/k9copy/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary backup translations.Michele Calgaro2022-09-2815-487/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-09-181-4/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Translated using Weblate (Polish)Marek W2022-09-171-99/+86
| | | | | | | Currently translated at 86.6% (430 of 496 strings) Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/
* Update translation filesTDE Weblate2022-09-1116-11770/+10745
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2022-09-111-682/+572
|
* Remove generated files from source tree.Slávek Banko2022-09-1122-4747/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2022-09-1016-1568/+2119
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2022-09-101-98/+122
|
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-1010-72/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add man page from tde packaging repo.Michele Calgaro2022-09-083-4/+73
| | | | 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 the close method of k9avidecode.cpp to the version of libavformat in which codecpar appeared rather than when avcodec_free_context appeared. - avcodec_decode_video2 was deprecated in libavcodec 57.106.100, not 57.12.100, so the version has been corrected. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Update translation filesTDE Weblate2022-05-1916-288/+267
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2022-05-191-18/+11
|
* Implement ffmpeg version 5 supportaneejit12022-05-196-355/+130
| | | | | | | | | | | Version 5.0 of ffmpeg drops a load of deprecated API functions causing k9copy to fail its build. The necessary changes have been made to enable k9copy to build against ffmpeg 5.0 as well as retaining support for older versions. Support for older pre-0.5.1 versions has been dropped as has runtime linking of the ffmpeg libraries. libswscale is now mandatory. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-02-0716-560/+560
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2022-02-071-35/+35
|
* Fix FTBFS due to narrowing conversions in x86 mmx code.Slávek Banko2022-02-072-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed HAL dependant code.Michele Calgaro2022-02-0613-994/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/multimedia/k9copy/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>
* Update translation filesTDE Weblate2021-08-151-4/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Translated using Weblate (Italian)Michele Calgaro2021-08-111-81/+71
| | | | | | | Currently translated at 100.0% (507 of 507 strings) Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/
* Update translation filesTDE Weblate2021-07-0716-16/+16
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* Update translation template.Automated System2021-07-071-57/+41
|
* Update translation filesTDE Weblate2021-06-291-4/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/k9copy Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/
* 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/k9copy/cmake to latest HEADAutomated System2021-05-151-0/+0
|