aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Remove Automake filesRobert Tari2021-10-211-210/+0
|
* release 0.8.20.8.2Mike Gabriel2021-01-281-1/+1
|
* release 0.8.10.8.1Mike Gabriel2020-09-101-1/+1
|
* release 0.8.00.8.0Mike Gabriel2020-08-171-1/+1
|
* Start indicator in systemd when ayatana-indicators.target is started.Mike Gabriel2020-08-101-0/+13
| | | | Fixes AyatanaIndicators/ayatana-indicator-messages#10.
* release 0.6.20.6.2Mike Gabriel2020-08-061-1/+1
|
* Fix failing build configurationRobert Tari2020-07-251-1/+1
|
* release 0.6.10.6.1Mike Gabriel2020-02-241-1/+1
|
* configure.ac: AM_INIT_AUTOMAKE needs subdir-objects with this project.Mike Gabriel2019-08-291-1/+1
|
* AM_INIT_AUTOMAKE: subdir-projects flag not required. Fixes FTBFS on recent ↵Robert Tari2019-03-101-1/+1
| | | | Archlinux.
* Check for dbustest-1 only with enabled tests.Robert Tari2019-03-101-2/+1
|
* release 0.6.00.6.0Mike Gabriel2018-03-231-2/+1
|
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-271-6/+5
|
* Adding in libdbustestTed Gould2015-03-061-0/+2
|
* One test directory to rule them allTed Gould2015-03-061-1/+1
|
* Connecting into accounts serviceTed Gould2014-09-171-1/+2
|
* Adding the Upstart XDG overrideTed Gould2014-02-191-0/+1
|
* Dropping libs from configure as wellTed Gould2013-08-261-7/+2
|
* Merge from trunkTed Gould2013-08-131-7/+14
|\
| * Test libmessaging-menuLars Uebernickel2013-02-251-6/+12
| | | | | | | | | | | | Use dbusmock to test whether libmessaging-menu calls the right functions on registration and deregistration.
| * add glib requirement to debian/control. bump glib requirement in configure.acCharles Kerr2013-01-221-1/+1
| |
* | Remove --enable-localinstall configure flagLars Uebernickel2013-07-301-30/+0
| |
* | Add a indicator fileLars Uebernickel2013-07-251-0/+6
| |
* | generate vapiKen VanDine2013-07-111-0/+17
| |
* | Merge upstream: inline packagingLars Uebernickel2012-11-191-1/+1
|\|
| * one-liner to add 'check-news' to the AM_INIT_AUTOMAKECharles Kerr2012-11-081-1/+1
| |
* | Move service .xml into a common directoryLars Uebernickel2012-11-131-0/+1
|/ | | | | | | | | | Both the service (in src/) and the client library (in libmessaging-menu/) need access to the dbus interface description file. Until now, it resided in src, with both Makefiles calling gdbus-codegen on it. This patch moves the file to common/ and builds a convenience library that contains only the generated code.
* 12.10.5Lars Uebernickel2012-10-241-1/+1
|
* 12.10.4Lars Uebernickel2012-10-021-1/+1
|
* 12.10.3Lars Uebernickel2012-09-191-1/+1
|
* Bump required gtk version to 3.5.18Lars Uebernickel2012-09-191-1/+1
|
* Show menu separators between sectionsLars Uebernickel2012-09-131-1/+1
| | | | | | | | | | | | | Previously, gtk didn't support changing the menu model on an already-created GtkMenu. Since IndicatorObject doesn't allow changing the GtkMenu it exports to the panel, IndicatorMessages created a menu with a single section, into which the menu from the service was inserted (and removed when the service died). This led to seperators not being shown, because separators are only shown between top-level sections. Gtk now has gtk_menu_shell_bind_model, which allows us to get rid of top-level wrapper section.
* 12.10.2Lars Uebernickel2012-08-311-1/+1
|
* Add gtk-doc supportLars Uebernickel2012-08-291-2/+6
|
* 12.10.1Lars Uebernickel2012-08-271-1/+1
|
* Install icons in the standard pathLars Uebernickel2012-08-271-3/+0
|
* configure.ac: remove unused variableLars Uebernickel2012-08-211-1/+0
|
* Bump glib and gtk dependenciesLars Uebernickel2012-08-211-3/+3
|
* 12.10.0Lars Uebernickel2012-08-211-1/+1
|
* Add introspection supportLars Uebernickel2012-07-301-1/+6
|
* configure.ac: pass package name to AC_INITLars Uebernickel2012-07-301-2/+3
| | | | | GOBJECT_INTROSPECTION_CHECK depends on it (it needs $PACKAGE_NAME).
* Remove dependency on menu-factoryLars Uebernickel2012-06-271-3/+1
| | | | | | libindicator now has GMenuModel support (unreleased), so indicator-messages doesn't need to create gtk menus anymore.
* Remove status providersLars Uebernickel2012-06-251-23/+0
| | | | | | Applications will be able to set and retrieve status through libmessaging-menu and telepathy.
* Add first version of a libmessaging-menu client libraryLars Uebernickel2012-06-151-0/+4
|
* Remove dbusmenu dependencyLars Uebernickel2012-05-251-2/+0
|
* Port to gmenu, act II - the indicator objectLars Uebernickel2012-05-251-1/+3
| | | | | | | Ports the indicator object itself to listen to exported gactions and gmenumodels. The menu creation itself is outsourced to a new dependency: menu-factory-gtk.
* Port to gmenu, act ILars Uebernickel2012-05-241-2/+0
| | | | | | | Work-in-progress of the gmenu port for the service. The bulk of this patch removes everything related to libindicate from the service. Only the static app launchers and their configured shortcut actions are exported for now.
* Use a gsettings list for finding out which apps should appear in the menuLars Uebernickel2012-05-211-0/+2
| | | | | | | | | | | Previously, this was handled by looking for .desktop files in various system and user directories. The messaging menu should not display any applications by default anymore, so a simple per-user gsettings list suffices. A neat side effect is that the hairy blacklist handling is not needed anymore, either. Small regression: apps are not configurable at runtime anymore (settings key is not listened to for changes).
* Remove gtk2 supportLars Uebernickel2012-05-071-31/+9
|