Commit Graph

79 Commits

Author SHA1 Message Date
craig.p.drummond
36635882b8 Show correct separators for windows builds. 2014-10-28 22:45:45 +00:00
craig.p.drummond
ca54a92e65 ...windows exe help location
BUG: 550
2014-10-05 07:24:09 +00:00
craig.p.drummond
b60852ad0e Dont display $HOME as ~ in UI 2014-10-03 15:49:55 +00:00
craig.p.drummond
759d5c77f6 Fix KDE build 2014-09-25 18:45:08 +00:00
craig.p.drummond
0ac2c9a50c Set organization name - currently 'mpd' for windows, and 'cantata' elsewhere. This is to maintain backwards compatability. 2014-09-25 18:17:46 +00:00
craig.p.drummond
f0f624916c Move window raising code into Utils 2014-09-24 18:23:24 +00:00
craig.p.drummond
5078e933ea - Fix saving of file paths
- Convert home-path to/from ~ for files too
BUG: 544
2014-09-17 18:28:44 +00:00
craig.p.drummond
c163f88331 ~ / QDir::homePath()
BUG: 538
2014-09-12 20:40:43 +00:00
craig.p.drummond
29ea046dc1 Put msleep into Thread class 2014-09-03 18:25:55 +00:00
craig.p.drummond
301624cc1c Fix MacOS folders 2014-09-03 18:25:23 +00:00
craig.p.drummond
b498ffa325 Use QDesktopWidget::logicalDpiX()/96.0 to set DPI scale factor. 2014-09-02 18:32:00 +00:00
craig.p.drummond
2014aeea8e Use Utils::resizeWindow in stream dialog too 2014-09-01 18:33:02 +00:00
craig.p.drummond
bc1ff5cba6 Resize device properties dialog when changing transcoder. 2014-09-01 18:32:38 +00:00
craig.p.drummond
6c77389b3a Add note-label classes to ensure consistency 2014-08-21 16:40:46 +00:00
craig.p.drummond
52b0af84ea Semi colon not needed after Q_UNUSED 2014-07-23 18:04:26 +00:00
craig.p.drummond
313ad1c13e Mac package fixes 2014-07-07 19:03:31 +00:00
craig.p.drummond
e08a2e80fe Move buildPath into Utils 2014-06-25 16:45:59 +00:00
craig.p.drummond
1c2bda5f92 Use windows small font factor for all builds 2014-06-20 17:57:36 +00:00
craig.p.drummond
319019e096 Remove extra bracket! 2014-06-12 19:00:24 +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
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
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
93d9a31930 Correctly format system folder strings 2014-05-23 21:41:45 +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
76a98a0313 Fix setting of cover for albums with cule file.
BUG: 481
2014-05-12 18:54:25 +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
288d16e9e7 Fix warnings on Mac builds 2014-04-23 19:03:12 +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@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
0f2dabfdd9 More Song::formattedTime into Utils class 2014-03-19 19:47:47 +00:00
craig.p.drummond
ef2d25eb06 Dont make font too small on windows - looks blurry. 2014-03-14 19:11:02 +00:00
craig.p.drummond
1a1fba0c86 Treat Pantheon as per Gnome 2014-03-03 19:33:05 +00:00
craig.p.drummond
80a3dd324d Attempt to respect menubar usage of current desktop. For windows and Gnome, menu button is used, and menubar hidden. For Mac and Unity, menubar is used, and menu button is hidden. For KDE, by default the menu button is used, and the menu bar hidden - but a menu entry is provided to toggle. This setting maybe overridden - see README for details. 2014-03-03 19:32:39 +00:00
craig.p.drummond
0c2ac1d5f4 USe different small scale factor depending upon current font size 2014-02-25 19:27:29 +00:00
craig.p.drummond
955eea9fa9 Store wikipedia language file in cache folder - as it really is just cached info 2014-01-10 20:05:54 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
e14bde9dbe Unify desktop detection code. 2013-12-14 12:43:31 +00:00
craig.p.drummond
e17541f0b1 Fix windows build 2013-11-29 20:17:46 +00:00
craig.p.drummond
e3e238fb48 Fix build when 'support' is used in another project 2013-11-07 22:37:30 +00:00
craig.p.drummond
616cbf100d Copy makeDir from KDE, so that perms are set as per KDE builds 2013-10-25 20:36:09 +00:00
craig.p.drummond
99bccf6281 Read/write tags in an external app - as per Clementine and Amarok. Isolates Cantata from TagLib crashes. 2013-10-22 18:22:41 +00:00