craig.p.drummond
d376ed2d40
Connect to solid in both constructors
2012-12-11 21:00:16 +00:00
craig.p.drummond
3c7d7faba5
Remove blank line...
2012-12-11 20:23:25 +00:00
craig.p.drummond
881da0dff5
Remove file buttons - not used for Samba, or sshfs (qt)
2012-12-11 20:08:44 +00:00
craig.p.drummond
43509b2a86
Fix typos
2012-12-11 19:29:04 +00:00
craig.p.drummond
0a60845292
Dont allow to set focus onto clear button in line-edits.
2012-12-11 19:28:46 +00:00
craig.p.drummond
66c177c0dd
Use console icon for SSHfs devices, and use server for Samba
2012-12-11 19:28:18 +00:00
craig.p.drummond
7f462db07e
Fix auto-start issues of dbus service (looks like calling mount.cifs directly causes some forking?)
2012-12-11 19:27:42 +00:00
craig.p.drummond
fe36e0411b
Dont display all 'Unknown' for empty song
2012-12-11 19:24:42 +00:00
craig.p.drummond
379d44a404
Add a simple system debus helper to allow user mounts of samba shares. This is intended to allow Cantata to connect to an Android device via NASDroid. Requires cantata be built with remote device support.
...
NOTE: Currently the system service does not seem to auto-start correctly, and needs to be started by hand. This needs to be / will be fixed before release...
2012-12-10 21:50:09 +00:00
craig.p.drummond
c86ef5e44d
Add option to embed covers when copying songs to devices. (ID3v2, mp4, vorbis comment tag types only)
2012-12-10 19:56:16 +00:00
craig.p.drummond
ec4f910d60
Merge 'External Settings' into 'Interface Settings'
2012-12-10 19:55:40 +00:00
craig.p.drummond
858f4bb52e
- When guessing tags, remove leading spaces/dashes from title.
...
- Also add tag/title guessing to details shown in main window.
2012-12-10 19:55:08 +00:00
craig.p.drummond
a8e66de29e
Allow editing of tags, and replaygain calculation, of files from folder view which do not contain tags.
2012-12-10 19:54:52 +00:00
craig.p.drummond
a465271b8b
For playqueue items, if we only have a filename, and no artist, etc, then attempt to ascertain artist, album, title, and track number from the filename. These will be extracted if the filename has the following pattern:
...
"%artist%/%album%/%track% %title%"
Otherwise, if we cannot extract all of these, just set the title to the filename without path.
BUG:138
2012-12-10 19:54:34 +00:00
craig.p.drummond
001c10dc4b
Save window position when hidden frmo system tray, so that it can be restored to the same position.
2012-12-09 10:48:55 +00:00
craig.p.drummond
3cb502dbb9
- Show/hide main window when KDE tray item clicked.
...
- Add 'Show Window' to tray item menu.
BUG:137
2012-12-09 10:42:16 +00:00
craig.p.drummond
9bffe212dd
Move MPD thread into MPDConnection class
2012-12-08 11:25:32 +00:00
craig.p.drummond
2e125dab4f
Fix compile when not enabling remote device support.
...
BUG:136
2012-12-08 09:38:52 +00:00
craig.p.drummond
0d23f16990
Match parameter name
2012-12-07 19:47:59 +00:00
craig.p.drummond
47dbd27440
Prompt before disconnecting a device.
2012-12-07 19:47:21 +00:00
craig.p.drummond
e8b59d89e4
Get tooltip text from model, but fall back to action if model has none.
2012-12-07 19:46:59 +00:00
craig.p.drummond
1284aa7efe
Use 'getAction()' from ActionItemDelegate
2012-12-07 19:46:30 +00:00
craig.p.drummond
f941ba5ec1
Remove useless line...
2012-12-07 19:46:02 +00:00
craig.p.drummond
6005d4a7cb
Use #def more...
2012-12-07 19:45:41 +00:00
craig.p.drummond
c5e7efdfaa
Remove 'Small Control Buttons' option.
2012-12-07 19:45:16 +00:00
craig.p.drummond
d174384739
Add option to specify max cover size when transfering to device.
2012-12-07 19:44:45 +00:00
craig.p.drummond
ba2e685ddf
Fix saving of 'Store covers in MPD dir' setting.
2012-12-07 19:44:03 +00:00
craig.p.drummond@gmail.com
1f1b5c16c2
Add 'Set Album Artist from Artist' action to tag editor.
2012-12-07 12:07:23 +00:00
craig.p.drummond@gmail.com
2966c2c8cd
Windows build fix
2012-12-07 12:01:36 +00:00
craig.p.drummond
681f962800
Reduce number of event filters.
2012-12-06 22:56:37 +00:00
craig.p.drummond
b59bea3d89
Give tooltips to view actions.
2012-12-06 22:56:19 +00:00
craig.p.drummond
87688feda6
Need to call FileJob::finished() so that object is deleted.
2012-12-03 21:32:15 +00:00
craig.p.drummond
32d79b5867
When copying covers to device, only try this once - not for each song...
2012-12-03 20:39:32 +00:00
craig.p.drummond
ca96ddc8c9
- Fix memleak when copying items to/from devices.
...
- When creating temp files, ensure these are in /tmp!
- If applying various artist workaround for a remote device, apply the workaround to a local temp file, and send this.
2012-12-03 20:02:02 +00:00
craig.p.drummond
eba6060e1b
In sync dialog, when detecting items unique to library/device, revert various artist work-around for each track if it is enabled on the device.
2012-12-03 20:01:25 +00:00
craig.p.drummond@gmail.com
ef7d099c45
Use UPower (Linux/Qt) to detect when being resumed, and if so reconnect to MPD.
2012-12-03 12:27:55 +00:00
craig.p.drummond@gmail.com
a91bdfd135
- Rename KMessageWidget to MsgWidget, so that if KDElibs are linked (via file dialog, etc) that we know which is which!
...
- In KMsgWidget::resizeEvent, only action if we are visible - was getting recursive calls with oxygen
2012-12-03 12:18:47 +00:00
craig.p.drummond
a6e42bb74f
Add frame around webview - to make more consistent with other pages.
2012-11-30 17:29:15 +00:00
craig.p.drummond
51dcaaa277
Extra sizes...
2012-11-30 16:45:19 +00:00
craig.p.drummond
978208e0e4
Better icon loading
2012-11-30 16:43:38 +00:00
craig.p.drummond
a72fbf526a
Fix retrieval of covers from remote devices
2012-11-30 16:43:12 +00:00
craig.p.drummond
dc48139466
Fix crash when copying items to devices after a rescan has been performed.
2012-11-30 16:42:42 +00:00
craig.p.drummond
43e286b943
Ignore quit action if we have open dialogs.
2012-11-30 16:42:23 +00:00
craig.p.drummond
914c6dc677
Start QFileDialog in dir show in line edit
2012-11-29 22:08:22 +00:00
craig.p.drummond
dd7a5aa3bd
Control action state
2012-11-29 21:54:17 +00:00
craig.p.drummond
569f93cf66
Install KDE icons globally - as we need to install app icon globally anyway.
2012-11-29 19:49:36 +00:00
craig.p.drummond
fd8260d4bf
Buddy focus for dirrequester and spinbox
2012-11-29 19:43:12 +00:00
craig.p.drummond@gmail.com
40e2b52f79
Tab order
2012-11-28 12:54:23 +00:00
craig.p.drummond@gmail.com
bca39c9260
Only set stylesheet once
2012-11-28 12:54:11 +00:00
craig.p.drummond@gmail.com
a85cba4f06
Hard-code black background and gray text for cover widget tooltip.
...
BUG:134
2012-11-27 12:14:22 +00:00