11480 Commits

Author SHA1 Message Date
Kovid Goyal
4ab34dff95 Fix #7749 (Book details panel does not always display correct selected book) 2010-11-30 19:12:24 -07:00
Kovid Goyal
ba831d21e3 Search box: Remove select all on focus event as focus events are fired when completion fails/succeeds. Instead select all only when search box is focussed via the keyboard shortcut 2010-11-30 19:03:01 -07:00
Kovid Goyal
983da07095 Fix #7753 (setPlaceholderText not found) 2010-11-30 18:37:34 -07:00
Kovid Goyal
fa0799597d Fix #7746 (Converting prc->epub: names of streets and lakes) 2010-11-30 18:35:14 -07:00
Kovid Goyal
b9c9e0e29c ... 2010-11-30 18:15:21 -07:00
Kovid Goyal
532ecccf84 FB2 Output: Add option to create FB2 sections based on internal file structure of input file (useful for EPUB files that have been split on chapter boundaries). Also add options to mark h1/h2/h3 tags as section titles in the FB2 file. Fixes #7738 (FB2 Output option to create section per HTML file). PMLZ Output: Various bug fixes [7742, 7745] 2010-11-30 18:12:03 -07:00
John Schember
c38eb08018 PML Output: ensure \w always ends with a %. 2010-11-30 19:04:26 -05:00
John Schember
37cde21c6d Fix bug #7745: PML output should ignore external links as it is not support by the spec. Fix part of bug #7742: PML output extra % sign. 2010-11-30 18:48:21 -05:00
John Schember
acac5a479b Implement bug #7738: FB2 Output option to create section per HTML file. Implement FB2 options to wrap h1-3 tags with title elments. 2010-11-30 18:27:09 -05:00
Sengian
68b6ef55bd Merge from trunk 2010-12-01 00:04:22 +01:00
GRiker
41bce7fc52 GwR fixes to catalog code 2010-11-30 16:02:26 -07:00
GRiker
a4649e5e31 GwR fixes for read tag code 2010-11-30 15:42:40 -07:00
Kovid Goyal
065edc6a1f Fix #7751 (Does not detect after 2.2 upgrade on Android) 2010-11-30 15:38:40 -07:00
Kovid Goyal
3cee721d59 Metadata jacket: Add publisher information to jacket. Catalog generation: Allow use of custom columns as well as tags to indicate read books. Note that your previously saved read books setting will be lost. 2010-11-30 15:35:22 -07:00
Kovid Goyal
788138cd97 ... 2010-11-30 14:40:31 -07:00
Kovid Goyal
5fa54ef9ad Use the same MIME database on all platforms that calibre runs on 2010-11-30 13:52:58 -07:00
Kovid Goyal
5a4968e9df Fix #7732 (Multiple Search and Replace without closing Dialog) 2010-11-30 12:17:05 -07:00
Charles Haley
566d56e71e Another attempt at apply in bulk edit 2010-11-30 18:55:24 +00:00
Charles Haley
4ef2487480 Merge from trunk 2010-11-30 18:04:52 +00:00
Charles Haley
ff978282c7 Remove widgets with removing the layout in bulk edit. 2010-11-30 18:03:52 +00:00
Charles Haley
bfdc51a2dd Make the 'clear' button respect the search emit flag. 2010-11-30 17:37:56 +00:00
GRiker
2c45204996 GwR update to catalog read tag handling, jacket updates 2010-11-30 10:34:41 -07:00
Kovid Goyal
d2960c801f Restore operation of clear search button 2010-11-30 10:31:36 -07:00
Charles Haley
3f60393533 Merge from trunk 2010-11-30 17:25:28 +00:00
Kovid Goyal
1063a52c12 ... 2010-11-30 10:22:01 -07:00
Kovid Goyal
ae9fcef788 ... 2010-11-30 10:17:23 -07:00
Kovid Goyal
243fcf5b38 Search box: Only trigger as you type timer if text content has changed 2010-11-30 10:15:53 -07:00
Kovid Goyal
3fcebe8383 Refactor search boxes to use Qt 4.7 facility for displaying help text. Pressing Enter in the search box int he main calibre GUI now focusses the book list 2010-11-30 10:04:08 -07:00
Charles Haley
2791f02c3d Enhancement #7732: add an 'apply' button to bulk edit 2010-11-30 16:37:55 +00:00
Kovid Goyal
9d465361a0 ... 2010-11-30 08:47:14 -07:00
Charles Haley
05e09def8b Merge from trunk 2010-11-30 12:57:38 +00:00
Charles Haley
449de8255f Refactor search boxes to use placeholders, emit refocus events when appropriate, and improve the selected-text model. Also many general cleanups, such as renaming clear_to_help to clear. 2010-11-30 12:56:27 +00:00
John Schember
95ade95c60 Sync to Trunk. 2010-11-30 06:57:26 -05:00
Translators
ab93cea8b0 Launchpad automatic translations update. 2010-11-30 04:46:15 +00:00
Kovid Goyal
d264746c3a Kobo driver: Allow html, txt and rtf documents to be deleted 2010-11-29 21:14:06 -07:00
Kovid Goyal
549b73e248 Force overwrite title/author metadata to True when downloading metadata for books added by ISBN 2010-11-29 21:10:36 -07:00
Timothy Legge
8a6e316e9f Fix the deletion of html, htm, txt and rtf by firmware version 2010-11-29 23:51:55 -04:00
Timothy Legge
a5d7a19c34 Allow html, htm and rtf documents to be deleted 2010-11-29 23:24:31 -04:00
Kovid Goyal
26aef9cc53 Conversion pipeline: Do not override CSS for images with the value of the img width/height attributes, unless no CSS is specified for the image 2010-11-29 20:17:33 -07:00
Timothy Legge
f826dcd050 Fix deleting txt documents 2010-11-29 22:14:23 -04:00
Kovid Goyal
6f2a36949a Fix #7733 (Updated gui.rst and associated image files) 2010-11-29 16:37:50 -07:00
Hiroshi Miura
d41c66094e rebase on recent upstream 2010-11-30 07:51:06 +09:00
Sengian
73708143b7 Merge from trunk 2010-11-29 21:26:55 +01:00
Kovid Goyal
eeda4caf10 ... 2010-11-29 13:13:10 -07:00
Kovid Goyal
25467ff22a Fix #7729 (calibre network share not working) 2010-11-29 10:36:35 -07:00
Charles Haley
9670edc68c Merge from trunk 2010-11-29 17:36:06 +00:00
Kovid Goyal
ebc553a8f3 Allow drag and drop of books onto user categories. If you drag a book from a particular column (say authors) and drop it onto a user category, the column value will be added to the user category. So for authors, the authros will be added to the user category. 2010-11-29 10:34:31 -07:00
Kovid Goyal
fdf989c011 ... 2010-11-29 10:06:39 -07:00
Charles Haley
4bb388216a Drag & drop onto user categories 2010-11-29 16:58:54 +00:00
Kovid Goyal
b44e60f80d La Rijoa nad NacionRed by Arturo Martinez Nieves 2010-11-29 09:44:39 -07:00