8244 Commits

Author SHA1 Message Date
Charles Haley
41755c20ef Merge from custcol trunk 2010-05-09 07:04:14 +01:00
Charles Haley
a61b71ccb1 Commit before merge from trunk 2010-05-09 06:57:15 +01:00
Charles Haley
5dcbbd83bf Merge from custcol trunk 2010-05-09 06:54:24 +01:00
Kovid Goyal
f875c2ad54 Pull from trunk 2010-05-08 21:00:48 -06:00
Kovid Goyal
2660fcae0f Interpret a Keyboard interrupt (Ctrl+C) as a request to quit the main GUI 2010-05-08 20:18:31 -06:00
Kovid Goyal
c97464fd22 Kobo driver: Show all sideloaded content on the device. Fixes #5492 (Updated kobo driver) 2010-05-08 20:07:19 -06:00
Kovid Goyal
14adce229b Clean up GUI initialization and add support for restoring corrupted databases automatically 2010-05-08 20:04:54 -06:00
Kovid Goyal
68a3256258 Add --reinitialize-db option to calibre-debug 2010-05-08 12:44:24 -06:00
Kovid Goyal
7eecfb0668 More robust creation of dynamic id filters 2010-05-08 11:41:26 -06:00
Kovid Goyal
062f943b4c ... 2010-05-08 11:00:24 -06:00
Kovid Goyal
8d4a502620 Improved recipe for Discover Magazine 2010-05-08 10:45:22 -06:00
Kovid Goyal
67b0c32f64 SONY drivers: Fix regression that broke collection ordering by series when sending to device 2010-05-08 10:34:20 -06:00
Kovid Goyal
e94a44b1a3 Fix #5487 (Error after sending books to PRS-600) 2010-05-08 09:36:31 -06:00
Kovid Goyal
655fcb828a Regression that broke CHM conversion of OS X. Fixes #5483 (Error when converting CHM to PDF) 2010-05-08 06:51:25 -06:00
Charles Haley
431b9e15bc Fix #5486
Sort now treats None and UNDEFINED_DATE as UNDEFINED_DATE

It is now possible to set a date to None while editing directly on the library screen. To do so, set the date to 1/1/101.

The metadata editors show 'Undefined' for None dates. However, when a date widget gets focus, the display changes to showing the 'real' UNDEFINED_DATE. When the focus leaves, the widget reverts, unless it has been changed.
2010-05-08 13:20:03 +01:00
Charles Haley
324a651a12 Fix for #5483 and #5484.
Editing a None date now defaults to today instead of Unknown. This permits editing in place.

Using the character * in the bulk metadata is_mult delete box will cause all the values for that column to be deleted. In addition, deletes are done before adds.
2010-05-08 11:38:23 +01:00
Kovid Goyal
e520f31ed6 CBC Input: Handle comics.txt encoded in UTF-16 with a BOM 2010-05-08 00:24:37 -06:00
Kovid Goyal
6b79a732b1 Make proxy detection more robust on windows and OS X. calibre now queries OS X Network Settigns if no environment variables are set. Also handle proxies with a trailing slash correctly. 2010-05-07 22:30:13 -06:00
Kovid Goyal
8c80d91ae9 Fix #5441 (PDB created in Dropbook not convertable by Calibre) 2010-05-07 21:22:10 -06:00
John Schember
e995160f28 Fix bug #5441: PDB created in Dropbook not convertable by Calibre. 2010-05-07 22:41:08 -04:00
John Schember
fd973af08c Sync to trunk. 2010-05-07 22:14:20 -04:00
Charles Haley
fc5c5eb3c7 Merge from trunk 2010-05-07 23:40:57 +01:00
Kovid Goyal
c4ee3b2950 Pull from trunk and version 0.6.91 2010-05-07 15:12:07 -06:00
Kovid Goyal
0e9fb713aa Date format and relops for numerical custom cols 2010-05-07 15:11:12 -06:00
Charles Haley
aab34ff197 Implement enhancement #5481, relational searches for int and float custom columns 2010-05-07 20:13:12 +01:00
Kovid Goyal
613df5f2d3 IGN:Tag release 2010-05-07 12:46:18 -06:00
Kovid Goyal
18ccdb6f88 version 0.6.52 2010-05-07 12:02:38 -06:00
Kovid Goyal
912399b33d Updated translations 2010-05-07 11:46:12 -06:00
Kovid Goyal
2a2f5edce4 Add note about CBC files to User Manual 2010-05-07 11:39:44 -06:00
Charles Haley
2a5cd2a1a4 Merge from custcol trunk 2010-05-07 17:38:30 +01:00
Charles Haley
1c1e3bf9a1 Permit customization of date display. The format string can be anything accepted by QDate, with a default of dd MMM yyyy (set in library.py):
d	the day as number without a leading zero (1 to 31)
dd	the day as number with a leading zero (01 to 31)
ddd	the abbreviated localized day name (e.g. 'Mon' to 'Sun').
dddd	the long localized day name (e.g. 'Monday' to 'Sunday'). 
M	the month as number without a leading zero (1 to 12)
MM	the month as number with a leading zero (01 to 12)
MMM	the abbreviated localized month name (e.g. 'Jan' to 'Dec').
MMMM	the long localized month name (e.g. 'January' to 'December').
yy	the year as two digit number (00 to 99)
yyyy	the year as four digit number. If the year is negative, a minus sign is prepended in addition.
2010-05-07 17:36:40 +01:00
Kovid Goyal
f364cbcc36 Pull from trunk 2010-05-07 09:11:36 -06:00
Kovid Goyal
83343816b7 EPUB Output: When rescaling PNG images, write out the rescaled data in PNG format as ADE cannot handle JPEG data in a PNG file 2010-05-07 08:53:56 -06:00
Kovid Goyal
af4ad6faa5 Fix #5477 2010-05-07 08:05:55 -06:00
Kovid Goyal
f3ee4b2d0d Fix #5472 2010-05-07 08:01:54 -06:00
Charles Haley
a7a20a5e1c 1) fix tab order (bug #5480)
2) mark tags to add/remove strings as translatable
3) add ':' to boolean label
4) refactor widget creation loop
2010-05-07 14:57:46 +01:00
Charles Haley
35e9d8d387 Fixed bug #5477. Also fixed some oddities when searching while a device is connected. 2010-05-07 13:48:14 +01:00
Charles Haley
f604ee58a4 Fix exception in preferences when standard columns are hidden 2010-05-07 09:45:21 +01:00
Kovid Goyal
c54008869b Add entries to the welcome wizard for the Kobo and PocketBook readers 2010-05-06 18:48:57 -06:00
Kovid Goyal
5fa32e4850 Fix #5431 (AttributeError:'NoneType' object has no attribute 'db_id') 2010-05-06 18:19:00 -06:00
Kovid Goyal
f2f2996940 Allow users to set the content server port to < 1025 (system ports) witha warning. Fixes #5470 (You can only set the server port with the up and down arrows, not direct entry) 2010-05-06 17:58:02 -06:00
Kovid Goyal
56fc01dbac Don't popup an error message when adding books if the cover is not a valid image 2010-05-06 17:46:35 -06:00
Kovid Goyal
1843490897 EPUB Output: Add a warning if the generated EPUB has no Table of Contents 2010-05-06 12:03:25 -06:00
Kovid Goyal
8bbe0f169b Bump version number for betas 2010-05-06 10:46:46 -06:00
Charles Haley
43caa815e6 Merge from custcol trunk 2010-05-06 17:30:14 +01:00
Kovid Goyal
9b6bcf21ac Make dd/mm order detection more robust 2010-05-06 10:21:02 -06:00
Kovid Goyal
d54b004657 individual add/remove in bulk for custom column is_multple fields 2010-05-06 10:02:41 -06:00
Kovid Goyal
a5c63ad7ba ... 2010-05-06 09:55:25 -06:00
Kovid Goyal
a4eef46ff0 More 0.7.x fixes 2010-05-06 09:54:40 -06:00
Charles Haley
aa8f04a14e Merge from custcol trunk 2010-05-06 16:51:57 +01:00