Commit Graph

21095 Commits

Author SHA1 Message Date
Kovid Goyal a30db00a8e HTML 5 parser: drop xmlns:xml declarations on <html> and <body> 2013-12-11 09:56:11 +05:30
Kovid Goyal 31a02ba0f6 Refresh tweak settings before launching TB since they could have been changed out of process 2013-12-11 09:42:25 +05:30
Kovid Goyal ea3d7bf6fc File list: Indicate the item being edited currently 2013-12-11 09:17:15 +05:30
Kovid Goyal 8e93d4e45f Increase contrast a bit in wombat 2013-12-11 08:43:52 +05:30
Kovid Goyal 83bae66fde Do not omit last semi-colon when serializing css 2013-12-10 22:47:02 +05:30
Kovid Goyal faf9fc0e1b DRY 2013-12-10 22:30:55 +05:30
Kovid Goyal ed50bc7ed5 Error checking for CSS (stylesheets and inside <style> tags 2013-12-10 22:20:57 +05:30
Kovid Goyal 6897a97342 ... 2013-12-10 22:18:45 +05:30
Kovid Goyal d28c4b5358 Handle case when col number moves cursor more than one line past the originating line 2013-12-10 21:59:43 +05:30
Kovid Goyal f383456f52 Prettier css serialization 2013-12-10 18:01:25 +05:30
Kovid Goyal 289ef5f0b9 Rename Tweak Book to Edit Book 2013-12-10 17:21:51 +05:30
Kovid Goyal 2b6529336b Ignore urls inside comments when checking links in stylesheets 2013-12-10 14:26:17 +05:30
Kovid Goyal e0cd21ee50 One click remove of calibre_bookmarks.txt 2013-12-10 11:56:29 +05:30
Kovid Goyal 33086f2061 Special case entities when checking for XML well-formedness 2013-12-10 11:31:14 +05:30
Kovid Goyal 66d462d28c Special help message for calibre_bookmarks.txt 2013-12-10 11:11:57 +05:30
Kovid Goyal 93ba080098 Fix changed shortcuts not being applied till tweak book is restarted 2013-12-10 11:07:05 +05:30
Kovid Goyal 4087a7004f Fix usage of entitiy definitions from html5lib 2013-12-10 10:27:33 +05:30
Kovid Goyal aba91c645b Busy cursor during preparation stage of sending books to device 2013-12-10 09:07:09 +05:30
Kovid Goyal 97ce7bf539 Organize global bar 2013-12-09 22:32:58 +05:30
Kovid Goyal 811a0e4866 Merge branch 'filter_tags_tageditor' of https://github.com/tamasmajor/calibre
Edit metadata dialog: In the tag editor, allow easy filtering of the
lists of available and applied tags.
2013-12-09 22:07:05 +05:30
Kovid Goyal 2c97eb3d43 pep8 2013-12-09 21:31:41 +05:30
Kovid Goyal ac0969ae17 Merge branch 'add_sanitize_callback' of https://github.com/comutt/calibre 2013-12-09 21:30:15 +05:30
Kovid Goyal 3926d5a276 Add donate button to tweak book 2013-12-09 21:20:34 +05:30
Kovid Goyal 30d522527b ... 2013-12-09 19:03:46 +05:30
Kovid Goyal 5ce78c8fa3 Add checks for unreferenced and unmanifested files 2013-12-09 19:01:30 +05:30
Kovid Goyal 4ff164f9ca Prevent the inspector dock from being floated as QWebInspector does not work in a floating dock 2013-12-09 18:01:32 +05:30
Kovid Goyal 7bd0431ea5 ... 2013-12-09 16:01:21 +05:30
Kovid Goyal b44426f170 Check all links in the book 2013-12-09 15:54:21 +05:30
Kovid Goyal 3b7c0e9ac6 Handle check items being activated that are not editable 2013-12-09 15:35:06 +05:30
Kovid Goyal 79b13973a1 Auto-fixing of individual errors 2013-12-09 14:00:40 +05:30
Kovid Goyal 8df0f92750 ... 2013-12-09 13:42:59 +05:30
Kovid Goyal 158a168b1d Checks for raster images 2013-12-09 13:38:29 +05:30
Kovid Goyal 089a76662f Automatic fixing of errors 2013-12-09 12:51:03 +05:30
Kovid Goyal bbdadc6ab1 Use a splitter for the check book window 2013-12-09 11:41:02 +05:30
Kovid Goyal 56105d474b Nicer painting of error list 2013-12-09 11:29:22 +05:30
Kovid Goyal 15b2a95919 Shortcuts to move through the error list and open error in editor on Enter 2013-12-09 10:44:46 +05:30
Kovid Goyal 2136fca624 ... 2013-12-09 10:32:50 +05:30
Kovid Goyal d6afe28648 ... 2013-12-09 10:26:38 +05:30
Kovid Goyal c69316ecb5 Start work on the check book tool 2013-12-09 10:23:59 +05:30
KOMATSU Seiji 54bfaede28 Added callback method: sanitize_callback
This callback enables change sanitize behavior.
Filename sanitization when sending to the device is not necessary for some devices.
Official plugin should never override this callback this callback to pass the
sanitization, but this is useful to override by the private driver plugin.
2013-12-09 08:40:58 +09:00
Kovid Goyal ccd2fc524c Workaround Qt replacing nbsp with normal scape on copy 2013-12-08 23:00:43 +05:30
Kovid Goyal 4f5469e42d Fix non breaking spaces being stripped out during save 2013-12-08 21:37:43 +05:30
Tamas Major a2f1318576 Use unicode() instead of str() when filtering the tags 2013-12-08 10:51:08 +01:00
Kovid Goyal 928af8e9ca Remove & from dock window titles as they are not always converted to underscores for some reason 2013-12-08 11:31:33 +05:30
Kovid Goyal 9fee9ec41f ... 2013-12-08 09:08:58 +05:30
Tamas Major 98c4e00156 Tag Editor - Only convert the filter text once 2013-12-07 19:44:06 +01:00
Tamas Major 2ef9ea3566 Add filtering for the Tag Editor 2013-12-07 19:20:36 +01:00
Kovid Goyal b8c52790bc Implement clicking on links in the preview panel
Clicking links in the preview panel now opens the linked to document in
an editor at the location pointed to by the link
2013-12-07 13:41:27 +05:30
Kovid Goyal 4491fad3d7 Change parameter to trim() in comic processing, since the trim function was changed 2013-12-07 12:39:19 +05:30
Kovid Goyal b12cd7ab03 EPUB Output: Remove name attribute from <a> tags to keep the asinine epubcheck happy 2013-12-07 10:11:03 +05:30