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
Jonas Kvinge
f4b1ef4d04
Set initial position of OSDPretty
2019-07-09 20:28:43 +02:00
Jonas Kvinge
656130a739
Replace QDesktopWidget in OSDPretty
2019-07-09 19:49:15 +02:00
Jonas Kvinge
a5a251a964
Remove use of QDesktopWidget in QSearchField
2019-07-09 00:05:08 +02:00
Jonas Kvinge
b5dd90b2d5
Check QT_VERSION_CHECK for QImage::sizeInBytes() or QImage::byteCount()
2019-07-08 23:35:43 +02:00
Jonas Kvinge
5f7efee00e
ifdef QFontMetrics::horizontalAdvance to make it work with older Qt
2019-07-08 23:27:45 +02:00
Jonas Kvinge
8ebcb71e6e
Replace all uses of QSignalMapper with lambda expressions
2019-07-08 22:27:45 +02:00
Jonas Kvinge
f3e852c042
Replace QImage::byteCount() with sizeInBytes()
2019-07-08 22:25:56 +02:00
Jonas Kvinge
25f6231e9d
Replace QString::null with QString()
2019-07-08 22:24:00 +02:00
Jonas Kvinge
870dc0d36f
Replace QFontMetrics::width with horizontalAdvance, dark with darker, background() with window() and QString::null with QString()
2019-07-08 22:19:14 +02:00
Jonas Kvinge
61af1d1c72
Update file filter
2019-07-07 21:36:05 +02:00
Jonas Kvinge
65780e1672
Improve album cover searching and cover manager, use HttpStatusCodeAttribute and QSslError for services
...
- Improve album cover manager
- Change art_automatic and art_manual to QUrl
- Refresh collection album covers when new album covers are fetched
- Fix automatic album cover searching for local files outside of the collection
- Make all Json services check HttpStatusCodeAttribute
- Show detailed SSL errors for Subsonic, Tidal and Qobuz
2019-07-07 21:14:24 +02:00
m4x3t
0bbe9838c4
Add option: notification on playback resume ( #196 )
...
* Add option: notification on playback resume
This adds an optional setting to show the
notification that is displayed when changing
the track when resuming playback as well.
* Modify resume notification calling
This adds a new signal "Resumed" that is emitted
when the player status is changed from Paused
to Playing.
The AlbumArtLoaded function will only be called
again when playback is manually resumed, and not
when the player is started for the first time
or when the track is changed.
2019-06-29 19:54:27 +02:00
Jonas Kvinge
5ef5da687d
Fix macOS build
2019-06-12 06:34:59 +02:00
Jonas Kvinge
69eeb4b0f8
Move QSearchField to widgets and remove rest of qocoa
2019-05-08 23:34:44 +02:00
Jonas Kvinge
740ead4059
Simplify enabling/disabling tabs code
2019-05-04 13:45:06 +02:00
Jonas Kvinge
96424be0da
Fix fancy tabs loading
2019-05-03 17:32:55 +02:00
Jonas Kvinge
170adfd00c
Save geometry, tabbar and playlist on exit only, fix loading tabs in
...
correct order
2019-04-27 22:32:39 +02:00
Jonas Kvinge
fe549cf4c5
Fix include
2019-04-25 00:01:26 +02:00
Jonas Kvinge
4171bc4c70
Delete old stylehelper
2019-04-24 23:44:04 +02:00
Jonas Kvinge
e0923a0494
Fix small sidebar mode width
2019-04-23 23:03:59 +02:00
Jonas Kvinge
7bcd5ba14c
Fix track seeking with mouse wheel
2019-04-20 14:26:30 +02:00
Jonas Kvinge
844c4a28f4
Fix incorrect desktop file returned by mpris2
2019-04-19 10:35:15 +02:00
Jonas Kvinge
907d18a83a
Add moodbar
2019-04-18 15:03:01 +02:00
Jonas Kvinge
9be161d165
Fix code style and errors
2019-04-08 18:46:11 +02:00
Jonas Kvinge
c0fb35f6b9
Add option to disable playing widget
2019-03-09 17:20:07 +01:00
Jonas Kvinge
3e658845d2
Add option to disable volume control
2019-03-09 16:48:45 +01:00
Jonas Kvinge
e33590bff9
Show strawberry icon in OSD
2019-02-21 18:12:40 +01:00
Jonas Kvinge
333a0bc05a
Capitalize strawberry in osd and tooltip, change cdcase and remove some
...
unused code
2019-02-10 21:25:36 +01:00
Jonas Kvinge
aeb7e3914e
Allow compile with Qt 5.5 again
2019-01-07 19:04:53 +01:00
Jonas Kvinge
cef334c210
Add new global shortcut system backend for X11 and Windows
...
- Remove qxt
- Also create an option for enabled/disabling shortcuts through X11.
2019-01-01 20:07:29 +01:00
Jonas Kvinge
2a54cb17e7
Move organise files, add option to strip all non-fat characters
2018-12-29 15:37:16 +01:00
Jonas Kvinge
6129ad1f4d
Track slider fixes
2018-11-17 03:25:21 +01:00
Jonas Kvinge
2ba350f76f
Attempt to fix crash in setStyleSheet()
2018-10-26 20:05:37 +02:00
Jonas Kvinge
51021131d7
Allow compile on Qt 5.5.1 or above
2018-10-23 20:17:29 +02:00
Jonas Kvinge
b7b8084a38
Remove setExpanding
2018-10-20 22:18:56 +02:00
Jonas Kvinge
5221f13498
Minor code cleanup and fixes
2018-10-20 22:16:22 +02:00
Jonas Kvinge
5853bc68d1
Replace depreciated macro
2018-10-19 19:13:40 +02:00