45367 Commits

Author SHA1 Message Date
Kovid Goyal
e19c7ea10f
... 2022-07-07 11:11:09 +05:30
Kovid Goyal
3ad1eb0e46
string changes 2022-07-07 07:33:30 +05:30
Kovid Goyal
1eec089faf
OS X -> macOS 2022-07-06 19:49:51 +05:30
Kovid Goyal
8abfed58f6
remove qt6 brancg checkout hook 2022-07-06 19:36:51 +05:30
Kovid Goyal
34ce7f735c
Make font-weight: 600 or 700 into font-weight: bold 2022-07-06 19:19:56 +05:30
Kovid Goyal
13d0de53ba
... 2022-07-06 19:19:56 +05:30
Kovid Goyal
e3a06ca243
Qt6 uses a font-weight of 700 for bold 2022-07-06 19:19:56 +05:30
Kovid Goyal
21c2b5f048
DRYer 2022-07-06 19:19:56 +05:30
Kovid Goyal
8ebb585539
Bump beta version 2022-07-06 19:19:56 +05:30
Kovid Goyal
49c8fd5191
Use a preference for choosing the color palette 2022-07-06 19:19:56 +05:30
Kovid Goyal
4b0885b828
API to set NSApplication.appearance 2022-07-06 19:19:56 +05:30
Kovid Goyal
ece1249fff
Dont use a custom layout in the UI file as qt designer from qt 6 does not support it 2022-07-06 19:19:56 +05:30
Kovid Goyal
1294a23c95
There is no python anymore on macOS 2022-07-06 19:19:56 +05:30
Kovid Goyal
1aa3d58375
API to get/set cocoa aqua appearance override 2022-07-06 19:19:56 +05:30
Kovid Goyal
45fe6a409d
Change interface demo plugin to pass plugin name to get_icons() 2022-07-06 19:19:56 +05:30
Kovid Goyal
6e79aa456e
... 2022-07-06 19:19:56 +05:30
Kovid Goyal
d0364c9635
Workaround for QIcon::isNull() return False even though there are no available sizes 2022-07-06 19:19:56 +05:30
Kovid Goyal
2d76098a19
remove py2 fallback 2022-07-06 19:19:55 +05:30
Kovid Goyal
f0a619ac14
... 2022-07-06 19:19:55 +05:30
Kovid Goyal
72ae0fb0a9
DRYer 2022-07-06 19:19:55 +05:30
Kovid Goyal
fd20a77b3c
Fix placeholder text color in dark theme 2022-07-06 19:19:55 +05:30
Kovid Goyal
ce171699dc
Restore CALIBRE_USE_DARK_PALETTE on windows 2022-07-06 19:19:55 +05:30
Kovid Goyal
09f6568dd7
... 2022-07-06 19:19:55 +05:30
Kovid Goyal
669d67ad29
Install poppler as pdftotext is now tested 2022-07-06 19:19:55 +05:30
Kovid Goyal
4ee2c97894
Bump beta version 2022-07-06 19:19:55 +05:30
Kovid Goyal
9787a710c2
FTS: Fix restrict books working on selected books rather than filtered books 2022-07-06 19:19:55 +05:30
Kovid Goyal
cde3ff211c
Use pdftotext to index PDF files
Much faster and less resource intensive than pdftohtml
2022-07-06 19:19:55 +05:30
Kovid Goyal
1d67f1e923
more pyqt6 enum goodness 2022-07-06 19:19:55 +05:30
Kovid Goyal
a301e71328
Show min/max buttons on FTS popup window 2022-07-06 19:19:55 +05:30
Kovid Goyal
63563fe0c3
FTS: Only use calibre internal viewer for configured fmts 2022-07-06 19:19:55 +05:30
Kovid Goyal
d38bcc7ad0
... 2022-07-06 19:19:55 +05:30
Kovid Goyal
5b620a3615
Change mark all button text to mark all books rather than mark books to make it clearer 2022-07-06 19:19:55 +05:30
Kovid Goyal
54c5411d6e
Make the snippet search thread yield after every result so other threads can be scheduled 2022-07-06 19:19:54 +05:30
Kovid Goyal
8e655fda1c
Clarify that FTS finds only one instance per book 2022-07-06 19:19:54 +05:30
Kovid Goyal
3a152fe2b2
Fix donate button being rendered as a blank when toolbar icons are turned off
This does mean that there will be one icon on the toolbar always (unless
the donate button is removed).
2022-07-06 19:19:54 +05:30
Kovid Goyal
874507efec
Fix incorrect counting on initial done event for time estimation 2022-07-06 19:19:54 +05:30
Kovid Goyal
f77b3e778a
Handle done events with no actual files done 2022-07-06 19:19:54 +05:30
Kovid Goyal
f9b6a39b2a
Bump beta version 2022-07-06 19:19:54 +05:30
Kovid Goyal
9a6cb80fe4
More pyqt6 enum goodness 2022-07-06 19:19:54 +05:30
Kovid Goyal
e415463168
Annotate bug workarounds 2022-07-06 19:19:54 +05:30
Kovid Goyal
ff34c69f3a
... 2022-07-06 19:19:54 +05:30
Kovid Goyal
17d897fc19
Use int() rather than .value works with PySide6 as well 2022-07-06 19:19:54 +05:30
Kovid Goyal
5635216999
... 2022-07-06 19:19:54 +05:30
Kovid Goyal
340241e5d7
Add support for FTS index to export/import 2022-07-06 19:19:54 +05:30
Kovid Goyal
e111569c99
... 2022-07-06 19:19:54 +05:30
Kovid Goyal
584456876d
... 2022-07-06 19:19:54 +05:30
Kovid Goyal
546b5b42d1
Remove --reinitialize-db as fts tables cause it to break 2022-07-06 19:19:54 +05:30
Kovid Goyal
a8483d8626
Allow loading of calibre sqlite extension when connecting via python sqlite3 module as well 2022-07-06 19:19:53 +05:30
Kovid Goyal
4467f1e54c
Allow removing individual books from the FTS index if they are somehow missing from the main db 2022-07-06 19:19:53 +05:30
Kovid Goyal
04ac88cfa4
Better failure mode for unknown book/author 2022-07-06 19:19:53 +05:30