Commit Graph

32150 Commits

Author SHA1 Message Date
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
Kovid Goyal 36df29ce09 Oops, forgot to finish the code to generate titlepages for non epub formats when rendering books 2016-03-27 21:07:27 +05:30
Kovid Goyal 411f922ba0 Safer encoding for virtualized resource URLs 2016-03-27 20:56:30 +05:30
Kovid Goyal 7561f07fc7 calibredb add: Fix the --cover option not working if the book being added has its own cover. Fixes #1562507 [calibredb add -c ./cover.jpg not working](https://bugs.launchpad.net/calibre/+bug/1562507) 2016-03-27 20:43:10 +05:30
Kovid Goyal d0d3d6227e ... 2016-03-27 16:10:45 +05:30
Kovid Goyal f17d4ea166 ... 2016-03-27 14:46:57 +05:30
Kovid Goyal 2012b0f6b4 Update RapydScript 2016-03-27 14:24:43 +05:30
Kovid Goyal 68371e6294 Compactify the JSON repr of HTML a bit 2016-03-27 11:32:20 +05:30
Kovid Goyal 98eacb55cf E-book viewer: Add options to control the amount the mouse wheel and arrow keys scroll by in flow mode 2016-03-27 10:37:26 +05:30
Kovid Goyal a4c2a4b2f4 Magyar Nemzet by pofa 2016-03-27 08:56:13 +05:30
Kovid Goyal 0f20c27226 E-book viewer: Fix mathematics being typeset at too small a font size on windows 2016-03-27 08:56:07 +05:30
Kovid Goyal 1a38f03966 MathJax: Fix scale causing equations to not be aligned.
See https://github.com/mathjax/MathJax/issues/1422
2016-03-27 08:24:06 +05:30
Kovid Goyal ac2d7ccbcf PDF Output: Fix occasional blank pages erroneously inserted in the text (at the end of an internal html file). Fixes #1559855 [epub to pdf conversion results in random blank pages](https://bugs.launchpad.net/calibre/+bug/1559855) 2016-03-26 16:28:40 +05:30
Kovid Goyal 887c92ad6f Also log unhandled errors to the console 2016-03-26 12:58:58 +05:30
Kovid Goyal 5372b390d7 When rendering books serialize HTML as JSON
Can be used to easily dynamically populate the DOM using the DOM API.
Need to do this since document.write() is flaky in some browsers
2016-03-26 10:36:51 +05:30
Kovid Goyal 49962d34da Book details panel: Fix url:file:// identifiers not becoming links 2016-03-26 10:14:31 +05:30
Kovid Goyal c1a272099c ... 2016-03-25 14:27:49 +05:30
Kovid Goyal 60ddc3176b ... 2016-03-25 14:26:40 +05:30
Kovid Goyal 6649b60dc5 Refactor encryption into the globals module for ease of re-use 2016-03-25 14:25:24 +05:30
Kovid Goyal 63381b7859 ... 2016-03-25 12:59:17 +05:30
Kovid Goyal a609cdc849 Update RapydScript 2016-03-25 11:39:39 +05:30
Kovid Goyal 7c050209e5 Initially dont encrypt communication, allows for efficient transmission of large blobs 2016-03-25 11:35:24 +05:30
Kovid Goyal e15f53cdf2 Better icon for toc button in viewer 2016-03-25 09:19:34 +05:30
Kovid Goyal fd660e02bf Fix #1561783 [Ebook viewer using wrong icon for 'show metadata'](https://bugs.launchpad.net/calibre/+bug/1561783) 2016-03-25 09:18:39 +05:30
Kovid Goyal 5588f32d00 Update Folha de Sao Paolo 2016-03-25 09:01:23 +05:30
Kovid Goyal c56ef9c087 Simplify loading of javascript in render iframe
Also improves performance by in-lining javascript into index.html
2016-03-24 23:41:57 +05:30
Kovid Goyal 35d2b9fda9 Establish communication between parent and sanboxed render iframe 2016-03-24 17:35:53 +05:30
Kovid Goyal ebc247a020 Update bundled MathJax to 2.6.1 2016-03-24 16:01:36 +05:30
Kovid Goyal 1909f68979 Update Endgadget 2016-03-24 07:32:50 +05:30
Kovid Goyal c41e4b00fc Use the cover in the db rather than the one in the file when rendering books 2016-03-23 20:25:12 +05:30