Kovid Goyal
438d331e86
calibredb: Fix CSV output for the list command not properly escaped
...
Merge branch 'jamesbroadhead-csv_module'
2016-12-05 19:01:26 +05:30
Kovid Goyal
1ff4f01b39
Use find_tests() for library.test_cli as well
2016-12-05 19:00:00 +05:30
Kovid Goyal
5299c936e5
Merge branch 'csv_module' of https://github.com/jamesbroadhead/calibre into jamesbroadhead-csv_module
2016-12-05 18:46:44 +05:30
James Broadhead
932430cd23
Install mock on travis
2016-12-05 12:22:11 +00:00
James Broadhead
3c4d239185
bugfix: pass opts to print*check_library*
2016-12-05 11:48:32 +00:00
Kovid Goyal
5f2f8342dc
pep8
2016-12-05 17:07:30 +05:30
Kovid Goyal
353e7c2b36
Fix subsetting of fonts whose names start with "and" not working
...
Caused by a bug in the font-family parsing routines of cssutils,
workaround by quoting the family name before passing it to cssutils.
2016-12-05 17:07:11 +05:30
James Broadhead
a6093e8cac
rm c.library.test
...
Per comment on https://github.com/kovidgoyal/calibre/pull/592 , this test
module is unnecessary.
2016-12-05 11:28:01 +00:00
James Broadhead
0dd2c54510
c.library.cli: use csv module for check_library
...
- use the builtin csv module for check_library output
- enable the comma-escaping test in test_cli
2016-12-05 11:19:18 +00:00
Kovid Goyal
9a60dd0da1
Update Frontline
...
Fixes #1647313 [Replace Frontline recipe](https://bugs.launchpad.net/calibre/+bug/1647313 )
2016-12-05 16:48:26 +05:30
James Broadhead
fd70317171
c.library.cli: extract check_library printing
...
- extract printing/formatting logic from
calibre.library.cli.command_check_library
- add tests asserting current behaviour
2016-12-05 11:08:39 +00:00
James Broadhead
a517cec2cd
Fix calibre.library.test.DBTest
...
- fix testSorting by making the author_sort field on the test data
unique.
- make tests less brittle by declaratively defining the data to be
compared by testSorting
2016-12-05 09:54:31 +00:00
James Broadhead
8522ac55af
Run calibre.library tests
...
- follow convention, add a find_tests, tests method to
calibre.library.test. Add calibre.library to the list in setup/test.py
- sort some imports
- add .cache to .gitignore
2016-12-05 08:42:53 +00:00
Kovid Goyal
6f99bc3cea
Make the original path to file available to FileType plugins
2016-12-05 07:45:25 +05:30
Kovid Goyal
cc0d25c123
Fix a regression in 2.72 that broke the --start-in-tray command line option. Fixes #1644876 [calibre --start-in-tray does not work anymore on Win10]( https://bugs.launchpad.net/calibre/+bug/1644876 )
2016-12-04 20:08:11 +05:30
Kovid Goyal
ee5711f0ba
Use the same context menu code for the cover grid view as well
2016-12-04 09:34:48 +05:30
Kovid Goyal
852618cb66
...
2016-12-04 09:20:50 +05:30
Kovid Goyal
5779548408
...
2016-12-04 09:18:32 +05:30
Kovid Goyal
e91dd8b4cc
Fix aboutToShow() signal not being emitted for context menus on linux
2016-12-04 09:15:57 +05:30
Kovid Goyal
f02c7f4114
Update Korea Herald
2016-12-04 08:44:29 +05:30
Miguel Castiblanco
b5f0293e21
[KoreaHerald] Fixed
2016-12-03 06:20:12 -08:00
Kovid Goyal
dd62bd3e7e
...
2016-12-03 17:29:37 +05:30
Kovid Goyal
96947fd01a
Merge branch 'master' of https://github.com/CoderAllan/calibre
2016-12-03 11:57:34 +05:30
Allan Simonsen
a1810043c9
Fixed recipes.
...
Deleted recipes where host does not exist anymore or has no rss feeds anymore.
2016-12-03 06:52:55 +01:00
Kovid Goyal
c925629fe7
Update Pagina 12
...
Fixes #1646825 [Updated recipe for Pagina 12](https://bugs.launchpad.net/calibre/+bug/1646825 )
2016-12-02 19:12:23 +05:30
Kovid Goyal
cf981fd447
OS X on Travis is a natural disaster
2016-12-02 17:20:41 +05:30
Kovid Goyal
f1484411af
A spot of refactoring
2016-12-02 09:50:17 +05:30
Kovid Goyal
2b562831d7
DOCX Input: Fix images wider than 50% of the page width being incorrectly right aligned even when anchored to the center of the page. Fixes #1646086 [Folow up to Location of Figures on Page]( https://bugs.launchpad.net/calibre/+bug/1646086 )
2016-12-02 09:30:33 +05:30
Kovid Goyal
58652ae068
...
2016-12-02 08:37:50 +05:30
Kovid Goyal
c7db673ffb
Catalog generation: Ensure all citation keys in BiBTeX catalogs have only ascii characters. Fixes #1646239 [bibtex labels]( https://bugs.launchpad.net/calibre/+bug/1646239 )
2016-12-01 14:54:20 +05:30
Kovid Goyal
58380e9408
See if the default OS X image works any better on travis
2016-12-01 13:08:10 +05:30
Kovid Goyal
5da164fe4d
...
2016-12-01 12:04:48 +05:30
Kovid Goyal
4bbad155a3
Nicer error message if the user tries to import data while the content server is running
2016-12-01 12:04:27 +05:30
Kovid Goyal
0f77ec7467
Move travis OS X build ot xcode6.4 as the 6.1 image is being retired
2016-11-30 23:39:05 +05:30
Kovid Goyal
5c5455b81f
Only run appveyor tests on the vs2015 branch
2016-11-30 18:04:38 +05:30
Kovid Goyal
8b24a6126b
Import appveyor.yml from vs2015 branch
2016-11-30 18:01:07 +05:30
Kovid Goyal
ab3471e7cf
Edit Book: Allow disabling the "Files already arranged into folders" message popup
2016-11-30 17:56:19 +05:30
Kovid Goyal
b243d45d16
Amazon metadata download: Allow downloading from amazon.cn as well. To use got to Preferences->Metadata download and customize the amazon plugin to download from amazon.cn
...
Merge branch 'master' of https://github.com/lifanxi/calibre
2016-11-30 15:13:53 +05:30
Li Fanxi
c14f849288
Metadata: Support Amazon.cn in the Amazon metadata plugin
2016-11-30 17:25:40 +08:00
Kovid Goyal
9bfefc7470
Update tyzden
2016-11-28 16:28:36 +05:30
Martin Racak
02c0bb06eb
Update tyzden
2016-11-28 11:47:17 +01:00
Kovid Goyal
be87330d29
Get Books: Update ebookpoint and legimi plugins for website changes
2016-11-28 08:38:50 +05:30
Kovid Goyal
3ddace17c6
...
2016-11-28 08:27:19 +05:30
Tomasz Długosz
166e29c0db
legimi plugin: fix cover fetching
2016-11-27 23:35:23 +01:00
Tomasz Długosz
feb8ad925a
ebookpont plugin: fix cover fetching and price detection in some cases
2016-11-27 23:12:21 +01:00
Kovid Goyal
ec00073ed0
...
2016-11-26 13:22:47 +05:30
Kovid Goyal
dc6665c73e
EPUB3 metadata: Ensure updating metadata never produces empty dc:contributor elements. Fixes #1644702 [Calibre puts in <dc:contributor id="id-6"/>]( https://bugs.launchpad.net/calibre/+bug/1644702 )
2016-11-26 13:09:00 +05:30
Kovid Goyal
44345abdd9
DOCX Output: Fix an error when converting tables with spanning cells. Fixes #1644912 [This Particular ePub Will Not Convert to DOCX]( https://bugs.launchpad.net/calibre/+bug/1644912 )
2016-11-26 08:37:09 +05:30
Kovid Goyal
925c855c23
version 2.73.0
v2.73.0
2016-11-25 08:21:23 +05:30
Kovid Goyal
1d618a5627
Update Dilbert
2016-11-25 08:04:15 +05:30