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
Jonas Kvinge
424b0e61cb
Remove extra newlines
2020-02-12 00:07:05 +01:00
Jonas Kvinge
1851f26e3f
Reduce includes
2020-02-09 02:29:35 +01:00
Jonas Kvinge
fc2d601424
Remove useless stdbool.h include
2019-12-30 23:14:40 +01:00
Gavin D. Howard
079a559247
Make context title and summary changeable ( #329 )
...
* Make context title and summary changeable
Closes #30
* Fix checkboxes on context settings page
So...I am new to Qt, and I forgot that checkboxes can have a label.
Duh. Fixed.
* Put context settings in a different place
* Put ReplaceMessage and ReplaceVariable in Utilities
2019-12-22 12:09:05 +01:00
Jonas Kvinge
b5a897bb4d
Replace use of QString::sprintf
2019-12-21 18:15:45 +01:00
Jonas Kvinge
b386ca14df
Show fullsize cover on doubleclick
2019-11-19 21:20:36 +01:00
Jonas Kvinge
7c9fc91af9
Enable system theme icons, add iconmapper and rename some icon names
2019-10-20 00:17:28 +02:00
Jonas Kvinge
4402a56e94
Fix compile with optional components disabled
2019-10-03 23:29:52 +02:00
Jonas Kvinge
cd99fac7ed
Fix OSD Pretty upper left (0,0) position and positioning on Windows
...
Fixes #269
2019-09-30 20:32:34 +02:00
Jonas Kvinge
2d67279180
Fix minor code issues
2019-09-15 20:27:32 +02:00
Jonas Kvinge
a33e6c03e4
Use QPixmap::toImage() and QImage.toCGImage() instead
2019-08-16 22:26:30 +02:00
Jonas Kvinge
4f52ceb3e0
Make fancy tabbar background color configurable
2019-08-08 23:16:45 +02:00
Jonas Kvinge
4a934c9dab
Remove use of some deprecated code and cleanup other macOS code
2019-08-06 20:31:54 +02:00
Jonas Kvinge
e7c3dafa36
Handle a case where the playing widget is gets stuck when switch fast
...
between context and other widgets
2019-08-01 21:15:46 +02:00
Jonas Kvinge
e90a36da79
Fix track slider popup being stuck
2019-08-01 20:03:37 +02:00
Jonas Kvinge
99569081c9
Simply some song checks and make url always unique by using stream url
...
instead
2019-07-31 22:26:51 +02:00
Jonas Kvinge
4a1118ceb3
Fix macOS build
2019-07-31 20:03:24 +02:00
Jonas Kvinge
02cda47c28
Disable trackslider popup on macos
2019-07-30 22:11:09 +02:00
Jonas Kvinge
bd78e8c275
Fix memory leaks
2019-07-22 20:53:05 +02:00
Jonas Kvinge
ffebff4ea9
Fix uninitialized variable
2019-07-21 21:28:45 +02:00