8020 Commits

Author SHA1 Message Date
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
Charles Haley
9030bb8e80 Separate add/remove boxes for is_multiple columns in bulk metadata edit 2010-05-06 16:51:07 +01:00
Kovid Goyal
d1332d2975 ... 2010-05-06 09:49:20 -06:00
Kovid Goyal
440eb3f438 Make 0.6.x work with db and settings from 0.7.x 2010-05-06 09:47:42 -06:00
Kovid Goyal
1d2043815b Fix #5408 (allow customization of the view command) 2010-05-06 09:27:23 -06:00
Kovid Goyal
887ee0b32c Optional views remember their sizes when closed and re-opened 2010-05-06 09:19:06 -06:00
Kovid Goyal
9263615615 Add option to bulk metadata edit to remove stored conversion settings 2010-05-06 08:26:11 -06:00
Charles Haley
e3637bf022 Merge from custcol trunk 2010-05-06 15:00:48 +01:00
Kovid Goyal
d5aed1fa22 Cleanups 2010-05-06 07:45:19 -06:00
Kovid Goyal
5ff70292a3 ... 2010-05-06 07:41:57 -06:00
Charles Haley
c8a92fb7c5 1) change editing directly on library to use spinbox and value constraints
2) fix tag browser to ignore 0-valued rating custom columns. Also, refactor to save datatype in a map and use this datatype to find the tag formatter
3) fix tag browser and user category editor to display author names with comma instead of vertical bar
2010-05-06 12:06:17 +01:00
Charles Haley
e7970c71c6 Merge from custcol trunk 2010-05-06 09:46:06 +01:00
Kovid Goyal
f6a4ec5c57 Bulk metadata editing working 2010-05-05 15:05:34 -06:00
Charles Haley
301b78564d Merge from custcol trunk 2010-05-05 21:50:17 +01:00
Kovid Goyal
1ee1667f7b Handle unrated items in Tag Browser 2010-05-05 14:46:40 -06:00
Kovid Goyal
58b59eb7e4 ... 2010-05-05 14:45:48 -06:00
Charles Haley
02d79e48cf 1) remove unrated items from rating
2) make rating:false (or somecustomcol:false) match unrated items
3) make rating:true match rated items
2010-05-05 21:23:17 +01:00
Kovid Goyal
91666b8e42 ... 2010-05-05 12:45:03 -06:00
Kovid Goyal
9e8d7a3653 Framework for bulk metadata edits of custom columns 2010-05-05 12:35:59 -06:00
Charles Haley
a1c9fa3671 Add ratings to tag browser.
Fix searching for ratings from tag browser by counting the stars.
Add relational searching for ratings (e.g., rating:>3).
2010-05-05 19:21:21 +01:00
Kovid Goyal
b64092f881 Move update check into its own thread 2010-05-05 12:17:58 -06:00
Charles Haley
96b9340b1a Merge from custcol trunk 2010-05-05 18:03:58 +01:00
Kovid Goyal
941849c58f ... 2010-05-05 10:03:58 -06:00
Charles Haley
e5687d6763 Merge from custcol trunk 2010-05-05 16:20:11 +01:00
Kovid Goyal
6e9f81954a Allow tabbing across comments fields 2010-05-05 09:16:46 -06:00