Commit Graph

65 Commits

Author SHA1 Message Date
Luis Ángel San Martín
7bfa157856 Mention the new webui page in what's new 2022-10-30 08:00:36 +01:00
Luis Ángel San Martín
75e7e76e82 Update CHANGELOG and what's new 2022-10-29 11:11:11 +02:00
Luis Ángel San Martín
150d27c3ad Make import ComicInfo.XML from new comics optional
It is disabled by default.
2022-10-28 23:31:55 +02:00
Luis Ángel San Martín Rodríguez
14cfc5b9d4 Update CHANGELOG and what's new 2022-10-25 10:09:02 +02:00
Luis Ángel San Martín Rodríguez
210a48f91e Fix missing icons in macos 2022-10-23 14:41:03 +02:00
Luis Ángel San Martín
6e62fc0a0c Replace icon in the search edit with SVG versions 2022-10-23 12:45:50 +02:00
Luis Ángel San Martín
31c4ae6561 More left side bar png to svg assets conversion 2022-10-23 10:43:37 +02:00
Luis Ángel San Martín
c7a1a73432 Convert more icons to SVG 2022-10-22 16:26:10 +02:00
Luis Ángel San Martín
67211154ec Bump version number and what's new 2022-10-15 12:58:52 +02:00
Luis Ángel San Martín
67b7c4adc9 Update CHANGELOG/whatsnew 2022-10-01 11:20:38 +02:00
Luis Ángel San Martín Rodríguez
d4b1913c1c Update the search edit style in macos 2022-09-29 21:59:47 +02:00
Luis Ángel San Martín
70a584c715 Fix assets loading in search edit (windows/linux) 2022-09-17 10:04:27 +02:00
Luis Ángel San Martín Rodríguez
61c50df384 Fix search edit icons in hdpi screens (at least in macos) 2022-09-17 09:45:39 +02:00
Luis Ángel San Martín
cba098b07f Include the OpenGL version in System Info 2022-09-12 19:24:56 +02:00
Luis Ángel San Martín
f794227902 Add the Qt version to System info dialog 2022-09-12 19:24:56 +02:00
Luis Ángel San Martín Rodríguez
e026f25617 QMacToolBar is not available in Qt6
This commit adds new qt pure versions of the mac toolbar to be used in qt6.
2022-09-12 19:24:56 +02:00
Luis Ángel San Martín
c891bdf36e Update CHANGELOG 2022-09-01 11:20:50 +02:00
Luis Ángel San Martín
1cf81ebac0 Update CHANGELOG 2022-08-26 21:08:04 +02:00
Luis Ángel San Martín
7df011e181 Add an edit for filtering series results returned by Comic Vine 2022-08-18 16:22:07 +02:00
Luis Ángel San Martín
2294ae63f6 Fix changelog 2022-07-23 19:25:26 +02:00
Luis Ángel San Martín
58cf162534 Update CHANGELOG and what's new content 2022-07-06 10:47:41 +02:00
Luis Ángel San Martín
9c0aa41c32 Improve what's new style 2022-07-06 10:06:22 +02:00
Luis Ángel San Martín
51e3b2618a Fix type boolean -> bool 2022-04-10 08:33:32 +02:00
Luis Ángel San Martín
4c54f2a07c Fix clicking on the folders treeview when it shown results from search
This was a bug introduced when support for folder navigation using the keyboard was added.
2022-03-28 22:32:52 +02:00
Luis Ángel San Martín
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
Luis Ángel San Martín
08021ba9a8 Take care of QToolButton not handling hdpi properly 2022-01-15 11:32:32 +01:00
Luis Ángel San Martín
565bc3a5d0 Replace all uses of devicePixelRatio with devicePixelRatioF 2022-01-14 19:22:50 +01:00
Luis Ángel San Martín
d8f224645d Remove YACReader::SearchModifiers
They are no longer used
2021-12-29 14:58:03 +01:00
Luis Ángel San Martín
a619947bfd Add a signal to YACReaderTreeView to know when the current index changes 2021-12-26 17:32:09 +01:00
Luis Ángel San Martín
3792a1efc5 Add override to overridden methods in YACReaderTreeView 2021-12-26 17:31:18 +01:00
Luis Ángel San Martín
2e24c1f36f Simplify YACReaderSearchLineEdit
Modifiers are no longer needed since we have advanced search
2021-10-19 00:00:09 +02:00
Luis Ángel San Martín
8173f9f94c Use setContentsMargins instead of setMargin 2021-10-19 00:00:09 +02:00
Luis Ángel San Martín
75060d4f24 Do not use QTextCodec in Qt6 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
1012ec37c7 Use setContentsMargins instead of setMargin 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
2a90b1c6ef Stop using availableGeometry 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
0a2f7bd2af Proper use of QString::arg 2021-10-19 00:00:08 +02:00
Luis Ángel San Martín
d8cb61314d Getter is not a slot 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
078a97c1d1 Remove unused variables 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
e1ed292a91 Convert emit(signal()) calls to emit signal() 2021-10-19 00:00:07 +02:00
Luis Ángel San Martín
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
Felix Kauselmann
d9ca26faf0 Convert spin widget to new slot syntax 2021-06-29 13:53:12 +02:00
Felix Kauselmann
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
Felix Kauselmann
485ce1c9d8 Convert Mac toolbar to new slot syntax 2021-06-29 13:53:12 +02:00
Felix Kauselmann
ae8e47d863 Clazy: Add second batch of SIGNAL/SLOT removal 2021-06-29 13:53:12 +02:00
Luis Ángel San Martín
891546b423 9.8.2 release 2021-06-19 18:13:01 +02:00
Luis Ángel San Martín
1c382aef72 Update version to 9.8.1 2021-06-02 18:57:41 +02:00
Luis Ángel San Martín
c30ee1b3e1 Fix pay-pal link 2021-05-17 20:45:32 +02:00
Luis Ángel San Martín
efd9f478ca Make underlying NSTextField the first responder on setFocus 2021-03-13 16:32:27 +01:00
Igor Kushnir
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
Felix Kauselmann
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