51 Commits

Author SHA1 Message Date
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
c2ee7e5ad8 Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
5c629d2ac0 Fix crash due to deleted widget
Issue #1134
2017-12-03 23:27:46 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
d584ece32a Use a combo box for 'Transcode if...' options.
Issue #1107
2017-10-23 18:36:24 +01:00
Craig Drummond
399a5fce60 Add device option to only transcode if source is FLAC or WAV (detection
is solely extension based).
Issue #1049
2017-08-19 14:24:11 +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
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
e9ff4c7354 Resize widget on first showing 2015-12-13 22:06:58 +00:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
5078e933ea - Fix saving of file paths
- Convert home-path to/from ~ for files too
BUG: 544
2014-09-17 18:28:44 +00:00
craig.p.drummond
bc1ff5cba6 Resize device properties dialog when changing transcoder. 2014-09-01 18:32:38 +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
7d2be10b22 Show Music folder in settings dialog accessed from action dialog 2014-03-18 19:46:52 +00:00
craig.p.drummond
ca7c42b244 Allow setting of custom device name for UMS and MTP devices. 2014-02-17 20:09:49 +00:00
craig.p.drummond
afcadec227 Remove usage of Gtk-style on-off button for Gtk style, and instead give checkboxes better text and adjust config layout. 2014-01-06 20:43:24 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
929d21c8c1 Dissalow chaning of filename scheme for MTP devices. 2013-12-05 19:41:17 +00:00
craig.p.drummond
9d2bcbcb98 USe native dir separators for display 2013-10-14 18:17:34 +00:00
craig.p.drummond
72cd22161c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +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
64392a2ff9 Remove quotes around name 2013-04-02 19:07:38 +00:00
craig.p.drummond
f36cb0c227 Remove "(ffmpeg)" from transcoder names - all transcodes are via ffmpeg! 2013-04-02 19:07:15 +00:00
craig.p.drummond
1bb51442de Also support oggenc and faac
(Both currently untested!)
2013-03-13 20:06:08 +00:00
craig.p.drummond
71c381cc59 Support lame for CD encoding 2013-03-13 20:03:54 +00:00
craig.p.drummond
8bd8df3b36 Connect signal! 2013-03-08 21:05:50 +00:00
craig.p.drummond
9889170f37 Initial support for AudioCDs
TODO: Editing of track details, covers, testing, etc...
2013-03-06 17:24:33 +00:00
craig.p.drummond
8586152934 Full cover setting takes precedence over basic 2013-02-25 18:57:43 +00:00
craig.p.drummond
68f265df2e Dialog size 2013-02-25 18:57:13 +00:00
craig.p.drummond
2045733f70 Enable cover size, if we enable covers 2013-02-25 18:57:01 +00:00
craig.p.drummond
d75b9017f7 Set options in correct place 2013-02-25 18:56:43 +00:00
craig.p.drummond
fb349f474c Delete widgets, dont just hide 2013-02-25 18:55:29 +00:00
craig.p.drummond
201484c107 - Handle multiple storage locations on MTP devices.
- Fix creation of music folder on MTP devices.
2013-02-24 22:50:53 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +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
d174384739 Add option to specify max cover size when transfering to device. 2012-12-07 19:44:45 +00:00
craig.p.drummond@gmail.com
45c5602969 - Check saveable state when 'Replace Spaces' is toggled.
- Store value of 'Auto scan' setting
BUG:126
2012-11-01 12:15:28 +00:00
craig.p.drummond
7562762728 Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond
443e820ff1 Fix missing icons when not using oxygen 2012-09-28 16:21:47 +00:00
craig.p.drummond
187636898e Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included. 2012-09-17 18:39:01 +00:00
craig.p.drummond
17a2efc29f Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
2a4146137e Connect autoScan signal 2012-05-06 07:21:42 +00:00
craig.p.drummond@gmail.com
534e580482 Add option for UMS devices to autoscan, or not, when detected - default is
set to not autoscan.
2012-04-23 19:37:47 +00:00
craig
8ca1faa881 Only check folder setting if its appropriate 2012-03-01 18:30:56 +00:00
craig
717516db44 Fxi saving, etc. 2012-02-22 17:27:41 +00:00