aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove our udev dependency now that we no longer use it to look at devicesCharles Kerr2012-06-045-1408/+2
|
* remove the software updates menuitem; it's no longer in the specCharles Kerr2012-06-044-383/+7
|
* remove the startup applications menuitem; it's no longer in the specCharles Kerr2012-06-041-27/+2
|
* remove the display menuitem; it's no longer in the specCharles Kerr2012-06-041-14/+3
|
* remove the webcam menuitem; it's no longer in the specCharles Kerr2012-06-041-41/+1
|
* remove the scanner menuitem; it's no longer in the specCharles Kerr2012-06-041-42/+2
|
* remove the printer settings menuitem; it's no longer in the specCharles Kerr2012-06-041-28/+3
|
* In user_menu_mgr_rebuild_items(), simplify the logic behind the visiblity rulesCharles Kerr2012-06-041-18/+9
|
* bugfix: even if a UserMenuMgr was in greeter mode, it would rebuild itself ↵Charles Kerr2012-06-031-7/+7
| | | | in "full" mode after users on the system were added or removed.
* user_count is a one-time use variable, so reduce its scope from being a ↵Charles Kerr2012-06-031-3/+2
| | | | UserMenuMgr field to a temporary var in user_menu_mgr_rebuild_items()
* fix signature for compare_users_by_username()Charles Kerr2012-06-031-5/+4
|
* simplify is_this_guest_session()Charles Kerr2012-06-031-8/+4
|
* extract method: create_user_menuitem()Charles Kerr2012-06-031-57/+57
|
* Remove the seemingly-pointless MINIMUM_USERS constantCharles Kerr2012-06-033-128/+116
|
* In user-menu-mgr.c, make the static variable 'settings' a field of ↵Charles Kerr2012-06-032-58/+48
| | | | UserMenuMgr so that it doesn't persist between test sessions
* In user-menu-mgr.c, make the static variable 'switch_menuitem' a local s.t. ↵Charles Kerr2012-06-031-2/+1
| | | | it's not preserved between test sessions
* Remove unused function check_new_session() from user-menu-mgr.cCharles Kerr2012-06-031-23/+12
|
* In user_menu_mgr_rebuild_items(), reduce the scope of some temporary variablesCharles Kerr2012-06-021-4/+3
|
* In user-widget.c, remove the GTK2-specific code.Charles Kerr2012-06-021-88/+0
|
* Add gcda/gcno to CLEANFILES s.t. 'make clean' will cover themCharles Kerr2012-06-021-3/+4
|
* remove gtk2 supportCharles Kerr2012-05-071-4/+0
|
* Advised changes to fix implicit declarations.Allan LeSage2012-03-292-0/+2
|
* Merged from trunk.Allan LeSage2012-03-283-24/+24
|\
| * 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.
| * plug two leaked strings in keybinding_changed()Charles Kerr2012-03-161-3/+4
| |
| * src/apt-watcher.c: remove no longer needed code, this RestartRequired is a ↵Michael Vogt2012-03-081-10/+0
| | | | | | | | bit misleading as it about that the PK daemon got restarted not about system or session
| * src/apt-watcher.c: check the pk_results_get_require_restart_worst() in ↵Michael Vogt2012-03-081-0/+15
| | | | | | | | get_updates() too
* | Added gcov coverage tooling.Allan LeSage2012-03-271-2/+12
|/
* enforce locking that's still needed and will not be solved this cycleSebastien Bacher2012-03-061-2/+26
|\
| * Revert r239, there are still issues, to sort next cycleSebastien Bacher2012-02-271-2/+26
| |
* | make sure to change the icon on the panel when we get a restart signal from ↵Conor Curran2012-03-061-2/+3
| | | | | | | | package kit
* | listen for the right signalConor Curran2012-03-061-1/+1
|/
* Make GUDev optional for arch's that can't support itTed Gould2012-02-232-5/+27
|\
| * Don't include the header or the variable if we're not using GUDevTed Gould2012-02-231-0/+4
| |
| * Move the variables into the list straight up as they'll be NULL if undefinedTed Gould2012-02-231-8/+3
| |
| * Making sure to distribute the files even if we don't use them to build.Ted Gould2012-02-231-1/+11
| |
| * make gudev dep optionalEvgeni Golov2012-02-232-2/+15
| | | | | | | | | | | | | | | | Debian has arches w/o udev (hurd-*, kfreebsd-*). These cannot build indicator-session currently because libgudev-1.0-dev is missing there. Make the gudev dep optional and thus make indicator-session buildable on non-Linux arches again.
* | 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
|/
* Don't lock the session when switching to another one - something else ↵Robert Ancell2012-02-101-26/+2
| | | | | | | (ConsoleKit?) already does this and locks it regardless of if the setting has been configured. By explicitly doing the lock it means we can't override it inside GNOME screensaver to switch to the greeter instead, so this patch removes the code.
* merge request comments acted uponConor Curran2012-02-082-12/+4
|
* properly fix conflict and make sure to not check for updates 1 minute after ↵Conor Curran2012-02-086-151/+5
|\ | | | | | | starting the service or Pitti will kill me :)
| * Screensaver code cleanupTed Gould2012-02-073-114/+1
| |\
| | * Remove dead GSS throttling code. Let gnome-settings-daemonMarc Deslauriers2012-01-303-114/+1
| | | | | | | | | | | | | | | handle locking the screen when UPower requests it.
| * | Fix ordering of items on requestTed Gould2012-02-071-2/+2
| |\ \
| | * | Swap return values of indicator_session_get_locationDmitry Shachnev2011-10-261-2/+2
| | | |
| * | | Removing GOA supportTed Gould2012-02-071-34/+1
| |\ \ \
| | * | | Remove "Online accounts" from user menuAlberto Mardegan2012-02-021-34/+1
| | | |/ | | |/| | | | | | | | | | | | | The "Online accounts" feature is going to be removed from the control panel in Precise.
| * | | If we have GTK3 use the new gtk_box_new() function not the deprecated oneTed Gould2012-02-071-0/+4
| | | |