Commit Graph

379 Commits

Author SHA1 Message Date
craig.p.drummond
31c8fcb3c4 Remove extra bracket! 2014-06-12 19:00:24 +00:00
craig.p.drummond
1316e39ddb Only expand width of toolbuttons if they do not have text 2014-06-10 19:49:43 +00:00
craig.p.drummond
2308642c5c Use QDesktopServices to start browser / file-manager 2014-06-10 19:48:00 +00:00
craig.p.drummond
d2c6d446d2 Add "Open In File Manager" to windows builds 2014-06-10 19:47:19 +00:00
craig.p.drummond
152ceec2d6 Match Q_OS_WIN and Q_OS_MAC more 2014-06-10 19:46:18 +00:00
craig.p.drummond
a97a7e5d27 s/Q_OS_WIN32/Q_OS_WIN/g 2014-06-10 19:45:33 +00:00
craig.p.drummond
27bc161f39 Fix wikpedia/last.fm link in track view 2014-06-10 19:45:08 +00:00
craig.p.drummond
8af2ea14f2 Refactor high-dpi stuff 2014-06-04 18:45:30 +00:00
craig.p.drummond
62da2fa44e Use systemDir() 2014-06-03 15:47:45 +00:00
craig.p.drummond
5684af6f32 Try to store user-folder mess.
- Remove configDir, this is never used
- Use Qt functions for windows, mac, and ubuntu builds
- For Linux builds, cache returned locations and fix so that ~/.local/share/data/cantata/cantata -> ~/.local/share/cantata and ~/.cache/cantata/cantata -> ~/.cache/cantata
2014-06-01 10:07:13 +00:00
craig.p.drummond
1e036bd901 Default to ubuntu-mono-dark icons under Unity, if icon theme not detected 2014-05-29 20:47:18 +00:00
craig.p.drummond
529044a1f4 runProc -> readDconfSetting 2014-05-29 20:46:37 +00:00
craig.p.drummond
93cae24869 Default to 'Ambiance' under Unity if no theme detected 2014-05-29 20:45:50 +00:00
craig.p.drummond
7b4dbc3067 Call QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus) earlier on 2014-05-28 18:46:07 +00:00
craig.p.drummond
27cb29f669 Correctly format system folder strings 2014-05-23 21:41:45 +00:00
craig.p.drummond
acfb5b003f Add SVG icons for artists 2014-05-23 21:39:14 +00:00
craig.p.drummond
0639a4bff3 Set wider toolbuttons via style 2014-05-21 18:41:07 +00:00
craig.p.drummond
7a4fd51bc9 No need to set type and version 2014-05-21 18:40:40 +00:00
craig.p.drummond
eb3265f379 - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
988c4ccf99 Set combo delegate in TouchProxyStyle 2014-05-20 18:15:03 +00:00
craig.p.drummond
a353368f85 Don't always paint spin enabled 2014-05-19 18:34:08 +00:00
craig.p.drummond
f5c8197617 Use TouchProxyStyle to enable flick-charm 2014-05-19 18:33:36 +00:00
craig.p.drummond
52ea75c6c3 Better touch-style spin 2014-05-19 18:32:55 +00:00
craig.p.drummond
168337c943 Fix some hidden-virtual-function warnings 2014-05-15 11:16:33 +00:00
craig.p.drummond
3eea07be98 Touch-style spin for all styles 2014-05-15 11:15:14 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
a33c514716 Fix setting of cover for albums with cule file.
BUG: 481
2014-05-12 18:54:25 +00:00
craig.p.drummond
67fdd54665 No need for view hack if touch friendly 2014-05-02 16:37:02 +00:00
craig.p.drummond
cf16a0f5ad Fix 'missing' search action icon 2014-04-30 18:49:03 +00:00
craig.p.drummond
f8821f3302 Fix painting of items for gtk style when touch friendly 2014-04-28 19:40:55 +00:00
craig.p.drummond
f7a3170340 Increase size of items if touch-friendly 2014-04-28 19:40:06 +00:00
craig.p.drummond
cb4c96ce28 Add flickcharm to combo box popup 2014-04-28 19:39:31 +00:00
craig.p.drummond
caa9942c8d Fix initialk creation of sidebar.
BUG: 469
2014-04-24 20:25:14 +00:00
craig.p.drummond
abe6f47206 Dont increase icon size for 'touch friendly' - looks awful. Instead, just increase with of toolbuttons by 33% 2014-04-24 19:10:27 +00:00
craig.p.drummond
baed1d5bce Try not to show icons in menus for Unity and OSX 2014-04-24 18:59:52 +00:00
craig.p.drummond
a26f667483 Fix warnings on Mac builds 2014-04-23 19:03:12 +00:00
craig.p.drummond
1bc9b485f5 position is unused in Qt5 builds 2014-04-23 19:02:55 +00:00
craig.p.drummond
71fef1ed27 Set icon size - so that this will be larger in touch-friendly mode 2014-04-22 18:41:07 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +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
50cb994b82 Can use XDG dirs for ubuntu touch... 2014-04-13 12:37:40 +00:00
nikwen.developer@gmail.com
0214923ea7 Fixed cache directory 2014-04-12 21:18:19 +00:00
nikwen.developer@gmail.com
7e023b4bd5 Fixed data locations 2014-04-12 19:26:00 +00:00
craig.p.drummond
110303e223 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
3beb0c4135 Fixed cache dir again! 2014-04-12 17:02:07 +00:00
craig.p.drummond
eb7635a303 Revert broken changes 2014-04-12 15:54:29 +00:00
nikwen.developer@gmail.com
1b1c5da699 Readded icons 2014-04-12 11:16:54 +00:00
craig.p.drummond
eb34a2bcd5 Remove Actions and Icons from Ubuntu build 2014-04-11 17:45:59 +00:00
craig.p.drummond@gmail.com
5624d19bb0 Be consistent with sub-folder name for config, cache, and data folders. 2014-04-09 11:21:21 +00:00
craig.p.drummond@gmail.com
5f633a4734 Reduce number of non-touch related classes that are compiled for the UbuntuTouch version. 2014-04-09 11:02:04 +00:00