TDE Gitea
b9073568b8
Merge translation files from master branch.
5 months ago
mio
0f19d223da
Use safer xine_get_current_frame_s
...
xine_get_current_frame was deprecated back in 2019 because it is
"unsafe by design"[0]. The '_s' version was introduced in xine-lib
1.1.11, which was released in 2008, so there are no version checks.
[0]:
c1a154c1a8
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit f0b65f432b
)
6 months ago
Michele Calgaro
bfc5ced725
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a41aeeed01
)
7 months ago
TDE Gitea
e45d3e30ae
Merge translation files from master branch.
9 months ago
Michele Calgaro
ba1ce6b1ef
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1f46ab7b4
)
10 months ago
TDE Gitea
aa0a0331ca
Merge translation files from master branch.
10 months ago
TDE Gitea
3a1cc25607
Merge translation files from master branch.
10 months ago
TDE Gitea
ee48611f93
Merge translation files from master branch.
10 months ago
TDE Gitea
45c9882d5e
Merge translation files from master branch.
10 months ago
TDE Gitea
2d6def8218
Merge translation files from master branch.
10 months ago
Michele Calgaro
437201930b
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 148fc9293d
)
11 months ago
Michele Calgaro
155921477e
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e6473e544e
)
12 months ago
Michele Calgaro
9aeb52db3a
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 31eb157b2f
)
1 year ago
Michele Calgaro
ef2254d538
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 28388d4ea2
)
1 year ago
Michele Calgaro
89e9863c17
Remove various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit efb801b0a2
)
1 year ago
Michele Calgaro
53219858b7
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a10b01c9b
)
1 year ago
TDE Gitea
3ba0ef175f
Merge translation files from master branch.
1 year ago
Mavridis Philippe
018ae98906
xine-backend: Remove protocols from supported extensions
...
This caused problems with the extension filter of the file opener dialog.
This fixes TDE/tdemultimedia#58 .
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit f77fe94e0e
)
1 year ago
Michele Calgaro
283e19b903
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 06028cccb1
)
1 year ago
Michele Calgaro
2c49540be6
Removed patch files from source code.
...
fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already
been applied in the code.
terminate.patch has not been applied but contains no explanation on what
problem it was trying to fix.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37d17c45c8
)
1 year ago
Slávek Banko
f5f7098e69
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b0c0b8a905
)
1 year ago
Michele Calgaro
2fe187b90f
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8800fb9ac5
)
1 year ago
TDE Gitea
d60d945992
Merge translation files from master branch.
1 year ago
TDE Gitea
3678f3357c
Update translation template.
1 year ago
Michele Calgaro
7cfd304636
xine engine: make volume control logarithmic for versions of xine < 1.2.13.
...
For xine versions >= 1.2.13, libxine already makes the volume logarithmic.
This relates to TDE/tdemultimedia#40 .
This commit makes the behavior consistent across different xine versions
and aligned with other players like Amarok.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a16a898ea3
)
1 year ago
Michele Calgaro
6aefcf1166
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5a592028ff
)
1 year ago
Michele Calgaro
02b1ed8ff4
Replace various Q_* and QT_* defines with TQ_* and TQT_*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b4a60205a6
)
1 year ago
Michele Calgaro
d877838083
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa905ebf02
)
1 year ago
Michele Calgaro
8af1bf87fd
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5c33cef97b
)
2 years ago
Michele Calgaro
cad95d2d58
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a24155a39
)
2 years ago
Michele Calgaro
f3bdcef937
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e925ce75e1
)
2 years ago
Michele Calgaro
8306ffba26
Convert dummy part example to cmake
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 83b95481ee
)
2 years ago
Heimen Stoffels
2424df3507
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/kaffeine - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/nl/
2 years ago
Michele Calgaro
6d2a06f2df
Remove unnecessary accelerators from .ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate
7d45350b26
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kaffeine
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/
2 years ago
Real name
db65e809b3
Translated using Weblate (Spanish)
...
Currently translated at 85.7% (625 of 729 strings)
Translation: applications/kaffeine
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/es/
3 years ago
Real name
706b9a421f
Translated using Weblate (Spanish)
...
Currently translated at 84.6% (617 of 729 strings)
Translation: applications/kaffeine
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/es/
3 years ago
Michele Calgaro
14b549adf8
Use TDE cmake macro to set version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Hugo Carvalho
7ba87285bd
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/kaffeine - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt/
3 years ago
Michele Calgaro
a8c48032ae
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
ea1cf1146a
Fix the service menu action Play DVD/BLURAY with Kaffeine
...
to make play really start.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Weblate
f4d253e418
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kaffeine
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/
3 years ago
TDE Gitea
cf5d40c102
Update translation template.
3 years ago
Slávek Banko
a91c7c1df5
Change libdvdcss detection to search the default system directory for libraries.
...
This resolves issue TDE/tde-packaging#113 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Weblate
298fe46356
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/kaffeine
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/
3 years ago
Slávek Banko
0f0ccc3001
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
b0f2e58518
Raise the minimum required version of CMake to 3.1.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
15154bc992
Change README to markdown format.
...
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Marek W
5676b04b58
Translated using Weblate (Polish)
...
Currently translated at 90.9% (10 of 11 strings)
Translation: applications/kaffeine - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pl/
3 years ago
Roman Savochenko
12620eb151
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (11 of 11 strings)
Translation: applications/kaffeine - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/uk/
3 years ago