summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Address -Wall warningsmio2024-09-301-6/+12
| | | | | | | | | | | | | | 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 crash when showing context menu in DVDsmio2024-08-311-1/+1
| | | | | Signed-off-by: mio <[email protected]> (cherry picked from commit b62e6bc2b9329b315893021de30dd5846b48fd81)
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-8/+9
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <[email protected]> (cherry picked from commit ed55bf072682ebf73239e74b7e3dd286ed5616a5)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-041-22/+22
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* xine engine: make volume control logarithmic for versions of xine < 1.2.13. ↵Michele Calgaro2023-10-091-1/+1
| | | | | | | 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)
* Add a couple of missing icons.gregory guy2020-08-021-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Bring back missing icons, thanks to Slávek Banko for the tip.gregory guy2020-06-301-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-10/+12
| | | | | | | Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <[email protected]>
* Conversion to the cmake building system.gregory guy2020-06-211-10/+15
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion KDE -> TDE environment.gregory guy2020-06-131-38/+38
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion qt3 -> tqt3gregory guy2020-06-131-64/+64
| | | | Signed-off-by: gregory guy <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+714
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>