1794 Commits

Author SHA1 Message Date
Kovid Goyal
c390b2e0ec Increase default max cover size tweak 2013-09-09 21:03:47 +05:30
Kovid Goyal
a401b2ab7d Add a trim cover option ot the bulk metadata edit dialog
Merge branch 'Bulk-trim-covers' of git://github.com/sengian/calibre
2013-08-12 13:56:28 +05:30
sengian
1d0a181f5e Fixed tweak text for % not available 2013-08-12 07:26:51 +02:00
sengian
6c2ca8975d Added the fuzz tweak variable 2013-08-11 22:43:17 +02:00
Kovid Goyal
3d7b8b939e Start work on cover grid 2013-08-05 13:43:05 +05:30
Kovid Goyal
0c5959f298 PDF Output: Fix anchors sometimes located incorrectly
PDF Output: Workaround bug in WebKit's getBoundingClientRect() method
that could cause links to occasionally point to incorrect locations.
Fixes #1202390 [Private bug](https://bugs.launchpad.net/calibre/+bug/1202390)
2013-07-18 10:03:30 +05:30
Kovid Goyal
f75458224b E-book viewer: Fix page position incorrect after startup bookmark
E-book viewer: Fix a bug that could cause the reported position to be
incorrect immediately after opening a previously opened book.

This also fixes the Back button not working if a link is clicked on the
page immediately after opening the book.
2013-07-17 22:11:44 +05:30
Kovid Goyal
03041f925e Tweak to restrict list of output formats
Add a tweak to restrict the list of output formats available in the
conversion dialog. Go to Preferences->Tweaks to change it.
2013-07-09 17:33:28 +05:30
Kovid Goyal
9952abad4a Polish: Add option to embed referenced fonts
Book polishing: Add option to embed all referenced fonts when polishing
books using the "Polish Books" tool. Fixes #1196038 [[enhancement] embed font without conversion](https://bugs.launchpad.net/calibre/+bug/1196038)
2013-07-01 15:08:54 +05:30
Kovid Goyal
9a0d88dffa Updated coffeescript 2013-05-31 10:01:48 +05:30
Kovid Goyal
384e2048f9 Replace book counts
Replace the book counts in the choose library button and next to the
virtual library button with the names of the current library and virtual
library. The count information is now displayed in the status bar at
the bottom.
2013-05-29 22:14:56 +05:30
Kovid Goyal
978be5e9ec Redo .bat as text
I found a much better way to use bzr qdiff, via git difftool
2013-05-29 21:19:18 +05:30
Kovid Goyal
35db7f8404 mark .bat files as binary 2013-05-29 17:12:48 +05:30
Kovid Goyal
c0f549625a Replace CRLF line endings 2013-05-28 11:42:53 +05:30
Kovid Goyal
9d748f7e91 ... 2013-05-11 08:15:49 +05:30
Kovid Goyal
2d7e19d36d ... 2013-05-09 08:43:27 +05:30
Kovid Goyal
29f9e455a7 Add a tweak to turn off the highlighting of the book count when using a virtual library 2013-05-05 09:13:20 +05:30
Kovid Goyal
f106a22374 Remove incorrect sRGB profiles 2013-04-24 12:13:40 +05:30
Kovid Goyal
951ebafe4c RTF Input: Add partial support for hyperlinks to web resources. Fixes #1167562 (Links are wrong after RTF conversion) 2013-04-12 21:25:47 +05:30
Kovid Goyal
12b5fbf81f XSL cleanups 2013-04-05 08:28:54 +05:30
Kovid Goyal
1663619cef ... 2013-04-01 21:04:52 +05:30
Kovid Goyal
a688a8018c PDF Output: Allow use of _SECTION_ in header/footer templates 2013-04-01 15:16:50 +05:30
Kovid Goyal
6201e2a19b PDF Output: Allow using templates to create arbitrary headers and footers. Look under PDF Output in the conversion dialog for this feature. 2013-04-01 13:34:32 +05:30
Kovid Goyal
732a57c560 Add a user interface action for the ToC editor 2013-03-14 13:35:25 +05:30
Kovid Goyal
086ede3705 Reduce negative check value for when to not use bounding rect with anchors. 2013-03-13 12:07:45 +05:30
Kovid Goyal
751a6abd04 ToC Editor: Location browsing implemented 2013-03-06 23:39:08 +05:30
Kovid Goyal
ff33a74a44 Content server: When browsing random books, add a button to the book page to get another random book. Fixes #1134958 (Request: Add random button to random results) 2013-02-28 10:17:15 +05:30
Kovid Goyal
712d846090 Add a tweak to control many_libraries 2013-02-27 19:18:32 +05:30
Kovid Goyal
6776554115 Only use scrollLeft if the bounding rect is obviously wrong, as scrollLeft is inaccurate in some cases. 2013-02-27 13:39:31 +05:30
Kovid Goyal
40daeaa9b4 E-book viewer: Fix clicking links going to slightly incorrect locations in some books. Fixes #1132641 (Private bug) 2013-02-27 13:22:10 +05:30
Kovid Goyal
2a419b2a2f E-book viewer: Fix rendering of pages for right-to-left text in paged mode is reversed. Fixes #1132626 (Ebook Viewer - Reversed paging in 'page mode' for RTL epubs) 2013-02-25 17:47:26 +05:30
Kovid Goyal
b76b53bea0 Turn off numeric colaltion by default 2013-02-23 22:15:20 +05:30
Kovid Goyal
2f9d3e1c9f When sorting the book list on text fields like title, recognize numbers inside the text and sort them as number. So the text 'Book 2' will sort before 'Book 100'. If you prefer the old behavior, you can restore it via Preferences->Tweaks. Fixes #1132025 (Incorrect sort when title contains numbers) 2013-02-23 14:36:13 +05:30
Kovid Goyal
4215b41a05 Content server: Allow clicking on the book cover to download it. Useful on small screen devices where clicking the Get button may be difficult 2013-02-21 17:36:02 +05:30
Kovid Goyal
68007f2c7f Add a separate setting for saving backups of files when polishing. That way you can have calibre save backups while converting EPUB->EPUB and not while polishing, if you so desire. 2013-02-15 16:53:19 +05:30
Kovid Goyal
38ddf4d2c7 ... 2013-02-15 11:30:13 +05:30
Kovid Goyal
d3c700d5a0 Start work on GUI for ebook polishing 2013-02-05 09:39:55 +05:30
Kovid Goyal
bf96abd838 ebook-polish: Collect font usage stats 2013-02-03 16:45:07 +05:30
Kovid Goyal
f9a5cab366 PDF Output: Add an option to add page numbers to the bottom of every page in the generated PDF file 2013-01-29 13:01:59 +05:30
Charles Haley
31f7b12b02 Finish column icon stuff 2013-01-28 10:08:03 +01:00
Kovid Goyal
792d4284b3 Fix #1099157 (Typo in Quick Start Guide) 2013-01-13 23:38:04 +05:30
Kovid Goyal
e7ce67d3b2 IGN:Tag release 2013-01-11 11:34:03 +05:30
Kovid Goyal
cfd76b43e8 Start work on links/outlines in the new engine 2012-12-27 09:39:24 +05:30
Kovid Goyal
a0adbf150b ... 2012-12-21 21:53:29 +05:30
Kovid Goyal
619c06c2b6 IGN:Tag release 2012-12-14 09:45:29 +05:30
GRiker
721e324aad Another ipad.png revision. 2012-12-06 08:28:09 -07:00
GRiker
b9641dd876 Updated ipad.png icon 2012-12-06 05:37:14 -07:00
Kovid Goyal
9b11ce02e6 IGN:Tag release 2012-11-30 09:09:44 +05:30
Kovid Goyal
be79929eb3 ... 2012-11-30 08:24:10 +05:30
Kovid Goyal
d29b097216 Viewer: Fix vertical margin at the top of the first page incorrect in a certain rare circumstance (first child of body being an empty paragraph). Fixes #1082640 (ebook-viewer: top line of the text is cut off when using two-paged mode) 2012-11-26 14:20:13 +05:30