27205 Commits

Author SHA1 Message Date
Kovid Goyal
ce99832337 Context menu actions to go to next/previous change 2014-01-25 16:52:28 +05:30
Kovid Goyal
183048d01a Add a right click context menu action to copy selected text 2014-01-25 13:30:32 +05:30
Kovid Goyal
e61ee4b510 Resize images in diff view when the view is resized 2014-01-25 11:13:58 +05:30
Kovid Goyal
89f4653068 Get rid of the unnecessary tracking of changes in the split view 2014-01-25 10:01:42 +05:30
Kovid Goyal
a9b3adbad3 Edit Book: Fix extra 1x1 unused GIF image being created when saving and re-opening AZW3 files. Fixes #1272410 [Editing AZW3 book adds 1x1 pixel gray gif each time](https://bugs.launchpad.net/calibre/+bug/1272410) 2014-01-25 09:52:36 +05:30
Kovid Goyal
a36aa7dab9 Edit Book: Show the filename of the currently edited file in the title bar. Fixes #1272543 [Enhancement : Book Editor - show file path](https://bugs.launchpad.net/calibre/+bug/1272543) 2014-01-25 09:16:21 +05:30
Kovid Goyal
edf222bcf0 Start work on displaying non-text files in the diff view
Binary files are shown as a single line with the file size. Images are
displayed inline. Currently, resizing images based on the view size
needs to be handled.
2014-01-24 22:10:43 +05:30
Kovid Goyal
867ede3703 Rename "Sort by popularity" to "Sort by number of books" 2014-01-24 14:20:25 +05:30
Kovid Goyal
715cfb23d2 Fix editing of narrow yes/no columns in the book list not very convenient
Fixes #1272089 [Making True/False columns narrow displaces the drop down list](https://bugs.launchpad.net/calibre/+bug/1272089)
2014-01-24 12:05:29 +05:30
Kovid Goyal
706ecd5fe9 version 1.21 v1.21.0 2014-01-24 10:26:21 +05:30
Kovid Goyal
82cce0b3d5 Various Turkish news sources by asalet_r 2014-01-24 10:22:29 +05:30
Kovid Goyal
e4fe4d9847 Update the code layout docs for code added in the 1.x series 2014-01-24 09:18:21 +05:30
Kovid Goyal
28d1938106 Add USB ids for newer Trekstor Pyrus firmware 2014-01-23 20:06:02 +05:30
Kovid Goyal
a8eeccc648 ... 2014-01-23 20:05:39 +05:30
Kovid Goyal
368badcb85 Debounce resize events 2014-01-23 16:22:53 +05:30
Kovid Goyal
acb1742432 Implement scrolling 2014-01-23 15:45:35 +05:30
Kovid Goyal
8b35b6aa34 ... 2014-01-23 09:52:01 +05:30
Kovid Goyal
3bd33ab00a Metadata download: Fix downloading of metadata from edelweiss not working because of website changes 2014-01-23 09:44:51 +05:30
Kovid Goyal
3681ed7827 Change link to page with instructions on getting ISBNDB keys 2014-01-23 08:22:29 +05:30
Kovid Goyal
7ca1286575 Start work on diff view scrolling, also allow left and right panes to have different numbers of lines 2014-01-22 18:11:08 +05:30
Kovid Goyal
945f1be853 Ebook viewer: Do not override the background color specified in the book if the user has not set a background color in the viewer preferences 2014-01-22 17:28:03 +05:30
Kovid Goyal
ccc5b092be Update Indian Express 2014-01-22 14:59:27 +05:30
Kovid Goyal
56848d80f4 Edit book: Add a tool to split HTML files at multiple locations automatically.
To use it, right click in the file and choose "Split at multiple
locations".  Useful if you want to split at all heading tags or all tags
having a certain class and so on.
2014-01-22 12:08:34 +05:30
Kovid Goyal
83c5359df1 ... 2014-01-21 22:12:50 +05:30
Kovid Goyal
3edec38469 Edit book: Handle EPUB files that erroneously list the OPF itself in the OPF manifest with an incorrect mime type 2014-01-21 19:24:27 +05:30
Kovid Goyal
7a307a2e24 Edit book: Add a new tool to automatically remove all unused CSS rules.
Useful for books created from templates that can have large numbers of CSS rules that dont match any actual content. Available via Tools->Remove unused CSS.

Book polishing: Add an option to automatically remove all unused CSS
rules, works the same as the tool for Edit book, above.
2014-01-21 18:52:47 +05:30
Kovid Goyal
d29c209316 Add a donate link to the readme 2014-01-21 14:15:52 +05:30
Kovid Goyal
9a10d8e26d Draw lines in same order on splitter handle as in views 2014-01-21 11:28:07 +05:30
Kovid Goyal
5829676663 Connect change regions across the divider 2014-01-21 10:33:02 +05:30
Kovid Goyal
31a94acf5b Explicitly disable plugins when rendering HTML for covers. According to the Qt docs they should be disabled by default, but https://bugs.launchpad.net/bugs/1270297 implies they are not. 2014-01-20 22:48:42 +05:30
Kovid Goyal
83ac6bd846 ... 2014-01-20 22:39:07 +05:30
Kovid Goyal
0b1accee3f Add support for showing multiple diffs 2014-01-20 18:43:53 +05:30
Kovid Goyal
20295489cd Refactor to support multiple diffs in the same view 2014-01-20 17:08:03 +05:30
Kovid Goyal
2eccbae35f Improve appearance by painting border lines for change blocks last and indicating context boundaries in the line number column as well 2014-01-20 12:45:31 +05:30
Kovid Goyal
57c0b9c737 Break up large replace blocks where possible and implement intra-line highlighting 2014-01-20 12:06:32 +05:30
Kovid Goyal
faa969859b Add some help to the new file dialog on how to create files in specific folders 2014-01-20 08:45:51 +05:30
Kovid Goyal
5a02780254 Ensure that neighboring changes of the same kind are merged 2014-01-19 20:31:09 +05:30
Kovid Goyal
9e68f3a488 Fix #1270533 [Rename Orizon plugin to Cybook Orizon](https://bugs.launchpad.net/calibre/+bug/1270533) 2014-01-19 20:26:35 +05:30
Kovid Goyal
be77588efa ... 2014-01-19 18:25:45 +05:30
Kovid Goyal
6fc515a66a Update Daily Express 2014-01-19 18:22:48 +05:30
Kovid Goyal
fce5bebc16 Fix #1270552 [Spelling mistake](https://bugs.launchpad.net/calibre/+bug/1270552) 2014-01-19 17:58:45 +05:30
Kovid Goyal
e4aa6754ec Mark boundaries between context groups 2014-01-19 15:47:33 +05:30
Kovid Goyal
45abaf8ce4 Implement drawing colored backgrounds for change blocks 2014-01-19 15:37:58 +05:30
Kovid Goyal
78dab06e96 ... 2014-01-19 08:57:58 +05:30
Kovid Goyal
4c9c7aad6f Update Business Week Magazine 2014-01-19 08:23:15 +05:30
Kovid Goyal
766fb9c400 Update New York Review of Books 2014-01-18 22:09:09 +05:30
Kovid Goyal
69f1382768 Add line numbers to the diff view 2014-01-18 18:12:56 +05:30
Kovid Goyal
a7695626bf Fix first line being lost in diff view 2014-01-18 18:09:59 +05:30
Kovid Goyal
76861d9144 Syntax highlighting for the diff view 2014-01-18 17:11:38 +05:30
Kovid Goyal
fff1a25981 ... 2014-01-18 17:09:30 +05:30