Commit Graph

21 Commits

Author SHA1 Message Date
891546b423 9.8.2 release 2021-06-19 18:13:01 +02:00
1c382aef72 Update version to 9.8.1 2021-06-02 18:57:41 +02:00
c30ee1b3e1 Fix pay-pal link 2021-05-17 20:45:32 +02:00
efd9f478ca Make underlying NSTextField the first responder on setFocus 2021-03-13 16:32:27 +01:00
81e40dabec Library: add a shortcut to focus search line
The Ctrl+F shortcut gives focus to a search bar in many applications.
In this case it allows to search the library without touching a mouse.

YACReaderMacOSXSearchLineEdit::setFocus() will have to be implemented to
make the shortcut work on macOS.
2021-03-13 14:59:29 +02:00
18506c21cc Treeview: Remove QSysInfo
QSysInfo::MacVersion is deprecated in Qt 5.9 and the code it was used in
is effectively dead code as it is specific to macOS versions no longer supported
by Qt 5.9.

Remove it.
2021-03-13 10:46:43 +01:00
f4112e1190 Update what's new + CHANGELOG 2021-03-06 21:24:53 +01:00
4c8259e835 Update what's new + CHANGELOG 2021-03-06 09:05:35 +01:00
f183fc1dd2 Fallback to a text close button if we can't load the svg image
If the svg plugin is missing the user can't see where the close button is
2021-01-22 16:35:58 +01:00
5c48fe5783 format 2021-01-21 22:31:56 +01:00
58fdf0af23 Add what's new dialog 2021-01-21 21:39:22 +01:00
047fd24609 Make the search line edit bigger 2021-01-14 09:17:49 +01:00
b9acd13120 Fix code format errors due to changes in default coding style. (#150) 2020-07-24 21:17:49 +02:00
5e0b1a9f1d Use the build number in code 2019-08-24 11:11:55 +02:00
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
4ac3407106 type qualifiers are ignored on function return type 2019-04-01 11:25:16 +02:00
c10cfc01e9 type qualifiers are ignored on function return type 2019-04-01 11:23:33 +02:00
ab96056b0e Normalize line endings
Normalize the line endings for a bunch of files previously not covered 
by .gitattributes.
2018-08-07 11:09:02 +02:00
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
f7e2547531 Options dialog: Add default case to FlowType switch case to prevent undefined behaviour (just in case) 2018-05-26 12:11:30 +02:00
2cbbf8d433 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00