2270 Commits

Author SHA1 Message Date
Kovid Goyal
2e90c865ff
Forgot about the clear virtual library button on the search bar. Should also be flat 2017-06-10 21:43:01 +05:30
Kovid Goyal
621f12fc8b
Use a gear icon for advanced search and restore Saved search discoverability 2017-06-10 16:19:08 +05:30
Kovid Goyal
20d54dd7ba
Remove the Saved search box from the search bar
Replaced by a single button that can be used to add a saved search.
The box is redundant, since saved searches can be accessed from the Tag
Browser anyway.

For people that really like the Saved search box, there is a tweak to
restore it.
2017-06-08 20:46:43 +05:30
Kovid Goyal
7bf4278868
Update RapydScript 2017-06-03 11:23:49 +05:30
Kovid Goyal
a1fa400c82
Clarify what the will/wont_display tweaks actually do 2017-06-03 00:36:02 +05:30
Kovid Goyal
f732d03d75
String changes 2017-05-30 13:14:53 +05:30
Kovid Goyal
6c670b22a4
Add support for adding calibre to the homescreen on Android and iOS devices 2017-05-29 11:42:09 +05:30
Kovid Goyal
2fbaa19cd6
Add a link to the /mobile page below the loading progress bar for old/limited browsers 2017-05-28 23:47:35 +05:30
Kovid Goyal
a0a1261bc4
Add an apple-touch-icon because Apple is a special snowflake that cant use the favicon like everybody else 2017-05-28 13:25:51 +05:30
Kovid Goyal
e2da5ecd0a
Fix touch events not being recognized on Safari 2017-05-27 13:37:22 +05:30
Kovid Goyal
88000c7e8a
Add Swedish translation of Quick Start Guide
Fixes #1690526 [Translate the Quick Start Guide](https://bugs.launchpad.net/calibre/+bug/1690526)
2017-05-26 09:23:42 +05:30
Kovid Goyal
0839e9a7e9
Update RapydScript 2017-05-25 20:59:54 +05:30
Kovid Goyal
f0318871ab
Update RapydScript 2017-05-21 13:39:45 +05:30
Charles Haley
1aa59276bd
Store and access user template functions on a per-library basis. This is used when the DB evaluates composites, avoiding using the global copy.
The ability to pre-compile templates was removed because the one-true list of available functions is known only at execution time. The compiled copy depended on the global state being accurate. And in any event, I was never totally convinced that the compiled version was significantly faster than the pre-lexed version.

Includes a bug fix: the booklist must be refreshed if a user-defined function changed.
2017-05-21 13:39:37 +05:30
Kovid Goyal
f1d24fc349
... 2017-05-21 13:39:37 +05:30
Kovid Goyal
420841377c
Restore jquery.js as it is still used by the viewer 2017-05-21 13:39:12 +05:30
Kovid Goyal
165dd83b68
Remove resources for old content server 2017-05-21 13:39:11 +05:30
Kovid Goyal
374e5a2714
Remove no longer user CS tweaks 2017-05-21 13:39:10 +05:30
Kovid Goyal
650ce8aebc
Do not use the pyqtProperty technique to pass data between JS and Qt as it fails with newer versions of QtWebKit 2017-05-04 11:39:24 +05:30
Kovid Goyal
8f8dd46e81
Micro-optimization 2017-05-04 10:38:06 +05:30
Kovid Goyal
da8b7d94e0 String changes 2017-04-26 18:26:18 +05:30
Kovid Goyal
a43d44c6af String changes 2017-04-26 08:53:38 +05:30
Kovid Goyal
7f7cd84c63 String changes 2017-04-25 09:45:59 +05:30
Kovid Goyal
6615ee1305 String changes 2017-04-24 13:15:06 +05:30
Kovid Goyal
7d67de8217 String changes 2017-04-23 19:57:33 +05:30
Kovid Goyal
b67684b6b8 String changes 2017-04-23 16:50:12 +05:30
Kovid Goyal
495f5ddd45 String changes 2017-04-23 16:32:56 +05:30
Kovid Goyal
30aac83fa8 String changes 2017-04-22 20:26:40 +05:30
Kovid Goyal
84f7755a43 Metadata jacket: Change formatting of series to match that used by the book details panel. Also allow access to the raw series name and number when customizing the jacket template. 2017-04-12 12:35:49 +05:30
Kovid Goyal
17a5977e4f Use the HTML 5 appcache to make the browser e-book viewer fully offline-able 2017-04-06 19:55:51 +05:30
Kovid Goyal
00147c8e6c Port the autoreload script to RapydScript 2017-04-06 18:19:57 +05:30
Kovid Goyal
dd5a377140 Update RapydScript 2017-04-03 09:55:51 +05:30
Kovid Goyal
5bf14d6afc ... 2017-03-19 12:50:28 +05:30
Kovid Goyal
7dc9a727b9 PDF Output: Fix a regression that broke PDF Output for documents containing mathematics. Fixes #1673983 [Private bug](https://bugs.launchpad.net/calibre/+bug/1673983) 2017-03-19 12:43:56 +05:30
Kovid Goyal
9e1614169f Fix #1670156 [ebook-polish produces an Unknown CSS Property name. [10:2: -webkit-border-radius] in [jacket.xhtml]](https://bugs.launchpad.net/calibre/+bug/1670156) 2017-03-05 23:19:41 +05:30
Kovid Goyal
655372f10f E-book viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended. Fixes #1667357 [Private bug](https://bugs.launchpad.net/calibre/+bug/1667357) 2017-02-23 22:42:03 +05:30
Kovid Goyal
1beb7013f5 Also store read progress in last_read table 2017-02-23 08:25:05 +05:30
Kovid Goyal
d559ab9e01 Update RapydScript 2017-02-23 00:25:03 +05:30
Kovid Goyal
e6c53ab033 Add db table to track last read positions 2017-02-22 12:59:30 +05:30
Kovid Goyal
68c3d6322e More http -> https 2017-02-09 14:02:14 +05:30
Yuri Chornoivan
b4e9164c56 Fix minor typos 2017-02-04 22:40:08 +02:00
Kovid Goyal
97ea2edc8f E-book viewer: Fix regression in previous release that broke text layout for some books. Fixes #1652408 [Last update does not always center the pages in the reader.](https://bugs.launchpad.net/calibre/+bug/1652408) 2016-12-24 17:39:43 +05:30
Kovid Goyal
344864a807 Handle the case of document stylesheets with null cssrules (caused by cross-origin security policies) 2016-12-24 11:05:44 +05:30
Kovid Goyal
320f81c7c9 Update RapydScript 2016-12-21 10:04:57 +05:30
Kovid Goyal
2685cb6430 Fix incorrect arrows on the indent icons 2016-11-01 17:06:19 +05:30
Kovid Goyal
211b65aad4 Edit Book: Proper icon for the split file action. Fixes #1637989 [Incorrect icon in edit book and edit metadata](https://bugs.launchpad.net/calibre/+bug/1637989) 2016-10-31 18:09:26 +05:30
Kovid Goyal
b0b85cbb2b Line up the formatting icons on the baseline 2016-10-29 19:29:39 +05:30
Kovid Goyal
637c5e7b2a ... 2016-10-29 13:43:40 +05:30
Kovid Goyal
8ff83146e6 ... 2016-10-29 13:40:11 +05:30
Kovid Goyal
bb180db1d8 Refinements 2016-10-29 13:31:28 +05:30