| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
The QMediaPlayList implementations return -1 after the last valid index.
Fix it by implementing a homebrewed version...
|
| |
| |
| |
| |
| |
| |
| | |
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...
|
|/ |
|
|
|
|
|
| |
Well, quite some code churn. Localize QActions and remove them from
SheMov. Put them in a tool bar and the context menu, the usual.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Don't show the picture viewer if the slide dialog was cancelled.
|
|
|
|
| |
Finally!
|
|
|
|
|
| |
Create separate files for MappingData and MappingTreeResultModel.
Hopefully no functional changes.
|
|
|
|
| |
Make the headers great again!
|
|
|
|
|
| |
Split up all the classes in mappingtreewidget into separate files to
make editing easier.
|
|
|
|
| |
Single it out to a separate file to make editing easier.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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 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.
|
|
|
|
| |
Leftover from a cleanup.
|
|
|
|
| |
for FSWidget and MovieWidget.
|
|
|
|
|
|
|
|
| |
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...
:(
|
| |
|
|
|
|
| |
Make it possible to edit files (again).
|
| |
|
|
|
|
| |
Forgot that on implementing MoviePropertiesDialog...
|
| |
|
|
|
|
| |
Advance to the next Selection or go back to the previous one.
|
|
|
|
| |
Also, remove some left over menus from old ArchiveView.
|
|
|
|
|
| |
Unfortunately, it is so convoluted code that there's most likely a lot
of cruft left, so call it work in progress...
|
|
|
|
|
| |
Update database on accpet()
Yes, I know that some code could be shared, but I want to keep it clean.
|
|
|
|
| |
Only removes items from the view, does nothing to the database yet.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Actors and Genres.
|
| |
|
|
|
|
|
| |
Try to replace all those editing dialogs with one exhausting dialog. For
now, it's just the layout. It does nothing yet.
|
| |
|
| |
|
|
|
|
| |
Also, play the movie on doubleclick if it's available.
|
|
|
|
|
| |
Turns out it's more general purpose than I thought. Gonna reuse it for
MovieWidget.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also remove Favorites from selection. Should be an option with random
player, if at all.
|
| |
|
| |
|
|
|
|
|
| |
It's the replacement for the archive viewer thingy. Just keep it simple
and stupid. For now it shows series data.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|