summaryrefslogtreecommitdiffstats
path: root/src/app/videoWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Address -Wall warningsmio2024-09-301-5/+0
| | | | | | | | | | | | | | 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-2/+5
| | | | | Signed-off-by: mio <[email protected]> (cherry picked from commit b62e6bc2b9329b315893021de30dd5846b48fd81)
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-1/+1
| | | | | | 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-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-5/+6
| | | | | | | 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-4/+4
| | | | Signed-off-by: gregory guy <[email protected]>
* Add support for xinelib-1.2, patch is from [email protected]gregory guy2020-06-131-3/+3
| | | | | | | taken from the kde3 OpenSuse repo, package kde3-codeine-1.0.1-52.73.src.rpm http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/src Signed-off-by: gregory guy <[email protected]>
* Conversion KDE -> TDE environment.gregory guy2020-06-131-7/+7
| | | | Signed-off-by: gregory guy <[email protected]>
* Conversion qt3 -> tqt3gregory guy2020-06-131-36/+36
| | | | Signed-off-by: gregory guy <[email protected]>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+380
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <[email protected]>