summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/gdm-user-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
| | | | Fix bug 683383.
* user-manager: fix up header guard nameRay Strode2010-10-061-2/+2
| | | | Putting H in the guard name is a sort of standard.
* Drop gdm_user_new_from_object_path for _gdm_user_update_from_object_pathRay Strode2010-09-101-0/+3
| | | | | | This is how it works with pwent, and it has the advantage of letting us create a stub user object destined to come from the accounts service before we know its object path.
* rename update to update_from_pwentRay Strode2010-06-101-2/+2
| | | | | | it's less ambiguous https://bugzilla.gnome.org/show_bug.cgi?id=610179
* Drop "user-login-frequency-changed" signal in favor of "changed"Ray Strode2010-06-101-0/+4
| | | | | | | It's less specific and will let us handle the other properties changes at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=610179
* Revert "Update duplicate real names to be unique"William Jon McCann2010-06-081-3/+0
| | | | | | | | | | | | | | | | | This reverts commit dfc66ca1f169c8b9f1c504f762b3d01605917a98. From https://bugzilla.gnome.org/show_bug.cgi?id=549349 This is a very expensive change and one that I think can be done in a better way. It doesn't make sense to me to have automatically generated and changing display names. We want the user's display name to be editable and discoverable using the user account settings tool. There are already a few way to disambiguate the user identity. The first is the name field. It can be changed to add a "(work)" label or whatever the user wants. Another is the account icon. And lastly the tooltip over the user list entry will show the username for the account. https://bugzilla.gnome.org/show_bug.cgi?id=620908
* Remove icon monitor since it isn't functional and causes bug #609321.Brian Cameron2010-04-211-2/+0
| | | | | If there is a desire to update the icons when the icon files change it should be implemented in a way that deals with bug #609321.
* Update duplicate real names to be uniqueDan Nicholson2009-07-171-0/+3
| | | | | | When the user manager encounters users who have duplicated real names, it updates the display name to be "Real Name (username)" so that it is unique.
* Use ConsoleKit to drive populate the list of sessions for each user.William Jon McCann2007-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | 2007-11-05 William Jon McCann <mccann@jhu.edu> * gui/simple-greeter/gdm-user-chooser-widget.c: (choose_user_id), (on_user_added), (on_user_removed), (on_user_is_logged_in_changed): * gui/simple-greeter/gdm-user-manager.c: (on_user_sessions_changed), (on_user_icon_changed), (create_user), (add_new_user_for_pwent), (get_current_seat_id), (get_uid_from_session_id), (seat_session_added), (seat_session_removed), (on_proxy_destroy), (get_seat_proxy), (gdm_user_manager_get_user), (reload_passwd), (gdm_user_manager_init), (gdm_user_manager_finalize): * gui/simple-greeter/gdm-user-private.h: * gui/simple-greeter/gdm-user.c: (session_compare), (_gdm_user_add_session), (_gdm_user_remove_session): Use ConsoleKit to drive populate the list of sessions for each user. svn path=/trunk/; revision=5493
* Add back the session list to GdmUser.William Jon McCann2007-11-051-2/+5
| | | | | | | | | | | | | | | 2007-11-04 William Jon McCann <mccannwj@acsnb1> * gui/simple-greeter/gdm-user-manager.c: (reload_passwd): * gui/simple-greeter/gdm-user-private.h: * gui/simple-greeter/gdm-user.c: (_gdm_user_add_session), (_gdm_user_remove_session), (gdm_user_get_property), (gdm_user_class_init): * gui/simple-greeter/gdm-user.h: Add back the session list to GdmUser. svn path=/trunk/; revision=5491
* Add some baseline stuff for getting logged in status. Add a new pixbufWilliam Jon McCann2007-10-281-7/+5
| | | | | | | | | | | | | | | | | | | | | | | 2007-10-27 William Jon McCann <mccann@jhu.edu> * gui/simple-greeter/gdm-user-chooser-widget.c: (get_logged_in_pixbuf), (populate_model), (on_user_added), (on_user_is_logged_in_changed), (name_cell_data_func), (check_cell_data_func), (gdm_user_chooser_widget_init): * gui/simple-greeter/gdm-user-manager.c: (reload_passwd), (gdm_user_manager_class_init): * gui/simple-greeter/gdm-user-manager.h: * gui/simple-greeter/gdm-user-private.h: * gui/simple-greeter/gdm-user.c: (gdm_user_get_property), (gdm_user_class_init), (gdm_user_init), (gdm_user_is_logged_in), (render_icon_from_home): * gui/simple-greeter/gdm-user.h: Add some baseline stuff for getting logged in status. Add a new pixbuf column to show a checkmark for logged in users. Also nicely serves as a way to indent the userlist. svn path=/trunk/; revision=5445
* Oops add file.William Jon McCann2007-10-031-0/+43
2007-10-03 William Jon McCann <mccann@jhu.edu> * gui/simple-greeter/gdm-user-private.h: Oops add file. svn path=/branches/mccann-gobject/; revision=5332