Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clang fixes, nullptr and WindowFlags... | Arno | 2018-11-23 | 4 | -10/+10 | |
| | ||||||
* | Fix StatisticsDialog (again?) | Arno | 2018-11-23 | 1 | -3/+3 | |
| | ||||||
* | Fix foreach and nullptr in SmTreeView | Arno | 2018-11-23 | 2 | -3/+3 | |
| | ||||||
* | De-foreachify PicturesWidget | Arno | 2018-11-23 | 2 | -3/+3 | |
| | | | | And remove nullptr warnings. | |||||
* | Fix helper warnings | Arno | 2018-11-23 | 2 | -22/+27 | |
| | | | | | | Sprinkle some static_casts here and there and fix auto conversions. Also introduce const ints for what to read for calculating the MD5-Sum of a file... Seems to work fine. | |||||
* | foreach fixes for RandomTab | Arno | 2018-11-23 | 1 | -5/+5 | |
| | ||||||
* | Fix PicFilesModel | Arno | 2018-11-23 | 2 | -21/+21 | |
| | | | | | Don't hide another function and weed out foreach. Also fix nullptr issues. | |||||
* | Make StatisticsDialog Clang warning free | Arno | 2018-11-23 | 2 | -22/+23 | |
| | ||||||
* | Some more syntax fixes | Arno | 2018-11-23 | 2 | -9/+9 | |
| | | | | No functional changes. | |||||
* | Bring SearchDialog into the 21st century | Arno | 2018-11-23 | 2 | -7/+7 | |
| | | | | The usual... nullptr warnings, connect syntax. | |||||
* | Fix clang warnings in pictureviewer2 | Arno | 2018-11-23 | 2 | -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.cpp | Arno | 2018-11-23 | 1 | -4/+4 | |
| | | | | The usual. connect and foreach... | |||||
* | Modernize newpicsdialog.cpp | Arno | 2018-11-23 | 1 | -11/+11 | |
| | | | | Use type-safe connect syntax and weed out foreach. | |||||
* | Bring mappingtablewidget.cpp into the 21st century | Arno | 2018-11-23 | 1 | -12/+12 | |
| | | | | Use type-safe connects and weed out foreach. | |||||
* | Use type safe connect in mappingtableeditor.cpp | Arno | 2018-11-23 | 1 | -13/+13 | |
| | | | | | Also use the proper typed return value in flags and remove the directory prefixes in the includes. | |||||
* | Fix consistencycheck.cpp | Arno | 2018-11-23 | 1 | -4/+4 | |
| | | | | Convert one connect to type-safe connect and fix 2 uninitialzed warnings. | |||||
* | Fix some float casts | Arno | 2018-11-23 | 1 | -2/+2 | |
| | ||||||
* | Fix some nullptr warnings | Arno | 2018-11-23 | 1 | -3/+3 | |
| | | | | Also add -Wno-padded to the CLang-Model. | |||||
* | Remove unused function | Arno | 2018-11-23 | 2 | -10/+0 | |
| | | | | ArchiveFilesModel::nextDvd() is a distant memory... | |||||
* | Fix casts and other clang annotations | Arno | 2018-11-23 | 1 | -9/+8 | |
| | | | | | Don't use C-Style casts. CLang says it's frowned upon. Also use nullptr instead of literal 0. | |||||
* | Some more color fixes | Arno | 2018-11-23 | 3 | -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 applicable | Arno | 2018-11-23 | 6 | -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 series | Arno | 2018-11-09 | 2 | -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 NewMovieWizard | Arno | 2018-11-03 | 1 | -1/+1 | |
| | | | | See for yourself... So stupid! | |||||
* | Do fuzzy check when accepting NewMovieWizard | Arno | 2018-11-03 | 1 | -0/+13 | |
| | | | | Ignore == Continue. Sadly, there's no StandardButton::Continue... | |||||
* | Move fuzzyCheck to Helper namespace | Arno | 2018-11-03 | 3 | -11/+16 | |
| | ||||||
* | Implement fuzzy check for subtitles | Arno | 2018-11-03 | 2 | -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 MetadataEditorWidget | Arno | 2018-11-03 | 1 | -0/+1 | |
| | ||||||
* | Use new connect syntax in MovieInfoPage | Arno | 2018-11-03 | 2 | -16/+12 | |
| | | | | While at it, make some QPushButtons local instead of member variables. | |||||
* | Put MovieInfoPage into separate file | Arno | 2018-11-03 | 6 | -365/+385 | |
| | | | | Lots of code shuffle and headers cleanup, but no functional changes. | |||||
* | Put MovieMappingPage in separate file | Arno | 2018-11-03 | 5 | -54/+85 | |
| | | | | Once again, only code shuffle and reindention. | |||||
* | Put MovieMetadataPage in separate file | Arno | 2018-11-03 | 5 | -46/+76 | |
| | | | | No functional changes, just code shuffle and reindention. | |||||
* | Put WizardTreeModel in separate file | Arno | 2018-11-03 | 5 | -89/+115 | |
| | | | | | One class per file :) No functional changes, just code shuffle and reindention. | |||||
* | Lowercase subtitle | Arno | 2018-10-28 | 2 | -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... :( | Arno | 2018-09-29 | 1 | -2/+2 | |
| | ||||||
* | Fix 0 -> nullptr and implicit conversions | Arno | 2018-09-29 | 3 | -6/+6 | |
| | ||||||
* | Fix implicit conversion in RandomTab | Arno | 2018-09-29 | 1 | -1/+1 | |
| | ||||||
* | Fix font usage | Arno | 2018-09-29 | 6 | -13/+17 | |
| | | | | Use Monospace only where applicable, mostly MD5Sum and numbers. | |||||
* | Don't force QFont::Bold in RandomTab | Arno | 2018-09-29 | 1 | -2/+2 | |
| | ||||||
* | Get rid of createMenus() | Arno | 2018-09-29 | 2 | -12/+1 | |
| | ||||||
* | Fix 0 as nullptr and remove commented out code | Arno | 2018-09-29 | 2 | -2/+2 | |
| | ||||||
* | Fix implicit conversions | Arno | 2018-09-29 | 1 | -5/+5 | |
| | | | | Thanks, clang! | |||||
* | Finally get rid of menuBar()!!!! | Arno | 2018-09-29 | 4 | -43/+3 | |
| | ||||||
* | Revamp context menu actions for RandomTab | Arno | 2018-09-29 | 2 | -19/+12 | |
| | | | | Make them local in setupGui() | |||||
* | Add global actions to RandomTab | Arno | 2018-09-29 | 1 | -0/+9 | |
| | ||||||
* | Make QPushButtons in RandomTab local | Arno | 2018-09-29 | 2 | -21/+16 | |
| | | | | While at it, convert to type-safe connect syntax. | |||||
* | Fix 0 -> nullptr in RandomTab | Arno | 2018-09-29 | 1 | -2/+2 | |
| | ||||||
* | Fix nullptr in viever.h | Arno | 2018-09-14 | 1 | -1/+1 | |
| | ||||||
* | Make origin distinct when comparing images | Arno | 2018-09-14 | 1 | -0/+5 | |
| | | | | Paint background with QPalette::Base when showing the first image. | |||||
* | Add compare action for pics | Arno | 2018-09-14 | 6 | -3/+38 | |
| | | | | Show files with the same filename *after another* in Viewer. |