Commit Graph

26848 Commits

Author SHA1 Message Date
Kovid Goyal 342a63244f ... 2017-02-15 08:30:46 +05:30
Kovid Goyal b294583b1f Wire up the book details panel 2017-02-15 08:30:46 +05:30
Kovid Goyal a4c2f18e23 Start porting of book details panel 2017-02-15 08:30:46 +05:30
Kovid Goyal 9c156f9ba2 Use a LRU cache to avoid extra HTTP requests when destroying/re-building the books list page 2017-02-15 08:30:46 +05:30
Kovid Goyal 4875060c50 Make the top bar API id free 2017-02-15 08:30:46 +05:30
Kovid Goyal ff12d0be17 Fix top bar on sort panel 2017-02-15 08:30:46 +05:30
Kovid Goyal 6e6cadf996 Re-implement sorting of the books list
Now the sort is made part of the URL
2017-02-15 08:30:46 +05:30
Kovid Goyal 12f93be515 Also return library_id in ajax search result 2017-02-15 08:30:46 +05:30
Kovid Goyal 13ddba374d Use icon instead of icon_name
More natural
2017-02-15 08:30:46 +05:30
Kovid Goyal f0b605595f Port the item list to use the new architecture 2017-02-15 08:30:46 +05:30
Kovid Goyal 24e03df152 Forgot to port a couple of functions for the top bar 2017-02-15 08:30:46 +05:30
Kovid Goyal af72200eca Remove unused code 2017-02-15 08:30:46 +05:30
Kovid Goyal 145b39859e Use a home icon instead of close for the book list 2017-02-15 08:30:46 +05:30
Kovid Goyal 97860d01f0 Port the show more books button 2017-02-15 08:30:46 +05:30
Kovid Goyal d402de3045 Make sub-panels also URL addressable 2017-02-15 08:30:46 +05:30
Kovid Goyal 421c99e2f7 Books list render again 2017-02-15 08:30:46 +05:30
Kovid Goyal fd178ed81f ... 2017-02-15 08:30:46 +05:30
Kovid Goyal 0fe268343b DRYer 2017-02-15 08:30:46 +05:30
Kovid Goyal ab332d0b99 Work on refactoring the books view 2017-02-15 08:30:46 +05:30
Kovid Goyal 8cb4545b96 Allow updating interface data independently of init 2017-02-15 08:30:46 +05:30
Kovid Goyal 2cf1d1fb7a Store cover fname on book object for easy referral 2017-02-15 08:30:46 +05:30
Kovid Goyal 09717b15c4 Load the db early during initialization 2017-02-15 08:30:46 +05:30
Kovid Goyal b99e261260 Top bar now renders again 2017-02-15 08:30:46 +05:30
Kovid Goyal bf04a666e9 More work on refactoring the panel UI 2017-02-15 08:30:46 +05:30
Kovid Goyal 9a1cca9913 More work on the new app architecture 2017-02-15 08:30:46 +05:30
Kovid Goyal 341fcfd91b Start work on refactoring client app to make it fully offline-able 2017-02-15 08:30:46 +05:30
Tomasz Długosz f25cdffb00 update virtualo store plugin 2017-02-13 22:47:24 +01:00
Tomasz Długosz 35521e7c08 update description of a plugin 2017-02-13 21:56:48 +01:00
Kovid Goyal 34d213b5b0 ... 2017-02-13 16:44:12 +05:30
Kovid Goyal 3b8fc2066c Editor: Do not allow creating multiple new files whose names differ only by case. Fixes #1664027 [error when renaming a similar filename in the files browser from the editor](https://bugs.launchpad.net/calibre/+bug/1664027) 2017-02-13 16:42:20 +05:30
Kovid Goyal 0489816b68 ... 2017-02-13 13:13:42 +05:30
Kovid Goyal 8b250188ce More headers 2017-02-13 03:53:31 +05:30
Kovid Goyal 24c98c08dd Add a couple more headers to the fetcher 2017-02-13 03:42:54 +05:30
Kovid Goyal 72d7830abc Fix #1664053 [Whole notification not translated](https://bugs.launchpad.net/calibre/+bug/1664053) 2017-02-13 03:25:51 +05:30
Kovid Goyal ffcf88668c Fix #1663996 [Incorrect default recipe extension](https://bugs.launchpad.net/calibre/+bug/1663996) 2017-02-12 18:24:54 +05:30
Kovid Goyal 7c3ced5f8c version 2.79.1 2017-02-12 07:39:49 +05:30
Kovid Goyal 232053571e Switch to using arandom user agent for amazon metadata downloads
Amazon seems to have started requiring captcha instantly for the IE 11
user agent
2017-02-12 07:05:20 +05:30
Kovid Goyal e06288bc50 News download: Allow individual recipes to turn on gzip transfer encoding 2017-02-11 13:52:23 +05:30
Kovid Goyal 0fd4b2da4b Sort the entries in the Connect/Share->Email to menu. Fixes #1663545 [Enhancement to sort the Connect/Share address list](https://bugs.launchpad.net/calibre/+bug/1663545) 2017-02-10 16:28:40 +05:30
Kovid Goyal b64ebfa502 A friendlier error message with a link to the forum post when failing to convert a KFX book 2017-02-10 12:07:58 +05:30
Kovid Goyal f4dbe46f3b version 2.79.0 2017-02-10 08:39:41 +05:30
Kovid Goyal be8202a30f pep8 2017-02-09 23:41:09 +05:30
Kovid Goyal 1f2293fc11 Use vim rather than gvim 2017-02-09 23:41:06 +05:30
Kovid Goyal e863f7227d Fix Get Books result list and jobs list not being populated on Qt 5.8
Apparently Qt 5.8 broke the layoutChanged() signal for models. Replace it
with modelReset()
2017-02-09 15:19:32 +05:30
Kovid Goyal 82b97f2b0e More http -> https 2017-02-09 14:43:24 +05:30
Kovid Goyal 200964c4be Get Books: Update Kobo plugin for website changes 2017-02-09 14:41:22 +05:30
Kovid Goyal 7a06376268 More http -> https 2017-02-09 14:21:09 +05:30
Kovid Goyal 68c3d6322e More http -> https 2017-02-09 14:02:14 +05:30
Kovid Goyal 4c776ce914 More http->https 2017-02-08 19:37:27 +05:30
Kovid Goyal 5f8a7c04f7 Some more http->https 2017-02-08 16:38:16 +05:30