Kovid Goyal
a124de9014
DOCX tables: override processing
2013-06-02 16:21:59 +05:30
Kovid Goyal
ca0899956d
DOCX: Nested tables and block/run table styles
2013-06-02 10:39:02 +05:30
Kovid Goyal
d873be3ca8
...
2013-06-02 08:22:34 +05:30
Kovid Goyal
710fc10a79
Fix string.
2013-06-02 07:25:26 +05:30
Kovid Goyal
f6f548a245
Merge pull request #5 from GRiker/master
...
Reformatted libiMobileDevice error codes to match reporting values (negative numbers).
2013-06-01 18:50:32 -07:00
Tomasz Długosz
55e10e2762
Remove escapemagazine.pl store
2013-06-02 07:18:29 +05:30
GRiker
9112b32b5e
Converted libiMobileDevice errors to negative numbers to match error reporting.
2013-06-01 16:04:02 -06:00
Kovid Goyal
756fa6d32a
MOBI Out: Fix regression causing missing v-margins
...
MOBI Output: Fix regression in 0.9.31 that caused vertical margins
specified on some block level elements to be ignored. Fixes #1186533 [Regression: some margins lost when converting to MOBI](https://bugs.launchpad.net/calibre/+bug/1186533 )
2013-06-01 22:11:06 +05:30
Kovid Goyal
b24493d7e8
Add UUID cache to new db backend
2013-06-01 16:25:06 +05:30
Kovid Goyal
dd3301c18f
Tighten up the uuid map code a little
2013-06-01 15:54:34 +05:30
Kovid Goyal
cd85c39b39
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Speed up retrieving books by uuid by keeping an in memory uuid->id cache.
2013-06-01 15:33:04 +05:30
Kovid Goyal
23d4e17642
DOCX: Finish reading of table style from XML
...
Now it remains to apply them.
2013-06-01 15:20:05 +05:30
Charles Haley
8a3f6b7406
Add an in-memory UUID map
2013-06-01 11:48:04 +02:00
Kovid Goyal
1ead1f8b19
...
2013-06-01 07:51:46 +05:30
Kovid Goyal
65bf027bcc
Merge pull request #2 from GRiker/master
...
Masked error returned from libiMobileDevice:idevice_get_device_list() to 16 bits.
2013-05-31 18:57:18 -07:00
GRiker
cacc347a32
Masked error returned from idevice_get_device_list() to 16 bits.
2013-05-31 14:05:25 -06:00
Kovid Goyal
26a9b30db1
ToC Editor: handle files with <p> inside <head>
...
ToC Editor: Handle ebooks that have <p> tags inside the <head> tags.
Instead of erroring out, the <p> tags are automatically moved into
<body>. Fixes #1186298 [Problem with the Edit ToC feature](https://bugs.launchpad.net/calibre/+bug/1186298 )
2013-05-31 23:07:25 +05:30
Kovid Goyal
d930de8753
Allow right clicking on an author in Book Details
...
Allow right clicking on an author in Book Details to manage that author,
i.e. change the author name, sort value or link. Fixes #1186192 [Book Details Author right click - no options if file](https://bugs.launchpad.net/calibre/+bug/1186192 )
2013-05-31 18:55:53 +05:30
Kovid Goyal
2692326607
Fix regression that broke FB2 input
...
Fixes #1186213 [ebook-viewer (portable 0.9.33) :: "Expected string or buffer" error](https://bugs.launchpad.net/calibre/+bug/1186213 )
2013-05-31 16:57:55 +05:30
Kovid Goyal
0fbba2966c
When deleting custom recipes, use recycle bin
...
Fixes #1186142 [Recipe deleted without option to cancel deletion](https://bugs.launchpad.net/calibre/+bug/1186142 )
2013-05-31 12:39:13 +05:30
Kovid Goyal
5952aac4e2
version 0.9.33
2013-05-31 09:07:15 +05:30
GRiker
8192dcd61c
testing push/pull request to Kovid
2013-05-30 11:38:50 -06:00
GRiker
e928bdb350
src/calibre/devices/idevice/libimobiledevice.py
2013-05-30 15:40:40 +05:30
Kovid Goyal
ec81b1a07e
PDF: Printable ToC
...
PDF Output: Add an option to generate a printable Table of Contents
(that lists page numbers). Useful if you intend to print out the PDF.
2013-05-30 13:02:08 +05:30
Kovid Goyal
384e2048f9
Replace book counts
...
Replace the book counts in the choose library button and next to the
virtual library button with the names of the current library and virtual
library. The count information is now displayed in the status bar at
the bottom.
2013-05-29 22:14:56 +05:30
Kovid Goyal
b1d558a92a
pep8
2013-05-29 18:19:50 +05:30
Kovid Goyal
d0b8e4248f
Fix error when using _daysago in search queries. Fixes #1185398 (_daysago search)
2013-05-29 18:15:51 +05:30
davidfor
b3b7dad23f
Kobo driver: When deleting books from the Kobo Aura, do not leave empty entries on the home screen. Also show downloaded books stored in the SD card as on the card, not the main memory. Fixes #1185294 (Kobo driver update for SD cards and Aura HD home page)
2013-05-29 13:20:56 +05:30
Kovid Goyal
58c9d3a692
Remove .po files from version control
2013-05-29 11:24:53 +05:30
Translators
a2a1bcb97f
Updated translations
2013-05-29 10:42:52 +05:30
Kovid Goyal
6e22fd72d6
Updated translations template
2013-05-29 09:26:47 +05:30
Kovid Goyal
826d5ab725
pep8
2013-05-29 08:01:36 +05:30
Kovid Goyal
d102ec9b32
Convert bzr commit hook to git commit hook
2013-05-28 22:21:45 +05:30
Kovid Goyal
c0f549625a
Replace CRLF line endings
2013-05-28 11:42:53 +05:30
GRiker
a1ce980d99
Cleanup
2013-05-28 11:19:39 +05:30
Kovid Goyal
6eb97d2626
DOCX Input: Start work on tables
2013-05-28 09:45:24 +05:30
Kovid Goyal
542ced3b83
...
2013-05-27 20:48:42 +05:30
GRiker
6dd1c64873
Updated _lockdown_get_value() to accept a list of requested items. Updated get_preferences() to pass a default list.
2013-05-27 04:58:55 -10:00
Kovid Goyal
fc5c5b9f76
pep8 and typo fix
2013-05-27 17:29:42 +05:30
Kovid Goyal
1595268b09
When reviewing downloaded metadata, add a button to view the book being reviewed. Fixes #1184546 (View the eBook when reviewing download metadata)
2013-05-27 16:51:55 +05:30
Kovid Goyal
20f476c6fb
Get Books: Add SONY Reader Store (Australia). Fixes #1184524 (Add Sony bookstore Australia to Get Books (please) Enhancement)
2013-05-27 15:42:08 +05:30
Kovid Goyal
4438ed4d39
Get Books: Fix price information for Sony store incorrect
2013-05-27 15:07:16 +05:30
Charles Haley
47ecfb3a81
Ubdate version number for libri.de store plugin
2013-05-26 17:55:39 +02:00
Charles Haley
7af4a202a2
Merge from trunk
2013-05-26 17:54:48 +02:00
Charles Haley
fee155ad4d
Fix libri.de (ebook.de) to account for site changes
2013-05-26 17:53:42 +02:00
Kovid Goyal
00ee35c05a
Make the lighter color a little less light
2013-05-26 21:06:50 +05:30
Charles Haley
24f25f5f2a
Restore selections and update book details after using manage authors.
2013-05-26 11:19:57 +02:00
Charles Haley
18ad50679b
Fix exception in quickview when libraries are changed when the window is open.
2013-05-25 11:44:22 +02:00
Charles Haley
00c1d4ea54
Merge from trunk
2013-05-24 15:56:52 +02:00
Charles Haley
6bcf21cd74
Fix exception when requesting the column context menu in DeviceBooksView
2013-05-24 15:55:26 +02:00