36704 Commits

Author SHA1 Message Date
Kovid Goyal
f62ed87b79
Handle tap gestures 2017-07-31 14:39:32 +05:30
Kovid Goyal
0a62b1f98d
Drop use of the Qt gestures system
It is a buggy mess, so implement our own gesture recognizer based on the
raw touch events
2017-07-31 14:01:11 +05:30
Kovid Goyal
d095bd4f83
Dont elide text when displaying tag mapper rules, instead show a horizontal scrollbar 2017-07-31 09:34:58 +05:30
Kovid Goyal
d715f06446
Remove incorrect advice about putting regex flags at the end of expressions in the regex tutorial 2017-07-31 09:02:53 +05:30
Kovid Goyal
a92d3701d8
... 2017-07-30 20:41:40 +05:30
Kovid Goyal
7e0a9ea6c0
Server: Fix books that contain broken links with unicode characters in their paths not working with the browser viewer. Fixes #1704498 [Private bug](https://bugs.launchpad.net/calibre/+bug/1704498) 2017-07-30 20:36:26 +05:30
Kovid Goyal
3a76f6387e
Quickview: Fix regression in previous release that broke the "Lock quickview" control
Also add a keyboard shortcut to refresh the quickview contents

Merge branch 'master' of https://github.com/cbhaley/calibre
2017-07-30 19:02:33 +05:30
Charles Haley
7a9d3a2c79 Quickview: add a "Refresh" action that is enabled when QV is locked. 2017-07-30 11:13:39 +02:00
Charles Haley
a25013945a Quickview: fix regression that broke the "Lock quickview" checkbox. 2017-07-30 10:31:57 +02:00
Kovid Goyal
8d79f568e1
Ensure the Qt synthesize touch flag is off (although it should default to off as far as I can tell) 2017-07-29 17:44:40 +05:30
Kovid Goyal
f487b22482
... 2017-07-29 17:28:30 +05:30
Kovid Goyal
5faeec1e00
E-book viewer: Change the default fonts on windows to the Liberation font family. This matches the other platforms and avoids rendering issues with Times New Roman. Fixes #1706491 [Italicized ellipses (...) show only 2 dots instead of 3](https://bugs.launchpad.net/calibre/+bug/1706491) 2017-07-29 14:00:26 +05:30
Kovid Goyal
69059f51d6
Linux: Disable support for touch based scrolling of the book list, because of bugs in Qt that break other functionality. Fixes #1707282 [Regression: Can't drag books to tag browser categories anymore](https://bugs.launchpad.net/calibre/+bug/1707282) 2017-07-29 13:07:41 +05:30
Kovid Goyal
4441539375
calibre-server: Fix entering passwords for users at the command prompt not working on windows 2017-07-29 12:25:33 +05:30
Kovid Goyal
69b9cc5637
String changes 2017-07-29 11:23:15 +05:30
Kovid Goyal
52fcbf906c
Browser viewer: Also mention that you can right click for controls on the intro page 2017-07-29 11:05:55 +05:30
Kovid Goyal
9add5fd02e
Fix #1707287 [Make advanced search text field bigger](https://bugs.launchpad.net/calibre/+bug/1707287) 2017-07-29 10:56:41 +05:30
Kovid Goyal
8528c50b42
Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-28 15:10:36 +05:30
Charles Haley
4c8b528d61 Quickview: fix sort failure on None dates 2017-07-28 11:24:28 +02:00
Kovid Goyal
7f903af76b
version 3.5.0 v3.5.0 2017-07-28 09:37:52 +05:30
Kovid Goyal
ef43052004
pep8 2017-07-28 09:20:36 +05:30
Kovid Goyal
076ca1fbb0
PDF Output: Fix a regression in 2.82 that caused conversion of comics to PDF files to have successive images become smaller and smaller in some circumstances. Fixes #1706814 [Private bug](https://bugs.launchpad.net/calibre/+bug/1706814) 2017-07-27 17:44:59 +05:30
Kovid Goyal
76c5cd230e
Get books: Update store plugin for ebook.nl
Merge branch 'master' of https://github.com/Serized/calibre
2017-07-27 15:45:59 +05:30
Serized
cc91a63263 Ebook.nl store plugin updated
Website changed
2017-07-27 11:47:18 +02:00
Serized
2a6f77d0f9 Delete obsolete store plugins
Nook stopped selling ebooks in 2016:
http://www.nook.com/gb/notice
Sony stopped selling ebooks in 2014:
http://ebookstore.sony.com/downpage/index_b.html
http://ebookstore.sony.com/downpage/grs_down_b_australia.html
2017-07-27 11:45:15 +02:00
Kovid Goyal
bd463afc81
Edit book: Hide editor toolbars if theya re empty. Fixes #1706343 [Ebook editor always shows editing toolbars even when they're empty](https://bugs.launchpad.net/calibre/+bug/1706343) 2017-07-27 14:43:06 +05:30
Kovid Goyal
234a7b88f9
Server: Add an option to ban IP addresses if there are too many failed login attempts 2017-07-27 12:22:11 +05:30
Kovid Goyal
6cf0462066
Suppress log output for failing digest auth in tests 2017-07-27 11:39:57 +05:30
Kovid Goyal
f838e6c3a4
Server: Fix failed login attempts using digest auth not being logged to the main log 2017-07-27 09:31:35 +05:30
Kovid Goyal
5b6482c3c9
Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-27 08:38:07 +05:30
Charles Haley
eca2952c88 Display a human-friendly error message when quickview cannot change the selection to a book not currently shown in the library view. 2017-07-26 22:46:19 +02:00
Kovid Goyal
a835baca67
Fix #1706643 [drm link in About Get Books](https://bugs.launchpad.net/calibre/+bug/1706643) 2017-07-26 20:05:36 +05:30
Kovid Goyal
8abd3b3c01
PDF Output: Fix a regression in 2.83 that caused occasional blank pages at the end of chapters when using headers/footers. Fixes #1706484 [epub to pdf extra blank pages](https://bugs.launchpad.net/calibre/+bug/1706484) 2017-07-26 18:11:42 +05:30
Kovid Goyal
6c63430bec
Merge branch 'master' of https://github.com/Serized/calibre 2017-07-26 17:39:59 +05:30
Serized
db430eed13 Delete Waterstones store plugin
Waterstones UK stopped selling ebooks last year apparently:
https://www.waterstones.com/help/ebooks-&-mp3-audio-downloads/12
2017-07-26 14:01:15 +02:00
Kovid Goyal
c81c016b8f
Merge branch 'patch-15' of https://github.com/Sophist-UK/calibre 2017-07-25 22:04:32 +05:30
Kovid Goyal
d5d432316b
Merge branch 'master' of https://github.com/norbusan/calibre 2017-07-25 22:04:00 +05:30
Norbert Preining
ff6e4177c0 Update appstream xml files to current appstream format
Changes:
* replace root node "application" with "component"
* move the "type" attribute from the "id" node to the "component"
* put screenshot urls into "image" nodes
* change installation location to .../metainfo
2017-07-25 23:55:15 +09:00
Sophist
95a55af717 Correct publication date which is one day out. 2017-07-25 13:57:45 +01:00
Kovid Goyal
d511b7c12b
Merge branch 'master' of https://github.com/cbhaley/calibre 2017-07-25 16:01:03 +05:30
Charles Haley
afdcd31833 Quickview: for non-text fields, sort on native values instead of text. 2017-07-25 12:21:46 +02:00
Kovid Goyal
9703e9d581
Merge branch 'patch-14' of https://github.com/Sophist-UK/calibre 2017-07-25 09:20:08 +05:30
Sophist
1778cb1c44 Fix change of class on website. 2017-07-24 22:50:54 +01:00
Kovid Goyal
1be4c69f08
Fix hidden search bar state not being restored on calibre restart. Fixes #1705916 [[Enhancement] Remeber if Search bar is hidden](https://bugs.launchpad.net/calibre/+bug/1705916) 2017-07-23 21:29:19 +05:30
Kovid Goyal
0f78497dc5
Fix #1705822 [Impossible de récupérer des actualités Mediapart](https://bugs.launchpad.net/calibre/+bug/1705822) 2017-07-22 23:13:40 +05:30
Kovid Goyal
91f37ca343
... 2017-07-22 17:44:11 +05:30
Kovid Goyal
166aa99b27
Update New Yorker
Fixes #1705637 ["New Yorker Magazine" download failure](https://bugs.launchpad.net/calibre/+bug/1705637)
2017-07-22 15:18:15 +05:30
Kovid Goyal
1be4482c66
Add support for touch screens to the main calibre book list
You can now flick to scroll, tap to select and double-tap to view books.
2017-07-22 14:22:49 +05:30
Kovid Goyal
3eade1a5f2
Custom list template option for standalone server 2017-07-21 21:28:04 +05:30
Kovid Goyal
81afaa6512
... 2017-07-21 17:43:48 +05:30