Commit Graph

53 Commits

Author SHA1 Message Date
Craig Drummond
48cd5dd72d Unify action settings text 2018-01-20 10:36:11 +00:00
Craig Drummond
1c7ce20c60 Change text for priority shortcut selection 2018-01-18 07:10:39 +00:00
Craig Drummond
3ea67e19a9 Make more actions shortcut assignable.
Issue #1168
2018-01-17 23:16:56 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
92d8a6acfc Make zoom in / out actions configurable
Issue #1092
2017-10-15 16:43:41 +01:00
Craig Drummond
832d81dd10 Add ability to change grid cover size - Ctrl+ / Ctrl-
Issue #1092
2017-10-08 14:43:23 +01:00
Craig Drummond
bb05708411 Remove unity menu icon work-around. 2017-08-14 22:42:17 +01:00
Craig Drummond
cd48d3e979 Separate actions for add and set priority
Issue #1054
2017-08-12 16:54:06 +01:00
Craig Drummond
898cbd5c54 There are 2 'Edit Track Information' actions - one for views and one for
playqueue. Previously only the queue one could have a shortcut. Modified
to allow setting for both - but need to be different. Also allow setting
for organise files and replaygain.
Issue #1004
2017-04-17 18:29:15 +01:00
Craig Drummond
e67d6e3a23 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
8fe3968ea9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
b58fbff787 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
cef4dd9637 Fix add/set priority menus. 2016-07-13 21:31:18 +01:00
Craig Drummond
cc4ba6d3a0 Fix enabling of priority actions 2016-07-13 17:50:32 +01:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9eed8d4fbb Use same icon for Find as for Find In Play Queue 2015-12-06 17:18:38 +00:00
Craig Drummond
176282f26a Fix/work-around Qt 5.5 issues with QMenu being used in 2 actions.
#740
2015-11-13 23:01:50 +00:00
Craig Drummond
d84c7506c7 Add 'Append Random Album' option to library, jamendo, and magnatune
pages.
#732
2015-09-13 12:54:50 +01:00
Craig Drummond
7d5502674e Use mono icon for music file and playlists 2015-09-06 00:25:59 +01:00
Craig Drummond
2d9b604fbf Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
623f46dd43 New options to add songs to play queue - 'add and play', 'append and
play', and 'insert after current'
#680
2015-08-10 18:00:44 +01:00
Craig Drummond
da0cd90a9d Add some default short-cuts:
Ctrl-P Add to play queue
Ctrl-R Replace play queue
Ctrl-S Save play queue
Ctrk-K Clear play queue

#694
2015-07-09 20:51:50 +01:00
Craig Drummond
6940a5e780 Port pages to singlepagewidget 2015-06-23 23:25:04 +01:00
craig.p.drummond
3e8b832c29 Fix wrong icon!!! Oops! :-( 2015-01-16 19:34:02 +00:00
craig.p.drummond
1a0b401a90 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
06b9f062f8 Don't allow to set short-cuts for actions that are menus. 2014-12-03 10:06:31 +00:00
craig.p.drummond
2e89fc8bcc - Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
2014-10-01 16:03:08 +00:00
craig.p.drummond
860f4c7084 More broken libdbusmenu-qt workarounds. Really wish it would repect the dont show icons in menu setting!!! 2014-09-30 20:36:20 +00:00
craig.p.drummond
8f6c53fa67 Remove 'Add albums in random order' from view context menus. 2014-08-18 19:06:52 +00:00
craig.p.drummond
9e7d3a7d7b Add ratings to tag editor 2014-07-23 18:06:02 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
978fb45451 Only work-around menu icons for Qt-only builds. K DEversion uses some standard KDE actions, which forces use of icons :-( 2014-04-24 19:40:08 +00:00
craig.p.drummond
df2b326976 Try not to show icons in menus for Unity and OSX 2014-04-24 18:59:52 +00:00
craig.p.drummond
b4ecefc243 Remove ununsed 'Back' action. 2014-03-31 17:53:49 +00:00
craig.p.drummond
0f320b7631 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
ccc920d3fc Remove refresh buttons in status bar, and place into main menu. Also, prompt for confirmation before perforing refresh. 2014-01-23 19:54:40 +00:00
craig.p.drummond
93ca63e555 Remove find buttons in status bar, and use Ctrl-F for both find in views and find in playqueue. Action depends upon which view has focus.
BUG: 384
2014-01-23 19:53:56 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
af5c9b2c84 Use audioFileIcon from Icons 2013-12-18 19:17:05 +00:00
craig.p.drummond
1255514694 Add albums in random order to playqueue.
BUG: 323
2013-11-01 18:37:19 +00:00
craig.p.drummond
81ebccd6c1 - Optionally support Qxt global shortcuts for Qt-only (Qt4) Linux, and Windows, builds.
- Move media-keys setting into shortcuts page.
2013-10-04 18:42:56 +00:00
craig.p.drummond
77831810a9 Add 'add to favourites' action onto main view too 2013-07-10 18:36:45 +00:00
craig.p.drummond
2cd4dd9893 Re-add bookmarking of TuneIn categories
BUG:252
2013-07-09 14:16:38 +00:00
craig.p.drummond
29e003c5de Add 'Copy Songs To Device' action to playlists page. 2013-06-26 16:19:29 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
ef3d8f221a Reduce number of actions 2013-06-03 18:16:53 +00:00
craig.p.drummond
4c60263439 - s/Set Cover/Set Image/g
- Correct warning if artist image is not writeable
2013-05-03 18:04:14 +00:00