Kovid Goyal
|
6e557a77ee
|
...
|
2011-08-09 11:31:21 -06:00 |
|
Kovid Goyal
|
6affbface3
|
...
|
2011-08-09 11:28:44 -06:00 |
|
Kovid Goyal
|
8d14a2f98d
|
Start work on preferences widget to set keyboard shortcuts
|
2011-08-09 11:24:37 -06:00 |
|
Kovid Goyal
|
c05c7fa370
|
...
|
2011-08-09 11:12:20 -06:00 |
|
Matt Perry
|
022e80568d
|
Merge with trunk
|
2011-08-09 08:50:03 -07:00 |
|
Translators
|
1f24ae5ad9
|
Launchpad automatic translations update.
|
2011-08-09 04:50:10 +00:00 |
|
Kovid Goyal
|
b06e4419bc
|
Blog Escrevinhador by Diniz Bortolotto
|
2011-08-08 12:55:31 -06:00 |
|
Kovid Goyal
|
727e2805ff
|
...
|
2011-08-08 12:51:00 -06:00 |
|
Kovid Goyal
|
c33c5cbf58
|
Fix #807879 ("Series" undistinguished in singular/plural)
|
2011-08-08 12:47:16 -06:00 |
|
Kovid Goyal
|
ea0a28dff9
|
Fix #822771 (folder_device should not impose format restrictions)
|
2011-08-08 12:40:50 -06:00 |
|
Charles Haley
|
3467ba839b
|
Make the folder device accept all ebook extensions listed in ebooks.BOOK_EXTENSIONS.
|
2011-08-08 17:25:27 +01:00 |
|
Charles Haley
|
272bc523ad
|
Merge from trunk
|
2011-08-08 17:13:46 +01:00 |
|
Kovid Goyal
|
ee06aa1b31
|
set correct size policy for template hitsory combobox in preferences.
|
2011-08-08 09:55:58 -06:00 |
|
Kovid Goyal
|
0adb30cd32
|
Allow integer and float fields to go to -999999. -1000000 is the value of 'undefined'. Fixes #821941 ([enhancement] negative date field for ancient books)
|
2011-08-08 09:43:41 -06:00 |
|
Charles Haley
|
1c739fe9cb
|
Allow integer and float fields to go to -999999. -1000000 is the value of 'undefined'.
Add a template editor button to the save templates.
|
2011-08-08 12:24:10 +01:00 |
|
Charles Haley
|
044a73e237
|
Merge from trunk
|
2011-08-08 10:12:26 +01:00 |
|
Translators
|
1734bf16a1
|
Launchpad automatic translations update.
|
2011-08-08 04:36:18 +00:00 |
|
Kovid Goyal
|
7f925557e5
|
...
|
2011-08-07 12:00:39 -06:00 |
|
Kovid Goyal
|
8408f0119f
|
Fix #822359 (AttributeError:'OpenBooksStore' object has no attribute 'url' Traceback (most recent call last): File "/usr/lib/calibre/calibre/gui2/actions/store.py", line 126, in open_store store_plugin.open(self.gui) File "/usr/lib/calibre/calibre/gui2/store/stores/open_books_plugin.py", line 31, in open d = WebStoreDialog(self.gui, self.url, parent, detail_item) AttributeError: 'OpenBooksStore' object has no attribute 'url' [with fix])
|
2011-08-07 11:54:48 -06:00 |
|
John Schember
|
b270e3a69f
|
Store: Fix bug #822359, typo in open books store.
|
2011-08-07 13:53:04 -04:00 |
|
John Schember
|
22b5461a10
|
Sync to trunk.
|
2011-08-07 13:52:22 -04:00 |
|
Kovid Goyal
|
6b7d51e282
|
Fix regression in 0.8.13 that caused incorrect title/author for downloaded news if you turned off reading metadata from file contents in Preferences->Adding books
|
2011-08-07 10:25:22 -06:00 |
|
Kovid Goyal
|
0968363c32
|
...
|
2011-08-07 00:26:53 -06:00 |
|
Matt Perry
|
c7fb6159f3
|
Updated icon for ODT
|
2011-08-06 22:47:26 -07:00 |
|
Translators
|
f48a9a3aae
|
Launchpad automatic translations update.
|
2011-08-07 04:36:55 +00:00 |
|
Kovid Goyal
|
dc58208164
|
Save to disk: When saving to a single directory, handle the case of the save to disk template containing path separators inside template expression correctly. Fixes #821912 (save only epub on disc using one folder file-name-error)
|
2011-08-06 12:32:02 -06:00 |
|
Kovid Goyal
|
76200fa4cd
|
Fix #822004 (WSJ News Fetch Script is picking up buttons in article)
|
2011-08-06 11:13:26 -06:00 |
|
Kovid Goyal
|
ae02ce25be
|
Get Books: Always read metadata from the file contents, ignoring the setting in Preferences->Adding books
|
2011-08-06 11:07:34 -06:00 |
|
Charles Haley
|
320b76e4bb
|
Merge from trunk
|
2011-08-06 17:55:25 +01:00 |
|
Charles Haley
|
7e24ed31e2
|
Allow the formatter used in save_to_disk to toss exceptions.
|
2011-08-06 17:54:12 +01:00 |
|
Kovid Goyal
|
c8011b48c7
|
Template language: Add strcat and strlen builtin functions. Fixes #821935 ([enhancement] priority rule for tailoring too-long filenames)
|
2011-08-06 10:38:36 -06:00 |
|
Kovid Goyal
|
966916a0fe
|
Fix merge_metadata to not overwrite non-text fields ('bool', 'int', 'float', 'rating', 'datetime') that have a value of zero/false instead of None. Fixes #821665 (Merge Books Overwrites Custom Column Value)
|
2011-08-06 10:37:14 -06:00 |
|
Charles Haley
|
36bcb8a754
|
Add strlen and strcat_max functions
|
2011-08-06 16:55:46 +01:00 |
|
Charles Haley
|
5d36749474
|
Small fixes to template functions sublist, list_item, and swap_around_comma to strip the list items.
|
2011-08-06 15:26:21 +01:00 |
|
Charles Haley
|
e4e5eb36e7
|
Fix merge_metadata to not overwrite non-text fields ('bool', 'int', 'float', 'rating', 'datetime') that have a value of zero/false instead of none.
Change the delegate for custom numeric columns to permit setting a value to undefined when editing on the library view.
|
2011-08-06 10:21:55 +01:00 |
|
Charles Haley
|
6ee00a041e
|
Merge from trunk
|
2011-08-06 09:45:55 +01:00 |
|
Translators
|
bea5d1476e
|
Launchpad automatic translations update.
|
2011-08-06 04:52:19 +00:00 |
|
Kovid Goyal
|
292cca0507
|
Centralize management of keyboard shortcuts
|
2011-08-05 21:33:02 -06:00 |
|
Kovid Goyal
|
902a50c711
|
Fix #821635 (rtf to mobi coversion regression in 0.8.13)
|
2011-08-05 14:35:58 -06:00 |
|
Kovid Goyal
|
99fec62ddc
|
...
|
2011-08-05 14:08:25 -06:00 |
|
Tomasz Długosz
|
80fff01cf1
|
merge with John's branch
|
2011-08-05 20:45:24 +02:00 |
|
Kovid Goyal
|
50cb58f0d1
|
Icon for DJVU
|
2011-08-05 11:22:38 -06:00 |
|
Matt Perry
|
48d1aa956f
|
Added icon for DjVu format.
|
2011-08-05 10:11:08 -07:00 |
|
Kovid Goyal
|
d533be245e
|
IGN:Tag release
|
2011-08-05 10:52:11 -06:00 |
|
Matt Perry
|
490673c65f
|
Merge with trunk
|
2011-08-05 09:51:45 -07:00 |
|
Matt Perry
|
a773f01f16
|
Added icon for DjVu format.
|
2011-08-05 09:48:20 -07:00 |
|
Kovid Goyal
|
182558b91d
|
version 0.8.13
|
2011-08-05 09:42:29 -06:00 |
|
Kovid Goyal
|
ad619c14d3
|
Updated translations
|
2011-08-05 08:42:52 -06:00 |
|
Kovid Goyal
|
bc75bc89f6
|
Fix #821309 (html import: title/aurthor from old format document.)
|
2011-08-05 08:24:06 -06:00 |
|
Kovid Goyal
|
f4b192c5e2
|
Fix #821326 (nikkei_news.recipe lacks last line.)
|
2011-08-05 08:20:51 -06:00 |
|