Kovid Goyal
c9e7fe2546
Display a swatch for color properties
2014-05-20 14:30:41 +05:30
Kovid Goyal
3a42fee5bb
...
2014-05-20 13:51:36 +05:30
Kovid Goyal
19d1255af3
Implement hover indications
2014-05-20 13:46:04 +05:30
Kovid Goyal
2f0d3e3d58
...
2014-05-20 13:16:30 +05:30
Kovid Goyal
6dcf731564
Implement collapsing of live css groups
2014-05-20 13:14:10 +05:30
Kovid Goyal
6ed0ec5a70
...
2014-05-20 12:17:22 +05:30
Kovid Goyal
9bf60add18
Live CSS renders
2014-05-20 11:49:49 +05:30
Kovid Goyal
b9e96cd34c
Docs for the set semantics tool
2014-05-20 08:32:32 +05:30
Kovid Goyal
efcd33c78d
Edit book: Fix Check Book failing if a binary file such as an image or font is mislabelled in the OPF as being a text file. Fixes #1320977 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1320977 )
2014-05-20 07:51:55 +05:30
Kovid Goyal
7388dfa130
OS X Build: Fix a bug that was preventing multiple instances of calibre being used by different user accounts on the same computer. Fixes #1320347 [Multiple users cannot run Calibre concurrently]( https://bugs.launchpad.net/calibre/+bug/1320347 )
...
Merge branch 'fanf/multiuser' of https://github.com/fanf2/calibre
2014-05-19 15:26:13 +05:30
Tony Finch
2be66d733e
Allow calibre to be used by multiple users on Mac OS X.
...
Fixes bug #1320347
For reference see https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113300
2014-05-19 10:43:43 +01:00
Kovid Goyal
844c5171b9
...
2014-05-19 09:33:48 +05:30
Kovid Goyal
991ac8cdd6
...
2014-05-19 09:30:19 +05:30
Kovid Goyal
215f6a94d6
Only return first matching selector, instead of the full selector text
2014-05-19 09:30:09 +05:30
Kovid Goyal
f0286d3aa4
Update Slate
2014-05-19 09:14:49 +05:30
Kovid Goyal
2e3d14ec7b
Handle media queries when finding matching CSS rules
2014-05-18 18:23:23 +05:30
Kovid Goyal
833faa475c
Implement code to retrieve style information for the Live CSS panel
2014-05-18 17:32:01 +05:30
Kovid Goyal
90b902ae90
Preview panel: Improve robustness of resource loading from the book
...
Ensure that resources are always loaded from the current container, even
if the current container was changed since the base URL was specified.
While this is unlikely to happen, it is best to be robust.
2014-05-18 17:30:55 +05:30
Kovid Goyal
65e2fcce8e
Update Instapaper
2014-05-18 12:38:27 +05:30
Kovid Goyal
3cb0d29170
Dont show an error message when trying to use quick open with no book open
2014-05-18 08:01:32 +05:30
Kovid Goyal
905e1b5e86
Start work on Live CSS view
2014-05-17 22:15:50 +05:30
Kovid Goyal
06f3640ceb
Add .ibook*s* as a recognized ebook format as well
2014-05-17 22:07:27 +05:30
Kovid Goyal
15698f60a7
Edit Book: Fix an error when running the Check Book tool on files with empty <style> tags. Fixes #1320459 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1320459 )
2014-05-17 21:50:56 +05:30
Kovid Goyal
6f6812ccd7
...
2014-05-17 14:19:02 +05:30
Kovid Goyal
661da9aef1
Make ExclusiveFile thread safe on Unix (use flock instead of lockf)
2014-05-17 09:14:41 +05:30
Kovid Goyal
3b8d6e22ce
A more complete fix for non ascii usernames on windows when using the export file dialog. See #1298071 ([Edit book]: Crash exporting image)
2014-05-17 07:41:21 +05:30
Kovid Goyal
89f358b148
Add CSIDL_PROFILE constant
2014-05-17 07:20:24 +05:30
Kovid Goyal
4f1c251120
...
2014-05-16 13:53:10 +05:30
Kovid Goyal
f3c73a7502
...
2014-05-16 11:59:31 +05:30
Kovid Goyal
0b565ab75e
version 1.37
v1.37.0
2014-05-16 07:47:03 +05:30
David Forrester
78bcc6eac8
Kobo driver: Update to handle changes to annotation processing in newer Kobo firmware.
...
The changed contentIds for kepubs meant not all annotations were being
retrieved. This also meant that some annotations would be out of order.
Fixes #1319819 [Annotations for kepubs now use different contentIds](https://bugs.launchpad.net/calibre/+bug/1319819 )
2014-05-15 19:20:58 +05:30
Kovid Goyal
9e0c91f4ec
Fix null fields not being cleared when updating metadata before edit book.
2014-05-15 15:39:59 +05:30
Kovid Goyal
699dbc0c55
Book polishing: Fix publisher field in epub not being cleared when updating metadata. Fixes #1319732 [calibre will not update Publisher]( https://bugs.launchpad.net/calibre/+bug/1319732 )
2014-05-15 15:37:02 +05:30
Kovid Goyal
6b4182da7b
Update WSJ to include A-hed article
2014-05-14 22:40:04 +05:30
Kovid Goyal
f28ee68679
Edit Book: Fix error in the Check Book tool when items in the opf have paths starting with a leading slash. Fixes #1319378 [Error in content.opf causes ebook editor checking to fail]( https://bugs.launchpad.net/calibre/+bug/1319378 )
2014-05-14 20:28:32 +05:30
Kovid Goyal
00c6b21b74
...
2014-05-14 08:14:34 +05:30
Kovid Goyal
09849067ca
Fix capitalization of builtin action names
2014-05-14 07:43:32 +05:30
Kovid Goyal
f20efd3177
A spot of refactoring
2014-05-13 21:39:02 +05:30
Kovid Goyal
4cca8ca820
Use explicit wave highlighting since we dont want a theme dependent highlight style
2014-05-13 21:28:58 +05:30
Kovid Goyal
5b24a497cd
Edit Book: Add support for spell checking int he code view. Now spelling errors are highlighted in the code view for convenient correction as you type. This can be turned off via Preferences->Editor.
2014-05-13 21:23:22 +05:30
Kovid Goyal
d723bbc253
..
2014-05-12 22:05:30 +05:30
Kovid Goyal
d61d4d5985
Auto check for new QVariant usaeage when switching to qt5 branch
2014-05-12 22:01:14 +05:30
Kovid Goyal
144d673004
Content server: Add more descriptive titles to the OPDS feeds, where possible
2014-05-12 21:56:50 +05:30
Kovid Goyal
97b222caca
DOCX Input: Handle docx files with index fields that have their field names incorrectly lower cased. Fixes #1318670 [Conversion from DOCX, probably indexitem related]( https://bugs.launchpad.net/calibre/+bug/1318670 )
2014-05-12 20:50:34 +05:30
Kovid Goyal
fa9b43f7f1
Add a break iterator that returns indices into the string instead of tokens in the string
2014-05-12 19:11:50 +05:30
Kovid Goyal
c0b0df3160
Increase time we wait for the antivirus to curl up and die
2014-05-12 18:59:24 +05:30
Kovid Goyal
d3c2d8cd6f
Faster implementation of utf16_length
2014-05-12 18:12:19 +05:30
Kovid Goyal
d337debc92
Edit book: Fix incorrect syntax highlighting on linux if the text contains non-BMP unicode characters.
2014-05-12 17:47:49 +05:30
Kovid Goyal
7ee75a8775
Function to return the number of utf-16 code points in a python string on wide python builds
2014-05-12 17:02:57 +05:30
Kovid Goyal
fd17470464
...
2014-05-12 16:40:29 +05:30