Commit Graph

94 Commits

Author SHA1 Message Date
Craig Drummond
edba120db9 Remove touch support - does not work that well, and QtWidgets are not designed for touch 2017-04-11 17:15:21 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
a517bf4f17 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
126ef715f0 Fix C++11 warning 2016-10-29 18:43:34 +01:00
Craig Drummond
860a0890a9 Clamp colour of all mono icons 2016-07-22 16:37:48 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
074051e558 Correct use SHARE_INSTALL_PREFIX 2015-12-01 20:23:37 +00:00
CDrummond
0f7a1bc313 Only scale for DPI if DPI>120 2015-10-26 21:44:46 +00:00
Craig Drummond
551f49644a Fix windows build, and other, issues 2015-10-21 21:29:09 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
605af484f7 Initial import of *VERY* incomplete, and not fully functional Cantata
webapp. Mainly used to test SQLite backend for storing MPD db.
2015-06-01 22:57:49 +01:00
craig.p.drummond
f943592f7d CMake option to enabkle touch-friendly support. Disable by default (apart from in Windows) as it only really works under windows. 2015-04-05 20:09:16 +00:00
craig.p.drummond
2f4b901d64 Install helper apps to lib64 for 64bit linux builds 2014-12-08 14:54:05 +00:00
craig.p.drummond
830a2f62ee Show correct separators for windows builds. 2014-10-28 22:45:45 +00:00
craig.p.drummond
7680e19374 ...windows exe help location
BUG: 550
2014-10-05 07:24:09 +00:00
craig.p.drummond
ba3b8cecfe Dont display $HOME as ~ in UI 2014-10-03 15:49:55 +00:00
craig.p.drummond
228261b2d1 Fix KDE build 2014-09-25 18:45:08 +00:00
craig.p.drummond
773d2271dc 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
1dfa244f81 Move window raising code into Utils 2014-09-24 18:23:24 +00:00
craig.p.drummond
7f41428e8b - 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
9b2ea337fd ~ / QDir::homePath()
BUG: 538
2014-09-12 20:40:43 +00:00
craig.p.drummond
f0cd9d4eee Put msleep into Thread class 2014-09-03 18:25:55 +00:00
craig.p.drummond
4c4ce9f1c8 Fix MacOS folders 2014-09-03 18:25:23 +00:00
craig.p.drummond
828661ebc4 Use QDesktopWidget::logicalDpiX()/96.0 to set DPI scale factor. 2014-09-02 18:32:00 +00:00
craig.p.drummond
03545d24fb Use Utils::resizeWindow in stream dialog too 2014-09-01 18:33:02 +00:00
craig.p.drummond
e45de04098 Resize device properties dialog when changing transcoder. 2014-09-01 18:32:38 +00:00
craig.p.drummond
0d681a4d78 Add note-label classes to ensure consistency 2014-08-21 16:40:46 +00:00
craig.p.drummond
3538ff6578 Semi colon not needed after Q_UNUSED 2014-07-23 18:04:26 +00:00
craig.p.drummond
5bc8357bbf Mac package fixes 2014-07-07 19:03:31 +00:00
craig.p.drummond
7ec99f93bd Move buildPath into Utils 2014-06-25 16:45:59 +00:00
craig.p.drummond
242650e676 Use windows small font factor for all builds 2014-06-20 17:57:36 +00:00
craig.p.drummond
31c8fcb3c4 Remove extra bracket! 2014-06-12 19:00:24 +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
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
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
27cb29f669 Correctly format system folder strings 2014-05-23 21:41:45 +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
a33c514716 Fix setting of cover for albums with cule file.
BUG: 481
2014-05-12 18:54:25 +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
a26f667483 Fix warnings on Mac builds 2014-04-23 19:03:12 +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