Commit Graph

41 Commits

Author SHA1 Message Date
c948ee70cb Add some system info to the help/about dialog
I'll see what other info can be useful.
2022-01-16 11:19:19 +01:00
08021ba9a8 Take care of QToolButton not handling hdpi properly 2022-01-15 11:32:32 +01:00
565bc3a5d0 Replace all uses of devicePixelRatio with devicePixelRatioF 2022-01-14 19:22:50 +01:00
d8f224645d Remove YACReader::SearchModifiers
They are no longer used
2021-12-29 14:58:03 +01:00
a619947bfd Add a signal to YACReaderTreeView to know when the current index changes 2021-12-26 17:32:09 +01:00
3792a1efc5 Add override to overridden methods in YACReaderTreeView 2021-12-26 17:31:18 +01:00
2e24c1f36f Simplify YACReaderSearchLineEdit
Modifiers are no longer needed since we have advanced search
2021-10-19 00:00:09 +02:00
8173f9f94c Use setContentsMargins instead of setMargin 2021-10-19 00:00:09 +02:00
75060d4f24 Do not use QTextCodec in Qt6 2021-10-19 00:00:08 +02:00
1012ec37c7 Use setContentsMargins instead of setMargin 2021-10-19 00:00:08 +02:00
2a90b1c6ef Stop using availableGeometry 2021-10-19 00:00:08 +02:00
0a2f7bd2af Proper use of QString::arg 2021-10-19 00:00:08 +02:00
d8cb61314d Getter is not a slot 2021-10-19 00:00:07 +02:00
078a97c1d1 Remove unused variables 2021-10-19 00:00:07 +02:00
e1ed292a91 Convert emit(signal()) calls to emit signal() 2021-10-19 00:00:07 +02:00
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
d9ca26faf0 Convert spin widget to new slot syntax 2021-06-29 13:53:12 +02:00
a3a1e32198 New slot syntax: Manually convert leftover QButtons
There is a bunch of QButton and similar widget connnections which
cannot be converted to new slot syntax automatically.

Fix them by hand and bundle them for testing.
2021-06-29 13:53:12 +02:00
485ce1c9d8 Convert Mac toolbar to new slot syntax 2021-06-29 13:53:12 +02:00
ae8e47d863 Clazy: Add second batch of SIGNAL/SLOT removal 2021-06-29 13:53:12 +02:00
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