Commit Graph

26 Commits

Author SHA1 Message Date
Luis Ángel San Martín
30982be0a9 Updated the comic model for getting the reading comics properly sorted. //TODO This should be using the method in the DBHelper. 2017-03-28 18:43:15 +02:00
Luis Ángel San Martín
3a5415c335 Add new field to the comic info table in the DB and updated the migration process. 2017-03-28 18:39:59 +02:00
Luis Ángel San Martín
dfb6082294 merged 2017-02-18 08:26:53 +01:00
Luis Ángel San Martín
27f9bff91b Added tooltip to folder items in the folders' treeview, it will show the complete name of the folder, usefull when the name is clipped by the parent view, plus the number of children in that folder. Only the number of subfolders can be known when the tooltip is decorated 2017-01-13 20:05:56 +01:00
Felix Kauselmann
2edfe534bd Refactoring: fix mixed indentation and add curly braces in comic.cpp 2016-10-17 22:01:23 +02:00
Luis Ángel San Martín
94251d3045 Fixed how Favorites are loaded by using the right sorting. 2016-08-23 22:03:20 +02:00
Luis Ángel San Martín
581592909d merged develop 2016-04-19 23:19:39 +02:00
Luis Ángel San Martín
64b77586fc Implemented logic for comic info interactive items (read, fav, rating) 2016-04-18 23:21:54 +02:00
Luis Ángel San Martín
bcc51241b3 Added support for knowing if a comic is in favorites or not. 2016-04-17 11:20:14 +02: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
71d9254446 fixed resorting comics by drag&drop in tags and reading lists 2016-03-25 14:15:49 +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
88056c819f updating folders' children info for every insert/delete in the db causes big performance issues, so that info is going to be updated explicitly 2016-01-25 18:45:50 +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
3cda11eec7 fixed db creation 2016-01-24 18:47:09 +01:00
Luis Ángel San Martín
35b87a9f59 added missing method declaration 2016-01-24 12:56:54 +01:00
Luis Ángel San Martín
cf79dbad91 update the folder table properly in 8.6 version 2016-01-24 10:52:55 +01:00
Luis Ángel San Martín
b0060795b5 added new method for adding constraints to an existing table 2016-01-24 10:52:12 +01:00
Luis Ángel San Martín
37d177e65a removed extra comma 2016-01-24 10:45:07 +01:00
Luis Ángel San Martín
b8031268d0 resort db tables creation 2016-01-24 10:36:19 +01:00
Luis Ángel San Martín
e130698ee9 prepare db update for future 8.6 version 2016-01-24 10:34:54 +01:00
Luis Ángel San Martín
aba3d0f1f6 disabled qDebug() output in the whole server project 2015-12-13 21:12:28 +01:00
Luis Ángel San Martín
a99dab4fbe removed some qdebug outputs 2015-12-13 18:57:22 +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
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