summaryrefslogtreecommitdiffstats
path: root/kaffeine
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-02-252-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e6473e544e16ca46e5ca4f5ca8a38b2b7ffb61e3)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-031-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 31eb157b2f618dcc60bf36dcca18dcb812edce34)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0548-600/+600
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28388d4ea2c2b02f8f03948e7f57d3d8b9687fe8)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-104-208/+208
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit efb801b0a2ef2e7d8036d29e030a55309026e8cf)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a10b01c9b1b0dd1cb28e00a1e8376cd173f013a)
* xine-backend: Remove protocols from supported extensionsMavridis Philippe2023-11-251-0/+1
| | | | | | | | | 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 f77fe94e0e2d47a0bae7d9d049003ddf2d66bea2)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 06028cccb1f7bd7b2058583d9fdf49fbe9954fd3)
* Removed patch files from source code.Michele Calgaro2023-11-194-389/+0
| | | | | | | | | | 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 37d17c45c841a2d73bc5c6520d27291a89162d02)
* Replace Qt with TQtMichele Calgaro2023-11-0517-42/+42
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8800fb9ac5ad49194d935c5e81d37a9a1cfa3a8c)
* xine engine: make volume control logarithmic for versions of xine < 1.2.13.Michele Calgaro2023-10-052-4/+29
| | | | | | | | | | | 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 a16a898ea354ab5f14b5ec7a4dc9f7a07f00637b)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-274-12/+12
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5a592028fff455d0b6f78d602770155b58b65af3)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-072-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b4a60205a6fb1e9f3442d0e478017181ae6e0914)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-035-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa905ebf02f4f84b35ce4a79ceb362e75a0ea627)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5c33cef97b89d47128d1a3e687018ab2e1dd1a31)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4a24155a399bb20d9fea4880b820efa0111ce040)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2461-95/+95
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e925ce75e143265320cdc26ec7a079851b3f0873)
* Convert dummy part example to cmakeMichele Calgaro2023-06-163-825/+48
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 83b95481ee661d474134ac78ab8442369606a48c)
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-093-18/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix the service menu action Play DVD/BLURAY with KaffeineSlávek Banko2022-04-251-1/+1
| | | | | | to make play really start. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change libdvdcss detection to search the default system directory for libraries.Slávek Banko2022-03-311-12/+15
| | | | | | This resolves issue TDE/tde-packaging#113. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS with clang.Michele Calgaro2021-07-271-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary x-mplayer2.desktop (it is already installed with tdelibs).Michele Calgaro2021-03-111-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Set the size of the main window to 600p of width and 500p of height for the ↵gregory guy2021-03-111-0/+1
| | | | | | application first start. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Added translation of .desktop files.Michele Calgaro2021-03-1027-427/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copy translations to a new directory layout.Michele Calgaro2021-03-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2021-03-0749-1624/+25
| | | | | | | | | | | Add basic cmake build instructions. Some doc files have moved at the root of the module. Rework of the README and help page. Deleted file BUGS. Update some cmake files with latest macros. Few cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Changed CDDB query address from freedb.org to gnudb.orggregory guy2020-08-261-1/+1
| | | | | | | | since freedb.org is not available anymore. This refers to TDE/tde#28 Signed-off-by: gregory guy <gregory-tde@laposte.net>
* This resolves bug 3128aneejit12020-06-101-1/+4
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Improved support for bluray discs.Michele Calgaro2020-05-303-40/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on big-endian architectures.Slávek Banko2020-02-191-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFS.Chris2020-02-086-10/+18
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Conversion to the cmake building system.gregory guy2020-02-08889-44/+11153
| | | | | | | | | Add a man page taken from the Debian build system. dvbdata.tar.gz from the "images" folder has been decompressed and the data files have been put into their own folder (dvbdata). kaffeine-iso.desktop file added from the Debian packaging. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix typo in prior commit.Chris2019-07-161-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Remove old upstream URL.Chris2019-07-156-8/+7
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-265-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-252-0/+6
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-2/+2
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt_includes => tqt_includes conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-179-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary search for win32 codecs.Gregory Guy2018-07-241-3/+4
| | | | | Signed-off-by: Gregory Guy <g-gregory@gmx.fr> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with clangRay Vine2018-05-061-1/+3
| | | | | | This resolves bug 2892 Signed-off-by: Ray Vine <ray-v@inbox.lv>
* Fix FTBFS on Mageia 6François Andriot2017-07-011-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2327-0/+0
|
* Use GST_CHECK_VERSION instead of extra definitionSlávek Banko2016-03-114-10/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add GStreamer 1.0 supportSlávek Banko2016-03-105-10/+67
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>