summaryrefslogtreecommitdiffstats
path: root/origindialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it compile with qt6Arno2022-04-161-1/+1
| | | | | | | *BIG FAT WARNING* Took me a while to figure it out, but the database connection only works with MINGW64 instead of MINGW32! With the latter loading the SQL Plugin fails! That said, off to brighter shores :)
* Fix clang warningsArno2018-12-091-1/+1
| | | | | nullptr and one stupid explicit conversion that turned into an implicit conversion...
* Modernize OriginDialogArno2018-02-011-1/+0
| | | | | | | Use type safe connect syntax and remove one Q_FOREACH makro. Make the reject button a non-member, but keep the OK button. I thought about gettring rid of the latter, too, but deactivating OK when no match is the most sensible way to go...
* New feature: Add OriginArno2016-11-101-0/+47
Since SheMov now displays origin files (i.e. source files for a reencode), add an option here to add origin files for already archived movies. We guess the archived movie from the filename by cutting off the extension and look it up in the files table. If we find an archived movie with that filename, mark the source blue. Deactive "Add" if we don't find one or if we already have an origin.