aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.c
Commit message (Expand)AuthorAgeFilesLines
* Remove app-section.[ch]Lars Uebernickel2013-08-281-924/+0
* Use the local version instead of the version from libindicatorTed Gould2013-08-261-1/+1
* Dropping launch context so we don't have to include GDKTed Gould2013-08-261-16/+1
* Change g_simple_action_group_remove() to g_action_map_remove_action()Ted Gould2013-08-211-2/+2
* Swap g_simple_action_group_insert() for g_action_map_add_action()Ted Gould2013-08-211-4/+4
* Make sure we've got an icon str before setting itTed Gould2013-08-151-1/+3
* Small merge errorTed Gould2013-08-131-1/+1
* Merge from trunkTed Gould2013-08-131-3/+20
|\
| * AppSection: use LaunchContext to exec shortcut nicksMarco Trevisan (Treviño)2013-04-221-7/+19
| * indicator_desktop_shortcuts_nick_exec() is deprecated, use indicator_desktop_...Łukasz 'sil2100' Zemczak2013-04-221-1/+1
| * AppSection: use the GAppLaunchContext with event timestamp when launching an appMarco Trevisan (Treviño)2013-04-031-2/+9
* | fixed deprecationsKen VanDine2013-07-111-1/+1
|\ \
| * | Fixed deprecationsKen VanDine2013-07-111-1/+1
| |/
* / Change application to service d-bus protocolLars Uebernickel2012-11-141-160/+264
|/
* Set the global chat status more intelligentlyLars Uebernickel2012-09-181-0/+51
* app-section.c: remove unused function app_section_get_nameLars Uebernickel2012-09-051-11/+0
* app-section.c: make destroy_signal staticLars Uebernickel2012-09-051-1/+1
* app-section: remove unused private memberLars Uebernickel2012-09-051-10/+0
* Watch desktop files for changesLars Uebernickel2012-09-051-16/+105
* Merge lp:~larsu/messaging-menu/fix-iconsLars Uebernickel2012-08-271-1/+6
|\
| * IdoMenuItem: don't try to set state on stateless actionsLars Uebernickel2012-08-271-1/+6
* | Make sure the icon is cleared also when a source is removedLars Uebernickel2012-08-271-7/+0
|/
* Request showing the chat section also when the app is not runningLars Uebernickel2012-08-241-2/+1
* Merge lp:~charlesk/indicator-messages/towards-q-redesignLars Uebernickel2012-08-211-2/+7
|\
| * in app-section.c's activate_cb(), don't leak the GError if we can't launchCharles Kerr2012-08-211-2/+4
| * in app-section's app_section_set_app_info(), don't leak the nicks' actionsCharles Kerr2012-08-211-0/+1
| * in app-section.c's dispose(), clear the muxer objectCharles Kerr2012-08-211-0/+2
* | Show icons in application and source menu itemsLars Uebernickel2012-08-211-4/+4
|/
* Merge Charles' branch: fixes a memory and a signal leak; various neat cleanupsLars Uebernickel2012-08-201-15/+5
|\
| * add sanity checks to args passed in the public APICharles Kerr2012-08-191-1/+9
| * in app-section.c's dispose(), use g_clear_object() for priv.ids and priv.keyfileCharles Kerr2012-08-191-10/+2
| * add lars as co-author of app-sectionCharles Kerr2012-08-191-1/+2
* | app-section: rename remote_menu to source_menuLars Uebernickel2012-08-201-6/+6
* | Export both static shortcuts also when the app is runningLars Uebernickel2012-08-201-19/+30
* | Use a custom menu item for application itemsLars Uebernickel2012-08-201-5/+29
|/
* X-MessagingMenu-UsesChatStatus --> X-MessagingMenu-UsesChatSectionLars Uebernickel2012-06-291-1/+1
* Only show chat section when necessaryLars Uebernickel2012-06-271-0/+74
* Make "Clear" work againLars Uebernickel2012-06-271-0/+39
* Add draws-attention flag to source actionsLars Uebernickel2012-06-271-2/+149
* app-section.c: get rid of unnecessary local itemLars Uebernickel2012-06-261-4/+1
* messages-service: move gmenu utility functions into gmenuutils.[ch]Lars Uebernickel2012-06-261-16/+5
* Put launcher and shortcut menu items into the same gmenu sectionLars Uebernickel2012-06-251-36/+22
* Reexport application menu as a separate section below the shortcutsLars Uebernickel2012-06-041-2/+12
* app-section: replace G_TYPE_INSTANCE_GET_PRIVATE calls with a priv memberLars Uebernickel2012-06-041-18/+19
* Name actions after the shortcut nick instead of its labelLars Uebernickel2012-06-031-2/+2
* Reexport application actionsLars Uebernickel2012-06-031-0/+21
* app-section: only call g_bus_unwatch_name if we're watching a nameLars Uebernickel2012-06-021-2/+4
* Listen to menus exported by applicationsLars Uebernickel2012-06-021-8/+14
* Listen to actions exported by applicationsLars Uebernickel2012-06-021-0/+68
* app-section: fix indentationLars Uebernickel2012-05-311-23/+23