aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* merge lp:~allanlesage/indicator-messages/TDD to add Google Test autoconf rulesCharles Kerr2012-04-261-11/+15
|\
| * Clarified tabination.Allan LeSage2012-04-171-10/+10
| |
| * Removed obsolete testing configure.Allan LeSage2012-04-161-10/+0
| |
| * Adjusted enabling tests to Charles suggestion (removed xyes=xyes).Allan LeSage2012-04-161-2/+16
| |
| * Reverted r268, restored BUILD_TESTS; ted explains upstream arch patch.Allan LeSage2012-03-211-1/+9
| |
| * Chase-recommended simplification of test-inclusion autoconf.Allan LeSage2012-03-201-9/+1
| |
* | 0.6.0Charles Kerr2012-04-111-1/+1
| |
* | 0.5.950.5.95Charles Kerr2012-04-051-1/+1
| |
* | 0.5.940.5.94Ted Gould2012-03-211-1/+1
|/
* Tabs vs. spaces cosmetic change in configure.ac.Allan LeSage2012-03-201-4/+4
|
* Charles-suggested fixes for gmodule dependency.Allan LeSage2012-03-201-2/+4
|
* Makefile fixes for code under test lib.Allan LeSage2012-03-201-2/+1
|
* Temp commit for review by charles.Allan LeSage2012-03-151-2/+6
|
* Dummy commit on 'no rule' err.Allan LeSage2012-03-151-0/+20
|
* Made gcovr optional.Allan LeSage2012-03-131-0/+3
|
* 0.5.930.5.93Ted Gould2012-03-081-1/+1
|
* 0.5.920.5.92Ted Gould2012-02-221-1/+1
|
* 0.5.910.5.91Ted Gould2012-02-141-1/+1
|
* 0.5.900.5.90Ted Gould2012-02-091-1/+1
|
* Adding code coverage targetsTed Gould2012-02-091-0/+11
|\
| * Added coverage reporting via gcov config and targets.Allan LeSage2011-12-061-0/+11
| |
* | Adjust configure to use indicate-0.7Ted Gould2012-02-091-3/+3
| |
* | Updating deb to dbusmenu-gtk 0.5.90Ted Gould2012-01-311-1/+1
|/
* 0.5.00.5.0Ted Gould2011-09-281-1/+1
|
* 0.4.950.4.95Ted Gould2011-08-251-1/+1
|
* 0.4.940.4.94Ted Gould2011-08-181-1/+1
|
* 0.4.930.4.93Ted Gould2011-08-111-1/+1
|
* Migrating to libindicate 0.6 APITed Gould2011-08-111-2/+2
|
* Merge with upstreamMarco Trevisan (TreviƱo)2011-07-191-1/+24
|\