Craig Drummond
0963e25642
macOS fixes
2018-02-17 15:38:17 +00:00
Craig Drummond
0d3d931a31
Only update if index changed
2018-02-17 10:13:43 +00:00
Craig Drummond
d14fce922e
Make sidebar change pages on mouse wheel events.
...
Closes #1214
2018-02-16 21:50:18 +00:00
Craig Drummond
54a76792d5
Fix small sidebar
2018-02-16 16:46:57 +00:00
Craig Drummond
f04894a1d7
Unify action settings text
2018-01-20 10:36:11 +00:00
Craig Drummond
04192fb750
Add link in server settings page to wiki page on github explaining how
...
files are accessed
Issue #1163
2018-01-10 19:44:16 +00:00
Craig Drummond
5d713012a1
Fix URL clicks in NOTE labels
2018-01-10 18:32:44 +00:00
padertux
4f26eb686e
Refactor code to use C++11 nullptr
2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb
Refactor code to use C++11 overriding
2018-01-08 22:51:48 +01:00
Craig Drummond
2139d3dbb8
Update (c) year
2018-01-01 10:11:39 +00:00
Craig Drummond
73facdf59f
No icons in kmessage widget
2017-12-03 11:57:20 +00:00
Craig Drummond
6e100a5ef5
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
Craig Drummond
790a3830b4
Remember last loaded/saved playlist name - and use this as the default
...
name when saving.
Closes #1116
2017-11-05 15:58:47 +00:00
Craig Drummond
8bb167299f
If dynamic playlists helper does not start, show link to wiki page
...
detailing perl dependencies.
Closes #1113
2017-11-03 13:41:37 +00:00
Craig Drummond
abe300de4a
Fix missing icon in initial settings wizard
2017-10-16 21:01:22 +01:00
Craig Drummond
fa28ba5caf
Use "Locate In Library / Track" (etc) for locate actions in shortcut
...
setting page
2017-10-15 16:41:08 +01:00
Craig Drummond
148fe919bb
Only disable system tray support if org.kde.StatusNotifierWatcher is not
...
registered when running under Gnome.
Issue #1089
2017-10-04 20:40:48 +01:00
Craig Drummond
c98b3da6fa
Revert "Work-around unfocused item vew colours with Kantum"
...
This reverts commit 526c662dff .
2017-09-10 18:54:50 +01:00
Craig Drummond
4ee7ee5609
Work-around unfocused item vew colours with Kantum
2017-09-10 14:47:26 +01:00
Craig Drummond
498d62b724
nly enable system tray for Linux if org.kde.StatusNotifierWatcher DBUS
...
service is registered.
2017-09-08 20:25:20 +01:00
Craig Drummond
8f7865099f
Disable system-tray icon code for GNOME shell (but not Ubuntu's GNOME
...
shell session).
2017-09-01 22:57:54 +01:00
Craig Drummond
5001c5b593
Revert "Remove Cantata's high-dpi handling code, this should be done by Qt."
...
This reverts commit 28df204fc4 .
Issue #1077
2017-08-30 19:25:26 +01:00
CDrummond
5fdc066521
Non-rounded selection
2017-08-26 08:55:42 +01:00
CDrummond
1743ad2b3d
Fix sidebar highlight for windows (at least for Windows 10).
2017-08-26 08:47:14 +01:00
padertux
3a5ff9d6f7
Fix build error
2017-08-18 20:06:59 +02:00
Craig Drummond
e0b7550515
Remove Cantata's high-dpi handling code, this should be done by Qt.
...
Issue #1063
2017-08-15 23:20:18 +01:00
Craig Drummond
555737960c
Fix desktop detection via XDG_CURRENT_DESKTOP - check for colon
...
separated values.
2017-08-15 12:34:08 +01:00
Craig Drummond
ace619aa2c
When adding items with a custom priority, or updating a custom priority,
...
add option to have this priority decrease with each item.
Issue #1054
2017-08-14 19:42:11 +01:00
Craig Drummond
7ef78f4095
Fix some macOS warnings
2017-07-10 22:31:33 +01:00
Craig Drummond
4967a2830a
More consisten item highlight
2017-07-10 19:14:30 +01:00
Craig Drummond
bcd7f7d980
Less cramped icons when icons only
2017-07-09 19:06:30 +01:00
Craig Drummond
0b3a56fe7f
Fix preferences dialog titlebar under macOS
2017-07-09 10:53:59 +01:00
Craig Drummond
44993730bb
devicePixelRatioF was introduced with Qt5.6, so for earlier versions
...
need to use devicePixelRatio
2017-07-04 21:57:41 +01:00
Craig Drummond
57f6aaf4e9
Use devicePixelRatioF
2017-07-03 18:58:46 +01:00
Craig Drummond
10c1895447
Darker red icons
2017-06-22 21:09:56 +01:00
rezodlub
e8cc1ab8ef
Fixes:
...
empty folders on MPD side (crash inserting/removing to/from model)
usage of sys/time.h changed to QTime
no unistd.h in Visual Studio
if QT was build without SSL support, there is no QSslSocket class (at least in 5.6 and 5.8)
missing strncasecmp in Visual Studio
utime.sys is actually sys/utime.h in Visual Studio
2017-06-11 15:31:35 +02:00
Craig Drummond
667a73e81e
Remove deprecated QStyleOptionTabV3
2017-05-24 18:02:41 +01:00
Craig Drummond
7d8e7323a3
Remove more Gtk hacks
2017-05-24 17:59:05 +01:00
CDrummond
db47f9a5e2
Windows fixes
2017-04-23 13:03:22 +01:00
Craig Drummond
7395e5fa96
Remove mac specific icons
2017-04-11 17:27:21 +01:00
Craig Drummond
edba120db9
Remove touch support - does not work that well, and QtWidgets are not designed for touch
2017-04-11 17:15:21 +01:00
Craig Drummond
f7efbc380a
Use FontAwesome::timescircle for LineEdit clear icon
2017-04-10 17:43:48 +01:00
Craig Drummond
d6b0d7431d
Fix various CMakeLists issues
2017-04-09 17:26:22 +01:00
Craig Drummond
b63c6fbe26
Use Qt5's translation framework - ts files, not po files.
2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98
Remove Qt4 support
2017-04-02 18:43:34 +01:00
Craig Drummond
a517bf4f17
Remove KDE4 and Ubuntu Touch support
2017-04-01 22:55:27 +01:00
Craig Drummond
69287d2df7
Fix function protoype
...
Pull #982
2017-03-25 18:14:33 +00:00
Craig Drummond
0e9eff7c32
Allow single-key shortcuts.
...
Issue #945
2017-01-04 20:15:41 +00:00
Craig Drummond
9795cbce7b
Remove Gtk themeing hacks. Qt styles such as Kvantum should be used to mimic better Gtk support.
...
Issue #928
2016-12-30 17:03:20 +00:00