Commit Graph

227 Commits

Author SHA1 Message Date
Luis Ángel San Martín
2149af25b1 Added copy constructors and operator= to folder and comicdb, LibraryItem has to be a QObject, and QObject disables copy. 2016-04-11 19:25:33 +02:00
Luis Ángel San Martín
1d7319dcd8 Make ComicInfo a QObject, so it can be used in QML code. 2016-04-10 20:05:27 +02:00
Luis Ángel San Martín
c82ac5d63e Added new type of ComicsViewStatus 2016-03-26 23:12:11 +01:00
Luis Ángel San Martín
4b8462459a fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler 2016-03-26 11:31:25 +01:00
Luis Ángel San Martín
011176bebb merged master 2016-03-25 17:15:14 +01:00
Luis Ángel San Martín
8179092d56 added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
Luis Ángel San Martín
e23f6b0bc3 store the hash of the first comic in a folder, this is more useful than storing the id 2016-01-24 19:14:16 +01:00
Luis Ángel San Martín
bac7fe1351 updated Folder class 2016-01-24 17:41:26 +01:00
Luis Ángel San Martín
865026e46f added new fields to Folder class 2016-01-24 11:36:12 +01:00
Luis Ángel San Martín
ac4772812a merged 2016-01-13 19:31:57 +01:00
Luis Ángel San Martín
799cb10c02 fixed greedy regular expresions in HttpVersionChecker 2016-01-06 10:55:25 +01:00
Luis Ángel San Martín
16a69a0d3a Added support for using the selected comic cover as background in the grid view. TODO: implement the UI so the user can change the behaviour 2016-01-02 10:50:03 +01:00
Luis Ángel San Martín
9a62cd4a72 added a QStyledItemDelegate to the list QListView in EmptyFolderWidget to center aling folders' names 2016-01-01 13:11:31 +01:00
Luis Ángel San Martín
1003fa0b26 erged default 2015-12-12 13:21:51 +01:00
Luis Ángel San Martín
51865ec1bc merged 2015-12-12 13:20:25 +01:00
Luis Ángel San Martín
e1de588e40 fixed compilation of YACReaderLibrary and YACReaderLibraryServer, removing all the dependecies on QtWidgets from non gui code 2015-12-12 12:10:37 +01:00
Luis Ángel San Martín
c1e14aea1f separated global helpers depending on gui to a new source code file 2015-12-12 12:09:47 +01:00
Luis Ángel San Martín
92b0c1d9f4 added .pro file for the headless version of YACReader and a specific main file for the project 2015-12-12 11:25:38 +01:00
Luis Ángel San Martín
cf827018b9 Fixed compilation of YACReader in OSX with Qt5.5 2015-12-10 16:39:30 +01:00
Luis Ángel San Martín
de59cbd9e3 Added support for showing the first cover of a folder as the background image in the grid view. The setting strings have been added too, but by now they are not written, only the defaults are read when the folder's content is loaded. 2015-12-07 21:28:36 +01:00
Luis Ángel San Martín
d151ccf9e4 added more options for sorting pages 2015-11-28 17:05:24 +01:00
Luis Ángel San Martín
7b271a1c03 ribons moved sightly down 2015-11-28 11:57:16 +01:00
Luis Ángel San Martín
1ca72f8fcb Added a custom/heuristic pages sorting method for fixing bad named double page files, f.e: page-18.png, page-1920.jpg, page-21.jpg 2015-11-28 11:28:30 +01:00
Luis Ángel San Martín
48466617e6 updated natural sorting algorithm for using QCollator 2015-11-27 21:33:56 +01:00
Luis Ángel San Martín
e6064b9126 Added call to missing glClearColor method in flow classes, this was causing render issues in some platforms. 2015-11-14 17:16:47 +01:00
Luis Ángel San Martín
581608b3ab added covers size slider to grid view 2015-08-20 17:59:52 +02:00
Luis Ángel San Martín
3ed6d78f75 fixed compilation for Qt5.5 in OSX 2015-07-18 10:54:14 +02:00