Commit Graph

4538 Commits

Author SHA1 Message Date
craig.p.drummond
9987fdf7bb Fix Mac defines 2014-04-19 07:08:49 +00:00
craig.p.drummond
4f0de55117 OSX builds should also use QtSingleApplication? 2014-04-18 22:42:49 +00:00
craig.p.drummond
d5be27ec33 Add OSX build instructions - Thanks to Imaweasal@gmail.com 2014-04-18 22:25:35 +00:00
craig.p.drummond
f5936587a3 Song is a struct not a class 2014-04-18 19:51:47 +00:00
craig.p.drummond
832e575f09 MPDConnectionDetails and Output are structs not classes 2014-04-18 19:49:55 +00:00
craig.p.drummond
ef185ec4cb Disable Qxt for Mac builds - KLGetCurrentKeyboardLayout, KLGetKeyboardLayoutProperty, etc are deprecated as of 10.5 2014-04-18 19:44:18 +00:00
nikwen.developer@gmail.com
df00d84b30 Added progression to ListItemDelegate 2014-04-18 12:24:30 +00:00
nikwen.developer@gmail.com
b39a6f33e1 More work on the layout 2014-04-18 10:19:38 +00:00
nikwen.developer@gmail.com
b24721b714 Layout work 2014-04-18 10:12:48 +00:00
craig.p.drummond
a11e8e1c90 Add backend code to set UI settings 2014-04-17 16:07:09 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
42fc6c467f Fix cover loading 2014-04-17 16:05:05 +00:00
craig.p.drummond
e1860b65c6 Extract common code 2014-04-17 16:04:37 +00:00
craig.p.drummond
6fb7832348 ADd code to remove playlists, and tracks from playlists 2014-04-17 16:03:12 +00:00
craig.p.drummond
3d8f2a9e4d Fix crash when chaging view mode whilst search is active. 2014-04-17 16:02:35 +00:00
craig.p.drummond@gmail.com
07c639d362 More changes, still not working! 2014-04-17 11:25:08 +00:00
kamikazow@gmail.com
bbf066e484 Typo corrections 2014-04-17 01:26:25 +00:00
craig.p.drummond
bc13b58bee Covers might return fileName - so need to handle this... 2014-04-16 19:39:28 +00:00
craig.p.drummond
fa8ea092f9 Handle race-condition where playqueue asks for cover after artists/albums model has requested and before it has recieved a response. In this case the playqueue request will be ignored (as Covers is already handling this album), but the response will not have the playqueue key set. 2014-04-16 19:32:39 +00:00
craig.p.drummond
0ae278c85f Show current track indicator on left - mimics unity bar :-) 2014-04-16 17:57:47 +00:00
craig.p.drummond
9751b02660 Flesh out settings a little more. Still LOTS to do - 13.10 doe snot have SpinBox or ComboBox! 2014-04-16 17:53:27 +00:00
craig.p.drummond
6d6889f2a6 Use currentTrack as property name 2014-04-16 17:52:23 +00:00
craig.p.drummond
0d752e8d5b Show track durations on right in playqueue 2014-04-16 17:51:15 +00:00
craig.p.drummond
c37b866b7a Show covers in playqueue 2014-04-16 17:50:28 +00:00
craig.p.drummond
ccfc1d0bf0 USe SVG icons for views 2014-04-16 17:49:50 +00:00
craig.p.drummond
b6fd0973ce No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond@gmail.com
aca39efe68 ...oops! remove mistakenly commented out code! (was commented out so that it works under 13.10) sorry ! :-( 2014-04-16 11:44:21 +00:00
craig.p.drummond@gmail.com
9950091588 - Make ListViews even more generic
- Use add() to also load playlists
2014-04-16 11:23:57 +00:00
craig.p.drummond@gmail.com
a2d84f0733 C++ backend will add file:// prefix for file based covers. This si due to the fact that other providers may be used, not jsut file and qrc 2014-04-16 11:06:21 +00:00
craig.p.drummond@gmail.com
e5da87c7de Add support for folders tab 2014-04-16 11:04:33 +00:00
craig.p.drummond@gmail.com
5de31f5d8f Re-add covers for items 2014-04-16 11:00:59 +00:00
craig.p.drummond@gmail.com
b6ac0a5424 Return empty string, not QVariant, if no image 2014-04-16 11:00:05 +00:00
nikwen.developer@gmail.com
3d46a482f0 Outcommented line which currently does not work 2014-04-16 09:49:57 +00:00
craig.p.drummond
0a06bd1562 Make SubListViewPage more generic - so that it can handle any nested tree.
TODO:
 - Seem to be swithing to currently playing even when replace is false!
 - Need to query model to know if cover is to be displayed
 - Need to query model for actions
2014-04-15 21:54:54 +00:00
nikwen.developer@gmail.com
8422ef263d Fixed components imports 2014-04-15 21:37:00 +00:00
nikwen.developer@gmail.com
4cf128a528 Removed debug output 2014-04-15 21:33:10 +00:00
nikwen.developer@gmail.com
56e1549090 Changes to the SettingsPage 2014-04-15 21:32:07 +00:00
craig.p.drummond
1f62f5d673 - Refactor settings into different pages. UI and Playback still need fleshing out.
- U1 database file renamed to u1db
2014-04-15 21:09:35 +00:00
nikwen.developer@gmail.com
444f058553 Move ControlButtonsRow to components directory 2014-04-15 20:59:23 +00:00
nikwen.developer@gmail.com
a5895f2d7f Removed deleted files from build files 2014-04-15 20:55:39 +00:00
nikwen.developer@gmail.com
56c0397a12 Removed unnecessary files 2014-04-15 20:46:34 +00:00
nikwen.developer@gmail.com
f884acddae Added universal SubListViewPage 2014-04-15 20:34:23 +00:00
craig.p.drummond
0e8af55be6 Fix spelling in comment... 2014-04-15 20:22:29 +00:00
craig.p.drummond
f187f423e1 Fix adding of songs. All indexes received from QML are from the proxy model. Only the very last proxy-model index should be mapped to th esource model. 2014-04-15 20:17:02 +00:00
craig.p.drummond
69431c99f4 If a jpg has a png extension, or vice versa, then do not use the file for touch builds. As for these we pass the file to QImage, and this fails on these. 2014-04-15 19:23:03 +00:00
craig.p.drummond
593e764dc7 Fix member initialisation order 2014-04-15 19:21:57 +00:00
craig.p.drummond
4e040db541 Disable MPDUser for touch builds 2014-04-15 19:20:42 +00:00
craig.p.drummond
e6441268d4 Disable undo history for touch builds 2014-04-15 19:20:13 +00:00
craig.p.drummond
4348fc96f1 More album sort options 2014-04-15 19:15:12 +00:00
craig.p.drummond@gmail.com
984a5f8685 Display album covers 2014-04-15 11:47:15 +00:00