Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use courier new for ArchiveBrowser | Arno | 2018-08-26 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Fix headere view for PictureListView | Arno | 2018-07-20 | 5 | -31/+27 |
| | | | | Make the headers great again! | ||||
* | Just code shuffle, no functional change | Arno | 2018-07-19 | 16 | -326/+477 |
| | | | | | Split up all the classes in mappingtreewidget into separate files to make editing easier. | ||||
* | Create file for MappingTreeView | Arno | 2018-07-19 | 6 | -41/+76 |
| | | | | Single it out to a separate file to make editing easier. | ||||
* | Make the slide dialog callabe again | Arno | 2018-07-14 | 2 | -1/+8 |
| | |||||
* | Remove unused QAction | Arno | 2018-07-14 | 2 | -3/+1 |
| | |||||
* | Remove the menuBar() from picture archive | Arno | 2018-07-14 | 7 | -276/+62 |
| | | | | | | | The journey started innocent enough, but turned out to be a commit that should have been severals. In the end, the picture archive has no menuBar() any more, as expected, but it's also impossible to call the slide dialog. Will fix that soon. | ||||
* | Rename PictureView to PictureListView | Arno | 2018-07-14 | 6 | -237/+266 |
| | | | | | Rename it to make clear(er) that it is a TreeView, not a picture viewer. Also, remove it from pictureswidget.{h,cpp} into a separate file. | ||||
* | Remove unused local variable dvdMount | Arno | 2018-07-14 | 1 | -1/+0 |
| | | | | Leftover from a cleanup. | ||||
* | Fix window title | Arno | 2018-07-14 | 5 | -0/+14 |
| | | | | for FSWidget and MovieWidget. | ||||
* | Workaround for recognizing some .mkv as Movies | Arno | 2018-05-25 | 1 | -2/+2 |
| | | | | | | | | As it turns out the MIME magic recognizes some mkv files as application/ octet stream, so the file type is incorrectly set to General Cover in the new movies dialog. Very annoying. Fix it by looking at the suffix, too, even though this is exactly the thing MIME magic should prevent... :( | ||||
* | Raise viewer when doubleclicking picture | Arno | 2018-05-21 | 1 | -0/+1 |
| | |||||
* | Implement edit files | Arno | 2018-05-21 | 5 | -3/+184 |
| | | | | Make it possible to edit files (again). | ||||
* | MoviePropertiesDialog: setWindowTitle | Arno | 2018-04-15 | 1 | -0/+1 |
| | |||||
* | Edit subject | Arno | 2018-04-15 | 2 | -2/+9 |
| | | | | Forgot that on implementing MoviePropertiesDialog... | ||||
* | MovieWidget: Add global actions and refresh to the toolbar | Arno | 2018-04-05 | 2 | -1/+7 |
| | |||||
* | MovieWidget: make the forward and back buttons do something | Arno | 2018-04-05 | 2 | -2/+16 |
| | | | | Advance to the next Selection or go back to the previous one. | ||||
* | MovieWidget: don't show menuBar() | Arno | 2018-04-05 | 2 | -9/+2 |
| | | | | Also, remove some left over menus from old ArchiveView. | ||||
* | Weed out old archive view and archivecontroller | Arno | 2018-04-05 | 8 | -1460/+13 |
| | | | | | Unfortunately, it is so convoluted code that there's most likely a lot of cruft left, so call it work in progress... | ||||
* | MoviePropertiesDialog: actually do something | Arno | 2018-04-04 | 4 | -0/+113 |
| | | | | | Update database on accpet() Yes, I know that some code could be shared, but I want to keep it clean. | ||||
* | MoviePropertiesDialog: implement remove genre and actor | Arno | 2018-04-04 | 2 | -0/+10 |
| | | | | Only removes items from the view, does nothing to the database yet. | ||||
* | MoviePropertiesDialog: implement add actors and genres | Arno | 2018-04-04 | 5 | -2/+123 |
| | | | | | | | Only adds items to the view, doesn't do any changes to the database yet. Had to implement a custom InputDialog, because the standard InputDialog doesn't have a setter for the completer. | ||||
* | Fill MoviePropertiesDialog, part 2 | Arno | 2018-04-04 | 2 | -0/+34 |
| | | | | Actors and Genres. | ||||
* | Fill MoviePropertiesDialog, part 1 | Arno | 2018-04-04 | 4 | -2/+35 |
| | |||||
* | Implement MoviePropertiesDialog | Arno | 2018-04-04 | 5 | -2/+135 |
| | | | | | Try to replace all those editing dialogs with one exhausting dialog. For now, it's just the layout. It does nothing yet. | ||||
* | MovieWidget: copy assorted columns to clipboard | Arno | 2018-04-04 | 2 | -3/+22 |
| | |||||
* | MovieWidget: Implement play selected for bottom view | Arno | 2018-04-04 | 2 | -0/+20 |
| | |||||
* | MovieWidget: turn bottom view into SmView | Arno | 2018-04-04 | 2 | -2/+17 |
| | | | | Also, play the movie on doubleclick if it's available. | ||||
* | Rename FSView to SmView | Arno | 2018-04-04 | 5 | -15/+15 |
| | | | | | Turns out it's more general purpose than I thought. Gonna reuse it for MovieWidget. | ||||
* | MovieWidget: make all items non-editable | Arno | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | MovieWidget: indicate if file is available | Arno | 2018-04-04 | 2 | -5/+50 |
| | |||||
* | MovieWidget: read and write settings | Arno | 2018-04-04 | 2 | -0/+34 |
| | |||||
* | MovieWidget: Add count to all selections, improve sorting | Arno | 2018-04-04 | 1 | -12/+24 |
| | |||||
* | MovieWidget: Implement populateByGenres | Arno | 2018-04-03 | 2 | -1/+46 |
| | | | | | Also remove Favorites from selection. Should be an option with random player, if at all. | ||||
* | MovieWidget: Implement populateByActors | Arno | 2018-04-03 | 2 | -8/+66 |
| | |||||
* | MovieWidget: Make filter work | Arno | 2018-04-03 | 1 | -0/+7 |
| | |||||
* | First implementation of MovieWidget | Arno | 2018-04-03 | 5 | -2/+229 |
| | | | | | It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data. | ||||
* | FSWidget: display file icons correctly | Arno | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Add a menu with global actions to SmGlobals | Arno | 2018-04-03 | 5 | -44/+73 |
| | | | | | | | Use it in the toolbar for FSWidge and hide the menuBar. Change Helper::icon to accept different foreground colors and wether to draw the ellipse. | ||||
* | Good riddance Filesystem Widget! | Arno | 2018-04-03 | 15 | -2423/+6 |
| | | | | | | Get rid of FilesystemWidget and helper classes. The SmDirWatcher was useful, once, I guess, nice to implement it by foot, but with the current workflow it isn't needed any more. | ||||
* | FSWidget: add configure action | Arno | 2018-04-03 | 3 | -0/+7 |
| | |||||
* | FSWidget: change 2 icons and add separators | Arno | 2018-04-03 | 1 | -3/+4 |
| | |||||
* | FSWidget: Update free space after gatherData() | Arno | 2018-04-03 | 3 | -0/+3 |
| | |||||
* | FSWidget: Update status bar | Arno | 2018-04-03 | 3 | -0/+25 |
| | | | | Show count, size and duration. |