summaryrefslogtreecommitdiffstats
path: root/src/app/xineConfig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 <stigma@disroot.org> (cherry picked from commit 11c0638baf9ae1623fec00107bb9d065d3ecb88b)
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-11/+11
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit ed55bf072682ebf73239e74b7e3dd286ed5616a5)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-041-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-1/+3
| | | | | | | Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2020-06-211-10/+10
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion KDE -> TDE environment.gregory guy2020-06-131-2/+2
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion qt3 -> tqt3gregory guy2020-06-131-72/+72
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+321
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>