summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix clang warnings in pictureviewer2Arno2018-11-232-28/+28
| | | | | | | | Get the QGraphicsItems right (I hope), and use auto where applicable. Let the compiler do the hard work. Also use type-safe connect syntax, fix nullptr warnings and weed out foreach.
* Modernize picturelistview.cppArno2018-11-231-4/+4
| | | | The usual. connect and foreach...
* Modernize newpicsdialog.cppArno2018-11-231-11/+11
| | | | Use type-safe connect syntax and weed out foreach.
* Bring mappingtablewidget.cpp into the 21st centuryArno2018-11-231-12/+12
| | | | Use type-safe connects and weed out foreach.
* Use type safe connect in mappingtableeditor.cppArno2018-11-231-13/+13
| | | | | Also use the proper typed return value in flags and remove the directory prefixes in the includes.
* Fix consistencycheck.cppArno2018-11-231-4/+4
| | | | Convert one connect to type-safe connect and fix 2 uninitialzed warnings.
* Fix some float castsArno2018-11-231-2/+2
|
* Fix some nullptr warningsArno2018-11-231-3/+3
| | | | Also add -Wno-padded to the CLang-Model.
* Remove unused functionArno2018-11-232-10/+0
| | | | ArchiveFilesModel::nextDvd() is a distant memory...
* Fix casts and other clang annotationsArno2018-11-231-9/+8
| | | | | Don't use C-Style casts. CLang says it's frowned upon. Also use nullptr instead of literal 0.
* Some more color fixesArno2018-11-233-8/+8
| | | | | Don't use the dark variant of hardcoded colors. The non-dark version plays well with a light theme, and even better with a dark one.
* Use palette colors where applicableArno2018-11-236-14/+18
| | | | | Don't assume we know what color ought to use. Ask the palette where applicable, but keep the modified configuration options.
* Implement delete seriesArno2018-11-092-1/+44
| | | | | | | The delete button will always delete the whole series based on the series ID, no matter the view. We'll rollback the database transaction if any file can't be deleted. Start the consistency check when that happens.
* Fix typo in NewMovieWizardArno2018-11-031-1/+1
| | | | See for yourself... So stupid!
* Do fuzzy check when accepting NewMovieWizardArno2018-11-031-0/+13
| | | | Ignore == Continue. Sadly, there's no StandardButton::Continue...
* Move fuzzyCheck to Helper namespaceArno2018-11-033-11/+16
|
* Implement fuzzy check for subtitlesArno2018-11-032-3/+41
| | | | | | | | Query the database for a version of the new subtitle converted to lower and some special characters replaced. For now those chars are '[ .,''!-]' This should give us a good approximation if we already have a subtitle like that.
* Add missing stretch to reason buttons in MetadataEditorWidgetArno2018-11-031-0/+1
|
* Use new connect syntax in MovieInfoPageArno2018-11-032-16/+12
| | | | While at it, make some QPushButtons local instead of member variables.
* Put MovieInfoPage into separate fileArno2018-11-036-365/+385
| | | | Lots of code shuffle and headers cleanup, but no functional changes.
* Put MovieMappingPage in separate fileArno2018-11-035-54/+85
| | | | Once again, only code shuffle and reindention.
* Put MovieMetadataPage in separate fileArno2018-11-035-46/+76
| | | | No functional changes, just code shuffle and reindention.
* Put WizardTreeModel in separate fileArno2018-11-035-89/+115
| | | | | One class per file :) No functional changes, just code shuffle and reindention.
* Lowercase subtitleArno2018-10-282-8/+8
| | | | | | | | Insert lower case and trimmed QString into database instead of the original version. Also, while at it, silence some clang warnings about implicit conversions and nullptrs.
* More font fixes... :(Arno2018-09-291-2/+2
|
* Fix 0 -> nullptr and implicit conversionsArno2018-09-293-6/+6
|
* Fix implicit conversion in RandomTabArno2018-09-291-1/+1
|
* Fix font usageArno2018-09-296-13/+17
| | | | Use Monospace only where applicable, mostly MD5Sum and numbers.
* Don't force QFont::Bold in RandomTabArno2018-09-291-2/+2
|
* Get rid of createMenus()Arno2018-09-292-12/+1
|
* Fix 0 as nullptr and remove commented out codeArno2018-09-292-2/+2
|
* Fix implicit conversionsArno2018-09-291-5/+5
| | | | Thanks, clang!
* Finally get rid of menuBar()!!!!Arno2018-09-294-43/+3
|
* Revamp context menu actions for RandomTabArno2018-09-292-19/+12
| | | | Make them local in setupGui()
* Add global actions to RandomTabArno2018-09-291-0/+9
|
* Make QPushButtons in RandomTab localArno2018-09-292-21/+16
| | | | While at it, convert to type-safe connect syntax.
* Fix 0 -> nullptr in RandomTabArno2018-09-291-2/+2
|
* Fix nullptr in viever.hArno2018-09-141-1/+1
|
* Make origin distinct when comparing imagesArno2018-09-141-0/+5
| | | | Paint background with QPalette::Base when showing the first image.
* Add compare action for picsArno2018-09-146-3/+38
| | | | Show files with the same filename *after another* in Viewer.
* Fix deprecation in HoverWindowArno2018-09-131-6/+6
| | | | Hmm, very old code, have to check if it's still used...
* Remember full screen status for VideoViewerArno2018-09-133-4/+12
| | | | And don't crash on close. Remove deleteLater()!
* Use default Video Player on doubleclickArno2018-09-131-5/+1
|
* Make VideoViewer local to FSWidgetArno2018-09-133-5/+18
| | | | Now we can't have multiple VideoViewers, which is what we want :)
* VideoViewer: set initial size and centerArno2018-09-131-0/+4
|
* Don't register VideoViewer as global WidgetArno2018-09-131-1/+0
|
* Fix duplication of Dirs and Filters in FSWidgetArno2018-09-131-0/+2
| | | | | | | Clear the ComboBoxes before re-reading the entries, because just adding them will produce duplicates if configure is called. Closing the Configuration Dialog would just add the alread configured items to the list, hence the duplicates.
* Remove playQtArno2018-09-012-21/+0
| | | | Not used, artifact from the first implementation of VideoViewer.
* Create a local playlist for external playersArno2018-09-012-3/+32
| | | | | Unfortunately, ffmpeg is the only player which doesn't suck too much, but it won't take more than one file :(
* Add some more keyboard action to VideoViewerArno2018-08-261-0/+19
| | | | | | * Ĺšpace for play/pause * 1 for lowering volume * 2 for raising volume