Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding the Upstart XDG override | Ted Gould | 2014-02-19 | 1 | -0/+1 |
| | |||||
* | Dropping libs from configure as well | Ted Gould | 2013-08-26 | 1 | -7/+2 |
| | |||||
* | Merge from trunk | Ted Gould | 2013-08-13 | 1 | -7/+14 |
|\ | |||||
| * | Test libmessaging-menu | Lars Uebernickel | 2013-02-25 | 1 | -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.ac | Charles Kerr | 2013-01-22 | 1 | -1/+1 |
| | | |||||
* | | Remove --enable-localinstall configure flag | Lars Uebernickel | 2013-07-30 | 1 | -30/+0 |
| | | |||||
* | | Add a indicator file | Lars Uebernickel | 2013-07-25 | 1 | -0/+6 |
| | | |||||
* | | generate vapi | Ken VanDine | 2013-07-11 | 1 | -0/+17 |
| | | |||||
* | | Merge upstream: inline packaging | Lars Uebernickel | 2012-11-19 | 1 | -1/+1 |
|\| | |||||
| * | one-liner to add 'check-news' to the AM_INIT_AUTOMAKE | Charles Kerr | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | Move service .xml into a common directory | Lars Uebernickel | 2012-11-13 | 1 | -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.5 | Lars Uebernickel | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | 12.10.4 | Lars Uebernickel | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | 12.10.3 | Lars Uebernickel | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Bump required gtk version to 3.5.18 | Lars Uebernickel | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Show menu separators between sections | Lars Uebernickel | 2012-09-13 | 1 | -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.2 | Lars Uebernickel | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Add gtk-doc support | Lars Uebernickel | 2012-08-29 | 1 | -2/+6 |
| | |||||
* | 12.10.1 | Lars Uebernickel | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Install icons in the standard path | Lars Uebernickel | 2012-08-27 | 1 | -3/+0 |
| | |||||
* | configure.ac: remove unused variable | Lars Uebernickel | 2012-08-21 | 1 | -1/+0 |
| | |||||
* | Bump glib and gtk dependencies | Lars Uebernickel | 2012-08-21 | 1 | -3/+3 |
| | |||||
* | 12.10.0 | Lars Uebernickel | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Add introspection support | Lars Uebernickel | 2012-07-30 | 1 | -1/+6 |
| | |||||
* | configure.ac: pass package name to AC_INIT | Lars Uebernickel | 2012-07-30 | 1 | -2/+3 |
| | | | | | GOBJECT_INTROSPECTION_CHECK depends on it (it needs $PACKAGE_NAME). | ||||
* | Remove dependency on menu-factory | Lars Uebernickel | 2012-06-27 | 1 | -3/+1 |
| | | | | | | libindicator now has GMenuModel support (unreleased), so indicator-messages doesn't need to create gtk menus anymore. | ||||
* | Remove status providers | Lars Uebernickel | 2012-06-25 | 1 | -23/+0 |
| | | | | | | Applications will be able to set and retrieve status through libmessaging-menu and telepathy. | ||||
* | Add first version of a libmessaging-menu client library | Lars Uebernickel | 2012-06-15 | 1 | -0/+4 |
| | |||||
* | Remove dbusmenu dependency | Lars Uebernickel | 2012-05-25 | 1 | -2/+0 |
| | |||||
* | Port to gmenu, act II - the indicator object | Lars Uebernickel | 2012-05-25 | 1 | -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 I | Lars Uebernickel | 2012-05-24 | 1 | -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 menu | Lars Uebernickel | 2012-05-21 | 1 | -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 support | Lars Uebernickel | 2012-05-07 | 1 | -31/+9 |
| | |||||
* | merge lp:~allanlesage/indicator-messages/TDD to add Google Test autoconf rules | Charles Kerr | 2012-04-26 | 1 | -11/+15 |
|\ | |||||
| * | Clarified tabination. | Allan LeSage | 2012-04-17 | 1 | -10/+10 |
| | | |||||
| * | Removed obsolete testing configure. | Allan LeSage | 2012-04-16 | 1 | -10/+0 |
| | | |||||
| * | Adjusted enabling tests to Charles suggestion (removed xyes=xyes). | Allan LeSage | 2012-04-16 | 1 | -2/+16 |
| | | |||||
| * | Reverted r268, restored BUILD_TESTS; ted explains upstream arch patch. | Allan LeSage | 2012-03-21 | 1 | -1/+9 |
| | | |||||
| * | Chase-recommended simplification of test-inclusion autoconf. | Allan LeSage | 2012-03-20 | 1 | -9/+1 |
| | | |||||
* | | 0.6.0 | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| | | |||||
* | | 0.5.950.5.95 | Charles Kerr | 2012-04-05 | 1 | -1/+1 |
| | | |||||
* | | 0.5.940.5.94 | Ted Gould | 2012-03-21 | 1 | -1/+1 |
|/ | |||||
* | Tabs vs. spaces cosmetic change in configure.ac. | Allan LeSage | 2012-03-20 | 1 | -4/+4 |
| | |||||
* | Charles-suggested fixes for gmodule dependency. | Allan LeSage | 2012-03-20 | 1 | -2/+4 |
| | |||||
* | Makefile fixes for code under test lib. | Allan LeSage | 2012-03-20 | 1 | -2/+1 |
| | |||||
* | Temp commit for review by charles. | Allan LeSage | 2012-03-15 | 1 | -2/+6 |
| | |||||
* | Dummy commit on 'no rule' err. | Allan LeSage | 2012-03-15 | 1 | -0/+20 |
| | |||||
* | Made gcovr optional. | Allan LeSage | 2012-03-13 | 1 | -0/+3 |
| | |||||
* | 0.5.930.5.93 | Ted Gould | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | 0.5.920.5.92 | Ted Gould | 2012-02-22 | 1 | -1/+1 |
| |