Kovid Goyal
f06b4cea64
Merge branch 'markdown-highlighter-entity' of https://github.com/un-pogaz/calibre
2023-05-04 16:33:44 +05:30
un-pogaz
c451efbd42
apply local bold/italic to Entity
2023-05-04 10:58:39 +02:00
Charles Haley
f57cd0d7a7
Enhancement #2018423 : Manage Authors: Resize rows and add alternating row colouring.
...
The two dialogs share the row height data. Changing it in one changes the other.
2023-05-04 09:10:30 +01:00
un-pogaz
cd888703b8
add HTML entity highlighter
2023-05-04 10:06:13 +02:00
Kovid Goyal
074bdd3330
Replace use of deprecated API
2023-05-04 08:22:05 +05:30
Kovid Goyal
82e7344a63
Merge branch 'fix-markdown-highlighter' of https://github.com/un-pogaz/calibre
2023-05-04 07:55:49 +05:30
un-pogaz
4c16604a9d
...
2023-05-03 19:34:55 +02:00
un-pogaz
4ff5af7576
regex tweaks
2023-05-03 19:21:29 +02:00
Kovid Goyal
baf7d04dbf
string changes
2023-05-03 21:56:51 +05:30
unkn0w7n
840529072e
website got closed
2023-05-02 13:07:09 +05:30
Kovid Goyal
af2656c3b5
Merge branch 'improve-markdown-highlighter' of https://github.com/un-pogaz/calibre
2023-05-02 07:24:58 +05:30
Kovid Goyal
1ac0457238
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #2018227 [User Categories: "Hide empty categories" failing for sub-categories](https://bugs.launchpad.net/calibre/+bug/2018227 )
2023-05-02 07:20:27 +05:30
Kovid Goyal
cae787ee82
...
2023-05-02 07:17:56 +05:30
un-pogaz
50ee2874a5
...
2023-05-01 20:37:52 +02:00
Charles Haley
65bc7643c7
Bug #2018227 : User Categories: "Hide empty categories" failing for sub-categories
2023-05-01 19:12:47 +01:00
Charles Haley
7b1078ec28
Add opening the data folder to the Open action. Allow it to have a shortcut. Create the data folder if it doesn't exist.
2023-05-01 13:34:16 +01:00
Charles Haley
e7f25cf847
Make model.refresh_rows() also clear the extra files cache for those books.
2023-05-01 13:25:05 +01:00
un-pogaz
b35fc9861b
...
2023-05-01 13:02:41 +02:00
un-pogaz
d4213a0212
rework highlightBoldEmphasis
...
better support for imbricated
2023-05-01 11:04:55 +02:00
un-pogaz
991313a701
fiw overflow italic
2023-05-01 07:37:38 +02:00
un-pogaz
596321564a
recursive BlockQuote
2023-05-01 07:04:47 +02:00
Kovid Goyal
fae3fe3808
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-05-01 06:21:48 +05:30
Kovid Goyal
30f65436af
...
2023-05-01 06:08:26 +05:30
Charles Haley
6287e48ad5
Minor fix to the sort by action: the menu wasn't being recomputed after selecting columns to show/not show, causing menu-based actions to show the previous values.
2023-04-30 23:05:22 +01:00
un-pogaz
5afea80133
improve Header and CodeBlock
2023-04-30 20:21:21 +02:00
un-pogaz
9d764697ca
regex tweak
2023-04-30 20:21:20 +02:00
un-pogaz
c67cdd02bc
improve Link, Image, LinkRef
2023-04-30 20:21:20 +02:00
un-pogaz
9b7216b4ff
fix overflow
2023-04-30 20:21:20 +02:00
Kovid Goyal
40f1948189
Cleanup previous PR
...
The sort button used by the grid view still needs update_menu to take a
menu parameter
2023-04-30 20:30:07 +05:30
Kovid Goyal
5d1e886cf9
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-04-30 20:29:36 +05:30
Charles Haley
d4d13d0f2a
Different fix for the wrong screen problem.
2023-04-30 13:08:14 +01:00
Kovid Goyal
0d8a563d2d
Merge branch 'fix-markdown-highlighter' of https://github.com/un-pogaz/calibre
2023-04-30 15:19:54 +05:30
Kovid Goyal
5ed24807e7
string changes
2023-04-30 15:18:57 +05:30
un-pogaz
918bd44f5d
primitive support of bold-italic
2023-04-30 11:22:51 +02:00
Charles Haley
6f1ef2ddab
Revert "Fix weird problem where a menu can be shown on the wrong screen if it is constructed before the first show event. On my test system it is 100% repeatable."
...
This reverts commit 19f1db9578b3143050efc26b9aaf6603f03ac079.
2023-04-30 10:18:25 +01:00
un-pogaz
6793aaae36
fix link overflow
...
The actual regex for Link select the caracter before the bracket if not a start of the line
2023-04-30 10:16:18 +02:00
un-pogaz
5c5f08d709
reorder highlighting
2023-04-30 09:56:00 +02:00
un-pogaz
2f8a32cb56
fix single char italic
2023-04-30 09:49:52 +02:00
un-pogaz
3e539de657
fix imbricated bold/italic
2023-04-30 09:31:00 +02:00
Kovid Goyal
e17454d4fe
string changes
2023-04-30 12:34:43 +05:30
Kovid Goyal
d90d6bb6d4
string changes
2023-04-29 21:20:42 +05:30
Charles Haley
19f1db9578
Fix weird problem where a menu can be shown on the wrong screen if it is constructed before the first show event. On my test system it is 100% repeatable.
...
FWIW: I spent several hours trying to find a way to work around this issue. The trigger is clear -- populating the menu for the first time outside of the Qt "show()" process. This commit fixes it by not populating the 'real' menu until the show sequence has started. If something wants the menu before the show process has started then a fake action is returned with the menu.
2023-04-29 13:30:46 +01:00
Kovid Goyal
f2ee5b3da7
string changes
2023-04-29 13:42:52 +05:30
Kovid Goyal
ace3150791
Fix a regression in 6.16 that broke restoring of the database. Fixes #2018025 [ERROR: Falló: La restauración de la base de datos falló]( https://bugs.launchpad.net/calibre/+bug/2018025 )
2023-04-29 07:07:28 +05:30
Kovid Goyal
89ccf7bbed
...
2023-04-29 06:36:02 +05:30
Kovid Goyal
5ea8bb83ff
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-04-28 17:23:38 +05:30
Charles Haley
a42986964f
Make the "Sort by" action play nice with the Favourites and Action Chains plugins.
2023-04-28 12:45:22 +01:00
Kovid Goyal
db3bd2d25c
...
2023-04-28 09:02:46 +05:30
Kovid Goyal
8ead6c26f0
Merge branch 'cc-markdown-delegate' of https://github.com/un-pogaz/calibre
2023-04-28 08:43:19 +05:30
Kovid Goyal
6990da0581
pep8
2023-04-28 08:38:27 +05:30