summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MoviePropertiesDialog: setWindowTitleArno2018-04-151-0/+1
|
* Edit subjectArno2018-04-151-2/+8
| | | | Forgot that on implementing MoviePropertiesDialog...
* MoviePropertiesDialog: actually do somethingArno2018-04-041-0/+106
| | | | | 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 actorArno2018-04-041-0/+9
| | | | Only removes items from the view, does nothing to the database yet.
* MoviePropertiesDialog: implement add actors and genresArno2018-04-041-0/+56
| | | | | | | 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 2Arno2018-04-041-0/+33
| | | | Actors and Genres.
* Fill MoviePropertiesDialog, part 1Arno2018-04-041-0/+24
|
* Implement MoviePropertiesDialogArno2018-04-041-0/+94
| | | | | Try to replace all those editing dialogs with one exhausting dialog. For now, it's just the layout. It does nothing yet.
* Implement FilePropertiesDialogArno2010-07-311-214/+0
| | | | | | | | | | | 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.
* -MoviePropertiesDialog now uses ActorModel and QTreeview for displaying actorsam2009-11-221-15/+14
| | | | git-svn-id: file:///var/svn/repos2/shemov/trunk@428 f440f766-f032-0410-8965-dc7d17de2ca0
* -finished properties dialogam2009-08-011-1/+151
| | | | | | | -start mplayer detached from FileSystemWidget git-svn-id: file:///var/svn/repos2/shemov/trunk@397 f440f766-f032-0410-8965-dc7d17de2ca0
* -started properties dialog, does nothing atm, but compiles :)am2009-07-311-0/+65
git-svn-id: file:///var/svn/repos2/shemov/trunk@396 f440f766-f032-0410-8965-dc7d17de2ca0