27245 Commits

Author SHA1 Message Date
Kovid Goyal
7acc25fcbc
Fix non pruned databases being closed in library_moved() 2017-05-21 13:39:12 +05:30
Kovid Goyal
c8737737ef
Fix server_library_id not being set 2017-05-21 13:39:12 +05:30
Kovid Goyal
c4d513131f
Fix choose library buttons not working 2017-05-21 13:39:12 +05:30
Kovid Goyal
37e19d411a
Port code for start/stop of CS to use new server 2017-05-21 13:39:12 +05:30
Kovid Goyal
2e84a2e1a9
Get copy to library working witht he new library broker 2017-05-21 13:39:12 +05:30
Kovid Goyal
2b6a7568d0
... 2017-05-21 13:39:12 +05:30
Kovid Goyal
3c64011526
Start work on embedding the new content server in the GUI 2017-05-21 13:39:12 +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
6af8bdab97
Add a robots.txt 2017-05-21 13:39:11 +05:30
Kovid Goyal
0a44163d82
Read and write CS settings from a file 2017-05-21 13:39:11 +05:30
Kovid Goyal
52007b840d
Change import to use new server code 2017-05-21 13:39:11 +05:30
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