Commit Graph

30116 Commits

Author SHA1 Message Date
Kovid Goyal 2d768e9f4e Remove no longer needed branches from the linux installer 2015-03-24 13:38:54 +05:30
Kovid Goyal 82cd471ffc Switch to Qt 5.4.1 for the windows calibre builds 2015-03-24 13:10:37 +05:30
Kovid Goyal e5e8c8600a Switch to Qt 5.4.1 for the OS X build 2015-03-24 12:45:04 +05:30
Kovid Goyal d9cc928730 ... 2015-03-23 18:55:56 +05:30
Kovid Goyal 499a91bde8 Update build instructions for Qt 5.4 on windows 2015-03-23 17:40:59 +05:30
Kovid Goyal a005cc5f56 Remove workaround for qtoolbar bug on linux in Qt < 5.4
The linux calibre binary builds now use Qt 5.4.1
2015-03-23 17:40:33 +05:30
Kovid Goyal 0ca0f22446 ... 2015-03-23 12:28:13 +05:30
Kovid Goyal 65e985e355 ... 2015-03-23 08:09:02 +05:30
Kovid Goyal 24c19f2a85 Open With: Fix open with failing to get list of default programs on windows if the registry contains missing ProgIDs. Fixes #1434990 [Open with does not use OS list of available programs to open format](https://bugs.launchpad.net/calibre/+bug/1434990) 2015-03-22 19:04:34 +05:30
Kovid Goyal 9bb1bc0b04 DOCX Output: Fix superscript 2015-03-22 10:11:39 +05:30
Kovid Goyal c0d63e85b4 DOCX Output: Fix line-height conversion 2015-03-22 09:53:37 +05:30
Kovid Goyal e61b68347a Fix #375 (Minor toolbar string fix: 1 book, 0 or > 1 - books) 2015-03-21 18:14:11 +05:30
Kovid Goyal c69be0507c Use my own multitail implementation in the build process
The distro one recently started segfaulting and my implementation is
much better.
2015-03-21 13:56:20 +05:30
Kovid Goyal d98618747e version 2.22.0 v2.22.0 2015-03-20 07:57:12 +05:30
Kovid Goyal 8fec427a54 Another test for amazon.de 2015-03-20 07:44:17 +05:30
Kovid Goyal ae4e486410 ... 2015-03-19 12:53:32 +05:30
Kovid Goyal a379dd73bb pep8 2015-03-19 12:51:20 +05:30
Kovid Goyal c981e4b50d pep8 2015-03-19 10:27:33 +05:30
Kovid Goyal ca26df381a ODT Input: Add support for intra-document cross-references. Fixes #1429271 [When converting odt to epub, cross reference links are dropped](https://bugs.launchpad.net/calibre/+bug/1429271) 2015-03-19 10:13:47 +05:30
Kovid Goyal 7f2be1f6ae PDF Output: Fix incorrect encoding of ASCII control characters and some Chines characters in metadata and Table of Contents strings. Fixes #1433848 [Incorrect Chinese Characters in PDF TOC converted from EPUB](https://bugs.launchpad.net/calibre/+bug/1433848) 2015-03-19 09:48:28 +05:30
Kovid Goyal 647fdaad9a Make the amazon metadata speedup work for a few other domains as well 2015-03-18 11:12:46 +05:30
Kovid Goyal 2653a0c67b Amazon metadata download: Speedup metadata download from amazon.com when an ASIN is specified by trying the product page directly first instead of running a search. Also works around amazon server problems where it does not return Kindle Editions in search results when not logged in. Fixes #1433125 [metadata: error no matches found](https://bugs.launchpad.net/calibre/+bug/1433125) 2015-03-18 10:55:53 +05:30
Kovid Goyal 0a3b9f678f DOCX Output: Fix handling of border properties for character styles 2015-03-17 13:05:57 +05:30
Kovid Goyal 142c1e84cf ... 2015-03-17 11:13:33 +05:30
Kovid Goyal a436fc5fc3 ... 2015-03-17 10:25:49 +05:30
Kovid Goyal 8d7a936cec DOCX Output: Proper handling of inheritance for border/padding CSS properties 2015-03-17 10:22:25 +05:30
Kovid Goyal bf152707b3 Add API to count images in a PDF file 2015-03-17 09:36:46 +05:30
Kovid Goyal f7da0bc178 Add an env var to force calibre to use its native style plugin 2015-03-17 09:20:36 +05:30
Kovid Goyal 56b04a40d8 More unsafe usage of db.prefs.__setitem__ replaced 2015-03-16 18:11:43 +05:30
Kovid Goyal 9464f31908 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-03-16 17:52:59 +05:30
Kovid Goyal 49c412b023 Replace thread unsafe use of old db.prefs.set API 2015-03-16 17:46:52 +05:30
Charles Haley 7e976eb617 Fix regression: cover an existing decoration when editing bool and decorated enum cells 2015-03-16 13:15:26 +01:00
Kovid Goyal 51b21ebe15 Allow using db.new_api on the new_api recursively 2015-03-16 17:42:10 +05:30
Kovid Goyal 87832d2275 Book List: When editing data int he book list directly, expand the editor widget to use all available width if the data does not fit inside the current column width
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-03-16 17:24:44 +05:30
Kovid Goyal 9de8f9589a pep8 2015-03-16 17:11:00 +05:30
Kovid Goyal 19d9c8bd04 ... 2015-03-16 17:10:10 +05:30
Charles Haley a4be0c76a2 Take 3. This one will take the entire viewport if needed. It aligns on the left edge if the language is LtR, otherwise on the right edge. I have tested it on all column types with the RtL test in both senses.
I have not tested it on a machine running an RtL locale.
2015-03-16 12:03:01 +01:00
Kovid Goyal d4b737a316 When refreshing rows in the book list emit fewer signals 2015-03-16 14:00:37 +05:30
Kovid Goyal d1651232a4 Fix Manage Authors dialog causing current search in the book list to be cleared. Fixes #1432324 [Book selection discarded when using the Manage Authors dialog](https://bugs.launchpad.net/calibre/+bug/1432324) 2015-03-16 13:31:14 +05:30
Kovid Goyal 2842e53d09 ... 2015-03-16 12:50:16 +05:30
Kovid Goyal 2a288a49f1 Store edit book state in the cache directory rather than the config directory 2015-03-16 11:53:05 +05:30
Charles Haley 5f9bb60587 Take two.
I tried for a while to use updateEditorGeometry. It turned out to be as or more complicated as the current implementation, so I stayed with doing the calculations when setting the contents of the widget.
2015-03-15 18:11:29 +01:00
Kovid Goyal 2a0ee491e9 Implement updating metadata in DOCX files 2015-03-15 21:37:07 +05:30
Kovid Goyal ca1143d043 ... 2015-03-15 20:56:14 +05:30
Kovid Goyal 6101940277 Update Wired Daily 2015-03-15 20:40:39 +05:30
Charles Haley 1ff334698f When editing on the spreadsheet, grow the edit box to the size of the contents if possible. 2015-03-15 15:17:26 +01:00
Kovid Goyal ea9d1918c1 Write metadata to created DOCX 2015-03-15 18:29:17 +05:30
Kovid Goyal ebb5e4dfe6 DOCX Output: Word no longer complains about damaged file 2015-03-15 13:19:41 +05:30
Kovid Goyal 41750fe5ff Write out page sizes 2015-03-15 12:01:20 +05:30
Kovid Goyal d238cc4a6f ... 2015-03-15 10:40:13 +05:30