Commit Graph

4558 Commits

Author SHA1 Message Date
craig.p.drummond
fa648b3eac Eanble drag in touch-friendly mode 2014-04-22 18:39:58 +00:00
craig.p.drummond
d26cb5ea53 Combine back button and label into 1 button 2014-04-22 18:39:06 +00:00
craig.p.drummond@gmail.com
5008efb830 Only enable if configured to do so! 2014-04-22 12:04:57 +00:00
craig.p.drummond
142965aa41 Only shown chevron if have sub-page 2014-04-21 19:00:41 +00:00
nikwen.developer@gmail.com
e32181332c Move settings code into a seperate directory 2014-04-21 15:55:39 +00:00
nikwen.developer@gmail.com
dea9955e6a Fixed another copyright notice 2014-04-21 15:51:30 +00:00
nikwen.developer@gmail.com
6c425a8e6e Removed unnecessary import 2014-04-21 15:47:56 +00:00
nikwen.developer@gmail.com
e303c33646 Fixed copyright notice 2014-04-21 15:46:53 +00:00
nikwen.developer@gmail.com
6491f887a4 First version of a dual-pane settings layout 2014-04-21 15:43:12 +00:00
craig.p.drummond
85e97c5b90 Better heigth calc? 2014-04-21 14:28:27 +00:00
nikwen.developer@gmail.com
479f3d3b27 Added arrow to SubListViewPage 2014-04-20 11:53:42 +00:00
nikwen.developer@gmail.com
cf6b0cda59 Fixed chevron 2014-04-20 11:42:38 +00:00
nikwen.developer@gmail.com
87c508cee4 Add repeat option to phone layout 2014-04-19 18:43:56 +00:00
nikwen.developer@gmail.com
4d8868c946 Removed connect() for not existing signal 2014-04-19 18:34:29 +00:00
nikwen.developer@gmail.com
23105cda05 Fix progressionImage 2014-04-19 18:20:43 +00:00
craig.p.drummond
a3fc3dc5d7 Fix windows build! 2014-04-19 09:24:23 +00:00
craig.p.drummond
cb605ddef0 Better touch-friendly sizing? 2014-04-19 09:02:28 +00:00
craig.p.drummond
f439497a8e Update copy of FlickCharm 2014-04-19 08:49:49 +00:00
craig.p.drummond
e35ab60e14 Wider splitter if touch friendly 2014-04-19 08:49:30 +00:00
craig.p.drummond
c07222a3a3 Fix saving of playqueue clear prompt 2014-04-19 08:48:31 +00:00
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