Commit Graph

4493 Commits

Author SHA1 Message Date
craig.p.drummond
357901996c Fix member initialisation order 2014-04-15 19:21:57 +00:00
craig.p.drummond
a8348046df Disable MPDUser for touch builds 2014-04-15 19:20:42 +00:00
craig.p.drummond
f56255687f Disable undo history for touch builds 2014-04-15 19:20:13 +00:00
craig.p.drummond
343788c0df More album sort options 2014-04-15 19:15:12 +00:00
craig.p.drummond@gmail.com
1f63dc918d Display album covers 2014-04-15 11:47:15 +00:00
craig.p.drummond@gmail.com
b5f7880ae8 Fix TitleText for playlists 2014-04-15 11:45:43 +00:00
craig.p.drummond@gmail.com
e860173c4a Display 'AlbumName by AlbumArtist' when listing album tracks 2014-04-15 11:22:32 +00:00
craig.p.drummond@gmail.com
0080c2fb88 Check indexes, and use correct model! 2014-04-15 11:09:13 +00:00
nikwen.developer@gmail.com
0deca73166 First steps to create a universal ListViewPage 2014-04-15 10:11:34 +00:00
nikwen.developer@gmail.com
098964a807 Added random option to phone layout 2014-04-15 09:43:03 +00:00
nikwen.developer@gmail.com
5ff0b27359 Fix authors everywhere 2014-04-15 08:26:48 +00:00
craig.p.drummond
8f3e4d45a4 - Change "Author(s):" to "Authors:"
- Use bold only for Nik and myself - the others are QtMPC authors, and very little of QtMPC is left in Cantata, and *much* less is in Cantata Touch
2014-04-14 22:52:43 +00:00
craig.p.drummond
6abc6c8b02 Fix navigation into artists, albums, and playlists - with navigation backwards working correctly. This also fixes the mixing of artist-model indexes with the albums model. 2014-04-14 22:45:05 +00:00
nikwen.developer@gmail.com
0c132d34f5 Ability to add single songs from album 2014-04-14 18:55:00 +00:00
nikwen.developer@gmail.com
cc09193e45 Removed outcommented line 2014-04-14 18:42:24 +00:00
nikwen.developer@gmail.com
6cf4169e1a Removed Q_INVOKABLE from AlbumsModel::songs() 2014-04-14 18:41:28 +00:00
nikwen.developer@gmail.com
275ec8d35e Navigation into albums using a PageStack 2014-04-14 18:39:18 +00:00
nikwen.developer@gmail.com
3b6473051d Remove outcommented line 2014-04-14 17:57:06 +00:00
nikwen.developer@gmail.com
f4897f2f23 Make code less redundant 2014-04-14 17:56:28 +00:00
kamikazow@gmail.com
7f06377c55 Update German translation 2014-04-14 17:32:47 +00:00
kamikazow@gmail.com
dbc6d2be7c Typo corrections 2014-04-14 14:14:00 +00:00
craig.p.drummond
8dc86db941 Navigate into artist/albums/playlists...
TODO: How to navigate back out?????
2014-04-13 20:26:27 +00:00
craig.p.drummond
cfe0acf89f MainText for songs 2014-04-13 20:25:34 +00:00
craig.p.drummond
5d2ea24a79 Add setting for music folder - allows covers to be retrieved via HTTP. 2014-04-13 19:49:44 +00:00
craig.p.drummond
26a09bfbdd Show number of tracks and total duration in playqueue 2014-04-13 19:25:57 +00:00
craig.p.drummond
2a31fab60d Fix scrolling to bottom of playqueue in tablet mode 2014-04-13 12:51:39 +00:00
craig.p.drummond
e9eab3f9b0 Can use XDG dirs for ubuntu touch... 2014-04-13 12:37:40 +00:00
nikwen.developer@gmail.com
f1b0ca054a Fix toolbar when actionsPopover is visible 2014-04-13 10:00:31 +00:00
craig.p.drummond
61bf6be71a Call sort on library proxy model after update. Not sure why this is required - don't think it should be, and is not in the desktop version. But if its not called we don't get the same sorting. 2014-04-13 07:31:27 +00:00
craig.p.drummond
5004eb3c77 When sorting albums view, also ignore "The " at start of artist names, as per artists view. 2014-04-13 07:26:56 +00:00
craig.p.drummond
8b74e52ef4 Fix 'No artists found' / 'No playlists found' messages 2014-04-13 07:04:22 +00:00
craig.p.drummond
36dec8af37 Load all songs by album-artist 2014-04-13 06:55:17 +00:00
craig.p.drummond
921c2c0c03 Playlist loading 2014-04-13 06:51:01 +00:00
craig.p.drummond
241d301595 Artist images 2014-04-13 06:31:25 +00:00
nikwen.developer@gmail.com
8e8d06f880 Fixed cache directory 2014-04-12 21:18:19 +00:00
nikwen.developer@gmail.com
72cda34ab6 Dialog style now adheres Ubuntu Design Guidelines: http://design.ubuntu.com/apps/building-blocks/dialog 2014-04-12 20:43:12 +00:00
nikwen.developer@gmail.com
0cf258e420 Added universal ListItemDelegate 2014-04-12 20:33:23 +00:00
nikwen.developer@gmail.com
84eaf8db40 Revert: Load images in UI thread 2014-04-12 19:39:57 +00:00
nikwen.developer@gmail.com
f8bbce8655 Fixed data locations 2014-04-12 19:26:00 +00:00
craig.p.drummond
88c109288a Context panels can be completely collapsed - but this is saved with splitter state. Because enabling thi si snew, we need to ignore any previously saved state. 2014-04-12 18:37:14 +00:00
craig.p.drummond
d1f9a36598 Fix cache and config folders for ubuntu touch. This only allows write access to ~/.local/share. So config is stored under ~/.local/share/$app/config and cache ~/.local/share/$app/cache 2014-04-12 17:41:59 +00:00
nikwen.developer@gmail.com
b248c2b3ff Finally fixed scrolling 2014-04-12 17:21:36 +00:00
nikwen.developer@gmail.com
3b8eed5e60 Finished renaming process 2014-04-12 17:20:41 +00:00
nikwen.developer@gmail.com
f191010250 Renamed delegate file 2014-04-12 17:14:32 +00:00
nikwen.developer@gmail.com
d5c14b4cea Fixed cache dir again! 2014-04-12 17:02:07 +00:00
craig.p.drummond
a80e1c6997 - Allow sections of context widget to be completely hidden.
- For context widget, draw line using highlight colour for mouse-over
BUG: 466
2014-04-12 16:32:16 +00:00
craig.p.drummond
56cae8bced No, public members are not required... 2014-04-12 16:08:57 +00:00
craig.p.drummond
89c05a9a07 Add debug logging 2014-04-12 16:02:40 +00:00
craig.p.drummond
6e408cb571 Revert broken changes 2014-04-12 15:54:29 +00:00
nikwen.developer@gmail.com
86e68664dd Added debug commit which explains the scrolling error 2014-04-12 11:31:01 +00:00