Commit Graph

3 Commits

Author SHA1 Message Date
Mark Liversedge
b3d4bbe35b API QT < 5.3 compatibility
.. map wDebug() to qWarning() instead of using
   QMessageLogger for backward compatibility
2015-09-18 08:49:39 +01:00
Mark Liversedge
8b071ae3e1 Enable API WebServices when GC is running
.. but disable logging if not running as a server
.. let user define if API services start in preferences
2015-09-17 14:21:21 +01:00
Mark Liversedge
30d488ce72 Add httpserver to contrib
.. see http://stefanfrings.de/qtwebapp/index-en.html

.. this is a lightweight web server to allow GC to
   provide webservices.

.. we will be providing web services on localhost to
   enable R integration.

.. we will use web services to standardise the
   interface to provide something we can use in R
   but also anything else at a later date.

.. gcconfig.pri contains $$HTPATH that points to
   the location of the code, if it is not set then
   the web server is not compiled in.
2015-09-05 20:40:38 +01:00