|
d20277736d
|
Added model classes for reading lists and labels.
|
2017-05-26 17:24:56 +02:00 |
|
|
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 |
|
|
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 |
|
|
dfb6082294
|
merged
|
2017-02-18 08:26:53 +01:00 |
|
|
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 |
|
|
2edfe534bd
|
Refactoring: fix mixed indentation and add curly braces in comic.cpp
|
2016-10-17 22:01:23 +02:00 |
|
|
94251d3045
|
Fixed how Favorites are loaded by using the right sorting.
|
2016-08-23 22:03:20 +02:00 |
|
|
581592909d
|
merged develop
|
2016-04-19 23:19:39 +02:00 |
|
|
64b77586fc
|
Implemented logic for comic info interactive items (read, fav, rating)
|
2016-04-18 23:21:54 +02:00 |
|
|
bcc51241b3
|
Added support for knowing if a comic is in favorites or not.
|
2016-04-17 11:20:14 +02:00 |
|
|
4b8462459a
|
fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler
|
2016-03-26 11:31:25 +01:00 |
|
|
011176bebb
|
merged master
|
2016-03-25 17:15:14 +01:00 |
|
|
71d9254446
|
fixed resorting comics by drag&drop in tags and reading lists
|
2016-03-25 14:15:49 +01:00 |
|
|
8179092d56
|
added a border to selected/mouseHover elements in the grid view
|
2016-03-25 11:30:31 +01:00 |
|
|
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 |
|
|
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 |
|
|
3cda11eec7
|
fixed db creation
|
2016-01-24 18:47:09 +01:00 |
|
|
35b87a9f59
|
added missing method declaration
|
2016-01-24 12:56:54 +01:00 |
|
|
cf79dbad91
|
update the folder table properly in 8.6 version
|
2016-01-24 10:52:55 +01:00 |
|
|
b0060795b5
|
added new method for adding constraints to an existing table
|
2016-01-24 10:52:12 +01:00 |
|
|
37d177e65a
|
removed extra comma
|
2016-01-24 10:45:07 +01:00 |
|
|
b8031268d0
|
resort db tables creation
|
2016-01-24 10:36:19 +01:00 |
|
|
e130698ee9
|
prepare db update for future 8.6 version
|
2016-01-24 10:34:54 +01:00 |
|
|
aba3d0f1f6
|
disabled qDebug() output in the whole server project
|
2015-12-13 21:12:28 +01:00 |
|
|
a99dab4fbe
|
removed some qdebug outputs
|
2015-12-13 18:57:22 +01:00 |
|
|
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 |
|
|
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 |
|