Kovid Goyal
091164b307
Refactor fs code in the viewer
2012-07-24 11:56:41 +05:30
Kovid Goyal
b82edf32f7
Paged display: Allow customization of the margins and number of pages per screen
2012-07-19 16:00:50 +05:30
Kovid Goyal
9da41e1756
Paged display: Fix handling of top margin
2012-07-19 00:23:19 +05:30
Kovid Goyal
b677bb15c9
E-book viewer: Add a paged mode that splits up the text into pages, like in a paper book instead of presenting it as a single column. To activate click the button with the yellow scroll icon in the top right corner.
2012-07-18 16:15:12 +05:30
Kovid Goyal
ca9f58610d
Metadata jacket: Specify forground in addition to the background color for the title banner so that it remain readable if the user tries to monkey with the CSS in the viewer.
2012-07-18 15:59:52 +05:30
Kovid Goyal
4aa6477eea
...
2012-07-17 17:03:19 +05:30
Kovid Goyal
b6b1436c1b
Dont use Tab to cycle through completions as we have the arrow keys and Tab doesn't work when the completions popup is not visible
2012-07-17 15:11:35 +05:30
Kovid Goyal
a317af75aa
Add a tweak to not preselect the first completion in the new combobox
2012-07-17 09:08:23 +05:30
Kovid Goyal
177e20f3d4
Remove the completion performance tweak as we no longer use is
2012-07-14 09:39:27 +05:30
Kovid Goyal
c1bfff0fcc
Fix #1024296 (Minor typos in Calibre messages)
2012-07-13 16:23:06 +05:30
Charles Haley
0dadd6534e
Merge from trunk
2012-07-06 09:48:03 +02:00
Charles Haley
3c664b7591
1) Add a tweak to turn on/off multi-character first-letter partioning in the tag browser
...
2) Change preferences.tweaks to add a "tweak number" to the tweak name string. This helps tell people which tweak to look at. To keep these valid, we should always add tweaks to the end.
2012-07-06 09:43:58 +02:00
Kovid Goyal
9c865afa24
IGN:Tag release
2012-07-06 08:57:26 +05:30
Kovid Goyal
25758c4348
PDF Output: Resize large images so that they do not get off at the right edge of the page.
2012-07-05 19:46:58 +05:30
Kovid Goyal
3a686e2427
Refactor coffeescript, putting utils into their own files
2012-07-04 14:04:54 +05:30
Kovid Goyal
31e3a27392
Create separate driver for Pocketbook 622 rather than using Android driver
2012-07-02 14:31:19 +05:30
Kovid Goyal
9607d9ca14
Add new option to the series_index_auto_increment tweak, no_change, that causes calibre not to change the series_index when the series is changed
2012-07-01 16:27:49 +05:30
Charles Haley
51d866063a
Add new option to the series_index_auto_increment tweak, no_change, that causes calibre not to change the series_index when the series is changed.
2012-07-01 11:49:30 +02:00
Kovid Goyal
c20d82b6c5
...
2012-07-01 14:31:05 +05:30
Kovid Goyal
63e32b0484
...
2012-06-29 09:03:11 +05:30
Kovid Goyal
401aecc771
Add some texture to calibre generated covers
2012-06-26 19:30:20 +05:30
Kovid Goyal
876ddf27b3
Paged display: Implement go to reference
2012-06-24 10:53:31 +05:30
Kovid Goyal
24d84289ff
Paged mode: Better handling of cover pages
2012-06-22 10:06:07 +05:30
Kovid Goyal
8de0c610ea
...
2012-06-20 17:43:49 +05:30
Kovid Goyal
9884dde0bc
PDF Output: Fix the long standing bug that caused the last line on each page to be partially cut off
2012-06-20 16:37:14 +05:30
Kovid Goyal
fc4309539b
Navigate to CFIs correctly in paged mode and fix typo in current_column_location()
2012-06-19 19:03:01 +05:30
Kovid Goyal
59b0d9e47c
...
2012-06-19 14:00:48 +05:30
Kovid Goyal
475a41d158
...
2012-06-19 13:59:31 +05:30
Kovid Goyal
c6bf118b38
Fix searching in paged mode
2012-06-19 13:58:58 +05:30
Kovid Goyal
100dd0dd45
More robust absleft()
2012-06-19 13:22:00 +05:30
Kovid Goyal
d670183073
...
2012-06-19 12:43:11 +05:30
Kovid Goyal
2f2d0dc63d
...
2012-06-19 12:41:05 +05:30
Kovid Goyal
4ba810a75f
E-book viewer: Start work on paged display mode
2012-06-19 12:37:36 +05:30
Kovid Goyal
d602d43247
Fix Esc key not working in delete books from device dialog
2012-06-16 11:14:02 +05:30
Kovid Goyal
afe5f09583
...
2012-06-14 10:57:08 +05:30
Kovid Goyal
d088f888d0
Remove the bright yellow lines indicating hidden sections as they dont seem to communicate that very well to most users. We will just have to rely on the buttons in the bottom right corner to indicate sections are hidden.
2012-06-10 11:03:58 +05:30
Kovid Goyal
89278e3d08
Mimetype icon for docx
2012-06-01 17:12:32 +05:30
Kovid Goyal
6ae733d225
...
2012-05-30 16:04:27 +05:30
Kovid Goyal
5b0fde5a80
...
2012-05-29 09:45:06 +05:30
Kovid Goyal
1c25651c1b
Add a tweak to control the default choice of format for the Tweak Book feature
2012-05-13 21:12:07 +05:30
Kovid Goyal
9e3eceec74
Add compiled coffeescript to source control so that people running with source checkouts have latest coffeescript
2012-05-13 08:14:44 +05:30
Kovid Goyal
bb014a56bb
Tweak Book: Allow tweaking of KF8 MOBI files
2012-05-03 16:34:09 +05:30
Kovid Goyal
bf6eda95ab
FB2 Input: Better handling of inline images. Fixes #989869 (fb2: export/display: inline images displayed as top level)
2012-04-27 22:29:34 +05:30
Kovid Goyal
3454185378
Update shipped liberation fonts
2012-03-21 09:34:55 +05:30
Charles Haley
19af7031b3
Apparently default_tweaks.py requires an empty line at the end.
2012-03-14 16:15:04 +01:00
Charles Haley
6dd34d73e4
Merge from trunk
2012-03-14 15:36:49 +01:00
Charles Haley
06904f92a5
Compile General Program Mode templates to python, controlled by the tweak "compile_gpm_templates" that defaults to True.
...
Several performance optimizations related to custom columns and field metadata.
2012-03-14 15:34:40 +01:00
Kovid Goyal
77563d0dc7
Fix #937989 (Application needs hi-res or SVG icon)
2012-03-14 08:20:55 +05:30
Kovid Goyal
d4cf454f1b
Fix #948357 (Increased font size in book details)
2012-03-07 16:19:27 +05:30
JustForFun
48fb94e5f7
added tweak for font size increase/decrease in book details panel and book comments
2012-03-05 23:18:47 +01:00