Kovid Goyal
c3d16d3a47
Merge branch 'patch-3' of https://github.com/bobbysteel/calibre
2018-01-30 09:18:50 +05:30
Kovid Goyal
50ca78b7a5
Merge branch 'patch-1' of https://github.com/bobbysteel/calibre
2018-01-30 09:18:27 +05:30
bobbysteel
1f82d44d29
Delete - CAPTCHA blocked now
2018-01-29 15:39:38 +00:00
bobbysteel
425ba84334
Deleting as no longer accessible due to CAPTCHA
2018-01-29 15:38:20 +00:00
Kovid Goyal
b4c8d223f4
Fix #1745961 [NTLM proxy]( https://bugs.launchpad.net/calibre/+bug/1745961 )
2018-01-29 16:25:19 +05:30
Kovid Goyal
557b26f5da
...
2018-01-29 10:09:56 +05:30
Kovid Goyal
d3d5a566ad
Conversion: Fix valign attribute on <td> tags not being honored
2018-01-29 08:48:53 +05:30
Kovid Goyal
02848afe3c
Restore copying of HTML
2018-01-28 17:38:46 +05:30
Kovid Goyal
0a45fa19af
E-book viewer: Fix copy keyboard shortcut/context menu action not working on some windows systems
...
Now all copying happens via the current selection. This means that HTML
copying no longer works. But it is likely needed for systems with buggy
clipboard implementations. See #1477696 (Copy-Paste does not work)
2018-01-28 17:19:20 +05:30
Kovid Goyal
64cae0cef7
E-book viewer: Make the semi-transparent background for viewing metadata a little more opaque. Fixes #1745812 [Metadata difficult to read in Ebook Viewer]( https://bugs.launchpad.net/calibre/+bug/1745812 )
2018-01-28 14:28:12 +05:30
Kovid Goyal
c6705ef189
Unused imports
2018-01-28 10:42:09 +05:30
Kovid Goyal
a09a45732c
Read ipython user config
2018-01-28 10:34:38 +05:30
Kovid Goyal
39931615d1
Use tdir_in_cache() for the editor as well
2018-01-28 09:12:07 +05:30
Kovid Goyal
75dbc31e2b
E-book viewer: Use a temp dir in the cache
...
Try to combat the recent epidemic of bug reports caused by temp file
cleaners on windows. Hopefully by moving the temp files used by the
ebook iterator into the cache dir, we prevent the temp file cleaners
from deleting them.
2018-01-28 09:07:48 +05:30
Kovid Goyal
20b6ac0534
tdir_in_cache() should return an empty dir
2018-01-28 09:07:27 +05:30
Kovid Goyal
25d88c62c0
Remove duplicated code
2018-01-28 08:57:36 +05:30
Kovid Goyal
196cb751d3
Use a global lock to ensure there are no races in tdir_in_cache
2018-01-28 08:44:18 +05:30
Kovid Goyal
6f87c59b7b
Replace use of CreateFile with CreateFileW
2018-01-28 08:08:43 +05:30
Kovid Goyal
75e59cb3a8
Remove fallback for people running from source without up-to-date binaries
2018-01-28 08:01:40 +05:30
Kovid Goyal
117cd4ee13
Use an atomic open for tdir-lock on windows
2018-01-27 23:42:47 +05:30
Kovid Goyal
ae6b9c9454
Remove Consumerist as it no longer exists
2018-01-27 20:51:33 +05:30
Kovid Goyal
a24f108906
Make the test a little more robust
2018-01-27 20:42:47 +05:30
Kovid Goyal
cba932362f
...
2018-01-27 20:41:19 +05:30
Kovid Goyal
231f5423dd
Code to manage temp dirs inside the cache directory
...
The temp dirs are cleaned up on subsequent application starts even if
left behind by a previous crash. And they persist as long as the process
that created them runs.
2018-01-27 20:21:40 +05:30
Kovid Goyal
ab3bba7ffb
version 3.16.0
v3.16.0
2018-01-26 09:27:26 +05:30
Kovid Goyal
139be2dd16
DOCX Output: Fix links without anchors in the input document not being converted correctly. Fixes #1741098 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1741098 )
2018-01-25 22:37:36 +05:30
Kovid Goyal
bc5b3cecbb
Remove add/delete of books from TODO
2018-01-25 20:36:28 +05:30
Kovid Goyal
27a062cb19
Content server: Implement deleting of books via the web interface
2018-01-25 20:35:55 +05:30
Kovid Goyal
ce22a0da00
AJAX endpoint for deleting books from server
2018-01-25 15:13:48 +05:30
Kovid Goyal
72deb18b6f
Auto-refresh book list after adding books
2018-01-25 14:31:33 +05:30
Kovid Goyal
8a793eb063
Content server: Allow adding books by uploading book files to the server. Click the '+' icon in the top bar above the book list to add books
2018-01-25 14:11:57 +05:30
Kovid Goyal
4fc76a6919
Finish up adding books implementation
...
Still needs to add the new book to the existing book list, so that the
book list does not need to be refreshed to see the book.
2018-01-25 14:04:15 +05:30
Kovid Goyal
b795ca81f1
...
2018-01-24 15:32:36 +05:30
Kovid Goyal
f97c680386
Server endpoint for adding books
2018-01-24 15:16:05 +05:30
Kovid Goyal
d48c8e7a2b
More work on adding books in the server UI
2018-01-23 16:17:42 +05:30
Kovid Goyal
61ab18b81a
Update RapydScript
2018-01-23 16:17:24 +05:30
Kovid Goyal
41f45b0dc8
...
2018-01-22 14:48:58 +05:30
Kovid Goyal
413361b24a
...
2018-01-22 14:42:13 +05:30
Kovid Goyal
9e199774c1
calibredb: Fix a regression that broke reading of passwords from stdin
2018-01-21 18:27:02 +05:30
Kovid Goyal
d2cd03d891
...
2018-01-21 15:33:38 +05:30
Kovid Goyal
537fe84aac
Content server: Start work on adding books
2018-01-21 14:00:44 +05:30
Kovid Goyal
ae112c1009
calibredb export: Add --progress option
2018-01-21 13:58:50 +05:30
Kovid Goyal
84d0fa8459
Content server: When downloading books from the server send both the ASCII and full unicode file names. Browsers that support RFC 6266 can make use of the unicode file name.
2018-01-21 13:35:32 +05:30
Kovid Goyal
7f22be365c
Add an option to disable tooltips in the Tag browser (Preferences->Look & feel->Tag browser)
2018-01-21 08:36:45 +05:30
Kovid Goyal
80599a0425
Allow removing the close button from tabs in the Virtual library tab bar. Right click the tab bar and choose "Lock tabs" to do that.
...
Merge branch 'master' of https://github.com/Serized/calibre
2018-01-21 08:19:32 +05:30
Serized
0d38679313
Make Virtual Library tabs lockable (no close button)
2018-01-20 10:38:06 +01:00
Kovid Goyal
8ab7330b17
Content server: Show a warning popup on Apple devices when the user tries to search witha n expression containing smart quotes
...
Apple stupidly implemented automatic smart quotes when typing with no
way to turn it off via HTML/JS.
2018-01-20 10:17:02 +05:30
Kovid Goyal
ece8f680c3
Make atomic_rename() work on windows systems with filenames that cannot be encoded using the system codepage
2018-01-18 18:14:58 +05:30
Kovid Goyal
f258b3d53e
Revert code to handle smart quotes as quote delimiters in the search query parser
...
It is still possible to type normal quotes in safari by long tapping the
quote button
2018-01-18 17:27:07 +05:30
Kovid Goyal
2de4dc5a73
Use https URLs for guardian and observer recipe
2018-01-18 17:08:16 +05:30