summary refs log tree commit diff stats
path: root/src/common/dbus
AgeCommit message (Collapse)Author
2018-02-18dbus: Add option to use app-id for bus namePatrick Griffis
This is required for Flatpak but is an API break so it is opt-in for now.
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-12-01properly clean the autogenerated org.hexchat.service.serviceMattia Rizzolo
2016-09-26build: Reorder includes to avoid installed plugin headerRainer Müller
When hexchat is already installed into a non-default prefix, a new build could pick up ${prefix}/include/hexchat-plugin.h from the installed version instead of the local header, as configuration variables such as $(GLIB_CFLAGS) would point to -I${prefix}/include. Reordering the includes and moving -I arguments to CPPFLAGS prevents this, as it ensures the local directories are always searched first. This was no problem when compiling for /usr or /usr/local as these directories in the compiler search path are always searched last. Closes #1822
2016-08-27dbus: Remove dbus-python example in favor of GDBusPatrick Griffis
2016-08-27dbus-client: Rewrite with GDBusPatrick Griffis
This is just a direct port and should change no logic
2016-07-20dbus-client: Fix missing includeEleni Maria Stea
Fix "Implicit declaration of function exit" compile error Closes #1770
2015-08-02Fix crash in DBus pluginasarium
Closes #1438
2014-12-28Fix building as c89TingPing
2014-12-17More consistently include config.hTingPing
2014-11-02Warning cleanupCampbell Barton
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-14Clean up formatting during buildTingPing
2013-09-26Remove whats left of gconfTingPing
2013-07-02Use URL command for opening in existingTingPing
This avoids making a new connection to an already open network.
2013-07-01Fix urls with --existingTingPing
2013-05-12Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning messageRichard Hitt
2013-05-08stop using gconfTingPing
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-05-01Fix warning about g_type_init() in dbus/example.cRichardHitt
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-15update dbus example.py for python3TingPing
2013-03-15Add python gdbus exampleTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-30Some remaining fixesBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Fix D-Bus pluginBerke Viktor
2012-10-28Further doc relocations and conversionsBerke Viktor
2012-10-25Some more rebrandingBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-07-18Even more rebranding for the D-Bus pluginBerke Viktor
2012-07-18Complete the rebranding of the D-Bus pluginBerke Viktor
2012-07-13Another bunch of rebranding stuffBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com