Jonas Kvinge
f01b469f3f
Allow to delete files permanently in fileview with Qt < 5.15
2020-08-19 22:25:05 +02:00
Jonas Kvinge
653a35496d
Add optional delete from disk in collection and playlist
...
Fixes #284
2020-08-19 22:02:35 +02:00
Jonas Kvinge
ab7d383cf1
Use virtual functions for OSD
2020-08-09 01:37:00 +02:00
Jonas Kvinge
459404e3f0
Rename organise to organize
...
Prefer US spelling
2020-08-04 21:18:14 +02:00
Jonas Kvinge
f55a80b15a
Use Q_UNUSED
2020-08-01 03:23:50 +02:00
Jonas Kvinge
3cb4e8e373
Fix OSD Pretty margin
2020-07-19 04:09:34 +02:00
Jonas Kvinge
6e2ec89a05
Use QMouseEvent::pos()
2020-07-18 17:35:03 +02:00
Jonas Kvinge
b15c4ecd10
Fix check for context tab in TabSwitched
...
Broken with Qt 6
2020-07-18 15:52:36 +02:00
Jonas Kvinge
3927b3bf27
Remove QPainter::HighQualityAntialiasing
2020-07-18 04:26:19 +02:00
Jonas Kvinge
dc7047e3c2
Use QLocale::LongFormat
2020-07-18 04:22:59 +02:00
Jonas Kvinge
9830f21e4a
Use setContentsMargins() on layout
2020-07-18 04:20:20 +02:00
Jonas Kvinge
a101252701
Make OSDPretty compatible with Qt 6
2020-07-18 04:15:19 +02:00
Jonas Kvinge
9b8bfdf33c
Replace QPalette::Background with QPalette::Window
2020-07-18 04:12:50 +02:00
Jonas Kvinge
4140163ab2
Mark unused parameters
2020-07-17 16:36:24 +02:00
Jonas Kvinge
7afde0e93f
Fix compile warning in qsearchfield_mac.mm
2020-07-17 16:35:57 +02:00
Jonas Kvinge
1819f64467
Disable deprecation warning for QMacCocoaViewContainer
2020-07-17 16:33:10 +02:00
Jonas Kvinge
71a1ea481b
Replace some uses of static_cast with qobject_cast
2020-07-17 01:32:07 +02:00
Jonas Kvinge
9e32f0d778
Silence some compile warnings with reinterpret cast
2020-07-16 22:46:31 +02:00
Jonas Kvinge
b29387d409
More fancy tabbar fixes
...
- Only use custom size override for large and small sidebar modes
- Use scroll buttons by default
- Set elide text mode off because macOS has it on by default
- Set tooltip for top icon only mode
- Set icon sizes except for on macOS
2020-07-13 18:29:48 +02:00
Jonas Kvinge
a0c99df6b2
Make icon size for small tabbar configurable too
2020-07-12 21:02:29 +02:00
Jonas Kvinge
b0fabd7897
Adjust fancy tabbar size
2020-07-12 19:43:59 +02:00
Jonas Kvinge
938811f24f
Fix sizes of horizontal modes and icon on top modes in fancy tabbar
2020-07-12 18:53:41 +02:00
Jonas Kvinge
c7df0c9b28
Use Q_UNUSED
2020-07-06 20:32:17 +02:00
Jonas Kvinge
4cd738ecb5
Properly calculate tab width
2020-07-02 04:24:55 +02:00
Jonas Kvinge
68e0bc40e1
Dont use fixed font size in fancy tabbar
2020-07-01 17:23:57 +02:00
Jonas Kvinge
9fc8bcdf62
Increase tab size
2020-07-01 14:32:30 +02:00
Jonas Kvinge
227b14a0b6
Make text in fancy tabbar wrap if too wide
2020-07-01 02:53:18 +02:00
Jonas Kvinge
3fd9f4b0df
Make fancy tabbar large mode icon size configurable
2020-06-29 03:03:04 +02:00
Jonas Kvinge
12ff3e963b
Increase icon sizes in fancy tabbar large mode
2020-06-29 02:15:11 +02:00
Jonas Kvinge
558e392234
Make search field clear buttons follow icon size settings
2020-06-29 01:09:02 +02:00
Jonas Kvinge
4d78b30e8c
Make icon sizes configurable, increase default sizes for icons
...
Fixes #250
2020-06-28 18:36:48 +02:00
Jonas Kvinge
3b58c02db0
Improve CMake files ( #460 )
2020-06-17 22:56:20 +02:00
Jonas Kvinge
651020388d
Use override
2020-06-15 21:55:05 +02:00
Jonas Kvinge
72ede666d4
Replace use of C style casts
2020-06-15 17:59:02 +02:00
Jonas Kvinge
082c9097e4
Fix parameter name mispatches
2020-06-14 18:58:24 +02:00
Jonas Kvinge
2fbdb29ebc
Replace 0 with nullptr
2020-06-14 17:02:47 +02:00
Jonas Kvinge
8b7c5d8585
Fix saving OSD pretty settings
2020-06-05 23:46:07 +02:00
Jonas Kvinge
1d5db1446d
Sort folders added from file view
...
Fixes #449
2020-05-30 21:59:55 +02:00
Jonas Kvinge
481d2d699e
Replace QWheelEvent::delta with QWheelEvent::angleDelta
2020-05-29 17:42:40 +02:00
Jonas Kvinge
0ebfa10d32
Update details in playing widget
2020-05-14 19:29:34 +02:00
Jonas Kvinge
a950ec3bd5
Adjust login state widget placement for covers and lyrics settings
2020-05-12 22:15:53 +02:00
Jonas Kvinge
6ef69f6b32
Format code
2020-05-08 18:34:33 +02:00
Jonas Kvinge
8da4c88fd3
Fix compile warnings
2020-04-23 21:08:28 +02:00
Jonas Kvinge
a2c0e4d4b1
Improve album cover loader, lyrics search and streaming support
...
- Improve album cover loader
- Add album cover loader result struct
- Move album cover thumbnail scaling to album cover loader
- Make init art manual look for album cover images in song directory
- Make album cover search work for songs outside of collection and
streams
- Make album cover search work based on artist + title if album is not
present
- Update art manual in playlist for local files, devices and CDDA
- Make lyrics search work for streams
- Add stream dialog to menu
- Remove dead code in InternetSearchModel
- Simplify code in InternetSearchView
2020-04-20 18:03:18 +02:00
Jonas Kvinge
aa43d42cdb
Remove const from signal slot connects
2020-04-13 05:57:48 +02:00
Jonas Kvinge
21b2193cd0
Add explicit
2020-04-07 16:49:15 +02:00
Jonas Kvinge
5a5f50e1e4
Use current_screen() function in OSD Pretty
2020-04-06 23:01:50 +02:00
Jonas Kvinge
4a0235c2ed
Check for null pointer in OSD Pretty
2020-04-06 22:01:44 +02:00
Jonas Kvinge
11f5004112
Use a shorter playlist name when songs are added from file view
...
Fixes #363
2020-03-15 01:56:48 +01:00
Jonas Kvinge
7ae049b559
Require Qt 5.6 or higher
2020-02-29 21:50:10 +01:00