summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Silent-rules-ify some code generationWill Thompson2011-09-011-2/+2
|
* Let cc find dbus, dbus-glib headersVincent Penquerc'h2011-07-181-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39324 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* update LDADD for mission-control-5Vivek Dasmohapatra2011-03-011-1/+2
|
* server, test, util: use tp_clear_objectSimon McVittie2010-09-091-2/+2
|
* server, util: fix CPPFLAGS/LDADD for recent ld versionsSimon McVittie2010-08-111-4/+10
| | | | | | | | | | - use AM_CPPFLAGS instead of the deprecated equivalent INCLUDES - use GLIB_CFLAGS but not DBUS_CFLAGS (mc-server.c doesn't actually use any dbus-glib functionality directly; neither do the utils) - put our own include directories first, then everything else in stack order, lowest first - explicitly link against telepathy-glib and GLib, since we use their symbols (fixes linking with gold(1))
* Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie2010-05-261-0/+2
|
* mc-server: give NULL to the new default log handler now that tp-glib has ↵Jonny Lamb2010-01-221-5/+2
| | | | | | | | | | been fixed fd.o#23843 was fixed in telepathy-glib 0.7.37. MC already depends on 0.7.37, so this is just a matter of replacing the user_data workaround smcv added with the correct value of NULL. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge commit 'jonny/gnome-keyring'Simon McVittie2009-09-141-0/+1
|\ | | | | | | | | | | | | Conflicts: src/mcd-account-connection.c src/mcd-main.c Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* | Remove unnecessary guard as per Jonny's reviewSimon McVittie2009-09-111-4/+1
| |
* | Document the new semantics of MC_DEBUGSimon McVittie2009-09-101-3/+10
| |
* | mc-server: use a TpDebugSender, to log everything over D-Bus if enabledSimon McVittie2009-09-101-0/+21
|/ | | | | | This isn't in the library, so other things that link libmissioncontrol-server (mainly osso-mission-control on Maemo) won't automatically have a TpDebugSender.
* Add a man page for the mission-control-5 daemonSimon McVittie2009-07-082-2/+41
|
* ...AccountManager.service.in: correct the name of the MC binarySimon McVittie2009-07-081-1/+1
| | | | | This regression was introduced when MC 5 was made parallel-installable with MC 4.
* Change the name of the binary to mission-control-5Simon McVittie2009-06-012-4/+4
| | | | | The binary isn't generally run directly by users, and this means it won't try to use the same filename as MC 4.
* Change MC's bus name to end with MissionControl5Simon McVittie2009-06-012-4/+4
| | | | | This is a step towards having MC 4 and MC 5 parallel-installable, which will be useful for development.
* Initialize MCD debug so we can see what's going on in twisted testsSimon McVittie2009-03-261-0/+1
|
* Use MC_TP_DEBUG as environment variable for tp-glib debugAlberto Mardegan2009-02-261-1/+1
|
* Make TP_GLIB_DEBUG control tp-glib's debug flagsWill Thompson2008-12-161-0/+4
|
* The server is not depending on libmissioncontrol-clientAlberto Mardegan2008-12-041-2/+1
|
* Fix compilation of server5.0.beta1Alberto Mardegan2008-04-091-0/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@340 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Forgot service fileAlberto Mardegan2008-03-311-0/+3
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@321 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Fix presence compatibility with old MCAlberto Mardegan2008-03-311-3/+6
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@320 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Clean the generated file.4.55Alberto Mardegan2008-01-151-0/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@248 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Since recursive variable expansion is troublesome for configure.ac,Alberto Mardegan2008-01-151-0/+5
| | | | | | | | have the Makefile generate the DBus service file. Fixes: #1871127. git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@246 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Updated to find mission-control in @libexecdir@. Fixes: #1871127.Alberto Mardegan2008-01-141-1/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@243 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Move mission-control binary to $libexecdir. Fixes: #1827691.Alberto Mardegan2008-01-141-1/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@236 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Merge libmissioncontrol and libmissioncontrol-config into a singleAlberto Mardegan2007-08-211-1/+1
| | | | | | | | library, called libmissioncontrol-client. git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@113 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Ops...Alberto Mardegan2007-04-251-1/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@32 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Fix server build: use local libmissioncontrol-config.Alberto Mardegan2007-04-251-1/+2
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@31 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Fixes for "make distcheck".Alberto Mardegan2007-03-271-1/+1
| | | | git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@20 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
* Initial import of mission-control (starting from version 4.17)Naba Kumar2007-03-093-0/+80
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@1 d91c8aed-3f2b-0410-a83d-924a1c20a0ba