Commit Graph

18 Commits

Author SHA1 Message Date
6a06217f0a Save the width of comic info view in the GridView. 2016-04-19 21:56:05 +02:00
0486e5eb5f Added an icon for the show info toolbar action and a setting for remembering its configuration. 2016-04-19 10:48:48 +02:00
64b77586fc Implemented logic for comic info interactive items (read, fav, rating) 2016-04-18 23:21:54 +02:00
1285b46a4c Use the new selection helper class in GridView. 2016-04-18 13:27:37 +02:00
49009f78ee Use nullptr instead of NULL with selection model. 2016-04-17 21:58:54 +02:00
8aaefd4a4e Remove showInfoAction from the toolbar on grid view close. 2016-04-17 10:32:15 +02:00
2199206401 Update comic info when the index changes in GridView. 2016-04-16 22:57:27 +02:00
28b5a29da9 Added a new action for showing, hiding QML ComicInfo view into the GridView. 2016-04-16 22:40:42 +02:00
d3cb607ac6 Removed no needed signal. 2016-04-16 13:20:14 +02:00
6c76aaffc8 Keep all comics views in memory, views are going to be created lazily. This should fix the issues with QML context deallocating objects between views switching. 2016-04-15 17:05:59 +02:00
4ef185c885 Check model rowCount before accessing to data. 2016-04-13 22:51:15 +02:00
4fcd7225da This again :/, fixing this needs a separated feature branch and long debuging session. 2016-04-12 23:01:39 +02:00
1612402456 Register ComicDB in GridView too. 2016-04-12 22:35:07 +02:00
7ed4c27c01 better approach to avoid comic model problems after switching views 2016-04-10 22:51:20 +02:00
0d21548638 Register ComicInfo from the grid view controller. 2016-04-10 20:18:38 +02:00
56e7737931 Fixed ComicModel QML registering 2016-03-28 11:37:45 +02:00
4b8462459a fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler 2016-03-26 11:31:25 +01:00
8179092d56 added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00