aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-11-23build: don't use GNOME_COMPILE_WARNINGSrossRoss Burton
At some point we should move to autoconf-archive, but this works for now. Signed-off-by: Ross Burton <ross.burton@intel.com>
2016-11-23Port to modern gettext instead of glib-gettextRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2016-07-15Release 2.112.11Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-06-02Release 2.10, update contact info2.10Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-04-25build: bump version to 2.92.9Ross Burton
2016-04-25data: ship our own icons here instead of in sato-icon-themeRoss Burton
2016-04-25build: check for GTK+3, and require 3.0Ross Burton
2013-07-08build: move more logic into Makefile.appletsRoss Burton
2013-07-08build: silent make portability warningsRoss Burton
2013-07-08applets: add exit applet, that tells MBWM to exitRoss Burton
2013-06-17build: check for x11 and gdk-x11 explicitlyRoss Burton
Modern toolchains will ignore implicit linkage, so not linking to these will cause link errors. Original patch by Xin Ouyang <Xin.Ouyang@windriver.com>, edited when merging. Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-12-22all: don't use sealed structs, bump GTK+ dependency to 2.18Ross Burton
2012-07-26build: use GNOME_COMPILE_WARNINGS to get sensible warning controlRoss Burton
2012-07-26build: enable silent rulesRoss Burton
2008-11-142008-11-14 Ross Burton <ross@linux.intel.com>2.0ross
* configure.ac: Version 2.0! git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@2092 b067294f-1dea-0310-9683-c47a78595994
2008-11-142008-11-14 Ross Burton <ross@linux.intel.com>ross
* configure.ac: Remove ALL_LINGUAS * po/LINGUAS: Add. This makes the dist work. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@2089 b067294f-1dea-0310-9683-c47a78595994
2008-10-282008-10-28 Rob Bradford <rob@linux.intel.com>rob
* configure.ac: If no --with-battery supplied then default to no battery rather than using APM. This fixes builds on platforms not supporting APM. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@2088 b067294f-1dea-0310-9683-c47a78595994
2008-09-302008-09-30 Samuel Ortiz <sameo@linux.intel.com>sameo
* configure.ac * applets/Makefile.am * applets/battery/battery.h * applets/battery/battery-acpi.c * applets/battery/battery-apm.c * applets/battery/Makefile.am * applets/battery/battery.c Switch between ACPI and APM at configuration time. Default is APM. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@2085 b067294f-1dea-0310-9683-c47a78595994
2008-02-182008-02-18 Ross Burton <ross@openedhand.com>ross
* configure.ac: Don't check for libnotify. * applets/Makefile.am: Build startup-notify if we have DBus. * applets/startup-notify: Don't use libnotify as it doesn't conform to the specification and makes blocking DBus calls. Instead, call it directly. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1929 b067294f-1dea-0310-9683-c47a78595994
2008-02-142008-02-14 Ross Burton <ross@openedhand.com>ross
* configure.ac: Remove applets/battery/data/, argh. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1920 b067294f-1dea-0310-9683-c47a78595994
2008-02-062008-02-06 Ross Burton <ross@openedhand.com>ross
* configure.ac: Look for DBus * applets/Makefile: * applets/notify/*: Basic notification-daemon implementation as an applet. Needs work, but its usable. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1908 b067294f-1dea-0310-9683-c47a78595994
2008-02-042008-02-04 Ross Burton <ross@openedhand.com>ross
* configure.ac: * applets/Makefile.am: * applets/brightness/*: Add a brightness applet, thanks Manuel Teira. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1907 b067294f-1dea-0310-9683-c47a78595994
2008-01-172008-01-17 Ross Burton <ross@openedhand.com>ross
* configure.ac: * applets/Makefile.am: * applets/startup-notify/Makefile.am: * applets/startup-notify/startup.c: Add new startup notification applet which uses libnotify instead of appearing in the panel. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1891 b067294f-1dea-0310-9683-c47a78595994
2007-11-282007-11-28 Ross Burton <ross@openedhand.com>ross
* configure.ac: Fix typo. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1842 b067294f-1dea-0310-9683-c47a78595994
2007-10-112007-10-11 Ross Burton <ross@openedhand.com>ross
* configure.ac: Use AC_HELP_STRING, make the help output reflect reality, and fix building without libstartup-notification. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1738 b067294f-1dea-0310-9683-c47a78595994
2007-06-172007-06-17 Jorn Baayen <jorn@openedhand.com>jorn
* applets/Makefile.am: * configure.ac: Don't build startup applet if libsn is not available. Fixes #613. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1569 b067294f-1dea-0310-9683-c47a78595994
2007-06-142007-06-14 Jorn Baayen <jorn@openedhand.com>jorn
* applets/Makefile.am: * applets/startup/Makefile.am: * applets/startup/data/Makefile.am: * applets/startup/startup.c: * configure.ac: Added startup notification applet. Ported from mb-panel1 by Stefan Schmidt <stefan@datenfreihafen.org>. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1564 b067294f-1dea-0310-9683-c47a78595994
2007-03-122007-03-12 Ross Burton <ross@openedhand.com>ross
* configure.ac: Remove AM_MAINTAINER_MODE. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1478 b067294f-1dea-0310-9683-c47a78595994
2007-02-012007-02-01 Ross Burton <ross@openedhand.com>ross
* configure.ac: Use gmodule-export, as we export symbols. * matchbox-panel/Makefile.am: Add --export-dynamic as a Poky bug means gmodule-export doesn't have it. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1461 b067294f-1dea-0310-9683-c47a78595994
2007-01-242007-01-24 Ross Burton <ross@openedhand.com>ross
* configure.ac: Disable static libraries, they are useless here. * applets/*/Makefile.am: Disable library versioning. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1442 b067294f-1dea-0310-9683-c47a78595994
2006-08-232006-08-23 Jorn Baayen <jorn@openedhand.com>jorn
* applets/Makefile.am: * applets/windowselector/Makefile.am: * applets/windowselector/windowselector.c: * configure.ac: Added window selector applet. Still needs work to make icons show up. * applets/showdesktop/showdesktop.c: (show_desktop_applet_free), (sync), (filter_func), (screen_changed_cb): Perform initial sync. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1395 b067294f-1dea-0310-9683-c47a78595994
2006-08-222006-08-22 Jorn Baayen <jorn@openedhand.com>jorn
* configure.ac: * applets/Makefile.am: * applets/showdesktop/Makefile.am: * applets/showdesktop/showdesktop.c: Added 'Show Desktop' button applet. Still needs to get an icon packed into it. * applets/clock/clock.c: (timeout), (mb_panel_applet_create): Put stuff into ClockApplet data structure. * applets/launcher/launcher.c: (button_release_event_cb), (mb_panel_applet_create): * applets/systray/systray.c: Use screen-changed signal correctly. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1389 b067294f-1dea-0310-9683-c47a78595994
2006-08-222006-08-22 Jorn Baayen <jorn@openedhand.com>jorn
* applets/battery/Makefile.am: * applets/battery/battery.c: (timeout), (mb_panel_applet_create): * applets/battery/data/Makefile.am: * configure.ac: Use icons from gnome-power-manager for battery applet for now. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1388 b067294f-1dea-0310-9683-c47a78595994
2006-08-212006-08-21 Jorn Baayen <jorn@openedhand.com>jorn
* applets/Makefile.am: * applets/battery/Makefile.am: * applets/battery/battery.c: * configure.ac: Add skels for a battery applet. Built only if libapm is available. Needs graphics. * applets/launcher/launcher.c: (launcher_data_free), (mb_panel_applet_create): Initialize icon_theme and icon_theme_changed_id to NULL and 0. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1387 b067294f-1dea-0310-9683-c47a78595994
2006-08-212006-08-21 Jorn Baayen <jorn@openedhand.com>jorn
* applets/systray/Makefile.am: * applets/systray/systray.c: (tray_icon_added_cb), (message_sent_cb), (message_cancelled_cb), (screen_changed_cb), (mb_panel_applet_create): * configure.ac: Added optional support for tray icon messages using libnotify. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1386 b067294f-1dea-0310-9683-c47a78595994
2006-08-212006-08-21 Jorn Baayen <jorn@openedhand.com>jorn
* applets/Makefile.am: * applets/clock.c: * applets/clock/Makefile.am: * applets/clock/clock.c: * applets/launcher.c: * applets/launcher/Makefile.am: * applets/launcher/launcher.c: * applets/systray/Makefile.am: * applets/systray/eggmarshalers.list: * applets/systray/eggtraymanager.c: * applets/systray/eggtraymanager.h: * applets/systray/systray.c: * configure.ac: Added system tray applet & moved applets into their own folders. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1385 b067294f-1dea-0310-9683-c47a78595994
2006-08-17import matchbox-panel-2jorn
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1376 b067294f-1dea-0310-9683-c47a78595994