Kovid Goyal
9e9ea5178f
Implement fixing html to create well formed markup
2013-11-25 14:22:47 +05:30
Kovid Goyal
01f313af1f
Fix bug in cloneNode in lxml builder for html5lib parsing
2013-11-25 14:01:49 +05:30
Kovid Goyal
3ab2f07a7d
Fix plugins that use the polish infrastructure causing circular imports when start tweak book
2013-11-25 12:49:10 +05:30
Kovid Goyal
3d55cac971
...
2013-11-25 12:38:48 +05:30
Kovid Goyal
94bfe038da
Avoid unnecessary traceback when loading plugins that dont have translations for the current UI language
2013-11-25 12:01:55 +05:30
Kovid Goyal
dd7e53dece
Fix infinite recursion for unknown translations
2013-11-25 12:00:18 +05:30
Kovid Goyal
04ead04e8a
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-11-24 15:36:00 +05:30
Charles Haley
f97ae35cc5
Make the smart device cache return instances of USBMS.Book instead of Book.Metadata.
2013-11-24 09:33:18 +01:00
Kovid Goyal
984c29c1e2
Get rid of the workaround for mtpz debug message by compiling libmtp with --disable-mtpz
2013-11-24 09:44:37 +05:30
Kovid Goyal
89a2900f1b
Duplicates dialog, remember window size. Fixes #1254332 [[Enhancement] enlarge the window reporting duplicates after importing new books.]( https://bugs.launchpad.net/calibre/+bug/1254332 )
2013-11-24 08:36:05 +05:30
Kovid Goyal
88ffba470a
Fix QuickView windows not staying on top on some linux systems
...
Fixes #1253922 [quickview should be pinned on top of main GUI](https://bugs.launchpad.net/calibre/+bug/1253922 )
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-11-23 14:50:21 +05:30
Charles Haley
d9dd5fbe59
Fix for bug #1253922 -- Quickview window is not staying on top of its parent in some *nix systems.
2013-11-23 10:11:56 +01:00
Kovid Goyal
b8bb775a1b
Close search panel when Esc is pressed
2013-11-23 11:15:44 +05:30
Kovid Goyal
bfba63b246
Pre-fill search box with selected text when starting a search
2013-11-23 11:14:02 +05:30
Kovid Goyal
d893799106
More robust editor -> preview position syncing
2013-11-23 10:55:33 +05:30
Kovid Goyal
48a68378ba
Implement merging of stylesheets
2013-11-23 10:29:49 +05:30
Kovid Goyal
099632502f
Merging of HTML files
2013-11-23 09:39:06 +05:30
Kovid Goyal
5326452976
Ensure that the iso639 translations are used preferentially to translate language names
2013-11-23 08:55:17 +05:30
Kovid Goyal
20ee0462f3
Fixes for various Get Book Polish stores
...
Merge branch 'master' of https://github.com/t3d/calibre
2013-11-23 08:43:20 +05:30
Kovid Goyal
259596c473
Metadata download dialog: Fix current cover not copyable to clipboard
2013-11-23 08:31:26 +05:30
Kovid Goyal
34cbd4e099
Fix #1254161 [No polish on book's language list]( https://bugs.launchpad.net/calibre/+bug/1254161 )
2013-11-23 08:23:03 +05:30
Tomasz Długosz
73bf711895
do not list not avaliable items from ebookpoint
2013-11-22 19:54:44 +01:00
Tomasz Długosz
98edef50ae
fix cover fetching from empik
2013-11-22 19:50:48 +01:00
Tomasz Długosz
b02dab5173
fix format detection in virtualo
2013-11-22 19:48:08 +01:00
Kovid Goyal
d25a6e3c35
Use both name and mime type to decide file syntax
2013-11-22 20:39:08 +05:30
Kovid Goyal
b02c37bf8c
Recognize fonts by file extension even if they have incorrect mime types in the OPF
2013-11-22 17:23:00 +05:30
Kovid Goyal
a469a6209f
Remove No Names, No Jackets as it is discontinued
2013-11-22 14:31:13 +05:30
Kovid Goyal
ff1525f921
UI for merging files, implementation to follow
2013-11-22 12:31:34 +05:30
Kovid Goyal
eb3d660fb9
Basic context menu for the files browser
2013-11-22 10:01:12 +05:30
Kovid Goyal
7843714995
Update UI when renaming files
v1.12.0
2013-11-22 09:36:25 +05:30
Kovid Goyal
3e99a59056
version 1.12
2013-11-22 08:50:51 +05:30
Kovid Goyal
4d60715c8a
Report undecodeable font paths
2013-11-22 08:50:23 +05:30
Kovid Goyal
148c9fb57a
Nicer version number in update notification
2013-11-22 08:47:09 +05:30
Kovid Goyal
78e198a415
...
2013-11-22 08:13:06 +05:30
Kovid Goyal
a727e179b7
Add SONY T3 to welcome wizard
2013-11-21 22:11:07 +05:30
Kovid Goyal
b0acd1bd19
Titlecase: Fix incorrect title casing for some non-English words. Fixes #1253692 [Change Case captalizes letter after accented character]( https://bugs.launchpad.net/calibre/+bug/1253692 )
2013-11-21 22:01:34 +05:30
Kovid Goyal
2de03bb4b4
Dont use dynamic CS in Tweak Book
2013-11-21 20:54:19 +05:30
Kovid Goyal
3d47218b46
pep8
2013-11-21 19:02:00 +05:30
Kovid Goyal
6634b010f8
Use unicode instead of str when typecasting
2013-11-21 19:01:16 +05:30
David Forrester
72e7d29690
Handle rating and numeric columns for Kobo shelves
...
Kobo driver: Fix errors when using rating or numerical custom columns to
create shelves. Fixes #1253637 [Kobo driver has error when rating column used for shelves](https://bugs.launchpad.net/calibre/+bug/1253637 )
Convert the category to string in case a numeric column is used. For a
rating column, divide the value by two.
2013-11-21 18:57:09 +05:30
Kovid Goyal
58bed7e3de
Test for file splitting
2013-11-21 18:17:49 +05:30
Kovid Goyal
aadbcf2299
...
2013-11-21 17:34:57 +05:30
Kovid Goyal
b90ca7c36e
Splitting implemented
2013-11-21 17:31:14 +05:30
Kovid Goyal
a52407b67a
Refactor tree splitting code to make it re-useable
2013-11-21 11:42:34 +05:30
Kovid Goyal
2b1053c05d
Prevent splitting inside tables
2013-11-21 09:15:41 +05:30
Kovid Goyal
b73de11b3b
Refactor out loc to node into a separate function
2013-11-21 09:06:36 +05:30
Kovid Goyal
46988f0f9a
E-book viewer: Allow searching for whole words to work with hyphenation
...
E-book viewer: Allow searching to work with hyphenation enabled,
provided you are searching for whole words. Searching for partial words
may still not work. For robust searching, turn off hyphenation in the
viewer preferences.
2013-11-20 22:20:49 +05:30
Kovid Goyal
cccd4770dc
Update Hyphenator library to 4.2.0
2013-11-20 21:46:47 +05:30
Kovid Goyal
7bb3248662
Syntax highlight non breaking hyphens as well as non breaking spaces
2013-11-20 20:26:20 +05:30
Kovid Goyal
89abde94b5
Quick view: Show the title/author/series columns in the same order as in the main book list. Fixes #1253022 [[Enhancement] Quickview column order]( https://bugs.launchpad.net/calibre/+bug/1253022 )
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-11-20 17:05:24 +05:30