29957 Commits

Author SHA1 Message Date
Kovid Goyal
b10feb7273 Some more documentation 2015-02-21 11:31:29 +05:30
Kovid Goyal
fd002b6680 ... 2015-02-21 10:57:23 +05:30
Kovid Goyal
bd3b162d7a Allow restricting results to descendants of a particular tag 2015-02-21 10:56:24 +05:30
Kovid Goyal
e7caf265c1 Add a has_matches() method for convenience 2015-02-21 10:47:31 +05:30
Kovid Goyal
880391ce34 ... 2015-02-21 10:40:30 +05:30
Kovid Goyal
3420913923 Allow easily ignoring the UI and non-element pseudo-selectors 2015-02-21 10:26:19 +05:30
Kovid Goyal
bd0313c357 Rename css_selectors.parse to css_selectors.parser 2015-02-21 09:41:06 +05:30
Kovid Goyal
51beffc7e9 Get Books: Update Empik and CDP store plugins
Merge branch 'master' of https://github.com/t3d/calibre
2015-02-21 09:34:46 +05:30
Kovid Goyal
7369a09dba Books list: Fix column alignment incorrectly propagating when changing libraries
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-02-21 09:04:17 +05:30
Tomasz Długosz
00077af7ed Cda Plugin: align to website changes 2015-02-21 04:18:20 +01:00
Tomasz Długosz
7c0036a7c6 Empik Plugin: improve hidden formats detection 2015-02-21 04:18:20 +01:00
Tomasz Długosz
9355da4576 Empik Plugin: fix more than one author for one book 2015-02-21 04:18:12 +01:00
Charles Haley
7c5322b852 Reset the alignment map when switching libraries. This prevents non-left alignments from taking effect in the newly-opened library. 2015-02-20 21:47:27 +01:00
Kovid Goyal
afd1550e7c ... 2015-02-20 18:43:24 +05:30
Kovid Goyal
deca8d35e5 Get rid of cssselect from the Edelweiss metadata download plugin 2015-02-20 18:37:04 +05:30
Kovid Goyal
88dbbefa7b Get rid of cssselect in the amazon metadata download plugin 2015-02-20 18:24:42 +05:30
Kovid Goyal
3c8984d2a5 Allow passing ElementTree to Select() 2015-02-20 18:21:23 +05:30
Kovid Goyal
ee214d6df5 Micro optimization 2015-02-20 17:38:59 +05:30
Kovid Goyal
21f5455c05 Add import statement to docs 2015-02-20 16:33:47 +05:30
Kovid Goyal
6758fba212 ... 2015-02-20 16:32:10 +05:30
Kovid Goyal
2d90b5695f Finish up implementation of css_selectors 2015-02-20 16:29:07 +05:30
Kovid Goyal
085dd58217 Linux: Fix SSL CA certificates not being detected on Fedora based distributions 2015-02-20 16:02:45 +05:30
Kovid Goyal
5ff7bfe564 ... 2015-02-20 15:00:47 +05:30
Kovid Goyal
d81046013e Linux installer: Do not register application/octet-stream as one of the mimetypes calibre can handle 2015-02-20 11:57:47 +05:30
Kovid Goyal
3cf2112775 version 2.20.0 v2.20.0 2015-02-20 09:04:13 +05:30
Kovid Goyal
5cf3184fa1 TODO for DOCX Output to help me keep track 2015-02-20 09:03:59 +05:30
Kovid Goyal
6150a664c2 Add some documentation for css_selectors
Also allow the Select class to work with other tree implementations
2015-02-20 09:03:02 +05:30
Kovid Goyal
77726d774a Implement :lang() selector 2015-02-20 08:12:27 +05:30
Kovid Goyal
a57019a444 Unused import 2015-02-19 21:53:31 +05:30
Kovid Goyal
1e33241401 ... 2015-02-19 21:40:46 +05:30
Kovid Goyal
730ab1098e Implement attribute selectors 2015-02-19 21:36:18 +05:30
Kovid Goyal
f4dc77b839 Import the basic tests from cssselect 2015-02-19 19:17:31 +05:30
Kovid Goyal
e007dcedb9 Start work on replacement for the unmaintained cssselect library 2015-02-19 18:27:37 +05:30
Kovid Goyal
e8c75dbf7c Expand on the FAQ entry about Amazon's nefariousness 2015-02-19 17:19:28 +05:30
David Forrester
a913456e69 Bump Kobo firmware version for release of 3.13.1
Kobo have snuck out a firmware release for Japan. This is 3.13.1. It had
been released for beta testing and the only change needed is for the
supported firmware and DBVersions. Fixes #1423495 [Bump Kobo firmware version for release of 3.13.1](https://bugs.launchpad.net/calibre/+bug/1423495)
2015-02-19 15:56:32 +05:30
Kovid Goyal
1779671e47 E-book viewer: Fix footnote popup window not displaying entire footnote if footnote contains element with page-break-after set 2015-02-19 12:43:40 +05:30
Kovid Goyal
7a4c3be138 ... 2015-02-19 12:38:05 +05:30
Kovid Goyal
7a3011ea80 ODT Input: Add backlinks for footnotes/endnotes and improve their formatting. Fixes #1421056 [Enhancement: return links for footnotes when converting from odt](https://bugs.launchpad.net/calibre/+bug/1421056) 2015-02-19 12:14:24 +05:30
Kovid Goyal
2cc26bb124 DOCX Input: Fix regression in 2.19 that broke handling of text with leading or trailing non-breaking spaces/en-spaces/quad-spaces. Fixes #1422844 [disappearing spaces](https://bugs.launchpad.net/calibre/+bug/1422844) 2015-02-19 10:40:58 +05:30
Kovid Goyal
bd5ba883a1 Fix a regression that caused incorrect results when searching on numeric or date fields with relational operators. Fixes #1423390 [Numeric search not working for rating](https://bugs.launchpad.net/calibre/+bug/1423390)
Due to python dictionary randomization, which caused the operators to be
tried in random order
2015-02-19 09:24:20 +05:30
Kovid Goyal
9dee96270b Start linux implementation of Open with 2015-02-18 22:10:12 +05:30
Kovid Goyal
eed947ae57 Use envvar to enable DOCX Output 2015-02-18 21:24:24 +05:30
Kovid Goyal
e962bd3e24 Windows: When running on windows 8 and newer register with default programs so that users can more easily select calibre or its viewer/editor as the default program to launch ebook files. See #1422248 (calibre does not show up in win 8.1 default programs) 2015-02-18 19:10:38 +05:30
Kovid Goyal
e07fc77a52 Edit Book: Reports tool: Fix double clicking on an unused image causing an error 2015-02-18 13:18:26 +05:30
Kovid Goyal
0e2de4306c Entry point to easily run the default programs code using calibre-debug 2015-02-18 11:10:56 +05:30
Kovid Goyal
f63fd2d005 ... 2015-02-18 10:37:48 +05:30
Kovid Goyal
024f25855a ... 2015-02-18 10:04:40 +05:30
Kovid Goyal
986abdf017 Function to unregister with default programs
Also threaded worker for registering
2015-02-18 09:57:17 +05:30
Kovid Goyal
6685946fdb Also ignore non-existent sub-keys when deleting trees 2015-02-18 09:56:26 +05:30
Kovid Goyal
402b93394d When deleting registry values do not raise an exception if the value does not exist 2015-02-18 09:47:12 +05:30