summaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2013-10-26panel-service.c: don't warn about unknown image type unnecessarilyLars Uebernickel
2013-10-16Error headerTed Gould
2013-10-16Change error handlers for upstart events as wellTed Gould
2013-10-16Check error on the upstart proxyTed Gould
2013-10-03PanelService: add private header, add testable parse_string_keybindingMarco Trevisan (Treviño)
2013-10-03PanelService: close the active menu if requested to open a NULL entry instead...Marco Trevisan (Treviño)
2013-10-03PanelService: use g_signal_handlers_disconnect_by_data for menu signalsMarco Trevisan (Treviño)
2013-10-03PanelService: allow print screen key to be used without modifiersMarco Trevisan (Treviño)
2013-10-03PanelService: save KeySym's internally, convert them to keycode on eventMarco Trevisan (Treviño)
2013-10-03PanelService: call parent finalize function when finalizing panelMarco Trevisan (Treviño)
2013-10-03PanelService: use g_signal_handlers_disconnect_matched to disconnect signalsMarco Trevisan (Treviño)
2013-10-03PanelService: use switch/case statement for handling eventsMarco Trevisan (Treviño)
2013-10-03PanelService: close a menu and re-send the keyevent when handling a combinationMarco Trevisan (Treviño)
2013-10-02PanelService: add KeyBinding struct to handle keys and use it for toggle modi...Marco Trevisan (Treviño)
2013-09-24PanelService: indentation fixesMarco Trevisan (Treviño)
2013-09-24PanelService: move floating-indicators after libapplication indicatorsMarco Trevisan (Treviño)
2013-09-24PanelService: set proper priority for floating position-less NG indicatorsMarco Trevisan (Treviño)
2013-09-24PanelService: set the correct priority for NG indicators with no position setMarco Trevisan (Treviño)
2013-09-24PanelService: use correct priority for legacy indicator entriesMarco Trevisan (Treviño)
2013-09-13Use MAX_INDICATOR_ENTRIES instead of hardcoding '100'Lars Uebernickel
2013-09-12panel-service: fix order when paging through menus with left/right keysLars Uebernickel
2013-08-29Fixed formatting in code introduced in revno. 3485.Chris Townsend
2013-08-26White space fixTed Gould
2013-08-07Clarifying what we emitTed Gould
2013-08-07WhitespaceTed Gould
2013-08-07Emit a shutdown signal when shutting downTed Gould
2013-08-07Switch to emitting the start signal via the proxyTed Gould
2013-08-07Adding the Upstart proxy as a member variableTed Gould
2013-08-07Adding deps for building with libupstartTed Gould
2013-07-25PanelService: move proper code block below the related commentMarco Trevisan (Treviño)
2013-07-21Disconnect signals connected in panel-service.c:on_entry_addedAndrew Gaul
2013-07-12PanelService: make sure we clear all the idles we've set up on destroy.Marco Trevisan (Treviño)
2013-07-11PanelService: notify the clients to resync all the indicators when we have to...Marco Trevisan (Treviño)
2013-07-11PanelService: check the value of timeout before removing itMarco Trevisan (Treviño)
2013-07-11PanelService: ensure we unset the indicator "remove-timeout" dataMarco Trevisan (Treviño)
2013-07-11PanelService: remove active timeouts and disconect to signals on object removalMarco Trevisan (Treviño)
2013-07-11PanelService: Make sure we always notify the removal of an IndicatorMarco Trevisan (Treviño)
2013-07-11PanelService: ref the object when adding an external indicatorMarco Trevisan (Treviño)
2013-07-11PanelService: Add public method to add a new IndicatorObjectMarco Trevisan (Treviño)
2013-07-11PanelService: Allow to initialize a new Panel Service without default indicatorsMarco Trevisan (Treviño)
2013-07-02in panel-service.c's load_indicators_from_indicator_files(), plug a GDir leakCharles Kerr
2013-06-28unity-panel-service: honor indicator's desired positionLars Uebernickel
2013-06-28unity-panel-service: depend on ido and call ido_initLars Uebernickel
2013-06-21Commenting out the dep on the Unity jobs for now.Ted Gould
2013-06-21Changing the upstart job name to Unity 7Ted Gould
2013-06-21The panel serivce lifecycle should match Unity'sTed Gould
2013-06-20We want to make sure that we're only running with Unity, and after it has sta...Ted Gould
2013-06-17Have unity emit desktop-start/desktop-end and unity-panel-service listen for ...Iain Lane
2013-06-17Reintroduce 3364:Iain Lane
2013-06-07Revert the panel on upstart from ted, it doesn't respawn as expected when ano...Didier Roche