Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | messages-service.c: get session bus asynchronously | Lars Uebernickel | 2012-06-25 | 3 | -23/+48 | |
| | ||||||
* | messages-service.c: removee unused includes | Lars Uebernickel | 2012-06-25 | 1 | -4/+1 | |
| | ||||||
* | Remove status providers | Lars Uebernickel | 2012-06-25 | 18 | -2453/+51 | |
| | | | | | | Applications will be able to set and retrieve status through libmessaging-menu and telepathy. | |||||
* | Set user_data that action handlers expect | Lars Uebernickel | 2012-06-25 | 1 | -1/+1 | |
| | ||||||
* | Set action namespace on application sections | Lars Uebernickel | 2012-06-25 | 1 | -1/+6 | |
| | ||||||
* | Put launcher and shortcut menu items into the same gmenu section | Lars Uebernickel | 2012-06-25 | 3 | -42/+23 | |
| | ||||||
* | gactionmuxer: check for NULL in public API | Lars Uebernickel | 2012-06-04 | 1 | -0/+6 | |
| | ||||||
* | gactionmuxer: remove unnecessary NULL check | Lars Uebernickel | 2012-06-04 | 1 | -3/+0 | |
| | ||||||
* | gactionmuxer: don't crash when no global actions are given | Lars Uebernickel | 2012-06-04 | 1 | -5/+8 | |
| | ||||||
* | gactiongroup: don't remove items from the hash while iterating over it | Lars Uebernickel | 2012-06-04 | 1 | -15/+32 | |
| | ||||||
* | Include different header in test case to fix `make check` | Lars Uebernickel | 2012-06-04 | 1 | -0/+1 | |
| | ||||||
* | Reexport application menu as a separate section below the shortcuts | Lars Uebernickel | 2012-06-04 | 1 | -2/+12 | |
| | ||||||
* | app-section: replace G_TYPE_INSTANCE_GET_PRIVATE calls with a priv member | Lars Uebernickel | 2012-06-04 | 2 | -20/+24 | |
| | ||||||
* | Name actions after the shortcut nick instead of its label | Lars Uebernickel | 2012-06-03 | 1 | -2/+2 | |
| | ||||||
* | gactionmuxer: allow passing a NULL action group to insert() | Lars Uebernickel | 2012-06-03 | 1 | -1/+7 | |
| | ||||||
* | Reexport application actions | Lars Uebernickel | 2012-06-03 | 3 | -0/+43 | |
| | ||||||
* | Use ids instead of .desktop file names to identify applications | Lars Uebernickel | 2012-06-03 | 1 | -8/+25 | |
| | ||||||
* | Add GActionMuxer | Lars Uebernickel | 2012-06-03 | 4 | -3/+509 | |
| | | | | | | | | | | | This is a new implementation of an action muxer with the same interface as the one in the gtk tree. Its implementation is considerably simpler, mostly because it doesn't need to implement GActionObservable. In addition to muxing different action groups with the <prefix>.<action_name> scheme, it has the notion of global, prefix-less actions. Indicator-messages needs those for the status and clear actions. | |||||
* | app-section: only call g_bus_unwatch_name if we're watching a name | Lars Uebernickel | 2012-06-02 | 1 | -2/+4 | |
| | ||||||
* | Listen to menus exported by applications | Lars Uebernickel | 2012-06-02 | 1 | -8/+14 | |
| | ||||||
* | Listen to actions exported by applications | Lars Uebernickel | 2012-06-02 | 4 | -20/+114 | |
| | ||||||
* | app-section: fix indentation | Lars Uebernickel | 2012-05-31 | 1 | -23/+23 | |
| | ||||||
* | Put the 'launch' action onto app's menu sections | Lars Uebernickel | 2012-05-31 | 3 | -16/+27 | |
| | | | | | This requires clients to make those menu sections clickable. | |||||
* | Rename AppMenuItem to AppSection | Lars Uebernickel | 2012-05-31 | 5 | -129/+128 | |
| | ||||||
* | Remove an application from the menu after it unregistered | Lars Uebernickel | 2012-05-31 | 1 | -1/+52 | |
| | ||||||
* | Allow applications to (un)register themselves from the messaging menu via d-bus | Lars Uebernickel | 2012-05-30 | 4 | -9/+111 | |
| | ||||||
* | Port to gmenu, act II - the indicator object | Lars Uebernickel | 2012-05-25 | 1 | -354/+31 | |
| | | | | | | | 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. | |||||
* | appmenuitem: make app-info a construct-only property | Lars Uebernickel | 2012-05-25 | 2 | -14/+90 | |
| | ||||||
* | appmenuitem: remove name-changed signal | Lars Uebernickel | 2012-05-25 | 2 | -25/+0 | |
| | ||||||
* | Check whether supplied desktop files exist | Lars Uebernickel | 2012-05-24 | 1 | -0/+6 | |
| | ||||||
* | message-service: replace the server list with a hash table of appmenuitems | Lars Uebernickel | 2012-05-24 | 1 | -49/+12 | |
| | ||||||
* | Don't support X-Ayatana-Messaging-Menu-Icon anymore | Lars Uebernickel | 2012-05-24 | 2 | -28/+3 | |
| | | | | | | | It was used to override icons for the default apps (Mail, Chat, Broadcast). Since all apps are now shown with their real name and icon, the override is not needed anymore. | |||||
* | Port to gmenu, act I | Lars Uebernickel | 2012-05-24 | 9 | -1875/+175 | |
| | | | | | | | 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. | |||||
* | Merge launcher- and appmenuitems | Lars Uebernickel | 2012-05-23 | 5 | -731/+175 | |
| | ||||||
* | Allow creating an app menu item without associated indicate server | Lars Uebernickel | 2012-05-23 | 2 | -54/+68 | |
| | ||||||
* | app-menu-item: remove another unneeded priv variable | Lars Uebernickel | 2012-05-22 | 1 | -19/+5 | |
| | ||||||
* | app-menu-item: remove unneeded priv variable | Lars Uebernickel | 2012-05-22 | 1 | -11/+6 | |
| | ||||||
* | Allow creating AppMenuItems without initial listener / server | Lars Uebernickel | 2012-05-21 | 3 | -5/+24 | |
| | ||||||
* | Move build_launcher_core into build_launcher | Lars Uebernickel | 2012-05-21 | 1 | -19/+5 | |
| | ||||||
* | Use a gsettings list for finding out which apps should appear in the menu | Lars Uebernickel | 2012-05-21 | 3 | -488/+23 | |
| | | | | | | | | | | | 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 the seen db | Lars Uebernickel | 2012-05-18 | 6 | -235/+15 | |
| | | | | | | | It was only really used to figure out whether one of the default apps was ever running, so that "Set up..." or the app name and actions would be shown in the menu. Since there are no default apps anymore, this is not needed either. | |||||
* | Remove default applications | Lars Uebernickel | 2012-05-18 | 6 | -214/+26 | |
| | | | | | | | | This gets rid of the "Set Up <app>" sections for Email, Chat, and Broadcast. Also, default apps don't get to override the icon and names anymore. Every app gets its real name and icon displayed. Overriding the icon with X-Ayatana-Messaging-Menu-Icon is still possible. | |||||
* | Remove gtk2 support | Lars Uebernickel | 2012-05-07 | 1 | -69/+0 | |
| | ||||||
* | merge lp:~larsu/indicator-messages/lp956147 to make the menu display a blank ↵ | Charles Kerr | 2012-04-10 | 1 | -4/+1 | |
|\ | | | | | | | icon when appropriate | |||||
| * | Use "blank-icon" instead of "" to make the menu display a blank icon | Lars Uebernickel | 2012-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | Revert fix for lp:956147, the same service binary is used for gtk2 and gk3 ↵ | Lars Uebernickel | 2012-04-10 | 1 | -3/+0 | |
| | | | | | | | | packages | |||||
* | | Instead of using disconnected in MC5 use offline | Ted Gould | 2012-04-06 | 1 | -3/+3 | |
| | | ||||||
* | | messages-service.c: add missing resort_menu | Lars Uebernickel | 2012-04-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | This might fix lp:856284, but I couldn't verify because I can't reproduce the bug. | |||||
* | | Merge lp:~larsu/indicator-messages/lp956147 to fix broken thunderbird ↵ | Charles Kerr | 2012-04-04 | 1 | -0/+3 | |
|\| | | | | | | | | | | | | | | | | | | | message indicator icons. This is a refinement to r254, which set an empty icon so that shortcut labels ("compose new message", "contacts", etc.) are horizontally aligned with the labels of the applications they belong to. Apparently gtk2 sets a "broken" icon onto a GtkImage if gtk_image_set_from_icon_name() is passed an empty string, which caused the behavior seen in bug #956147. Adding an #ifdef is a short-term fix for removing that "broken" icon in gtk2 for 12.04. Xref: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.0.6/revision/254 Xref: https://code.launchpad.net/~larsu/indicator-messages/lp956147/+merge/100836 | |||||
| * | Workaround for lp #956147: don't show empty icons in the gtk2 version | Lars Uebernickel | 2012-04-04 | 1 | -0/+3 | |
| | |