10677 Commits

Author SHA1 Message Date
Kovid Goyal
f95cc7eddc Heuristics, italicize common cases: Enhance pattern matching to match punctuation after pattern. 2011-01-23 16:58:57 -07:00
Kovid Goyal
16a8fd9a06 ... 2011-01-23 12:02:38 -07:00
Kovid Goyal
04761e12e9 Pressing Esc clears the current search in the main book list 2011-01-23 11:59:03 -07:00
Kovid Goyal
e86ead4e11 Fix #7834 (Preselect right formats for "Send to device") 2011-01-23 11:55:07 -07:00
GRiker
2be9281390 GwR 2nd patch mapping ESC to SearchBox2.clear() 2011-01-23 11:39:26 -07:00
Charles Haley
03dcd631b4 Merge from trunk 2011-01-23 18:14:30 +00:00
Charles Haley
26cd80fe1a Change user category indicator from ':' to '@' 2011-01-23 18:14:15 +00:00
John Schember
199895ac75 ... 2011-01-23 12:54:08 -05:00
John Schember
4cefbf0aa8 Fix spelling error. 2011-01-23 12:53:41 -05:00
John Schember
b5a4e263e8 Implement ticket #7834: Enhance Send Specific Formats dialog to better display existing formats. 2011-01-23 12:51:08 -05:00
Kovid Goyal
269e58b0df Tag Browser: Add API for locating categories 2011-01-23 10:12:00 -07:00
Kovid Goyal
1c80e5e4d1 Bulk metadata edit: Set initial date for the added date control to today 2011-01-23 10:01:08 -07:00
John Schember
323ddfe8fd RgexBuilder: Addb back return when user declines to select a format. 2011-01-23 09:53:15 -05:00
GRiker
93fc7cab28 KG updates 2011-01-23 07:02:14 -07:00
GRiker
6eef57563c GwR patch mapping ESC to clear search box 2011-01-23 06:46:39 -07:00
Charles Haley
3c541274dd Merge from trunk 2011-01-23 11:52:45 +00:00
Charles Haley
83840957be tag browser changes:
1) make user categories a search target in the find box (move colon to front)
2) show empty categories
3) add an api to find the path to a category
2011-01-23 11:52:28 +00:00
Kovid Goyal
bed6cb954b Fix regex wizard not keeping history 2011-01-22 20:58:09 -07:00
John Schember
ea3789b6f7 RegexEdit: Set object name so previous values can be stored and reterived. 2011-01-22 19:16:25 -05:00
Kovid Goyal
beb9196079 ... 2011-01-22 13:57:02 -07:00
Kovid Goyal
25a62ee96c Proper fix for switch library mem leak (I hope) 2011-01-22 13:54:45 -07:00
Kovid Goyal
57883c120e Fix regression in converting HTML files that have non ASCII characters inside their <style> tags. Apparently Word generates these. Fixes #8494 (trouble converting htm files (for john)) 2011-01-22 11:28:47 -07:00
Kovid Goyal
313370ecd9 ... 2011-01-21 18:54:12 -07:00
Kovid Goyal
2e8b03cecc Fix #4486 (xpath and RegEx HELPER needs "search" feature) 2011-01-21 18:49:23 -07:00
John Schember
e24d08acd1 Implement all of ticket #4486: Search next and preious in Regex helper. 2011-01-21 20:36:29 -05:00
Kovid Goyal
1adb7dd452 IGN:Tag release 2011-01-21 15:57:39 -07:00
Kovid Goyal
9c364533e4 version 0.7.42 2011-01-21 14:44:41 -07:00
Kovid Goyal
b27a2625cb Fix regression that broke MOBI output in the GUI 2011-01-21 14:43:43 -07:00
Kovid Goyal
ff97a9279f ... 2011-01-21 14:06:36 -07:00
Kovid Goyal
ab87388e07 ... 2011-01-21 14:03:25 -07:00
Kovid Goyal
498c33aad9 Alternate layout for the metadata dialog 2011-01-21 13:56:51 -07:00
Kovid Goyal
f555663f10 IGN:Tag release 2011-01-21 13:09:52 -07:00
Charles Haley
fea18021b8 Take out some debug prints and connects 2011-01-21 20:01:16 +00:00
Kovid Goyal
bfb795ecc4 version 0.7.41 2011-01-21 12:08:38 -07:00
Kovid Goyal
ffd23b8134 updated translations 2011-01-21 11:35:54 -07:00
Kovid Goyal
ceb28df1b0 Fix #8271 (Tag editor forgets position) 2011-01-21 11:20:08 -07:00
Kovid Goyal
682bf119d0 When converting books in the calibre GUI, override metadata from the input document. So if you have removed all the tags and comments in the calibre GUI for the book in the calibre GUI, but the actual file that is being converted still has tags and comments, they are ignored. This affects only conversions in the calibre GUI, not from the command line via ebook-convert. Fixes #8390 ("comments" still showing up on inserted metadata page, despite deleting the "comments") 2011-01-21 10:58:31 -07:00
Kovid Goyal
f227086913 Fix memory leak when switching libraries 2011-01-21 09:46:50 -07:00
Kovid Goyal
396da1f7bc RTF Output: Fix incorrent spacing between letters. Fixes #8422 (Extra Space (v 0.7.40)) 2011-01-21 09:14:53 -07:00
Kovid Goyal
23999ef94e Catalog generation: Add composite columns to Merge Comments eligible types 2011-01-21 09:10:23 -07:00
Charles Haley
a6a150a526 Trial using new metadata dialog layout facilities. 2011-01-21 15:38:53 +00:00
John Schember
30f65e0eba GUI: Regex Test, clear matched items when no regex is present. Speed up clearing by not running regex matching on empty patterns. 2011-01-21 08:51:48 -05:00
John Schember
bad6cad84b Fix bug #8422: RTF incorrect spacing between letters. 2011-01-21 07:55:28 -05:00
GRiker
29e75fb5d1 GwR add composite columns to Merge Comments eligible types 2011-01-21 04:09:57 -07:00
Kovid Goyal
7f2373c6be ... 2011-01-21 00:06:47 -07:00
Kovid Goyal
229fe3e4d2 Add a confirmation when closing the add a custom news source dialog. Fixes #8460 (Add custom new source interface) 2011-01-20 23:58:22 -07:00
Kovid Goyal
ca3f2dafc5 ... 2011-01-20 23:23:12 -07:00
Kovid Goyal
5203777b2a next, previous buttons 2011-01-20 23:09:22 -07:00
Kovid Goyal
6cc052260b Fix tab order 2011-01-20 22:27:12 -07:00
Translators
547d5e5f5d Launchpad automatic translations update. 2011-01-21 04:37:44 +00:00