Commit Graph

1133 Commits

Author SHA1 Message Date
fb8b87cbd9 first working version of the search edit in YACReaderLibrary when native NSToolbar is used, //TODO add search modifiers 2014-11-05 07:41:08 -08:00
aaa53c9456 added preliminar search edit to the native toolbar in MacOSX 2014-11-04 23:00:49 +01:00
b8d539dc38 modified YACReaderLibrary MacOSX toolbar icons 2014-11-04 22:06:59 +01:00
3cf2e2c3fa replaced QToolBar by YACReaderMacOSXToolbar in YACReaderLibrary 2014-11-04 21:58:45 +01:00
9f81583a1b first version of native NSToolbar working, it still needs some work for adding the adjust to width slider in YACReder and the search edit in YACReaderLibrary 2014-11-04 20:01:48 +01:00
38b98888a9 added enabled/disabled items to the new toolbar for macosx 2014-11-04 09:04:03 -08:00
4c73ec74af merged 2014-11-04 10:35:44 +01:00
136c43a706 new toolbar image sizes for YACReader in MacOSX 24x24 2014-11-04 10:35:26 +01:00
039378457d added the basic methods to YACRreaderMacOSXToolbar, some of them have been implemented succesfully. Tested in YACReader 2014-11-04 00:01:54 +01:00
bd0dbd91f1 qmake conditions fixed 2014-11-03 21:46:26 +01:00
bb0bdbec5a added YACReaderMacOSXToolbar class for using a native toolbar in MacOSX 2014-11-03 19:20:09 +01:00
6ea4fe155d avoid cells for being moved on drag (this is going to be a problem for grid view sorting) 2014-11-02 23:35:56 +01:00
36c9ac804f fixed Drag.target in grid view, wrong MouseArea was being used. 2014-11-02 23:09:35 +01:00
9325eb5a7b added drag support to classic and grid view. by now grid doesn't support multiple drags and pressents some secondary effects (cells are moved inside the grid, and target is not working properly) 2014-11-02 23:00:11 +01:00
bf5c0e9326 Fix scaling error. Use QSizes builtin scaling capabilities. 2014-11-02 21:34:06 +01:00
d1c3969dde Fix double page mode composing regression 2014-11-02 20:41:06 +01:00
810920c471 Scale pages in double page mode to the same height 2014-11-02 20:25:57 +01:00
6bf9bfcf7b Remove old unused configuration parser code. (or a part of it) 2014-11-02 17:26:46 +01:00
d11414d181 Don't use QImage to compose double pages. Drawing the page on a QPixmap is way faster and requires less conversions! 2014-11-02 14:47:04 +01:00
ac3b3a8a85 fixed regression on comics' actions when no comic is selected 2014-11-02 09:59:51 +01:00
a0facfce8d added separators to the reading lists model/view 2014-11-01 19:26:59 +01:00
56a46f65a0 finished add label dialog layout 2014-11-01 12:40:10 +01:00
9c022fb2f1 Add full support for double page suppression and double page page inversion 2014-10-31 16:02:01 +01:00
ac38de88e8 add label dialog 2014-10-31 14:33:53 +01:00
9250f02474 added sublists support to ReadingListsModel 2014-10-31 12:23:43 +01:00
73060fe064 added some dummy lists for visual testing, list model is partially implemented 2014-10-31 00:23:46 +01:00
c14c3b2031 added new tables (8.0) to the data bases and side bar reading lists icons 2014-10-30 17:50:08 +01:00
ebdea13900 Merged luisangelsm/yacreader into default 2014-10-30 12:14:35 +01:00
3b1ca917aa added add label action 2014-10-29 23:53:35 +01:00
741c88c690 fixed regression in ComicsViewTransition animation 2014-10-28 23:10:52 +01:00
7ed8e610d7 fixed sidebar splitter collapse 2014-10-28 22:31:35 +01:00
a41651d0a8 added YACReaderFoldersView and YACReaderReadingListsView classes 2014-10-28 22:01:15 +01:00
6e4506461e models renaming 2014-10-28 16:49:39 +01:00
0ecae3b44a added movable reading lists title tool bar to the sidebar 2014-10-28 15:49:34 +01:00
b0d944e6b6 fixed search line edit clearing when a modifier is present 2014-10-28 10:16:31 +01:00
10436200ac added support for search modifiers, added [read] [unread] as examples 2014-10-27 22:00:45 +01:00
5317faacf3 fixed restore status after clearing the search filter 2014-10-23 21:44:57 +02:00
c8af5c696c searchs include now empty folders 2014-10-23 21:19:06 +02:00
e3f07b8db7 undo changes in YACReaderLibrary.pro 2014-10-23 16:38:02 +02:00
fe26414aa6 added validation for names of folders 2014-10-23 15:56:39 +02:00
bba514b727 fixed bug deleting folders 2014-10-23 13:28:38 +02:00
1def3ee438 fix for preventing the creation of folders on 'Add new folder' dialog cancelation 2014-10-23 00:09:54 +02:00
3baba9e37e new current/total label color in flowGL 2014-10-22 23:47:13 +02:00
c9eb45fbc4 new sidebar separator 2014-10-22 22:54:09 +02:00
463aae7b8a delTree has been replaced by QDir::removeRecursively() (Qt5) (Qt4 support has been dropped) 2014-10-22 21:34:57 +02:00
e9a487db5e new folders are selected automatically after creation
fixed a couple of bugs in TreeModel::addFolderAtParent
2014-10-22 21:16:43 +02:00
a5705861bc added new empty folder status 2014-10-22 18:01:21 +02:00
15873fdaff added support for creating new folders 2014-10-22 17:08:21 +02:00
a8ef8d07f1 added support for deleting folders 2014-10-22 12:57:32 +02:00
e6620a46ed fixed bug in the default value for USE_OPEN_GL
fixed settings file path in ShortcutsManager
2014-10-19 22:11:54 +02:00