8820c8769b
Reader: add support for horizontal mouse wheel
...
Without this commit the horizontal wheel on a two-wheel mouse acts the
same as the vertical wheel in YACReader.
horizontalScroller is used analogously to verticalScroller in
Viewer::scrollTo(). So I made the horizontal wheel work analogously to
the vertical wheel except for moving to the next or previous page.
2019-09-18 15:32:35 +02:00
0892d2a022
Fix saving progress in double page mode
...
If the current page is being displayed we don't change anything, if is it not, we pick the current index page.
2019-08-21 18:46:10 +02:00
bb334cfd50
Use auto to avoid duplicating the type name
2019-06-01 16:04:48 +02:00
923ad40057
Use nullptr instead of 0
2019-06-01 16:04:48 +02:00
e3ec56aa43
Format code using clang-format
2019-05-30 19:46:37 +02:00
06a36bfa40
reorder initialization of Viewer::Viewer
2019-04-01 09:16:09 +02:00
d5a11fb16b
Add .gitattributes rules for text and binary handling
2018-07-30 15:04:04 +02:00
c97bc6ef88
Fix determining if we are in double page or not.
2018-05-20 17:39:08 +02:00
c9f703b6f7
Revert "Fixed wrong index asigned to current page from the viewer"
...
This reverts commit 26fdb5a303
.
2018-05-20 15:19:48 +02:00
26fdb5a303
Fixed wrong index asigned to current page from the viewer
2018-05-20 14:40:07 +02:00
2cbbf8d433
Headless server: simplify system config logger
2018-01-28 13:32:56 +01:00