Commit Graph

78 Commits

Author SHA1 Message Date
Craig Drummond
4e3e3e4e0a Fix Qt5 build instructions 2015-12-14 22:03:47 +00:00
Craig Drummond
76af68a20e Use Qt5 by default - pass -DENABLE_QT5=OFF to cmake to use Qt4 2015-12-06 13:39:22 +00:00
Craig Drummond
8adab758bd - Build with HTTP stream playback enabled by default.
- Use LibVLC by default for MPD HTTP stream playback on Linux.
2015-12-06 13:34:39 +00:00
Craig Drummond
0ac34a90da -DENABLE_LIBVLC not -ENABLE_LIBVLC 2015-12-06 10:29:55 +00:00
Craig Drummond
1ec14670ee Use SVG icons from papirus, and prerenderd media-optical from oxygen for
windows and mac builds
2015-10-18 13:55:44 +01:00
Craig Drummond
a838b31964 Don't use KWallet for MPD password - it's overkill, as MPD password is sent in plain text! 2015-09-18 21:27:35 +01:00
Craig Drummond
e40f3cfb98 Use Huanity/gnome icons for Windows and Mac builds. 2015-09-05 19:26:23 +01:00
Craig Drummond
49a494727d Ubuntu Touch builds are no longer actively maintained. 2015-08-31 20:05:32 +01:00
Craig Drummond
ff38455039 Icons might not necessarily be oxygen... 2015-08-30 12:14:17 +01:00
Craig Drummond
b92fb4a12c Default to UDisks2 2015-07-25 22:11:24 +01:00
Craig Drummond
406f99be02 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
7871547090 Add config option to enable/disable simple MPD mode. 2015-04-27 20:33:51 +01:00
Craig Drummond
164c617b35 More URL changes 2015-04-25 15:54:13 +01:00
craig.p.drummond
5d7f2ea2d6 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
8b180c8ae1 Bundle openSSL libs with windows builds.
BUG: 638
2015-03-03 21:30:47 +00:00
craig.p.drummond
939ba28e4c Be more flexible about helper lib sub-dir name. 2015-02-13 18:27:34 +00:00
craig.p.drummond
d678a203bb Only use lib64 for non-KDE 64 bit linux builds if -DUSE_LIB64_FOR_HELPERS=ON is passed to cmake.
BUG: 618
2015-02-01 13:25:49 +00:00
craig.p.drummond
d5733f59c9 Document Ubuntu options. 2014-10-30 15:05:15 +00:00
craig.p.drummond
d09f650af0 French translation - thanks to Jaussoin Timothée. 2014-10-14 13:09:31 +00:00
craig.p.drummond
3f16fd5fe6 Qt5 for windows 2014-09-30 11:31:40 +00:00
nikwen.developer@gmail.com
1259839f7d Readd the ability to build the Ubuntu version from the command line 2014-08-18 16:23:21 +00:00
nikwen.developer@gmail.com
5487078cfe Fix make install procedure for the Ubuntu version 2014-08-18 16:15:59 +00:00
nikwen.developer@gmail.com
cf09eb3cfc Fix installation instructions for Ubuntu build 2014-08-18 10:47:50 +00:00
craig.p.drummond
53ef1a0180 Update 2014-08-17 14:57:33 +00:00
craig.p.drummond
38df88841a Use QSslSocket to determine if https is available 2014-07-07 19:07:19 +00:00
craig.p.drummond
fdda3a62a0 Qt by default 2014-06-20 17:54:01 +00:00
craig.p.drummond
d1753914c5 Mention bug report for libVLC feature 2014-06-16 19:16:10 +00:00
craig.p.drummond
248c266594 Add option to use libVLC for MPD HTTP stream playback.
BUG: 493
2014-06-15 11:17:24 +00:00
craig.p.drummond
854d1a2f87 Document INSTALL_UBUNTU_ICONS 2014-06-14 19:28:51 +00:00
craig.p.drummond
964cf503f3 Use Qt-only by default, need to pass -DENABLE_KDE=ON to create KDE builds 2014-05-15 11:15:57 +00:00
craig.p.drummond
24ac1961ce - Place QML files into qrc file, so that build is regenreated if these change, plus no need to install
- Place ubuntu files into ubuntu folder
- Only package what is required in click package
2014-04-10 12:45:41 +00:00
nikwen.developer@gmail.com
2921a273bf Initial Ubuntu SDK version 2014-04-08 22:18:27 +00:00
craig.p.drummond
0456e748b5 Add info about SSL and windows 2014-03-31 17:54:51 +00:00
craig.p.drummond
c55fe2b697 New CMake config item to use OLD dbus XML files - USE_OLD_DBUS_TYPEDEF 2014-03-24 20:38:06 +00:00
craig.p.drummond
fbde45f0a5 Enable use of external helper for tags by default...
This might be changed before release, depending on testing...
2014-03-24 20:37:00 +00:00
craig.p.drummond
022c0ca5b7 external-tags is experimental, but does seem to at least work now... 2014-03-14 19:17:24 +00:00
craig.p.drummond
943d27190c Use system menu icon for Linux builds. 2014-02-10 19:11:47 +00:00
craig.p.drummond
185efc7024 Set CMake defaults if not supplied on commandline; set prefix to /usr for Qt only Linux builds, path to kde4-config --prefix for KDE4 builds, and set build type to Release 2014-01-17 20:06:39 +00:00
craig.p.drummond
de68b09c9a Add CMake option to disable dynamic playlists 2014-01-03 19:04:56 +00:00
craig.p.drummond
6809a05a13 Add CMake option to disable streams tab 2014-01-03 19:04:37 +00:00
craig.p.drummond
8485ab8cf4 Add CMake option to disable online services 2014-01-03 19:04:14 +00:00
craig.p.drummond
b2204bcf89 Fix Linux build if device support is disabled 2014-01-03 19:03:38 +00:00
craig.p.drummond
306fc50aa6 Categorise options better 2014-01-02 19:08:50 +00:00
craig.p.drummond
b320bcf210 Add CMake option to disable building of internal HTTP server.
BUG: 373
2014-01-02 19:07:59 +00:00
craig.p.drummond
4f24072190 Spacing 2013-12-09 21:19:45 +00:00
craig.p.drummond
2382709ccb Open MTP devices in un-cached mode (faster) 2013-12-09 21:19:21 +00:00
craig.p.drummond
0cb1363d94 Update 2013-11-29 20:18:30 +00:00
craig.p.drummond
016a0f724e Add model test code 2013-11-21 18:15:36 +00:00
craig.p.drummond
bd7d1ffc16 Add CMake option to disable KWallet in KDE builds 2013-10-28 19:46:54 +00:00
craig.p.drummond
b609fe77fd Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
2013-10-25 20:01:33 +00:00