mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
String changes
This commit is contained in:
parent
226678e514
commit
1a1149e8bd
@ -28,10 +28,11 @@
|
|||||||
:: new features
|
:: new features
|
||||||
|
|
||||||
- Content server viewer: Improved search functionality
|
- Content server viewer: Improved search functionality
|
||||||
|
|
||||||
Searching can now be done for whole words and regular expressions. And all search results are
|
Searching can now be done for whole words and regular expressions. And all search results are
|
||||||
listed at once with some context for easy navigation.
|
listed at once with some context for easy navigation.
|
||||||
|
|
||||||
- [1928596] E-book viewer: Allow fullscreening the image popup
|
- [1928596] E-book viewer: Allow making the image popup full screen
|
||||||
|
|
||||||
- E-book viewer: Allow expanding/collapsing all items in the Table of Contents at a particular level by right clicking on one item of that level and choosing the option to expand/collapse
|
- E-book viewer: Allow expanding/collapsing all items in the Table of Contents at a particular level by right clicking on one item of that level and choosing the option to expand/collapse
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ class SNBOutput(OutputFormatPlugin):
|
|||||||
'chapter. Useful for image-only output (eg. comics).')),
|
'chapter. Useful for image-only output (eg. comics).')),
|
||||||
OptionRecommendation(name='snb_full_screen',
|
OptionRecommendation(name='snb_full_screen',
|
||||||
recommended_value=False, level=OptionRecommendation.LOW,
|
recommended_value=False, level=OptionRecommendation.LOW,
|
||||||
help=_('Resize all the images for full screen view. ')),
|
help=_('Resize all the images for full screen mode. ')),
|
||||||
}
|
}
|
||||||
|
|
||||||
def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user