summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.Automated System2024-11-051-0/+40
|
* Update translation template.Automated System2024-10-281-24/+24
|
* Update the xineScope to remove global variables.mio2024-10-284-56/+141
| | | | | | | | | | | | This patch updates xineScope.c to better align with Amarok's code. As a result, the analyzer is more accurate. For instance, when playing an audio file and there is a silent spot, the blocks will correctly "drop" to the bottom, leaving an empty analyzer. The previous behaviour would leave some blocks "stuck" in their position See: TDE/codeine#23 Signed-off-by: mio <[email protected]> (cherry picked from commit ff2a5768dd4d199cb8bbbe2af4ea3fbb68a489f3)
* Fix the audio analyzermio2024-10-283-62/+622
| | | | | | | | | | | | | Most of the code was already borrowed from Amarok, but wasn't properly finished. This just updates the code to more closely match what is currently in TDE's Amarok. The Analyzer still sits in the statusBar(), which is cool, but can have some delays when watching a video (the video itself is unaffected). See: TDE/codeine#23 Signed-off-by: mio <[email protected]> (cherry picked from commit a3ea0ee70fe8590a96df03dca43ca77f3f28791e)
* Update translation template.r14.1.3Automated System2024-10-061-35/+39
|
* Fix channel selection menus disappearingmio2024-10-068-94/+111
| | | | | | | | | | | | | | | | | | When adding/removing an action to/from the toolbar, the aspect ratio, audio channel, and subtitle channel menus would disappear from the parent settings menu. My understanding is that this happened because nothing was keeping those menus present (plugged?) when other actions were plugged/unplugged. This changes it so "Aspect Ratio", "Subtitles", and "Audio Channels" each are a TDESelectAction that is dynamically filled with items. This way, each popup menu is still present after other actions being plugged/unplugged. Resolves: TDE/codeine#24 Signed-off-by: mio <[email protected]> (cherry picked from commit f460840a5e1c4e6cc262177f2b60cebfe469d393)
* Update translation template.Automated System2024-09-301-3/+3
|
* Address -Wall warningsmio2024-09-306-17/+22
| | | | | | | | | | | | | | VideoWindow::ExposeEvent wasn't being used correctly; it should be a TQCustomEvent (although, the 3000 type is already being used for forwarding XINE_PROGRESS_EVENT). While the pts_per_smpls part never seemed to be encountered, it would have resulted in a floating point exception as it's always 0. Commented out to leave a hint as to what the code should be doing. Resolves: TDE/codeine#2 Signed-off-by: mio <[email protected]> (cherry picked from commit 9ef39acd5d211e5a8164bfb4a075e2e0cd6f9bee)
* Fix filter list when opening a filemio2024-09-121-7/+31
| | | | | Signed-off-by: mio <[email protected]> (cherry picked from commit c0311bdfc33f07dbde42a9b4f4758a6c505aae84)
* Update translation template.Automated System2024-08-311-5/+5
|
* Improve the layout of XineConfigDialogmio2024-08-311-74/+50
| | | | | | | | | | | | Properly display the description of each of the settings. Also, reorganize the layout so that it uses layouts rather than VBox/HBox. The TabWidget class has been removed in favour of the standard TQTabWidget class, as the different behaviour doesn't make a notable visual difference. Signed-off-by: mio <[email protected]> (cherry picked from commit 11c0638baf9ae1623fec00107bb9d065d3ecb88b)
* Fix crash when showing context menu in DVDsmio2024-08-312-3/+6
| | | | | Signed-off-by: mio <[email protected]> (cherry picked from commit b62e6bc2b9329b315893021de30dd5846b48fd81)
* Update translation template.Automated System2024-08-221-20/+20
|
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-2213-62/+68
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <[email protected]> (cherry picked from commit ed55bf072682ebf73239e74b7e3dd286ed5616a5)
* Use safer xine_get_current_frame_smio2024-08-221-3/+4
| | | | | | | | | | | | 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]: https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50/ Signed-off-by: mio <[email protected]> (cherry picked from commit 5e965846d17f7053dca99f3366ce5d8f21e8f649)
* Update translation template.Automated System2024-08-201-6/+6
|
* Scale capture preview if it exceeds screen boundsmio2024-08-201-1/+11
| | | | | Signed-off-by: mio <[email protected]> (cherry picked from commit 000a65ca625eca28b5912650325886a9454e05c3)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 173770f0f1ba17bda0fc0d71f244d32f170afdff)
* Use centralized cmake versionr14.1.2Michele Calgaro2024-03-172-7/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e097d43a062e934c47c731197d37deef405a9a54)
* Replace Qt with TQtMichele Calgaro2024-02-253-4/+4
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 00a73f1dea1194890a6db0bd00ec2759e9ff5bc5)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0412-53/+53
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-092-2/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6208d03e3d27f1516519199132a8dc8d61e222f1)
* Update translation template.r14.1.1Automated System2023-10-091-28/+28
|
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-097-9/+51
| | | | | | | For xine versions >= 1.2.13, libxine already makes the volume logarithmic. This relates to TDE/tdemultimedia#40. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b5977d5e67d68ec18fad1d1130f5a306ce4fe598)
* Update translation template.Automated System2023-10-061-15/+15
|
* Fix volume slider functionality and visualizationMichele Calgaro2023-10-062-4/+17
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1884d0e5a2d8269c27b5874a0626810f979e2e92)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-247-7/+7
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ea718087e4710486e5e7b04f2c82eef8866e2cc9)
* Merge translation files from master branch.Automated System2023-04-261-1/+2
|
* Translated using Weblate (Spanish)r14.1.0Eduardo Herrera2023-03-211-7/+8
| | | | | | | Currently translated at 60.0% (3 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/es/
* Use TDE cmake macro to set versionMichele Calgaro2022-06-251-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Translated using Weblate (German)Lian Begett2022-06-191-9/+10
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/de/
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Translated using Weblate (Portuguese (Brazil))Sebastião Guerra2021-12-171-9/+10
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/pt_BR/
* Translated using Weblate (Portuguese)Hugo Carvalho2021-12-031-2/+2
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/pt/
* Translated using Weblate (Portuguese)Hugo Carvalho2021-11-231-8/+9
| | | | | | | Currently translated at 80.0% (4 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/pt/
* Change README to markdown format.Slávek Banko2021-10-192-27/+39
| | | | | | Add translation status overview. Signed-off-by: Slávek Banko <[email protected]>
* Translated using Weblate (Polish)Marek W2021-10-181-10/+12
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/pl/
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-225-56/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Translated using Weblate (Russian)blu.2562020-12-301-10/+12
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/ru/
* Translated using Weblate (Greek)blu.2562020-12-301-9/+10
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: applications/codeine - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/el/
* Reset submodule main/applications/codeine/cmake to latest HEADAutomated System2020-12-071-0/+0
|