Commit Graph

14920 Commits

Author SHA1 Message Date
Kovid Goyal 11dc4014e4 Stores stuff 2011-04-23 22:10:52 -06:00
John Schember d4de706fc8 Store: Break MobileRead into more manageable pieces. API for updating store caches. 2011-04-23 23:33:38 -04:00
Kovid Goyal 82a185744a Remove border from category panels in the preferences dialog on windows 2011-04-23 20:06:49 -06:00
Kovid Goyal 2b6561b7aa Fix #769692 (Updated recipe for Clarin) 2011-04-23 19:30:38 -06:00
Kovid Goyal 28922fd4e4 Fix #769691 (Updated recipe for Honolulu Star Advertiser) 2011-04-23 19:25:32 -06:00
Kovid Goyal 949fda1a5b ... 2011-04-23 18:39:15 -06:00
Kovid Goyal 85d5bd4bd3 ... 2011-04-23 15:52:05 -06:00
Kovid Goyal c00cc7e8d3 Ensure the proceed notification dialog is deleted immediately after it is hidden and the callback is called 2011-04-23 15:30:35 -06:00
Kovid Goyal 597374d0a3 ... 2011-04-23 14:31:53 -06:00
Charles Haley 835107bf21 Make naked searches ignore exceptions when using the limit_search configuration option. 2011-04-23 21:22:07 +01:00
John Schember 687b799889 Store: MobileRead: Boolean and field search. Advanced search builder. 2011-04-23 15:43:32 -04:00
Kovid Goyal 6e97dbc487 Fix #769466 (last_modified column gives error) 2011-04-23 10:13:04 -06:00
Charles Haley 8b4879e960 Set default last_modified template to "dd MM yyyy" to help avoid confusing parse_date. 2011-04-23 16:58:35 +01:00
Charles Haley ba33aed554 Merge from trunk 2011-04-23 16:51:50 +01:00
Kovid Goyal b26e7cf436 Fix #769492 (Key Ctrl+L doesn't work) 2011-04-23 09:11:02 -06:00
Kovid Goyal cb347964d8 Fix regression with searching on boolean columns 2011-04-23 08:13:42 -06:00
Kovid Goyal 30f22861ba Fix typo that broke metadata downloading if the user has the txt comments preference turned on 2011-04-23 08:12:31 -06:00
Charles Haley b14e890403 Improve error handling when sorting date-subtype composite columns 2011-04-23 13:02:20 +01:00
Charles Haley 049cc7525c Merge from trunk 2011-04-23 11:19:52 +01:00
Charles Haley e47e6fa14f Fix bool searches to not invert the tristate logic. 2011-04-23 11:15:59 +01:00
Kovid Goyal ae85da399a Fix broken LIT Output. Fixes #769334 (Error converting from [any] to Lit) 2011-04-22 21:57:35 -06:00
John Schember 568b79c018 Store: Fix OpenLibrary plugin so it excludes empty books. 2011-04-22 23:02:50 -04:00
John Schember f8e44976e1 Store: Advanced search button. 2011-04-22 22:51:36 -04:00
John Schember 014d9a5122 Store: Remove unnecessary variables. 2011-04-22 20:06:16 -04:00
John Schember 57b3531051 Store: Simplify threads. Tie all threads to progress indicator. 2011-04-22 20:04:50 -04:00
John Schember 8c51a78c7f Sync to trunk. 2011-04-22 19:11:14 -04:00
Kovid Goyal 267a02a49e ... 2011-04-22 15:29:09 -06:00
Kovid Goyal 56ed5143a1 Refactor proceed implementation for bulk metadata download 2011-04-22 15:16:26 -06:00
Kovid Goyal cf8db16141 IGN:Tag release 2011-04-22 14:30:49 -06:00
Kovid Goyal 65118f0f42 A more efficient delegate for cover viewing 2011-04-22 14:28:00 -06:00
Kovid Goyal 9055c9e5ff version 0.7.57 2011-04-22 13:18:10 -06:00
Kovid Goyal fc3280d96a Do not send out notifications when applying metadata 2011-04-22 12:20:39 -06:00
Kovid Goyal 0bec074f80 Finish migration of apply metadata to edit metadata action 2011-04-22 12:15:45 -06:00
Kovid Goyal 6f06278fa2 Move apply metadata into the edit metadata action 2011-04-22 11:59:49 -06:00
Kovid Goyal 7aa502ec87 Fix job count in the spinner not always being updated when a job completes 2011-04-22 11:39:46 -06:00
Kovid Goyal b72ab4aa7e Fix #768904 (Changing case only of a title does not update title sort) 2011-04-22 10:58:53 -06:00
Kovid Goyal 96841f303f Updated translations 2011-04-22 10:43:12 -06:00
Kovid Goyal 31c0b87088 ... 2011-04-22 10:34:31 -06:00
Kovid Goyal a97d0041a4 Fix intermittent crash when bulk downloading metadata 2011-04-22 10:29:50 -06:00
Kovid Goyal bbfb96feb4 ... 2011-04-22 10:06:59 -06:00
Kovid Goyal 2b14b4f21b ... 2011-04-22 08:37:38 -06:00
Kovid Goyal c2d78fefc0 ... 2011-04-22 08:32:58 -06:00
Kovid Goyal e578864c94 ... 2011-04-22 08:12:35 -06:00
Kovid Goyal 1cb31569c4 ... 2011-04-22 08:07:50 -06:00
Lee a3ddebe5bb add some logging, re-fix a referer bug 2011-04-22 22:04:56 +08:00
Kovid Goyal ec8b8bbe69 ... 2011-04-22 07:56:45 -06:00
Kovid Goyal 24ea3c4327 ... 2011-04-22 07:46:49 -06:00
John Schember 6175c8ce57 Store: Search, clean up values for settings. Default sort on price. Save sort col and order. 2011-04-22 09:13:33 -04:00
John Schember c0a1ba448e Store: Store, Show dialog when no books are found. 2011-04-22 08:52:31 -04:00
John Schember 6504e80404 Store: Move search into it's own module and break up into smaller more managable files. 2011-04-22 08:34:56 -04:00