Michele Calgaro
f59d6e174b
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e8c1c961f
)
1 year ago
TDE Gitea
77d2d0f439
Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD
1 year ago
Ray-V
dc9b57aa09
Fix clang build failure for cputest
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit 02323df78a
)
1 year ago
Michele Calgaro
b7e134e27e
Conversion to cmake build system
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4aae9b72d7
)
1 year ago
Slávek Banko
0984c8a873
Fix incorrect use of dvdread includes.
...
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>
(cherry picked from commit 9f7c0362e2
)
1 year ago
TDE Gitea
ba09a974ba
Merge translation files from master branch.
1 year ago
TDE Gitea
d3444bc5fa
Update translation template.
1 year ago
Michele Calgaro
1a64436b9a
Fix more usage of TQString which would cause FTBFS with cmake
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 94c81f0190
)
1 year ago
Michele Calgaro
84a8b220bf
Restore correct version of anim.mng file from debian snapshot ( https://snapshot.debian.org/package/k9copy/2.3.8-3/ )
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4dcfa83500
)
1 year ago
Michele Calgaro
8ae9f61c85
Fix usage of TQString which would cause FTBFS with cmake
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 87bbf5db68
)
1 year ago
Michele Calgaro
10f89cd793
Move icons folder to main level.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26f5e60720
)
1 year ago
Michele Calgaro
d8f75eb105
Normalize doc structure and remove unused files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7fbccb650b
)
1 year ago
Michele Calgaro
3dbd5e8f9b
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b3ebd61cfb
)
1 year ago
TDE Gitea
e293907ad9
Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD
1 year ago
Michele Calgaro
fcc14dce86
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 415e188c1f
)
1 year ago
TDE Gitea
321a6c8431
Merge translation files from master branch.
2 years ago
TDE Gitea
9482a3bd5b
Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD
2 years ago
TDE Gitea
0e80a70706
Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD
2 years ago
Michele Calgaro
5598cfd8b9
Remove unnecessary backup translations.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate
7b7299bdb6
Update translation files
...
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/
2 years ago
Marek W
8b59cb666c
Translated using Weblate (Polish)
...
Currently translated at 86.6% (430 of 496 strings)
Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/
2 years ago
TDE Weblate
18d8c6964f
Update translation files
...
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/
2 years ago
TDE Gitea
1f74ee195f
Update translation template.
2 years ago
Slávek Banko
9915779aa5
Remove generated files from source tree.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
TDE Weblate
b2378fbccd
Update translation files
...
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/
2 years ago
TDE Gitea
ce95cda572
Update translation template.
2 years ago
Michele Calgaro
62b2fc0050
Remove unnecessary accelerators from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
f0475ecbe7
Add man page from tde packaging repo.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
aneejit1
bd83eb0951
Fix problems for older ffmpeg versions
...
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>
3 years ago
TDE Weblate
beaa801c7b
Update translation files
...
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/
3 years ago
TDE Gitea
ff1e096444
Update translation template.
3 years ago
aneejit1
e71518b16c
Implement ffmpeg version 5 support
...
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>
3 years ago
Michele Calgaro
67d45db6d6
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Weblate
bc683e4a87
Update translation files
...
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/
3 years ago
TDE Gitea
1646f09a20
Update translation template.
3 years ago
Slávek Banko
505c55b2e1
Fix FTBFS due to narrowing conversions in x86 mmx code.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
da10cdaf05
Removed HAL dependant code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea
9f2311f262
Reset submodule main/applications/multimedia/k9copy/admin to latest HEAD
3 years ago
Slávek Banko
5caf64c6c5
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Weblate
0705f5058e
Update translation files
...
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/
3 years ago
Michele Calgaro
b6f3b5d2a4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (507 of 507 strings)
Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/
3 years ago
TDE Weblate
d3e17eb419
Update translation files
...
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/
3 years ago
TDE Gitea
4bb1b49dd4
Update translation template.
3 years ago
TDE Weblate
b32d8a692d
Update translation files
...
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/
3 years ago
Slávek Banko
da1ddec13d
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea
d880471ef7
Reset submodule main/applications/k9copy/cmake to latest HEAD
4 years ago
blu.256
57de49c3dd
Translated using Weblate (Greek)
...
Currently translated at 68.0% (345 of 507 strings)
Translation: applications/k9copy
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/el/
4 years ago
TDE Gitea
84f97eac44
Reset submodule main/applications/k9copy/cmake to latest HEAD
4 years ago
TDE Gitea
6608bd7fd6
Reset submodule main/applications/k9copy/admin to latest HEAD
4 years ago
TDE Gitea
05276df738
Reset submodule main/applications/k9copy/cmake to latest HEAD
4 years ago