summaryrefslogtreecommitdiffstats
path: root/programconfigurator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make it run with Qt6Arno2022-04-151-16/+10
| | | | | | | | | This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store...
* Fix deprecation warning QString::SkipEmptyPartsArno2020-07-251-1/+1
|
* Fix some more deprecation warningsArno2020-07-191-1/+1
|
* Fix QDirModel deprecation warningsArno2020-07-191-4/+5
|
* Add option for using the internal viewerArno2018-08-261-16/+25
| | | | Also use the new connect syntax for ProgramConfigurator.
* Fix typo in ProgramConfiguratorArno2016-10-011-1/+1
| | | | Upadate -> Update
* Port to Qt5Arno2013-03-031-9/+9
| | | | | | | | * Change #include to qt5 * Fix missing QX11Info * use explicit constructor for QVariant(QColor) * use beginResetModel() and endResetModel() instead of reset(). The latter was removed. Hopefully it still works :)
* Fixed layout issues in ProgramConfiguratorArno2010-11-201-0/+3
| | | | | Align all widgets at top by adding an empty layout with only a stretch at the bottom.
* Bugfix: ProgramConfiguratorArno2010-05-141-0/+4
| | | | When adding a program select it in QComboBox afterwards.
* Bugfix in ProgramConfiguratorArno2010-05-121-3/+1
| | | | Forgot to connect the Update button with his slot.
* Redesign of ConfigurationDialogArno2010-05-101-0/+193
Revamped ConfigurationDialog for more than one movie player or picture viewers. Introduced a new widget ProgramConfigurator.