Commit Graph

27234 Commits

Author SHA1 Message Date
Kovid Goyal bae7d21608 Remove the old server code. Still need to port various bits of calibre that use it 2017-05-21 13:39:11 +05:30
Kovid Goyal fce59c91c7 Switch calibre-server.exe to use the new server 2017-05-21 13:39:11 +05:30
Kovid Goyal 3ed6951f2e Freeze epubReadingSystem 2017-05-21 13:39:11 +05:30
Kovid Goyal 195b083c3a Implement epubReadingSystem for the in browser viewer 2017-05-21 13:39:11 +05:30
Kovid Goyal d97e1ce707 Delay load calibre.library.server so that tests dont fail until it is ported 2017-05-21 13:39:11 +05:30
Kovid Goyal 5ed88a0bf5 Remove no longer needed cherrypy/routes bundled packages 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 814cf18c69 Add support for reading JPEG-XR images 2017-05-21 13:39:10 +05:30
Kovid Goyal 21f8414867 Detect old version of Vista (before SP2) 2017-05-21 13:39:09 +05:30
Kovid Goyal f7a9a7790a Skip file dialog test on appveyor 2017-05-21 13:39:09 +05:30
Kovid Goyal 298df07987 Ensure PrintVLen always adds a byte for trailing NULL 2017-05-21 13:39:08 +05:30
Kovid Goyal 7a4ea3e7f5 Use vsnprintf on unix with a NULL buffer to get required size
This conforms to POSIX.1-2001
2017-05-21 13:39:07 +05:30
Kovid Goyal 957126c11a Fix for mysterious crash in podofo module 2017-05-21 13:39:06 +05:30
Kovid Goyal 5e07f19848 Fix a bug in the unrar module that was causing crashes in win64 2017-05-21 13:39:06 +05:30
Kovid Goyal 923048a387 String changes 2017-05-21 13:37:52 +05:30
Kovid Goyal a24f489822 DOCX Output: Fix repeated anchor names in different HTML files leading to links int he output document pointing to incorrect locations. Fixes #1690365 [Footnotes do not work and iIncorrect position of pictures after conversion from azw3 to docx](https://bugs.launchpad.net/calibre/+bug/1690365) 2017-05-21 08:31:39 +05:30
Kovid Goyal bb6158f57e Refactor the advanced search dialog to use modern UI building techniques, getting rid of the .ui file
Implement the Clear button for all tabs and also add placeholder text
where appropriate.
2017-05-21 07:54:07 +05:30
Kovid Goyal 355a8d417b Fix Bookeen Nolim not being detected in Linux. Fixes #1692255 [New device "Bookeen Nolim" not detected](https://bugs.launchpad.net/calibre/+bug/1692255) 2017-05-21 07:38:43 +05:30
Kovid Goyal bf64759aff Advanced search dialog: Fix combining of "One or more words" searches with other search types incorrect. Fixes #1691008 [Advanced Search grouping failure](https://bugs.launchpad.net/calibre/+bug/1691008) 2017-05-20 20:01:24 +05:30
Kovid Goyal b15521bd74 Fix commas doubled when editing formats list in email preferences 2017-05-20 13:15:44 +05:30
Kovid Goyal 9d55e3aa9e Book details panel: Allow right clicking on author names to search for them in calibre. Allow clicking on language names to search for them in calibre. Fixes #1692084 [Choice to show author in library](https://bugs.launchpad.net/calibre/+bug/1692084) 2017-05-20 12:26:31 +05:30
Kovid Goyal 012810cc62 String changes 2017-05-20 11:58:41 +05:30
Kovid Goyal 52be1dfc74 Fix #1691980 [Remove image button](https://bugs.launchpad.net/calibre/+bug/1691980) 2017-05-20 11:56:27 +05:30
Kovid Goyal 4936c3de21 String changes 2017-05-18 11:00:18 +05:30
David 0d60a52513 Fix collections not displaying in device list for KoboTouch driver
Collections were not being shown in the device list if either the
collection management was off in the driver, or no collections column
were configured. There were two reasons, one was the empty configuration
string was handled incorrectly. The other was the device_collections
attribute could be cleared by the smart_update.
2017-05-17 23:51:04 +10:00
Kovid Goyal 3511b4e5e4 Add the CA:TRUE basic constraint when generating a CA certificate 2017-05-17 05:26:52 +05:30
Kovid Goyal 7da4a00a9b Fix exception in error handler for websocket connections 2017-05-17 05:26:25 +05:30
Kovid Goyal 4be47dd5f2 Remove indentation inside #if 2017-05-17 05:23:28 +05:30
Zbigniew Jędrzejewski-Szmek 82bd2e1a51 Compatibility with qt5-5.9.0 2017-05-16 14:20:51 -04:00
Kovid Goyal b2a440e9f4 String changes 2017-05-16 13:33:29 +05:30
Kovid Goyal 94162c32ca Micro-optimization 2017-05-16 13:31:21 +05:30
Kovid Goyal 71acdf085f DOCX Input: When a style only specifies a complex script font, use it instead of the normal font 2017-05-16 13:24:22 +05:30
Kovid Goyal 3dd277481d String changes 2017-05-14 20:32:48 +05:30
Kovid Goyal 5b28ec2060 Remove useless copy image address action from viewer context menu 2017-05-14 20:25:27 +05:30
Kovid Goyal d79cfbca8f DRYer 2017-05-14 17:54:59 +05:30
Kovid Goyal ef39992968 Handle temp files being deleted from under the server causing cover/ebook downloads to stop working 2017-05-14 17:30:35 +05:30
Kovid Goyal a53e8447e7 ... 2017-05-14 08:50:47 +05:30
Kovid Goyal da765b2327 String changes 2017-05-14 08:48:30 +05:30
Kovid Goyal 87d007b307 ... 2017-05-14 08:46:22 +05:30
Kovid Goyal 4b89e0e6a1 Allow right clicking on the layout buttons in the bottom right corner to configure the corresponding area of the user interface
Fixes #1690454 [[Enhancement] Make main window more customizable by right clicking](https://bugs.launchpad.net/calibre/+bug/1690454)
2017-05-13 20:46:02 +05:30
Kovid Goyal b76a70e528 DOCX Input: Workaround for broken Word documents created by "PDF Converter Professional 8". Fixes #1690537 [Word document (docx) can not be converted to ePub](https://bugs.launchpad.net/calibre/+bug/1690537) 2017-05-13 18:38:01 +05:30
Kovid Goyal 097b35755a More fixes for missing styles 2017-05-13 18:34:57 +05:30
Kovid Goyal f5c9841c83 String changes 2017-05-13 17:50:42 +05:30
Kovid Goyal 3a400dcc15 ... 2017-05-13 17:48:06 +05:30
Kovid Goyal bf695916a7 Fix #1690509 [Double spacing in Output options for TXT and TXTZ](https://bugs.launchpad.net/calibre/+bug/1690509) 2017-05-13 17:47:24 +05:30
Kovid Goyal 9b729fffd1 version 2.85.1 2017-05-13 09:22:41 +05:30
Kovid Goyal 10b6e91167 Book details: Fix regression that caused the Open With sub-menu to go missing when right clicking on covers. Fixes #1690436 [Cover Edit link disappeared](https://bugs.launchpad.net/calibre/+bug/1690436) 2017-05-13 08:48:32 +05:30
Kovid Goyal 95d15ae9ff Fix an infinite recursion error if the user chooses a non-existent default author search source
Fixes #1690449 [Maximum recursion depth exceeded error](https://bugs.launchpad.net/calibre/+bug/1690449)
2017-05-13 08:32:55 +05:30
Kovid Goyal abe50ef5ef DOCX Input: Fix error when converting docx files that have no internal styles defined 2017-05-13 08:11:26 +05:30
Kovid Goyal e065207a07 Revert -isodates change as I'm not sure if the version of poppler in the 2.x builds is new enough for it. Will move the change to the vs2015 branch 2017-05-12 23:35:51 +05:30