Commit Graph

52 Commits

Author SHA1 Message Date
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
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
9c022fb2f1 Add full support for double page suppression and double page page inversion 2014-10-31 16:02:01 +01:00
ebdea13900 Merged luisangelsm/yacreader into default 2014-10-30 12:14:35 +01: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
773e990821 replaced some old fashioned icons 2014-10-19 15:54:08 +02:00
dfb2b48a70 fixed some dialogs in MacOSX, now they are shown as sheets 2014-10-18 18:39:01 +02:00
b55bbb1366 removed de use of OnStartFlowSelectionDialog 2014-10-16 17:34:03 +02:00
28d8bd2940 Added drop support for copying/moving comics in the current folder 2014-10-11 17:01:15 +02:00
33971f7ff1 merged 2014-10-04 20:45:58 +02:00
bad7472af8 Merged luisangelsm/yacreader into default 2014-09-29 00:16:55 +02:00
525c94dcb6 reenable manpage installation for linux/unix 2014-09-29 00:14:42 +02:00
ef600cabd3 new search edit style and position 2014-09-28 15:02:31 +02:00
8ac86eeef1 merged 2014-09-28 09:26:31 +02:00
91df0a6aad added missing image files 2014-09-27 23:36:39 +02:00
63027b3286 Fix spelling error in german translation 2014-09-23 21:48:47 +02:00
248e5b8883 merged changes 2014-09-23 21:47:35 +02:00
18e3982eb7 Linux: Remove manpage until manpages are finished 2014-09-23 21:12:34 +02:00
b5137eb4f2 Merged luisangelsm/yacreader into default 2014-09-20 09:33:07 +02:00
a0160fe880 merged 2014-09-15 13:24:50 +02:00
340f52e461 added german translation 2014-09-15 13:24:03 +02:00
26c94ccccd merged 2014-09-02 22:41:19 +02:00
dd4c010b02 fixed double page action in YACReader 2014-09-02 22:39:44 +02:00
c897efb08a Fix some spell errors 2014-08-24 15:56:38 +02:00
ec57c8f9bd merged 2014-08-19 16:12:47 +02:00
acf04b5cd8 fixed wrong web library navigation after opening a remote comic 2014-08-19 10:31:02 +02:00
cb3c889abf Use lowercase packagename when installing on linux/unix for easier packaging 2014-08-18 23:22:41 +02:00
197660b46e Linux: install docs in a more packaging-friendly way
Linux: Add initial support for manpages
2014-08-18 00:35:26 +02:00
b564e4347b Merged luisangelsm/yacreader into default 2014-08-12 12:56:01 +02:00
8266767a26 merged changes from 7.1.0 branch 2014-08-12 10:05:27 +02:00
144c9537b7 Fixed build in MacOSX/Qt4 2014-08-11 21:48:59 +02:00
6e645838ec added missing files (server) 2014-08-11 20:46:44 +02:00
6df65ecc1e Remove openFromArgv() method.
Remove unneeded debug statement.
2014-08-10 19:55:17 +02:00
2c0703fba5 Don't attempt attempt to render a comic we were unable load.
Fixes segfaults occuring when supplying YACReader with non-existent or
faulty paths.
2014-08-08 21:04:34 +02:00
1f4f524397 Add minimal command line parser to YACReader and YACReaderLibrary.
Introduce new command line options --comicId and --libraryId for
communication between Reader and Library.
Support for standard command line options --help and --version.
2014-08-08 20:42:14 +02:00
bfc46dd0df Invert double page info in manga mode 2014-08-02 20:15:45 +02:00
6fa3cb377a Add shortcut management to manga mode 2014-08-02 20:09:06 +02:00
eb095bcdaf added shortcuts conflicts detection 2014-07-22 22:02:06 +02:00
2712ef89b2 added icons to actions groups (shortcuts) 2014-07-19 16:29:19 +02:00
1dc8942171 shortcuts are now shown with their native representation, fixed edit shortcuts dialog layout 2014-07-19 10:55:52 +02:00
07b2cbb7d0 added shortcuts management to YACReader
added shortcuts management to keyPressEvent keys
2014-07-18 20:03:37 +02:00
5a933f577e Sync doubleMangaPage with saved config when we create connections 2014-06-29 21:23:43 +00:00
0cfae101ca main_window_viewer.cpp edited online with Bitbucket 2014-06-29 20:24:25 +00:00
515b9a8d35 main_window_viewer.cpp edited online with Bitbucket 2014-06-29 20:00:34 +00:00
f514b8d00e Merge 2014-06-29 21:39:53 +02:00
599f7ffcf3 Add a manga reading mode which displays image in reverse order in double page mode.
The mode is triggered by selecting the "21" double page icon next to the double page icon.
2014-06-29 21:38:00 +02:00