Charles Haley
ac7c20bf99
Fix manage categories and saved searches to allow assigning a shortcut without provoking a conflict.
2022-10-18 14:55:36 +01:00
Kovid Goyal
718cdffadd
...
2022-10-18 17:33:00 +05:30
Kovid Goyal
15d41840f5
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-10-18 17:31:37 +05:30
Charles Haley
70d5c98782
Several things:
...
- Add some "manage" actions to the saved searches menu
- Make the saved search button on the search toolbar and the saved searches action use the same menu
- Change some of the icons to use the existing dedicated saved search icons.
- Display the menu under a toolbar action or a menu action if either exists. NB: I don't know if this works on a Mac or Linux
- Make manage categories and saved searches use the same code to place the menu on the screen.
2022-10-18 12:22:45 +01:00
Kovid Goyal
6d2ea74a2c
Use old Qt saved geometry data if new data is not available
2022-10-18 15:13:18 +05:30
Kovid Goyal
0f05cf7655
More work on geometry restoration
2022-10-18 14:13:34 +05:30
Kovid Goyal
e53948ca39
No shortcut is indicated by None not ''
2022-10-18 11:13:27 +05:30
Kovid Goyal
0fbbc255b3
Debug information about screens on first restore
2022-10-18 09:16:40 +05:30
Kovid Goyal
cd8308765a
...
2022-10-18 08:09:20 +05:30
Kovid Goyal
57a24aa767
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-10-17 21:48:22 +05:30
Charles Haley
096579e13b
Formatter: Quick pass over messages and documentation.
2022-10-17 16:51:51 +01:00
Kovid Goyal
a7eb71c343
...
2022-10-17 21:05:54 +05:30
Kovid Goyal
37a8a403e9
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-10-17 20:44:35 +05:30
Charles Haley
7ec6619a0e
Add an action to show saved searches in a menu.
...
The action can be triggered by a toolbar button, a shortcut, or on the booklist context menu.
2022-10-17 16:04:37 +01:00
Kovid Goyal
dd8d3bfeef
Cleanup previous PR
2022-10-17 20:11:16 +05:30
Kovid Goyal
8b270da20f
Merge branch 'python_template_introspection' of https://github.com/un-pogaz/calibre
2022-10-17 19:58:34 +05:30
un-pogaz
02b2811892
chaley recommandation
2022-10-17 14:22:19 +02:00
Kovid Goyal
15b12738f8
Merge branch 'typos' of https://github.com/luzpaz/calibre
2022-10-17 09:52:29 +05:30
luz paz
424690e206
Fix various typos
...
Found via `codespell -q 3 -S./Changelog.*,./resources/dictionaries -L alo,ans,pard,ro`
2022-10-16 23:33:44 -04:00
Kovid Goyal
1de95a2897
...
2022-10-16 21:05:55 +05:30
Kovid Goyal
502cdadcd0
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-10-16 20:06:58 +05:30
Charles Haley
b4acdab630
Permit passing a python template context object into the template tester.
2022-10-16 15:31:07 +01:00
Kovid Goyal
aa4e61f744
Cleanup previous PR
2022-10-16 19:27:22 +05:30
Kovid Goyal
41e3770142
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-10-16 19:27:16 +05:30
un-pogaz
e7cc30b3a9
add doc
2022-10-16 15:01:39 +02:00
un-pogaz
983bd742ab
rearrange special function
2022-10-16 15:01:11 +02:00
Charles Haley
f947e0df48
Two performance improvements related to large libraries.
...
See https://www.mobileread.com/forums/showthread.php?p=4265937#post4265937 for an explanation.
The "exotic" part is changing _map_filtered to a property with a setter. The setter constructs a dict {book_id:row}. view.id_to_index() uses the dict instead of .index on the list.
2022-10-16 13:24:26 +01:00
un-pogaz
62cda3ea2f
fix None args to empty
2022-10-16 12:02:17 +02:00
Kovid Goyal
6c9551e570
Clean up previous PR
2022-10-16 14:04:11 +05:30
Kovid Goyal
de01331f98
Merge branch 'fix_unlock_tab' of https://github.com/un-pogaz/calibre
2022-10-16 14:01:03 +05:30
Kovid Goyal
29dd4d718f
Merge branch 'handelsblatt-oct2022' of https://github.com/aimylios/calibre
2022-10-16 13:44:19 +05:30
un-pogaz
2e829adf9f
fix "unlock tabs" no close button for 'all book'
2022-10-16 10:10:54 +02:00
Aimylios
0d5fd6d260
Update Handelsblatt
2022-10-16 09:58:37 +02:00
Kovid Goyal
3beb835042
Use the correct style when custom painintg the icon
2022-10-16 10:36:10 +05:30
Kovid Goyal
3ff4979673
Book list: Fix incorrect rendering of yes/no icons when they are configured to have only two values. Fixes #1993051 [Improper display of custom column]( https://bugs.launchpad.net/calibre/+bug/1993051 )
2022-10-16 10:32:23 +05:30
Kovid Goyal
41668689d5
Assume all future Nooks are going to use NOOK as well
2022-10-16 09:03:01 +05:30
Kovid Goyal
480b9f44d1
Nook driver: Send books to the NOOK folder for the 2021 Nook model as well. Fixes #1990730 [books saved in wrong directory on nook 4e]( https://bugs.launchpad.net/calibre/+bug/1990730 )
2022-10-16 08:59:25 +05:30
Kovid Goyal
ad34b0ea3b
We can no longer rely on confidence from chardet since its always 1 with the move to the C based chardet library
...
So for files where we assume utf-8, use utf-8 if no explicit encoding is
found. Fixes #1993029 [Apostrophe in book title turns into "à€™" upon import](https://bugs.launchpad.net/calibre/+bug/1993029 )
2022-10-15 18:02:11 +05:30
un-pogaz
56e482aeb1
no need undersore, keyword arguments None value
2022-10-15 09:59:48 +02:00
Kovid Goyal
74208b5330
version 6.7.1
v6.7.1
2022-10-15 07:34:52 +05:30
un-pogaz
13b744328b
Reduction of the verbosity of error messages
2022-10-14 19:35:12 +02:00
Kovid Goyal
dc821ded5b
Proper fix for old download installer names
2022-10-14 21:33:08 +05:30
Kovid Goyal
e1ab06f9b8
Fix a regression in the previous release that broke the remove specific format from book action
2022-10-14 17:34:29 +05:30
un-pogaz
281850c32c
special function, move all inside __getattrib__
2022-10-14 13:59:00 +02:00
Kovid Goyal
a32750b4be
Forgot to update the format after running FT plugins when importing in the server
2022-10-14 17:26:40 +05:30
un-pogaz
3272643eca
add funcs name/attribut to __dir__
2022-10-14 10:40:23 +02:00
un-pogaz
635acc9312
sef caller in __init__
2022-10-14 10:30:43 +02:00
un-pogaz
e41aed9a24
use __getattribute__ (now dynamic)
2022-10-14 09:29:36 +02:00
Kovid Goyal
bdaa9a1ca9
SHow progress while compressing linux build tarballs
v6.7.0
2022-10-14 09:08:36 +05:30
Kovid Goyal
9f2a701b21
version 6.7.0
2022-10-14 08:18:08 +05:30