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
Luis Ángel San Martín
f4112e1190
Update what's new + CHANGELOG
2021-03-06 21:24:53 +01:00
Luis Ángel San Martín
4c8259e835
Update what's new + CHANGELOG
2021-03-06 09:05:35 +01:00
Luis Ángel San Martín
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
Luis Ángel San Martín
5c48fe5783
format
2021-01-21 22:31:56 +01:00
Luis Ángel San Martín
58fdf0af23
Add what's new dialog
2021-01-21 21:39:22 +01:00
Luis Ángel San Martín
047fd24609
Make the search line edit bigger
2021-01-14 09:17:49 +01:00
Felix Kauselmann
b9acd13120
Fix code format errors due to changes in default coding style. ( #150 )
2020-07-24 21:17:49 +02:00
Luis Ángel San Martín
5e0b1a9f1d
Use the build number in code
2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
e3ec56aa43
Format code using clang-format
2019-05-30 19:46:37 +02:00
François Gannaz
4ac3407106
type qualifiers are ignored on function return type
2019-04-01 11:25:16 +02:00