Commit Graph

32663 Commits

Author SHA1 Message Date
Kovid Goyal b45a6366cb Use a link tag instead of a button tag for buttons
There are various rendering artifacts when trying to override the
rendering of buttons on different browsers
2016-06-11 10:59:51 +05:30
Kovid Goyal 72a9cafdb5 E-book viewer: Remove workaround for bug in old versions of WebKit that could cause incorrect rendering of chapter titles in some rare circumstances. 2016-06-11 09:59:48 +05:30
Kovid Goyal 7d4676232b Remove unused attributes 2016-06-11 08:33:16 +05:30
Kovid Goyal 48ba6080ea Implement searching the TOC view 2016-06-11 08:06:03 +05:30
Kovid Goyal 53649d9cf3 ... 2016-06-11 08:00:03 +05:30
Kovid Goyal de1aeb1e7f ... 2016-06-11 07:35:22 +05:30
Kovid Goyal bc2f455b51 ... 2016-06-11 06:48:54 +05:30
Kovid Goyal 534e378abb ... 2016-06-10 16:22:46 +05:30
Kovid Goyal 7760f53a70 Header for TOC view 2016-06-10 11:34:56 +05:30
Kovid Goyal 18754ac18f Start work on ToC view 2016-06-10 09:41:22 +05:30
Kovid Goyal c295219a28 A simple TreeView widget 2016-06-10 09:41:17 +05:30
Kovid Goyal e7fe3f771f Get Books: Update Smashwords plugin for website changes. Fixes #1590653 [can't find book from "Smashwords"](https://bugs.launchpad.net/calibre/+bug/1590653) 2016-06-09 12:42:42 +05:30
Kovid Goyal f193a3aac3 ... 2016-06-08 12:39:37 +05:30
Kovid Goyal c7439742e3 Implement reloading of book from server 2016-06-08 10:10:25 +05:30
Kovid Goyal f7a7150f28 ... 2016-06-08 09:29:05 +05:30
Kovid Goyal 34f94e2033 Implement deleting of book from local storage 2016-06-08 09:20:19 +05:30
Kovid Goyal 6018ad88e5 Another common series-in-title pattern 2016-06-07 18:25:03 +05:30
Kovid Goyal 2f9f3503e3 Losslessly optimize images automatically when creating a custom icon theme 2016-06-07 10:21:34 +05:30
Kovid Goyal 150d6762f7 Amazon metadata download: Recognize common patterns of embedding the series name after the title and remove it automatically 2016-06-06 18:19:04 +05:30
Kovid Goyal f915daed36 Fix #509 (Fix for composite column sorting problem …) 2016-06-06 16:24:20 +05:30
Kovid Goyal 09242c8f7a ... 2016-06-06 16:14:42 +05:30
Kovid Goyal d5099a01f6 ... 2016-06-06 16:13:49 +05:30
Kovid Goyal 7a53b7dd61 Make code to detect thousands separator a little more robust 2016-06-06 16:11:21 +05:30
Kovid Goyal 7f6ade6be0 Function to get number formatting characters on windows 2016-06-06 16:04:28 +05:30
Kovid Goyal f06ce03121 Treat YYYY-MM-DD dates as unambiguous even when using / or . as separators 2016-06-06 10:00:31 +05:30
Kovid Goyal 330b2ccf17 Wire up the home, back and forward buttons 2016-06-06 08:02:39 +05:30
Kovid Goyal 58bf3a875e Update Technology Review (DE) 2016-06-05 19:01:48 +05:30
Kovid Goyal 6c8a8142bd Apply an easily identifiable pattern for bad catalog entries 2016-06-05 12:41:42 +05:30
Kovid Goyal c8374fd05b Normalize downloaded series name case 2016-06-05 12:18:00 +05:30
Kovid Goyal cbfb38ffae Amazon metadata download: Get series information from the amazon.com page, when available 2016-06-05 11:46:17 +05:30
Kovid Goyal 84c97d3cfa Ignore results that have ':free sampler' in their titles 2016-06-05 11:23:53 +05:30
Kovid Goyal 19c8784ad9 Use a single user agent string for amazon
Amazon returns CAPTCHA pages based on user agent sniffing, so use a
common user agent (IE II)
2016-06-05 11:20:44 +05:30
Kovid Goyal 68cc6ae288 Another variant of Amazon cover markup
Seems to be user agent dependent
2016-06-05 10:13:34 +05:30
Kovid Goyal 1c1aba239b Change the update notification download link to use https 2016-06-05 08:25:58 +05:30
Kovid Goyal dba833795f Bulk conversion dialog: Fix page margin settings being ignored when converting to DOCX 2016-06-04 16:26:33 +05:30
Kovid Goyal 0d810cc05d ... 2016-06-04 15:05:02 +05:30
Kovid Goyal c5f95e08b7 ... 2016-06-04 13:40:57 +05:30
Kovid Goyal 99cff6a41b Get rid of compiler warning 2016-06-04 12:50:58 +05:30
Kovid Goyal f7be73f523 Make the default shortcut for remove books Backspace on OS X since many mac keyboards have no delete key and the backspace key is labelled as delete 2016-06-04 12:29:44 +05:30
Kovid Goyal fb97ed4ee4 Dont use dateutil to parse dates known to be in the ISO 8601 format
dateutils parse() method is unstable, with behavior changes in minor
releases that break parsing of ISO 8601 dates
2016-06-04 11:15:59 +05:30
Kovid Goyal 1cfe7a6f3c Match parse_date() behavior for false date_strings 2016-06-04 11:09:27 +05:30
Kovid Goyal ae632d23cc Faster ISO 8601 parser 2016-06-04 11:00:46 +05:30
Kovid Goyal a96d7ac336 ... 2016-06-04 10:38:14 +05:30
Kovid Goyal 5b84dcb722 Edit Book: Fix a bug in the new text search facility that could cause searches to fail when searching from the current cursor position instead of the top of the file. Fixes #1588778 [Search with tags](https://bugs.launchpad.net/calibre/+bug/1588778) 2016-06-04 09:05:41 +05:30
Kovid Goyal 6f5cd87990 A module to parse ISO 8601 format dates
Based on pyiso8601, with modifications
2016-06-03 21:53:10 +05:30
Kovid Goyal c12196bd43 Dont unnecessarily duplicate code 2016-06-03 21:22:38 +05:30
Kovid Goyal a7ffb4de1b Treat YYYY-X-X as unambiguous as well 2016-06-03 21:05:09 +05:30
Kovid Goyal 8bbd389d0f Nicer error messages for unknown compression type 2016-06-03 20:53:06 +05:30
Kovid Goyal 67060de830 ... 2016-06-03 20:31:56 +05:30
Kovid Goyal b5cae785db Workaround for bug in dateutil 2.5.3 that causes parsing of ISO 8601 dates to break on systems where the date locale specifies that days come before months
See https://github.com/dateutil/dateutil/issues/268
2016-06-03 20:27:59 +05:30