summaryrefslogtreecommitdiffstats
path: root/shemov.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt::Windowflags nullptr deprecation warningsArno2020-07-191-1/+1
|
* Get rid of createMenus()Arno2018-09-291-1/+1
|
* Fix 0 as nullptr and remove commented out codeArno2018-09-291-1/+1
|
* Finally get rid of menuBar()!!!!Arno2018-09-291-3/+0
|
* Remove menu bar from archive browserArno2018-07-211-29/+0
| | | | | Well, quite some code churn. Localize QActions and remove them from SheMov. Put them in a tool bar and the context menu, the usual.
* Fix headere view for PictureListViewArno2018-07-201-1/+0
| | | | Make the headers great again!
* Remove the menuBar() from picture archiveArno2018-07-141-24/+0
| | | | | | | 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.
* MovieWidget: don't show menuBar()Arno2018-04-051-2/+0
| | | | Also, remove some left over menus from old ArchiveView.
* Weed out old archive view and archivecontrollerArno2018-04-051-19/+0
| | | | | Unfortunately, it is so convoluted code that there's most likely a lot of cruft left, so call it work in progress...
* First implementation of MovieWidgetArno2018-04-031-0/+2
| | | | | It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data.
* Good riddance Filesystem Widget!Arno2018-04-031-53/+1
| | | | | | 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.
* Basic layout for new FSWidgetArno2018-03-301-0/+2
| | | | Just the layout, does absolutely nothing yet.
* Add untar actionArno2018-03-301-0/+1
| | | | | tries to tar xf selected files. If tar was successful, the archive is deleted. Should make archiving pics a bit easier.
* Get rid of PVAddMapper QSignalMapperArno2017-12-261-1/+0
| | | | | | | One has to ask what it is good for now, maybe totally useless after revamping the slide dialog, but that's for another commit... This also eliminates QSignalMapper from shemov.{h,cpp}
* Get rid of the headerMapper QSignalMapperArno2017-12-261-1/+2
| | | | | | | This one was a bit harder, because I made a function return the QSignalMapper, but I could reuse it with a signature change. Just provide the view, too, so we can make the connection inside the function, which now returns void.
* Get rid of QSignalMapper mOpenTimesFSMapperArno2017-12-261-1/+0
| | | | and replace it with a lambda.
* Get rid of QSignalMapper mOpenWithMapperFSArno2017-12-261-1/+0
| | | | Replace it with a lambda as SLOT, as stated in the QT documentation.
* Hook up Actions for RandomTabArno2016-11-111-1/+4
| | | | Create edit and context menus.
* Add Random file browserArno2016-11-101-0/+2
| | | | | | | | Idea: Select random movies based on a selection of genres and actors in a new tab, so you don't have the agony of choice. This is just the basic layout. The selectors are filled and the buttons are connected, but it doesn't select anything yet.
* Add Next> to NewPicsDialogArno2016-10-161-1/+2
| | | | | | Make archiving various pictures easier. When NewPicsDialog is calles with a directory, the Next> button archives the current pic and selects the next.
* Design slide dialogArno2016-03-291-1/+2
| | | | Does nothing yet, just the dialog...
* Add "Move to USB..." actionArno2016-03-041-0/+1
| | | | Does nothing yet, just the context menu entry. It compiles, though :)
* Remove slide indicator from status barArno2015-08-281-2/+0
| | | | | Useless, and didn't work anyway since using the control item in pictureviewer.
* Implement shuffle in PictureViewer2 controlsArno2015-08-271-1/+0
| | | | Remove action from context menu.
* Remove PVActions from SheMovArno2015-08-271-7/+0
| | | | Remove actions that are now triggered by the ControlItem.
* Implement slide through all picturesArno2015-08-121-0/+2
| | | | | Wow, that was much more complicated than I first thought, but it seems to work. Maybe it's much more convoluted than it has to be :)
* Implement gotoArchiveArno2015-02-141-0/+2
| | | | | | New context menu item for Filesystemwidget: select the seriespart when goto archive is triggered... Selecting the partId from ArchiveModel was deceptibly simple. Doom impending?
* Implement play several timesArno2015-02-141-1/+7
| | | | Add context menu entry for playing movies in a loop or 2..5 times.
* New: search dialogArno2015-01-241-0/+4
|
* Add Skip in PictureViewer2Arno2014-06-071-0/+4
| | | | | PageDown = back 25 PageUp = forward 25
* UnpackArno2014-06-071-0/+1
| | | | Added entry for unpacking archives. For now zip and rar are recognized.
* Delete files from ArchiveArno2014-04-181-0/+1
| | | | Well, the title says it all. KILL THEM!
* Create new, empty Seriespart by contect menuArno2014-04-071-0/+1
| | | | | Preparation for drag and drop. Also make it possible to delete Seriesparts without files.
* Delete SeriesPartArno2014-04-041-0/+1
| | | | | Make it possible to delete a SeriesPart. This may happen if eg. you download the same clip/movie with a better quality.
* ArchiveBrowser: implement (Collapse|Expand)AllArno2014-02-151-0/+2
|
* Play movies from browserArno2014-02-071-0/+1
|
* Implement refresh for ArchiveBrowserArno2014-02-071-0/+1
| | | | with context menu...
* Move to Burn is back!Arno2014-02-071-0/+1
| | | | Reimplement move to burn...
* Save state of ArchiveBrowserArno2014-02-071-1/+6
| | | | persist header settings and filters
* First version of Archive BrowserArno2014-02-061-0/+2
| | | | | | First try to reimplement "Move to archive" in another way. Implement an archive browser showing only Series with local parts in another tab. This part works for now :)
* Use marked files from PictureViewer2Arno2013-10-121-0/+1
| | | | | | | | * Call NewPicsDialog with marked files list * some more keyboard navigation: -> Cursor UP and RIGHT - previous -> Cursor DOWN and LEFT - next -> DELETE - delete file
* Improve PictureViewer2Arno2013-10-121-0/+2
| | | | | | | | | * implement Mark Files * always show all pictures from context * change navigation: N -> next P -> previous M -> mark/unmark file
* Fix resizing of columns in FileViewArno2013-10-121-0/+1
| | | | | Don't emit needResize after every model SmDirModel-change. It freezes the GUI. Let the user decide -> add a QAction to the toolBar.
* Fix expanding of ArchiveTreeArno2013-09-211-0/+2
| | | | | Save and restore expanded items for Favorites and local files. Added context menu items for expandAll and collapseAll.
* Implement addCoversArno2013-09-211-0/+1
| | | | Add covers to an already archived movie.
* Add preview to FilesystemWidgetArno2013-09-141-0/+1
|
* Get rid of FrameCacheArno2013-09-141-2/+0
|
* Code cleanup: remove hover over directoriesArno2013-09-141-4/+0
| | | | | Remove (hopefully) all remnants of this option. Not needed, wasn't working anyway.
* Implement previewArno2013-08-111-0/+1
| | | | Show 4 frames of the selected movie in PictureViewer2.
* Implement FavoritesArno2013-08-111-1/+2
| | | | | | Re-Implement mark as Favorites in new ArchiveView. Also, don't block when the Collector is running again and we're trying to update the view.