Commit Graph

8 Commits

Author SHA1 Message Date
Sebastian Lohff 2bcdfca79f Replace toAscii() with toLatin1()
Another qt5 migration fix
2022-06-30 23:28:00 +02:00
Sebastian Lohff a47f434771 Rename setResizeMode() to setSectionResizeMode()
Another method rename, see here: https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5
2022-06-30 23:27:53 +02:00
Sebastian Lohff d345f490b6 Make afutrainer.pro qt5 ready
Instead of qt we now specify widgets (recommended in a migration guide).
We are also linking against the system zlib to find the otherwise
missing symbol "inflateEnd".
2022-06-30 23:27:53 +02:00
Sebastian Lohff 645e73802a qt5 conv: replace reset() for models
In qt5 reset() is no longer available for models, instead one should
call beginResetModel(), then reset the model data and then call
endResetModel().

See https://doc.qt.io/qt-5/qabstractitemmodel-obsolete.html#reset
2022-06-30 23:19:57 +02:00
Sebastian Lohff a62924f1d5 Add .gitignore 2022-06-30 23:14:21 +02:00
Sebastian Lohff 1010914f41 Convert CRLF to Unix newlines 2022-06-30 23:13:43 +02:00
Sebastian Lohff 9898b3404a Convert encoding from ISO-8859-1 to UTF-8
iconv -f ISO-8859-1 -t UTF-8

No more broken umlauts!
2022-06-30 23:11:22 +02:00
Sebastian Lohff 9f1d3c81d2 Import of original sourcecode for afutrainer-3.0
Original source: http://www.oliver-saal.de/software/afutrainer/download/afutrainer-3.0-src.zip
Landing page: http://www.oliver-saal.de/software/afutrainer/download.php
092d114b47e40472238e27ee01a528a58ad2d311ec95280b404bb57c97c9fed6  afutrainer-3.0-src.zip
2022-06-30 01:04:57 +02:00