Jonas Kvinge
|
059def8d0c
|
Add duration to lyrics search request
|
2025-12-09 18:40:45 +01:00 |
|
Jonas Kvinge
|
7f4f715003
|
ContextView: Remove EBU R 128
It breaks wordwrap
|
2025-09-07 13:53:59 +02:00 |
|
Jonas Kvinge
|
e22fef8ca4
|
ContextView: Fix album cover visible check
Fixes #1744
|
2025-05-12 18:52:12 +02:00 |
|
Jonas Kvinge
|
8da2b9cd94
|
Refactoring
|
2024-11-01 23:04:42 +01:00 |
|
Jonas Kvinge
|
ef9ef63f02
|
Port to QStringLiteral operator
|
2024-10-20 06:38:55 +02:00 |
|
Jonas Kvinge
|
0e330b81db
|
Use Qt::Literals::StringLiterals
|
2024-10-18 20:17:23 +02:00 |
|
Jonas Kvinge
|
4270b12cd1
|
Replace QLatin1String with operator _L1
|
2024-09-12 22:13:21 +02:00 |
|
Jonas Kvinge
|
e3e6a22172
|
Drop Qt 5 support
Qt 6 has been available for almost 4 years. Qt 5 is no longer officially supported by Qt for opensource, it's time to drop Qt 5.
|
2024-09-12 22:13:21 +02:00 |
|
Jonas Kvinge
|
8da616491d
|
Replace emit with Q_EMIT
|
2024-08-25 01:06:30 +02:00 |
|
Jonas Kvinge
|
bdca60c0ad
|
Add missing const
|
2024-08-12 18:12:26 +02:00 |
|
Jonas Kvinge
|
819463a865
|
Use anonymous namespace for constants
|
2024-08-07 00:52:58 +02:00 |
|
Jonas Kvinge
|
c69777ca39
|
ContextView: Only update top text when changed
|
2024-08-06 23:24:58 +02:00 |
|
Jonas Kvinge
|
5451c110b1
|
Replace QStringLiteral with QLatin1String
|
2024-06-12 20:30:36 +02:00 |
|
Jonas Kvinge
|
0c6872b352
|
Disable automatic conversions from 8-bit strings
|
2024-04-13 05:05:33 +02:00 |
|
Jonas Kvinge
|
58944993b8
|
Use QStringLiteral
|
2024-04-09 23:20:26 +02:00 |
|
Célestin Matte
|
27ee6e7643
|
EditTagDialog: Add button to fetch lyrics
Co-Authored-By: Jonas Kvinge <jonas@jkvinge.net>
|
2024-03-13 17:54:19 +01:00 |
|
Roman Lebedev
|
44e5c32bcb
|
ContextView: show newly-added fields
And still very boilerplate-y, same as in previous change,
just show the two new Song fields in `Context` view.
|
2023-07-12 14:34:04 +02:00 |
|
Jonas Kvinge
|
a1dbbba1a1
|
ContextView: Remove engine and device
|
2023-06-01 19:29:52 +02:00 |
|
Jonas Kvinge
|
97e6b17f96
|
ContextView: QFontDatabase::families is not static in Qt 5
|
2023-05-05 17:46:02 +02:00 |
|
Jonas Kvinge
|
b90d284b08
|
ContextView: Check for default font family
|
2023-05-05 16:43:34 +02:00 |
|
Jonas Kvinge
|
1208ca3ad4
|
ContextView: Simplify font code
|
2023-05-03 01:59:13 +02:00 |
|
Jonas Kvinge
|
e9f3281694
|
Rename EngineBase
|
2023-04-22 19:13:42 +02:00 |
|
Jonas Kvinge
|
14d215bdf3
|
ContextView: Add static_cast for font size
|
2023-03-19 19:32:41 +01:00 |
|
Jonas Kvinge
|
a42039d6e5
|
Lyrics: Match both album artist and artist in lyrics results
|
2023-03-06 21:42:59 +01:00 |
|
Jonas Kvinge
|
dd72fb4ca5
|
Use C++11 enum class
|
2023-02-18 14:09:30 +01:00 |
|
Jonas Kvinge
|
9d8b3d3428
|
ContextView: Fix parameters for `IconLoader::Load()`
|
2023-01-01 16:02:17 +01:00 |
|
Jonas Kvinge
|
205b7f2401
|
Split utilities functions into separate files
|
2022-12-28 22:53:59 +01:00 |
|
Jonas Kvinge
|
950411ef56
|
ResizableTextEdit: Force updating geometry
Possible fix for
|
2022-11-16 21:10:30 +01:00 |
|
Jonas Kvinge
|
0348400132
|
ContextView: Remove use of fixed font
Fixes #1040
|
2022-09-23 18:10:01 +02:00 |
|
Jonas Kvinge
|
5aac56fe96
|
ContextView: Cleanup spacers
|
2022-06-09 23:09:41 +02:00 |
|
Jonas Kvinge
|
9b743e55d1
|
ContextView: Update album width from context
|
2022-06-09 00:46:39 +02:00 |
|
Jonas Kvinge
|
a2320b99ae
|
ContextView: Use fixed size to avoid scrollbar issues
|
2022-06-06 20:54:15 +02:00 |
|
Jonas Kvinge
|
4f1f2b6fc6
|
ContextView: Change condition for showing context menu
|
2022-06-05 18:19:14 +02:00 |
|
Jonas Kvinge
|
1ea70b085f
|
Context: Remove albums
|
2022-06-05 11:58:53 +02:00 |
|
Jonas Kvinge
|
d133addbaa
|
Context: Use custom textedits instead of labels
Also improve album cover scaling
Fixes #965
|
2022-06-05 04:41:36 +02:00 |
|
Jonas Kvinge
|
b1fdccde6e
|
ContextView: Specify alternative fonts for no song playing
|
2022-04-10 14:05:51 +02:00 |
|
Jonas Kvinge
|
b5d39c5f21
|
Context: Remove use of custom font
Fixes #932
|
2022-04-04 20:26:38 +02:00 |
|
Jonas Kvinge
|
f6b70fda71
|
Formatting
|
2022-03-22 21:09:05 +01:00 |
|
Jonas Kvinge
|
67a6d6c1e3
|
LyricsFetcher: Change request ID to quint64
|
2021-10-30 03:15:03 +02:00 |
|
Jonas Kvinge
|
79ac53b2d9
|
Fix narrowing conversions
|
2021-10-30 02:21:29 +02:00 |
|
Jonas Kvinge
|
fa834a76ef
|
ContextView: Avoid unnecessary album resize
|
2021-10-27 22:16:48 +02:00 |
|
Jonas Kvinge
|
d35d3aabc3
|
Show error dialog for failed SQL queries
|
2021-09-09 21:45:46 +02:00 |
|
Jonas Kvinge
|
416a8c8f5d
|
Context: Hide albums widget in constructor
|
2021-09-07 00:10:05 +02:00 |
|
Jonas Kvinge
|
e48b7d83a3
|
Formatting
|
2021-07-11 09:49:38 +02:00 |
|
Jonas Kvinge
|
a6742d401c
|
Formatting
|
2021-07-11 07:40:57 +02:00 |
|
Jonas Kvinge
|
e1bf4347ab
|
Fix uninitialized variables
|
2021-06-20 23:53:28 +02:00 |
|
Jonas Kvinge
|
54f2aa5f77
|
Update copyrights
|
2021-03-20 21:14:47 +01:00 |
|
Jonas Kvinge
|
133f094d72
|
Add support for saving embedded album covers
Fixes #286
|
2021-02-26 21:03:51 +01:00 |
|
Jonas Kvinge
|
bf7c8df353
|
Connection syntax migration (#637)
|
2021-01-26 16:48:04 +01:00 |
|
Jonas Kvinge
|
497952611d
|
Fix HTML escaping for custom OSD notifications
Fixes #618
|
2020-12-11 23:59:38 +01:00 |
|