Kovid Goyal
c3aeb7d931
Increasing spacing between buttons
2015-10-20 18:45:22 +05:30
Kovid Goyal
00eea89768
Add some more (currently inactive) buttons to the top bar
2015-10-20 18:27:30 +05:30
Kovid Goyal
764f5b0b4b
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-10-20 18:13:29 +05:30
Charles Haley
fc423ba337
Bug #1507945
...
When editing cells on the book list:
- Make CTRL-F2 clear pub date to undefined instead of 1/1/2000
- Make CTRL-F2 clear an integer/float to undefined instead of zero
- Remove SHIFT-F2 to avoid conflict with SHIFT-TAB when editing
- Make CTRL-SHIFT-F2 set dates to now()
2015-10-20 14:39:08 +02:00
Kovid Goyal
1a01e528aa
Use a normal link for the donate button
...
Nicer than using a javscript function
2015-10-20 15:39:04 +05:30
Kovid Goyal
8ae7842c4f
Wire up the donate button
...
Also move some L&F settings into the themes module
2015-10-20 15:16:37 +05:30
Kovid Goyal
cdfe01a5e5
Throbbing donate button for server UI
2015-10-20 14:31:56 +05:30
Kovid Goyal
2952fd1224
JS Browser: better error logging when page load fails
2015-10-20 10:30:49 +05:30
Kovid Goyal
663cad94b6
Use the global logger in the auto reload worker
2015-10-19 21:06:46 +05:30
Kovid Goyal
18533eeebc
More work on the new server UI
2015-10-19 20:33:08 +05:30
Kovid Goyal
d4a7f06524
Reduce auto-retry on failure time to one second
2015-10-19 19:02:00 +05:30
Kovid Goyal
7fa3db93af
When auto-reloading server, handle RS compilation failures better
2015-10-19 17:53:44 +05:30
Kovid Goyal
928722690f
Also clear unbdo cache when showing spell check dialog
2015-10-19 15:59:45 +05:30
Kovid Goyal
02b8f775cb
Edit Book: Spell check dialog: Add a button to undo the last spelling change
2015-10-19 12:43:50 +05:30
Kovid Goyal
155c35f765
Edit Book: Automatically create a checkpoint before showing the spell check dialog
2015-10-18 16:08:33 +05:30
Kovid Goyal
1c69f9783b
...
2015-10-18 12:46:41 +05:30
Kovid Goyal
f4a63c9c29
Add available libraries to interface data
2015-10-18 12:46:13 +05:30
Kovid Goyal
fe49da8100
...
2015-10-18 08:30:25 +05:30
Kovid Goyal
317d56727d
Tag mapper: Fix bug when replacement tag has comma in it and the replacement rule is not the last rule
2015-10-17 12:25:08 +05:30
Kovid Goyal
d7ceb3dd23
Show request path when failing to load library data
2015-10-16 16:44:18 +05:30
Kovid Goyal
485c2d8af1
Fix bug when using writefile in duktape
2015-10-16 16:43:49 +05:30
Kovid Goyal
d2ba80ec41
Implement progress bar while loading library data
2015-10-16 12:35:57 +05:30
Kovid Goyal
ba95bf86b9
More robust fix for auto reload when file is temporarily unavailable
2015-10-16 12:34:48 +05:30
Kovid Goyal
da7ffcaf82
Send uncompressed length in a custom header, if available, when using gzip transfer encoding
2015-10-16 10:58:52 +05:30
Kovid Goyal
673eee9f5a
...
2015-10-16 09:50:28 +05:30
Kovid Goyal
24c3f48788
...
2015-10-16 09:33:33 +05:30
Kovid Goyal
14cee60aa8
...
2015-10-16 08:37:48 +05:30
Kovid Goyal
f9108403fa
version 2.41.0
2015-10-16 08:36:56 +05:30
Kovid Goyal
35bbecbaf2
...
2015-10-16 08:35:09 +05:30
Kovid Goyal
c40e170a15
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-10-15 18:18:25 +05:30
Charles Haley
6180797d7a
Ignore key modifiers other than SHIFT and CTRL.
2015-10-15 14:34:31 +02:00
Charles Haley
b6287452c4
Keyboard modifiers (again) for delegates. Make CTRL+F2 clear the field's value for all fields. SHIFT+F2 sets date fields to now().
2015-10-15 11:26:40 +02:00
Kovid Goyal
0bbc30c07f
Start work on UI for new server
2015-10-15 13:58:19 +05:30
Kovid Goyal
c8ad7b203a
Edit Book: Allow editing an unzipped EPUB (a folder) as a book
...
Useful if you wish to store your ebook in a version control system and
edit it directly with the calibre ebook editor
2015-10-15 13:53:11 +05:30
Charles Haley
9a5d795d4d
Make SHIFT+F2 clear the date when launching the editor on a date in the book list. This doesn't steal a shortcut because F" with any modifier launches the delegate.
2015-10-15 09:36:24 +02:00
Kovid Goyal
dce2207202
Ebook container: Allow using an unzipped epub (folder) as a container
2015-10-15 13:01:18 +05:30
Kovid Goyal
25de618ae1
Edit Book: Preview panel: Render in XHTML mode. Fixes svg elements using a global svg namespace not rendering.
2015-10-14 11:19:59 +05:30
Kovid Goyal
8b7a8997d9
Tag Browser: Fix clicking on first-letter groups for series not working
2015-10-12 09:37:27 +05:30
Kovid Goyal
2ba85a0869
DOCX Output: Ignore corrupted images in the input instead of erroring out on them.
2015-10-11 22:35:48 +05:30
Kovid Goyal
23a6c43552
Sessions infrastructure for new server
2015-10-11 13:47:55 +05:30
Kovid Goyal
65c6d6d86c
Allow passing None to url_for() to get the url_prefix
2015-10-11 12:47:44 +05:30
Kovid Goyal
c502d64c0e
A constant time LRU cache implementation
2015-10-11 12:16:46 +05:30
Kovid Goyal
24ffd08b39
...
2015-10-10 09:19:13 +05:30
Kovid Goyal
d175bd1647
Update bundled libmtp to the newly released 1.10
2015-10-09 23:07:18 +05:30
Kovid Goyal
e0590843c0
Prevent very long saved searches from making create/edit virtual library dialog too large
2015-10-09 18:30:19 +05:30
Kovid Goyal
c5fb9e75de
Fix #1503910 [Cmd+T doesn't toggle TOC back off when in window mode]( https://bugs.launchpad.net/calibre/+bug/1503910 )
2015-10-09 17:29:19 +05:30
Kovid Goyal
ecd94450e9
Allow ebook-metadata to work with read-only files when no options are specified to change metadata. Fixes #1504345 [ebook-meta does not work on read-only files]( https://bugs.launchpad.net/calibre/+bug/1504345 )
2015-10-09 07:44:22 +05:30
Kovid Goyal
6f0403bffe
Edit Book: Allow easily removing items from the popup menu for the 'Insert tag' button
2015-10-08 10:53:41 +05:30
Kovid Goyal
eff9a695e1
Tag mapper: When the replacement tag contains commas, create multiple tags instead of replacing the comma with a semi-colon. Fixes #1503526 [Tap Mapping comma as semi-colon as of 2.40- did not on 2.39]( https://bugs.launchpad.net/calibre/+bug/1503526 )
2015-10-08 10:01:16 +05:30
Kovid Goyal
fa49f81b3e
Infrastructure for serving rapydscript in the new content server
2015-10-07 11:37:58 +05:30