Commit Graph

379 Commits

Author SHA1 Message Date
craig.p.drummond
319019e096 Remove extra bracket! 2014-06-12 19:00:24 +00:00
craig.p.drummond
2c7aa5cea4 Only expand width of toolbuttons if they do not have text 2014-06-10 19:49:43 +00:00
craig.p.drummond
5e18d5f007 Use QDesktopServices to start browser / file-manager 2014-06-10 19:48:00 +00:00
craig.p.drummond
8b95272845 Add "Open In File Manager" to windows builds 2014-06-10 19:47:19 +00:00
craig.p.drummond
d76b2a6044 Match Q_OS_WIN and Q_OS_MAC more 2014-06-10 19:46:18 +00:00
craig.p.drummond
00003720f9 s/Q_OS_WIN32/Q_OS_WIN/g 2014-06-10 19:45:33 +00:00
craig.p.drummond
94e1bb17f3 Fix wikpedia/last.fm link in track view 2014-06-10 19:45:08 +00:00
craig.p.drummond
0b72ffa25c Refactor high-dpi stuff 2014-06-04 18:45:30 +00:00
craig.p.drummond
a1766acefc Use systemDir() 2014-06-03 15:47:45 +00:00
craig.p.drummond
3a839af001 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
9277e44477 Default to ubuntu-mono-dark icons under Unity, if icon theme not detected 2014-05-29 20:47:18 +00:00
craig.p.drummond
e47e8212b8 runProc -> readDconfSetting 2014-05-29 20:46:37 +00:00
craig.p.drummond
f56f8593cf Default to 'Ambiance' under Unity if no theme detected 2014-05-29 20:45:50 +00:00
craig.p.drummond
be331ff4b4 Call QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus) earlier on 2014-05-28 18:46:07 +00:00
craig.p.drummond
93d9a31930 Correctly format system folder strings 2014-05-23 21:41:45 +00:00
craig.p.drummond
5470969419 Add SVG icons for artists 2014-05-23 21:39:14 +00:00
craig.p.drummond
4ecc2b9a68 Set wider toolbuttons via style 2014-05-21 18:41:07 +00:00
craig.p.drummond
67ce069d9d No need to set type and version 2014-05-21 18:40:40 +00:00
craig.p.drummond
5b1fb58eff - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
7ae38f2c32 Set combo delegate in TouchProxyStyle 2014-05-20 18:15:03 +00:00
craig.p.drummond
c72f5c109f Don't always paint spin enabled 2014-05-19 18:34:08 +00:00
craig.p.drummond
63442d27ec Use TouchProxyStyle to enable flick-charm 2014-05-19 18:33:36 +00:00
craig.p.drummond
c7adc5a2f7 Better touch-style spin 2014-05-19 18:32:55 +00:00
craig.p.drummond
3bda83e716 Fix some hidden-virtual-function warnings 2014-05-15 11:16:33 +00:00
craig.p.drummond
265587cec6 Touch-style spin for all styles 2014-05-15 11:15:14 +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
76a98a0313 Fix setting of cover for albums with cule file.
BUG: 481
2014-05-12 18:54:25 +00:00
craig.p.drummond
86722718b4 No need for view hack if touch friendly 2014-05-02 16:37:02 +00:00
craig.p.drummond
49a33b651f Fix 'missing' search action icon 2014-04-30 18:49:03 +00:00
craig.p.drummond
3be0b06eb4 Fix painting of items for gtk style when touch friendly 2014-04-28 19:40:55 +00:00
craig.p.drummond
a2c0f27535 Increase size of items if touch-friendly 2014-04-28 19:40:06 +00:00
craig.p.drummond
e34b69a896 Add flickcharm to combo box popup 2014-04-28 19:39:31 +00:00
craig.p.drummond
00b214eeb7 Fix initialk creation of sidebar.
BUG: 469
2014-04-24 20:25:14 +00:00
craig.p.drummond
fb5094f7ff 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
df2b326976 Try not to show icons in menus for Unity and OSX 2014-04-24 18:59:52 +00:00
craig.p.drummond
288d16e9e7 Fix warnings on Mac builds 2014-04-23 19:03:12 +00:00
craig.p.drummond
fbd2da1e18 position is unused in Qt5 builds 2014-04-23 19:02:55 +00:00
craig.p.drummond
4f697e3469 Set icon size - so that this will be larger in touch-friendly mode 2014-04-22 18:41:07 +00:00
craig.p.drummond
54b0eb57cc Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
d223e2d8f8 No need for settings class in touch builds 2014-04-16 17:48:51 +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
8e8d06f880 Fixed cache directory 2014-04-12 21:18:19 +00:00
nikwen.developer@gmail.com
f8bbce8655 Fixed data locations 2014-04-12 19:26:00 +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
d5c14b4cea Fixed cache dir again! 2014-04-12 17:02:07 +00:00
craig.p.drummond
6e408cb571 Revert broken changes 2014-04-12 15:54:29 +00:00
nikwen.developer@gmail.com
9a6d7ba299 Readded icons 2014-04-12 11:16:54 +00:00
craig.p.drummond
36da21692c Remove Actions and Icons from Ubuntu build 2014-04-11 17:45:59 +00:00
craig.p.drummond@gmail.com
666560bdc0 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
a98cf23b91 Reduce number of non-touch related classes that are compiled for the UbuntuTouch version. 2014-04-09 11:02:04 +00:00