summaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Expand)Author
2014-04-29PanelService: cleanup the menu popup code, avoid unnecessary calls to gtk_wid...Marco Trevisan (Treviño)
2014-04-29PanelService: if the menu is not visible, try to show a menu without keyboard...Marco Trevisan (Treviño)
2014-04-29PanelService: emit an invalid EntryActivated signal if the menu has not actua...Marco Trevisan (Treviño)
2014-04-02remove libsyncindicator.so (lp: #1300916)Stephen M. Webb
2014-03-12PanelService: use proper monitor when popping-up a menuMarco Trevisan (Treviño)
2014-03-12Merging with trunkMarco Trevisan (Treviño)
2014-03-11PanelService: load indicators using the "desktop_lockscreen" profileMarco Trevisan (Treviño)
2014-03-05PanelService: use nicer dbus nameMarco Trevisan (Treviño)
2014-03-04PanelService: don't try to open an entry that is not in the currently opened ...Marco Trevisan (Treviño)
2014-03-04PanelService: don't emit warning in gtk_image_to_data on invalid imageMarco Trevisan (Treviño)
2014-03-04Merge trunk.Andrea Azzarone
2014-03-03PanelService: try to get the actual file name also from Pixbuf GtkImage'sMarco Trevisan (Treviño)
2014-02-28PanelService: add a method/signal to allow the panel to syncronize the icon p...Marco Trevisan (Treviño)
2014-02-28PanelService: use switch for getting the proper image typeMarco Trevisan (Treviño)
2014-02-23PanelService: take in account monitor scale when setting the menu positionMarco Trevisan (Treviño)
2014-02-20Merge trunk.Andrea Azzarone
2014-02-13Minor changes.Andrea Azzarone
2014-02-11PanelService: include the name of the panel in EntryActivated signalMarco Trevisan (Treviño)
2014-02-11PanelService: assume that the current entry is visible on key-navigationMarco Trevisan (Treviño)
2014-02-11PanelService: add function to check if an entry is visible in a specific panelMarco Trevisan (Treviño)
2014-02-10PanelService: keep track of the panel id that is parent of the entryMarco Trevisan (Treviño)
2014-02-10Add services/unity-panel-service-lockscreen.conf.inAndrea Azzarone
2014-02-10PanelService: disconnect from last_menu signals when the menu is hiddenMarco Trevisan (Treviño)
2014-02-07Add UpstartWrapper and proper start/stop unity-panel-service in lockscreen mode.Andrea Azzarone
2014-02-07Deactivate some panel functionalities during lockscreen.Andrea Azzarone
2014-02-06Merge trunk.Andrea Azzarone
2014-01-28PanelService: include selected-entry parameter in ShowEntriesDropdown, fix ke...Marco Trevisan (Treviño)
2014-01-27PanelService: go back to ShowEntriesDropdown to take a list of entries to showMarco Trevisan (Treviño)
2014-01-27PanelService: add fake-dropdown entries for each indicator, so that they can ...Marco Trevisan (Treviño)
2014-01-25PanelService: s/ShowEntries/ShowEntriesDropdown/ it takes an entry now and sh...Marco Trevisan (Treviño)
2014-01-25PanelService: remove the useless offscreen-window and menubarMarco Trevisan (Treviño)
2014-01-24PanelService: add ShowEntries method to show a list of entries in a drop-down...Marco Trevisan (Treviño)
2014-01-11Grab the mouse and the keyboard.Andrea Azzarone
2014-01-08Integrate the panel view in the lockscreen.Andrea Azzarone
2013-12-11Fix compile error due to depricated gtk_widget_get_state() function.Chris Townsend
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)