summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating Estonian translationMattias Põldaru2009-07-221-63/+54
|
* Autostart polkit-gnome authentication agentRay Strode2009-07-202-0/+6
| | | | | Needed for proper operation of shutdown/reboot, etc., in the greeter window.
* Post release bump to 2.27.5Ray Strode2009-07-201-1/+1
|
* Updating Estonian translationIvar Smolin2009-07-201-53/+60
|
* Update configure for 2.27.42.27.4Ray Strode2009-07-191-1/+1
|
* Update NEWS file for 2.27.4Ray Strode2009-07-191-0/+25
|
* Fix initial focus issueRay Strode2009-07-191-0/+1
| | | | | | | commit 5f8723c4fccff6aed79edbe635e3e16fa74a42d1 introduced a bug where the greeter window didn't get focus right. This commit attempts to fix that issue.
* Updated Finnish translationIlkka Tuohela2009-07-191-204/+207
|
* Updated Hebrew translationYaron Sharabani2009-07-181-198/+200
|
* Updated Spanish translationJorge González2009-07-181-139/+141
|
* Updated Spanish translationJorge González2009-07-181-134/+151
|
* Updated Tamil translationdrtvasudevan2009-07-181-200/+214
|
* Update duplicate real names to be uniqueDan Nicholson2009-07-176-10/+153
| | | | | | 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.
* Don't invoke cpp with xrdbMartin Pitt2009-07-171-3/+3
| | | | | | | | In order to improve startup speed, call xrdb with -nocpp. cpp is a pretty heavy beast, and the number of users which have preprocessor directives in their ~/.Xresources is probably a single digit (as is the number of users who still use ~/.Xresources with GNOME in the first place).
* Fix typo in worker logging codeVincent Untz2009-07-171-1/+1
| | | | s/queing/queueing/
* Forward accreditation failed messages to greeterVincent Untz2009-07-171-1/+7
| | | | | | Before the details were getting dropped. See http://bugzilla.gnome.org/show_bug.cgi?id=569741
* Check current worker state before changing itVincent Untz2009-07-171-10/+42
| | | | | | | There are FIXME for that in the code, so I just went ahead and filled the hole. http://bugzilla.gnome.org/show_bug.cgi?id=569760
* Fix "Nested extern declaration" warningDaniel Macks2009-07-171-3/+5
| | | | | | | Move an extern declaration out of a function definition to silence gcc warnings. See http://bugzilla.gnome.org/show_bug.cgi?id=568516
* Don't ever bubble up messages about "workers" to the userRay Strode2009-07-171-10/+2
| | | | | That's a made up concept used solely by the implementation, and is not something the user should ever be confronted with.
* Look for list of available locales in /usr/lib/localeVincent Untz2009-07-171-2/+2
| | | | | | | | Previously, it was looking in /usr/share/locale which isn't right. This only affects distributions which don't have a locale-archive file. See http://bugzilla.gnome.org/show_bug.cgi?id=570003
* Only access ut_exit if availableDaniel Macks2009-07-161-0/+2
| | | | | | This fixes a build failure on OSX. See http://bugzilla.gnome.org/show_bug.cgi?id=568487
* Only call backtrace() if execinfo.h existsDaniel Macks2009-07-162-2/+12
| | | | | | This fixes a build problem on OSX. See http://bugzilla.gnome.org/show_bug.cgi?id=568491
* Don't wait 1/2sec before connecting to displayRay Strode2009-07-161-1/+1
| | | | | | It told us it's ready so let's not waste time. See bug http://bugzilla.gnome.org/show_bug.cgi?id=570615
* Port greeter to PolicyKit 1.0Matthias Clasen2009-07-163-263/+4
|
* Make greeter login window be a dockRay Strode2009-07-161-0/+1
| | | | | | | | | This makes it show up in the same alt-tab window as the panel along the bottom and works around lame metacity behavior where it shows a dialog at session end about clients that don't set a session id on their leader window. See http://bugzilla.gnome.org/show_bug.cgi?id=587732
* Only set GDM_KEYBOARD_LAYOUT if layout is not-defaultRay Strode2009-07-161-3/+6
| | | | | | | If it's default then the right thing should automatically anyway. See http://bugzilla.gnome.org/show_bug.cgi?id=572765
* Make greeter window more clear when disable_user_list == TRUERay Strode2009-07-165-16/+176
| | | | | | | | | | | | | | Previously it would show a lone "Other..." menu item that the user was expected to click on. Now, instead it provides a "Log In" button. This commit is based almost entirely on a patch by: Philip Spencer <pspencer@fields.utoronto.ca> From: http://bugzilla.gnome.org/show_bug.cgi?id=568323
* Drop comment that causes false deprecation positivesRay Strode2009-07-161-1/+0
| | | | See bug 561956 for details.
* Drop unused gdm-user-menu-item filesRay Strode2009-07-162-512/+0
| | | | | They've been replaced by gdm-entry-menu-item. See bug 561223.
* Stop marking non-visible string for translationGabor Kelemen2009-07-161-1/+1
| | | | It just causes confusion and extra work for translators.
* Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #583295)Javier Jardón2009-07-152-10/+10
| | | | | | | | * daemon/main.c (bus_proxy_destroyed_cb), (main) * gui/simple-chooser/gdm-host-chooser-widget.c, (xdmcp_discover)
* Fix a few string inconsistenciesBruce Cowan2009-07-151-11/+11
| | | | | | | The case wasn't consistent for boolean values in the schema descriptions. http://bugzilla.gnome.org/show_bug.cgi?id=577382
* Allow uppercase or lowercase booleans in config fileRay Strode2009-07-151-2/+2
| | | | Noticed while reviewing bug 577382
* Propagate PAM error messages up to userDavid Liang2009-07-152-8/+8
| | | | | | Previously, some messages were getting dropped. http://bugzilla.gnome.org/show_bug.cgi?id=574338
* Remove duplicate codeDavid Liang2009-07-151-12/+0
| | | | | Some conditional checks were repeated in a large else if block in session_worker_message leading to dead code.
* Allow dbus introspection for the gdm serviceTimo Hoenig2009-07-151-0/+7
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=572214
* Bug 588031 - Handle usernames from non-UTF8 localesColin Walters2009-07-101-4/+7
|
* Updated Ukrainian translationMaxim V. Dziumanenko2009-07-091-3593/+24
|
* Updated Spanish translationJorge Gonzalez2009-07-051-1/+0
|
* Updated Spanish translationJorge Gonzalez2009-07-051-240/+249
|
* Bumped libxklavier dependency to 4.0Sergey V. Udaltsov2009-07-012-2/+2
| | | | | All relevant gnome modules now depend on libxklavier 4.0, API was changed
* Change documentation and default PAM policy to allow password-less logins on ↵Milan Bouchet-Valat2009-06-282-0/+17
| | | | | | | | allowed cases Being a member of the 'nopasswdlogin' group allows the user to log in via GDM without typing his password. This feature is used by the gnome-system-tools to allow some users to do so. The documentation now explains how to configure PAM to allow this. http://bugzilla.gnome.org/show_bug.cgi?id=414862
* Updating Estonian translationIvar Smolin2009-06-261-10/+12
|
* Updating Estonian translationMattias Põldaru2009-06-251-25/+31
|
* Correctly handle invalid xkb layout from ~/.dmrcVincent Untz2009-06-153-3/+69
| | | | | | | | | | We check that the xkb layout/variant that the daemon gives us is valid, and if it's not, we use the default layout/variant (ie, what was set when X started). This is useful for users that have a broken ~/.dmrc. http://bugzilla.gnome.org/show_bug.cgi?id=585263
* Fix language name parsing regexRay Strode2009-06-031-1/+1
| | | | | It didn't properly escape the "." character so it was allowing any character to be matched instead of just periods.
* Updated Irish translationSeán de Búrca2009-05-251-835/+630
|
* Added Greek translationNikos Charonitakis2009-05-211-1/+1
|
* Updated Greek translationSterios Prosiniklis2009-05-211-0/+3111
|
* Updated Afrikaans translationFriedel Wolff2009-05-161-3320/+3027
|