| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Forgot that on implementing MoviePropertiesDialog...
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
Implemented a dialog for file properties. When the mime type says it's a
video, fork ffprobe to read the properties of all streams and show them
in a QTreeView powered by a SmTreeModel. If the mime type is image, use
QImage to read some properties and show them in the same dialog.
This commit introduces the new class FilePropertiesDialog. I also had to
implement a copy constructor for SmTreeItem. It obsoletes classes
ActorWidget, ActorModel and MoviePropertiesDialog.
|
|
|
|
| |
git-svn-id: file:///var/svn/repos2/shemov/trunk@428 f440f766-f032-0410-8965-dc7d17de2ca0
|
|
|
|
|
|
|
| |
-start mplayer detached from FileSystemWidget
git-svn-id: file:///var/svn/repos2/shemov/trunk@397 f440f766-f032-0410-8965-dc7d17de2ca0
|
|
git-svn-id: file:///var/svn/repos2/shemov/trunk@396 f440f766-f032-0410-8965-dc7d17de2ca0
|