Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix deprecation in HoverWindow | Arno | 2018-09-13 | 1 | -6/+6 |
| | | | | Hmm, very old code, have to check if it's still used... | ||||
* | Remember full screen status for VideoViewer | Arno | 2018-09-13 | 3 | -4/+12 |
| | | | | And don't crash on close. Remove deleteLater()! | ||||
* | Use default Video Player on doubleclick | Arno | 2018-09-13 | 1 | -5/+1 |
| | |||||
* | Make VideoViewer local to FSWidget | Arno | 2018-09-13 | 3 | -5/+18 |
| | | | | Now we can't have multiple VideoViewers, which is what we want :) | ||||
* | VideoViewer: set initial size and center | Arno | 2018-09-13 | 1 | -0/+4 |
| | |||||
* | Don't register VideoViewer as global Widget | Arno | 2018-09-13 | 1 | -1/+0 |
| | |||||
* | Fix duplication of Dirs and Filters in FSWidget | Arno | 2018-09-13 | 1 | -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 playQt | Arno | 2018-09-01 | 2 | -21/+0 |
| | | | | Not used, artifact from the first implementation of VideoViewer. | ||||
* | Create a local playlist for external players | Arno | 2018-09-01 | 2 | -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 VideoViewer | Arno | 2018-08-26 | 1 | -0/+19 |
| | | | | | | * Ĺšpace for play/pause * 1 for lowering volume * 2 for raising volume | ||||
* | Merge branch 'refs/heads/treemodel' into VideoWidget | Arno | 2018-08-26 | 1 | -0/+1 |
|\ | |||||
| * | Use courier new for ArchiveBrowser | Arno | 2018-08-26 | 1 | -0/+1 |
| | | |||||
* | | Add option for using the internal viewer | Arno | 2018-08-26 | 3 | -30/+55 |
| | | | | | | | | Also use the new connect syntax for ProgramConfigurator. | ||||
* | | Read and Write some settings for VideoViewer | Arno | 2018-08-26 | 2 | -0/+21 |
| | | |||||
* | | Fix next and previous in VideoViewer | Arno | 2018-08-26 | 1 | -2/+12 |
| | | | | | | | | | | The QMediaPlayList implementations return -1 after the last valid index. Fix it by implementing a homebrewed version... | ||||
* | | Implement custom Video player | Arno | 2018-08-26 | 8 | -18/+136 |
| | | | | | | | | | | | | | | Well, well, well. Due to several unforseen circumstances I ventured into the sources again and implemented a Video player with Qt. Looks very promising so far. There are some bugs to weed out, but I'm getting there... | ||||
* | | Use nullptr instead of literal 0 to avoid warnings | Arno | 2018-08-26 | 1 | -6/+6 |
|/ | |||||
* | Remove menu bar from archive browser | Arno | 2018-07-21 | 4 | -140/+76 |
| | | | | | Well, quite some code churn. Localize QActions and remove them from SheMov. Put them in a tool bar and the context menu, the usual. | ||||
* | Make headers for FSWidget selectable | Arno | 2018-07-21 | 2 | -15/+34 |
| | |||||
* | Prepare FSWidget for show/hide headers | Arno | 2018-07-21 | 2 | -4/+10 |
| | | | | | | Don't clear the model when gathering data. Delete all rows instead to keep the headers consistent. Also add a visible column for the full path. | ||||
* | Fix slide dialog | Arno | 2018-07-21 | 1 | -2/+4 |
| | | | | Don't show the picture viewer if the slide dialog was cancelled. | ||||
* | Save/Restore PicturesWidget selection | Arno | 2018-07-20 | 1 | -1/+5 |
| | | | | Finally! | ||||
* | More code churn | Arno | 2018-07-20 | 14 | -256/+310 |
| | | | | | Create separate files for MappingData and MappingTreeResultModel. Hopefully no functional changes. |