Kovid Goyal
167d057a76
Ensure that author folder names are never windows reserved names
2016-04-06 07:21:56 +05:30
Kovid Goyal
4d0850e5fd
Fix bug in re-using of previously loaded resources
2016-04-05 20:50:34 +05:30
Kovid Goyal
aeeaa167ed
Position both flow mode continue indicators on the right edge, less chance of overlap with text that way
2016-04-05 20:28:35 +05:30
Kovid Goyal
a171dfc99d
Implement previous and next page buttons for when scrolling reaches top/bottom in flow mode
2016-04-05 20:17:18 +05:30
Kovid Goyal
eaeff825eb
Update RapydScript
2016-04-05 17:54:00 +05:30
Kovid Goyal
38918988c2
Get rid of the epub: namespace when rendering books
2016-04-05 07:22:25 +05:30
Kovid Goyal
3d22d93966
E-book viewer: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being shown together.
...
PDF Output: When displaying an EPUB 3 document that uses epub:switch to provide a fallback for MathML content, prevent both the MathML and fallback from being rendered together.
2016-04-04 22:52:41 +05:30
Kovid Goyal
1f0143fe62
Update RapydScript
2016-04-04 21:50:57 +05:30
Kovid Goyal
05c637cba7
Switch to using string functions as methods
2016-04-04 15:52:40 +05:30
Kovid Goyal
1a28db1073
Update RapydScript
2016-04-04 15:52:26 +05:30
Kovid Goyal
cc0e4f9dc7
Port cfi.coffee to cfi.pyj
2016-04-04 10:41:16 +05:30
Kovid Goyal
11a52bb0d7
Update Handelsblatt
2016-04-04 07:01:11 +05:30
Kovid Goyal
fb9b1c2885
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-04-04 06:44:39 +05:30
Charles Haley
06a78a1d6e
Fix exception in custom column preferences when the column lookup key is changed
2016-04-03 21:26:03 +02:00
Kovid Goyal
8a11e476a1
Update RapydScript
2016-04-03 18:11:58 +05:30
Kovid Goyal
bd1034e8fe
Kitekinto by pofa
2016-04-03 09:07:57 +05:30
Kovid Goyal
a1f50c1739
Update RapydScript
2016-04-02 22:31:56 +05:30
Kovid Goyal
0a5d6a3bf4
Catalog generation: Do not crash is a book in the library has no uuid. Fixes #1565242 [Generate catalog fails]( https://bugs.launchpad.net/calibre/+bug/1565242 )
2016-04-02 16:01:23 +05:30
Kovid Goyal
a951180190
Filter out <meta> tags when rendering book
2016-04-01 23:04:17 +05:30
Kovid Goyal
585c9ced46
Typo
2016-04-01 22:18:22 +05:30
Kovid Goyal
af7ac96784
Set the viewport scaling in book reader iframe
2016-04-01 22:18:16 +05:30
Kovid Goyal
34b0afeca2
...
2016-04-01 11:34:55 +05:30
Kovid Goyal
99b9b51791
version 2.54.0
v2.54.0
2016-04-01 07:17:28 +05:30
Kovid Goyal
5bc925735b
More work on rendering books
2016-03-31 23:29:14 +05:30
Kovid Goyal
477439cfe6
...
2016-03-31 23:18:59 +05:30
Kovid Goyal
b177a6931f
E-book viewer: Make the detection of note boundaries for popup footnotes a little more robust
2016-03-31 10:48:13 +05:30
Kovid Goyal
7d465cb62b
Update Nature News
...
Merge branch 'master' of https://github.com/adrianf0/calibre
2016-03-31 08:33:46 +05:30
Adrian Fiergolski
7f2e6088b8
Fix Nature news.
2016-03-30 19:37:16 +02:00
Kovid Goyal
569f753909
Update TIME Magazine
2016-03-30 21:39:57 +05:30
Kovid Goyal
fd39392ffb
...
2016-03-30 16:22:46 +05:30
Kovid Goyal
9b41e0c98f
Reduce number of Downloading prints when the installer output is redirected to a file
2016-03-29 21:08:02 +05:30
Kovid Goyal
7689749f37
...
2016-03-29 15:40:26 +05:30
Kovid Goyal
401ccb0c26
Merge branch 'master' of https://github.com/madpilot78/calibre
2016-03-29 15:31:34 +05:30
Guido Falsi
c4ada0f159
Search in both the parent and the originating_device.
2016-03-29 11:22:34 +02:00
Guido Falsi
2c17492ad1
Merge remote-tracking branch 'upstream/master'
2016-03-29 10:28:26 +02:00
Kovid Goyal
8493f4ea15
When running the content server do not hide the main calibre window during shutdown until the content server has stopped. Show a shutting down message in the window so that the user knows what is happening.
...
Create a new type of plugin LibraryClosePlugin that is run every time
an open library is closed/switched from.
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-03-29 09:00:50 +05:30
Guido Falsi
61bc64adf5
FreeBSD hal requires an extra step to get the correct path to the device to be mounted.
2016-03-28 22:33:31 +02:00
Charles Haley
5cd9a5bf9d
Changes requested: use Exception in db.close(), change minimum version, add a method to test for existence of LibraryClosed plugins.
...
Note that the plugins cannot actually be tested with this commit because calibre's version is 2.53.
2016-03-28 17:50:04 +02:00
Kovid Goyal
9ec9e46197
Oops, my brain must be on holiday
2016-03-28 20:42:48 +05:30
Charles Haley
f705a5311c
Don't replace the central widget when displaying shutdown messages, instead use a widget already in the layout. This will prevent widgets from being scavenged.
2016-03-28 17:08:10 +02:00
Charles Haley
22ca6dcbba
Add a LibraryClosed plugin type that is called when the library is closed (new_api). Add a way to provide a message during shutdown.
2016-03-28 12:50:15 +02:00
Kovid Goyal
ccdd4cc36d
Qt 5.6 drops support for the MNG format
2016-03-28 15:02:19 +05:30
Kovid Goyal
a067cd6b64
Make resize event available to the read book widget as well
2016-03-28 12:57:41 +05:30
Kovid Goyal
9235097db2
Edit metadata in bulk dialog: Allow configuring the types of generated covers. Fixes #1559257 [Generate Cover Customisation]( https://bugs.launchpad.net/calibre/+bug/1559257 )
2016-03-28 12:01:37 +05:30
Kovid Goyal
5a04b468cc
...
2016-03-28 07:44:36 +05:30
Kovid Goyal
8e1eb3a805
...
2016-03-28 07:43:52 +05:30
Kovid Goyal
e9a314a0c9
...
2016-03-28 07:39:41 +05:30
Kovid Goyal
fad94f155c
Finish up code to transfer resources into render iframe
2016-03-27 23:20:03 +05:30
Kovid Goyal
a8fa22a15f
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #1562527 [Edit Metadata: Custom Text columns remain selected](https://bugs.launchpad.net/calibre/+bug/1562527 )
2016-03-27 21:33:57 +05:30
Charles Haley
c07f1bc644
Ensure that text in some custom column edit widgets is not highlighted
2016-03-27 17:57:02 +02:00