You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
codeine/src/app
mio 0dbeeeb9f2
Address -Wall warnings
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 <stigma@disroot.org>
(cherry picked from commit 9ef39acd5d)
9 months ago
..
CMakeLists.txt Conversion to the cmake building system. 5 years ago
actions.cpp Bring back missing icons, thanks to Slávek Banko for the tip. 5 years ago
actions.h Conversion KDE -> TDE environment. 5 years ago
adjustSizeButton.cpp Use nullptr instead of NULL/0 pointer in C++ files 11 months ago
adjustSizeButton.h Conversion to the cmake building system. 5 years ago
analyzer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
analyzer.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
captureFrame.cpp Use nullptr instead of NULL/0 pointer in C++ files 11 months ago
codeineConfig.h Conversion to the cmake building system. 5 years ago
extern.h Conversion qt3 -> tqt3 5 years ago
fht.cpp Address -Wall warnings 9 months ago
fht.h Initial code import from debian snapshot 5 years ago
fullScreenAction.cpp Conversion to the cmake building system. 5 years ago
fullScreenAction.h Conversion KDE -> TDE environment. 5 years ago
insertAspectRatioMenuItems.cpp Drop the use of the HAVE_XINE_H definition. 5 years ago
listView.cpp Conversion KDE -> TDE environment. 5 years ago
main.cpp Conversion to the cmake building system. 5 years ago
mainWindow.cpp Address -Wall warnings 9 months ago
mainWindow.h 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. 2 years ago
playDialog.cpp Use nullptr instead of NULL/0 pointer in C++ files 11 months ago
playDialog.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
playlistFile.cpp Conversion to the cmake building system. 5 years ago
playlistFile.h Conversion qt3 -> tqt3 5 years ago
slider.cpp Use nullptr instead of NULL/0 pointer in C++ files 11 months ago
slider.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
stateChange.cpp Address -Wall warnings 9 months ago
theStream.cpp Drop the use of the HAVE_XINE_H definition. 5 years ago
theStream.h Conversion to the cmake building system. 5 years ago
videoSettings.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
videoSettings.h Conversion to the cmake building system. 5 years ago
videoWindow.cpp Address -Wall warnings 9 months ago
volumeAction.cpp Use nullptr instead of NULL/0 pointer in C++ files 11 months ago
volumeAction.h 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. 2 years ago
xineConfig.cpp Improve the layout of XineConfigDialog 10 months ago
xineConfig.h Conversion to the cmake building system. 5 years ago
xineEngine.cpp Address -Wall warnings 9 months ago
xineEngine.h Address -Wall warnings 9 months ago
xineScope.c Fixed xine scope plugin functionality with xine 1.2.10. 5 years ago
xineScope.h Fixed xine scope plugin functionality with xine 1.2.10. 5 years ago