Commit Graph

1017 Commits

Author SHA1 Message Date
e5fe87142f brough back to MacOSX the fit to width slider //ugly solution 2014-11-10 17:59:57 +01:00
1ae1f04eb7 added support for checkable items in nstoolbar //TODO find a better UI desing? 2014-11-09 21:40:52 +01:00
d03fc902a1 updated compile/packaging scripts for MacOSX 2014-11-09 13:39:09 +01:00
9eba11f343 extra rendering only takes place if we are in retina mode HDPI 2014-11-09 12:01:32 +01:00
bb01aebd69 added retina support for rendering pages with the right resolution in YACReader 2014-11-09 11:55:38 +01:00
c371e6cc23 new manga mode icon 2014-11-09 09:50:12 +01:00
381c9e8c28 Merged in selmf/yacreader (pull request #9)
Add support for double page suppression for spread pages and inverse reading order (aka manga mode) in double page mode
2014-11-09 09:25:53 +01:00
398faff9d4 Fix bug in Render::nextDoublePage() function that could lead to segfault if the last page is a double page. Also fixes related bug that could lead to advancing beyond the actual page count. 2014-11-09 01:42:51 +01:00
05f73c1b44 enabled retina in YACReader 2014-11-08 18:09:14 +01:00
1cb2109baa added missing icon 2014-11-08 18:00:35 +01:00
2f06895dd3 merged 2014-11-08 17:53:42 +01:00
2a55e71893 added retina icons for YACReader 2014-11-08 17:53:01 +01:00
8c71642432 first retina assets loaded and working 2014-11-08 10:08:13 +01:00
54a5185e35 retina icons added to qrc 2014-11-08 09:44:46 +01:00
83b00e4981 retina icons for the YACReaderLibrary main toolbar 2014-11-08 09:42:01 +01:00
753203c0ce fixed some icons (more) 2014-11-08 00:28:41 +01:00
2453711091 fixed some icons 2014-11-07 23:49:58 +01:00
f1626034ed disabled user customization in MacOSX toolbars 2014-11-07 23:02:29 +01:00
83d0f2f7c2 fixed treeview scrollbar style MacOSX prior to Yosemite 2014-11-07 21:17:09 +01:00
885c6de395 fixed some scrollbars in MacOSX 2014-11-07 11:56:25 -08:00
e47f95981f fixed empty folder and no results widgets style in MacOSX 2014-11-07 11:19:13 -08:00
613f1b2ec5 new specific images for MacOSX 2014-11-07 12:22:52 +01:00
0f5e97af64 fixed addSpace 2014-11-06 13:28:57 -08:00
33e022de5e fixed switch views item and removed fullscreen toogle item from YACReaderLibrary in MacOSX 2014-11-06 21:11:26 +01:00
6b4225d2ec added flow/grid toolbar icons for MacOSX 2014-11-06 20:23:43 +01:00
dd8a1eb417 fixed build and crash in YACReader MacOSX 2014-11-06 19:22:34 +01:00
877f68fd98 merged 2014-11-06 09:03:19 -08:00
5b98724fc6 new toolbar style for YACReaderLibrary in Yosemite 2014-11-06 09:03:01 -08:00
a585aa8818 new treeview scrollbar style in MacOSX 2014-11-06 03:43:25 -08:00
e1469fb413 cleaner solution for the reading list title in MacOSX 2014-11-06 02:51:20 -08:00
0dc6aa3b7c added osx reading lists icons //TODO redesign 2014-11-06 02:02:43 -08:00
8c4d0c8b9f fixed reading list title bar style in MacOSX 2014-11-06 01:15:23 -08:00
03618254a3 new grid view style in MacOSX 2014-11-05 23:17:11 +01:00
91a3ff7063 added ugly hack for having a NSSearchField with the right height //TODO check it on yosemite 2014-11-05 19:38:30 +01:00
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