Commit Graph

359 Commits (7762265fa07270431bf3673b776ffd73c5eba19d)
 

Author SHA1 Message Date
Michele Calgaro 7762265fa0
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 74808fa8f6 Translated using Weblate (Italian)
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/it/
1 year ago
Michele Calgaro 2111da78b6 Translated using Weblate (Italian)
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/it/
1 year ago
Michele Calgaro 61b79fc392
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 766478630b
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro b67830aae3
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Andrei Stepanov 00a24ebc1b Translated using Weblate (Russian)
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/ru/
1 year ago
Michele Calgaro 8d72e4c19c
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Andrei Stepanov 987871f05f Translated using Weblate (Russian)
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/ru/
1 year ago
Michele Calgaro 8098183f19
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a505e95cbf
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko b423aa0ce3
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Weblate c2fbc8f1f6 Update translation files
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/
1 year ago
Michele Calgaro 5efc277625
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Roman Savochenko 95a45a4f4f Translated using Weblate (Ukrainian)
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/
1 year ago
Michele Calgaro 85f5856c55
Fix detection and linking of taglib
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 147aca7d8e
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro ed876dc374
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro c19b14663d
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro eac5a923bf
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate bbf8323611 Update translation files
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/
2 years ago
Michele Calgaro 10c4d3e304
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8bba839cd6
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro e1e7558d74
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro a71adf538f
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>
2 years ago
Hugo Carvalho 894069eb4d Translated using Weblate (Portuguese)
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/
2 years ago
Heimen Stoffels 578af5afd2 Translated using Weblate (Dutch)
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/
2 years ago
Roman Savochenko 9e17545b16 Translated using Weblate (Ukrainian)
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/
2 years ago
aneejit1 fc90ff2d61 Add sndfile include directories
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>
2 years ago
Michele Calgaro cc4aa0ad92
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate 2a48c4ed4e Update translation files
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/
3 years ago
TDE Gitea 5a1f9497de Update translation template. 3 years ago
Slávek Banko 7f9d56c5a4
Konqi actions: Fix the wrongly moved "Exec" for new data CD.
Delete duplicate and incorrect action name for new data DVD.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 59fc6198ba
Fix destination path for events translations template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko c81945a082
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 3e30a7a744
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 0a7dd146a5
Move the documentation to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro eaa160d9ab
Add man page from tde packaging repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 16b6cf39ca
Add a check for a pkg-config package named libmad next to mad.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 95f279a9db
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
aneejit1 18ea1e7a94 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 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>
3 years ago
aneejit1 9d90dd583d Correct API version check
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>
3 years ago
aneejit1 8e7556b9a8 Enable ffmpeg 5.0 compatibility
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>
3 years ago
aneejit1 1f4a3ab86e Make s_codecFeatures a "const char *" to remove ISO C++ warning
"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>
3 years ago
Michele Calgaro f477690f7f
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro ce3d9531b6
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea acefd32da2 Reset submodule main/applications/multimedia/k3b/admin to latest HEAD 3 years ago
Slávek Banko 257144817b
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
Slávek Banko fe06115e6c
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
François Andriot 6a10a4b693 Fix FTBFS on RHEL6
Signed-off-by: François Andriot <francois.andriot@free.fr>
3 years ago