aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-session.c
Commit message (Collapse)AuthorAgeFilesLines
* use the same icons in the greeter as we do in a user sessionMichael Terry2012-10-221-19/+5
|
* add translator comments to explain the menu's a11y stringsCharles Kerr2012-10-051-0/+3
|
* Removing handling for the restart item typeTed Gould2012-09-281-66/+0
|
* don't unconditionally show the user menuitems ... let dbusmenu's code ↵Charles Kerr2012-09-181-2/+0
| | | | process the menuitem's VISIBLE property
* Change fallback icon to "gtk-missing-image"Lars Uebernickel2012-09-131-1/+1
|
* Add fallback to "system-shutdown" iconXiao-Long Chen2012-09-131-0/+18
| | | | | Thanks Xiao-Long!
* add a11y case for attention needed, but username display disabledCharles Kerr2012-08-311-0/+2
|
* revise indicator_session_update_a11y_from_disposition() to be easier to ↵Charles Kerr2012-08-311-14/+14
| | | | internationalize
* have the a11y text follow the SystemMenu specCharles Kerr2012-08-311-20/+42
|
* add a disposition handler to indicator-sessionCharles Kerr2012-08-301-16/+134
|
* use gtk_image_*_from_icon_name() instead of indicator_image_helper*()Charles Kerr2012-08-211-5/+6
|
* clearing house: the remainder of bugfixes & readability changesCharles Kerr2012-06-181-43/+40
|
* bind the IndicatorObjectEntry's label's visibility to the the setting in ↵Charles Kerr2012-06-141-12/+8
| | | | show-real-name-on-panel
* remove the use-username-in-switch-item property; it's no longer spec'edCharles Kerr2012-06-141-133/+0
|
* a step in merging the two menus: in indicator-session, use one ↵Charles Kerr2012-06-141-130/+64
| | | | IndicatorObjectEntry instead of two
* a step in merging the two menus: remove the 'should show user menu' flagCharles Kerr2012-06-141-96/+14
|
* use g_clear_object()Charles Kerr2012-06-141-32/+13
|
* fix a spurious call to g_error_free() in indicator_session_init()Charles Kerr2012-06-131-2/+2
|
* fix memory leak updating the username label -- gtk_label_set_text() takes a ↵Charles Kerr2012-03-161-9/+3
| | | | const char*, we don't need to g_strdup() the string before passing it in
* plug two more memory leaks. g_variant_get("s") makes a newly-allocated ↵Charles Kerr2012-03-161-2/+2
| | | | duplicated string, g_variant_get("&s") returns the internal const string.
* If we change the icon to show reboot we need to tell that to the a11y string ↵Ted Gould2012-02-221-0/+2
| | | | as well
* Add default accessible descriptions to the entriesTed Gould2012-02-221-0/+2
|
* Fix ordering of items on requestTed Gould2012-02-071-2/+2
|\
| * Swap return values of indicator_session_get_locationDmitry Shachnev2011-10-261-2/+2
| |
* | Modifying includes to not include libdbusmenu-gtk3 stuffTed Gould2012-01-311-4/+0
| |
* | Export the indicators name hintsMarco Trevisan (Treviño)2011-11-081-2/+5
|/ | | | Using the PACKAGE config.h variable both for the users and devices entries.
* Switch changing restart to updating the image instead of recreating it.Ted Gould2011-09-261-2/+2
|
* show/hide the name from the panelConor Curran2011-09-081-8/+20
|\
| * user correct string on switch item unless user actually wants to show usernameConor Curran2011-09-081-3/+8
| |
* | add the new gsettings entry for toggling the visibility of the real name on ↵Conor Curran2011-09-081-0/+1
|/ | | | the panel
* refactor the apt state callback because the use case of real and simulation ↵Conor Curran2011-09-061-1/+2
| | | | were proving far too disparate
* old icon now used when in greeter modeConor Curran2011-09-051-2/+17
|\
| * make sure to flag restart state in greeter mode also with the right iconConor Curran2011-09-021-3/+10
| |
* | remove the greeter icon stuffConor Curran2011-09-021-10/+1
|/
* much easier of handling the greeter iconConor Curran2011-09-011-1/+10
|
* tidy upConor Curran2011-08-311-1/+0
|
* restart signal actually being sent now properlyConor Curran2011-08-311-2/+1
|
* apt race condition handledConor Curran2011-08-311-0/+1
|
* used the set aside defines for icon namesConor Curran2011-08-221-2/+2
|
* ellipsis fixesConor Curran2011-08-221-2/+2
|\
| * Fix all the ellipsisTed Gould2011-08-191-2/+2
| |
* | fixed the misguided software available flagConor Curran2011-08-121-4/+2
|/
* and the actual codeConor Curran2011-08-091-0/+5
|
* Device menu torn apart and put back together, apt communication up and goingConor Curran2011-07-221-4/+3
|\
| * trying to figure out if upgrades are needed in progressConor Curran2011-07-211-3/+3
| |
| * apt watcher now controlling menuitem with signals and methods in placeConor Curran2011-07-201-2/+2
| |
* | Always send the actual pointers to the entry not pointers to copiesNeil Jagdish Patel2011-07-211-8/+4
|/
* changed default return value of get location to 0Conor Curran2011-07-141-1/+1
|
* ref sink instead of ref on the images and menusConor Curran2011-07-141-4/+4
|
* get location overridden and debugs tidied upConor Curran2011-07-141-11/+63
|