Commit Graph

30160 Commits

Author SHA1 Message Date
Kovid Goyal 0fb6ef9dc0 version 2.23.0 2015-04-03 09:28:24 +05:30
Kovid Goyal 6d34cf7dfe Update Esquire 2015-04-02 10:38:17 +05:30
Kovid Goyal 57a8c0e8a5 MOBI Input: Fix links not working in viewer for MOBI files that contain anchors placed on linebreak elements. Fixes #1439450 [Private bug](https://bugs.launchpad.net/calibre/+bug/1439450) 2015-04-02 09:21:00 +05:30
Kovid Goyal 9919a1f4c0 pep8 2015-04-02 09:16:24 +05:30
Kovid Goyal 1e1c3e8b9d Re-enable the experimental flag for DOCX output since it can still
generate broken DOCX files in some circumstances, for e.g., nested
tables
2015-04-02 09:01:45 +05:30
Kovid Goyal 0118d5d181 DOCX Output: Start work on conversion of tables 2015-04-01 15:14:55 +05:30
Kovid Goyal de5ce8d46b DOCX Output: Fix handling of page break at start of every HTML file 2015-03-31 20:10:01 +05:30
Kovid Goyal 2729414b53 Try a copy+remove instead of a rename to get a better idea of what is causing access denied errors when restoring database for some people on windows 2015-03-31 20:09:00 +05:30
Kovid Goyal 8e864305f3 DOCX Input: Fix extra border for text that has no border style specified 2015-03-31 17:33:21 +05:30
Kovid Goyal 6d03706aa3 Refactor HTML tag processing in preparation for tables and lists 2015-03-31 16:29:57 +05:30
Kovid Goyal a2319a1338 Allow disabling of tags download from Amazon 2015-03-31 16:12:17 +05:30
Kovid Goyal 7b920401d2 ... 2015-03-31 08:29:26 +05:30
Kovid Goyal 17f6a7878f Book details panel: Fix copying Path link by right clicking on it not working. Fixes #1437756 [[Enhancement] Option to create and place a link to a selected book.](https://bugs.launchpad.net/calibre/+bug/1437756) 2015-03-30 18:39:45 +05:30
Kovid Goyal 3536596399 Implement creation of empty DOCX documents 2015-03-29 10:21:33 +05:30
Kovid Goyal 2168bb9102 Move definition of valid_empty_formats to a better location 2015-03-29 08:20:30 +05:30
Kovid Goyal 1c945b2d19 ... 2015-03-29 08:14:26 +05:30
Kovid Goyal ccf54606be Allow adding an empty ebook in various formats to existing book records by right clicking the Add Books button
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-03-29 08:11:30 +05:30
Kovid Goyal 638a22ca0b Document CALIBRE_CACHE_DIRECTORY 2015-03-28 18:44:22 +05:30
Charles Haley 672f5dfd9a Add ability to create additional empty formats to the "add empty book" command. Add a new command to add an empty format to existing books.
The code to add an empty docx should be added to oeb/polish/create.py
2015-03-28 10:11:47 +01:00
Kovid Goyal 407ee3ca17 Fix a regression that caused importing of a single book from a directory to fail if the directory has no ebook files in it 2015-03-28 08:38:39 +05:30
Kovid Goyal a0c0c43703 Update Courrier International 2015-03-27 17:40:46 +05:30
Kovid Goyal fe1eb2a2a2 ... 2015-03-27 17:38:25 +05:30
Kovid Goyal 54242de084 DOCX Output: Implement embedding of fonts 2015-03-27 14:07:25 +05:30
Kovid Goyal 8fbf98fe1b ... 2015-03-27 12:48:45 +05:30
Kovid Goyal 13d0bf8d01 ... 2015-03-27 10:28:43 +05:30
Kovid Goyal 0bae35b79c Update CNET 2015-03-27 10:24:25 +05:30
Kovid Goyal 4295b47913 Compress images in Daily Mail download to reduce size of generated ebook 2015-03-27 09:10:32 +05:30
Kovid Goyal ddddc23732 Column Icons: Fix apostrophes in icon filenames causing errors. Fixes #1436690 [Icons not showing](https://bugs.launchpad.net/calibre/+bug/1436690)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-03-27 08:45:59 +05:30
Charles Haley 4768d695d0 Two fixes:
1) fix for bug 1436690. Apostrophes in file names create syntax errors. The fix is to remove the apostrophes.
2) fix icon not appearing  in the combo box until the rule editor is closed and reopened.
2015-03-26 14:17:57 +01:00
Kovid Goyal 3c75dae2d5 GUI config widget for DOCX output 2015-03-26 18:34:23 +05:30
Kovid Goyal 29bde02d61 Remove the experimental flag for DOCX output since we now generate working DOCX files 2015-03-26 18:24:45 +05:30
Kovid Goyal e07bd9b022 DOCX Output: Plumbing for font embedding 2015-03-26 15:19:13 +05:30
Kovid Goyal b5ca830fc2 Remove unused code 2015-03-26 14:45:51 +05:30
Kovid Goyal f60e51248f ... 2015-03-25 20:51:39 +05:30
Kovid Goyal 055b23109d Implement float and margin for images 2015-03-25 20:20:51 +05:30
Kovid Goyal 93916c5ffd News download: Add API to cleanly abort the download of an article during the preprocess stage based on the article's contents. 2015-03-25 17:19:52 +05:30
Kovid Goyal da8a8781f7 Update Tagesschau
Fixes #1436196 [epaper from tagesschau.de shows pages of icons](https://bugs.launchpad.net/calibre/+bug/1436196)
2015-03-25 17:03:45 +05:30
Kovid Goyal d4a42179e2 ... 2015-03-25 16:24:43 +05:30
Kovid Goyal 45681fef78 ... 2015-03-25 14:41:14 +05:30
Kovid Goyal 355fc6f84b DOCX Output: Add support for images
Only basic support, image properties such as float, margins/borders, etc
are still to be implemented
2015-03-25 13:55:10 +05:30
Kovid Goyal 57fa364eeb Add pt_to_emu() 2015-03-25 13:01:09 +05:30
Kovid Goyal f878552be5 Edit Book: Fix a regression that caused Remove unused CSS to fail on invalid CSS selectors, instead of ignoring them 2015-03-25 08:12:49 +05:30
Kovid Goyal d6f8b9501b Make all used styles visible in Word UI 2015-03-24 18:22:57 +05:30
Kovid Goyal 8c827eefc6 The plumbing for images in DOCX Output 2015-03-24 15:44:03 +05:30
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