summaryrefslogtreecommitdiffstats
path: root/shemov.qrc
Commit message (Collapse)AuthorAgeFilesLines
* More iconsArno2013-09-141-0/+4
| | | | Add some more icons to to the FilesystemWidget toolbar.
* Add toolbars to tabsArno2013-09-141-0/+4
| | | | Remove global toolbar and add a toolbar to each tab instead.
* New SplashArno2013-03-221-1/+1
| | | | | Create new splash screen from Kimber James. She's so hot! While at it, change the Domain...
* Slide showArno2012-03-101-0/+3
| | | | | | Implement slide show in Pictureviewer2. Slide over all available files and wrap around when reaching the end of the list. Also added some more artwork.
* Make PictureViewer usefulArno2012-03-081-0/+2
| | | | | | | -Implement add and replace files -use QList<QVariant> (typedef'd) for shoveling data around -more code shuffling -new artwork
* First draft of PictureViewer2Arno2012-03-081-0/+2
| | | | | | Doesn't do much other than showing a default picture, but it behaves like a QDialog and positions itself correctly. It's quite a pain in the ass with a tiling window manager...
* Customize menus and toolbar for PictureViewArno2012-03-031-0/+4
| | | | | | | * Added 4 new icons for PictureView-actions. * simplified SheMov::tabChanged(int) * fix long standing bug with QActionGroups in SheMov. Enable and disable all actions according to the active tab
* Suggest file for burningArno2011-05-281-0/+1
| | | | | Implemented an action to suggest the best fitting file for burning in FilesTreeWidget. Added 20 Mb of margin to maximum dvd size.
* Artwork for show all files actionArno2011-05-221-0/+1
| | | | | Added an icon for show all files action. Also added it to the toolbar.
* Revamp statisticsdialogArno2011-02-121-1/+0
| | | | | | Once again redesign the statisticsdialog. Switch back from WebKit and HTML/CSS graph bars to a QWidget. Never forget about QPainter::translate() again :)
* Added filter option for favoritesArno2011-01-221-0/+1
| | | | | Added filter for only showing series marked as favorites. The other filter options are disabled when in this mode.
* Pimp my filters!Arno2010-12-281-0/+8
| | | | | | | | | | | | Enhanced the filter function in ArchiveTreeView. The prefixes are gone. The filter mode is now selectable by menu or toolbar. Created 7 new icons, also selectable in the configuration menu. As a bonus the filter QLineEdit now comes with a QCompleter. The QStringListModel of the completer is filled in a separate thread. The QThread is only used as a resource for control. The work is done in a QObject connected to the QThread's started() signal as described in http://labs.qt.nokia.com/2006/12/04/threading-without-the-headache/
* Implement hover over moviesArno2010-12-111-0/+2
| | | | | | | | | | | | | | | | | | | | What started as an attempt to show a frame from a movie when hovering over it, ended in a huge bugfix commit for hover related stuff. This commit is definitely not atomic. When hovering over a movie present on the filesytem a frame is shown. The time frame is configurable. While digging into the code I noticed some bugs. Bugfixes: * fix label for hove archive action. It was labeled for hovering over directories in FSWidget. * Hovering over directories didn't have an action. Also read the appropriate value from QSettings. Other: * add icons for hovering over directories and hovering over movies * replace SheMov::toggleHover(pics|some other) with a QSignalMapper
* Implemented dialog for showing movies without coversArno2010-11-271-0/+1
| | | | | | | | | Implemented a new dialog to show movies without covers. The view is a QTreeView with another model. While working on the model several shortcomings of SmTreeModel were resolved. findValue() now takes another argument to indicate the column the returned QModelIndex() should represent. Also, itemAt() was promoted from private to protected. It's quite useful for derived classes.
* Added support for mounting cd/dvdsArno2010-11-201-0/+1
| | | | | | DVDs or CDs can be mounted under *NIX like OS now. It still eludes me how to refresh a directory from a QFileSystemModel when it's mounted. Maybe it's a qt bug...
* Added ToobarArno2010-11-071-0/+8
| | | | Implemented a toolbar with various actions. Also did some artwork :)
* Fixed StatisticsDialogArno2010-07-251-1/+2
| | | | | | | adapted StatisticsDialog to the new database schema and make it use WebKit and HTML to display the graph bars. This change obsoleted the classes ActorCountModel and GraphBarWidget.
* -turned QualityStats into general purpose class GraphBarWidgetam2009-11-281-11/+9
| | | | git-svn-id: file:///var/svn/repos2/shemov/trunk@429 f440f766-f032-0410-8965-dc7d17de2ca0
* -created and added splash screenam2009-08-191-0/+1
| | | | git-svn-id: file:///var/svn/repos2/shemov/trunk@403 f440f766-f032-0410-8965-dc7d17de2ca0
* Huge changes:am2009-07-171-0/+2
| | | | | | | | | | | | | | -Created an application icon and one for archives -implemented database configuration dialog -implemented listeditor -implemented covereditor -implemented md5sum helper -implemented archivefilewidget -Debugging spree: fixed SQL-statements and ListModel git-svn-id: file:///var/svn/repos2/shemov/trunk@389 f440f766-f032-0410-8965-dc7d17de2ca0
* -added some artworkam2009-07-061-0/+9
-started implementing FilesystemView git-svn-id: file:///var/svn/repos2/shemov/trunk@377 f440f766-f032-0410-8965-dc7d17de2ca0