summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Irish translationSeán de Búrca2011-09-251-494/+437
|
* Updated Bulgarian translationAlexander Shopov2011-09-251-117/+141
|
* Updated Indonesian translationAndika Triwidada2011-09-251-160/+199
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-241-150/+293
|
* Updated Lithuanian translationAurimas Černius2011-09-241-135/+154
|
* Updated Finnish translationTommi Vainikainen2011-09-231-141/+143
|
* Updated Gujarati TranslationsSweta Kothari2011-09-231-128/+161
|
* Updated Hebrew translation.Yaron Shahrabani2011-09-231-128/+162
|
* [l10n]Updated Catalan translationPau Iranzo2011-09-221-142/+267
|
* Updated Korean translationChangwoo Ryu2011-09-231-120/+246
|
* Updated Swedish translationDaniel Nylander2011-09-221-134/+152
|
* Updated French translationBruno Brouard2011-09-221-124/+156
|
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-221-300/+432
|
* Updated Telugu Translationskrishnababu k2011-09-221-213/+302
|
* [l10n] Updated German translationMario Blättermann2011-09-221-120/+154
|
* Updated Danish translationFlemming Christensen2011-09-211-120/+154
|
* Updated Portuguese translationDuarte Loreto2011-09-211-122/+156
|
* Updated Brazilian Portuguese translationHenrique P Machado2011-09-201-121/+156
|
* Updated Latvian translation.Rudolfs Mazurs2011-09-201-132/+163
|
* Updated Spanish translationJorge González2011-09-201-137/+171
|
* Uploaded UkranianDaniel Korostil2011-09-201-123/+253
|
* Updated Slovenian translationMatej Urbančič2011-09-201-135/+155
|
* Updated Russian translationYuri Myasoedov2011-09-201-135/+149
|
* NEWS: update for release3.1.92Ray Strode2011-09-191-0/+11
|
* configure: bump to 3.1.92Ray Strode2011-09-191-1/+1
|
* data: create gdm.d dconf treeRay Strode2011-09-191-0/+14
| | | | | | | | | | If an administrator wants to set settings at the login screen they need to drop a special file in /etc/dconf/db/gdm.d and run dconf update. We don't create the directory for them though. This commit creates that directory so the admin doesn't have to.
* update Punjabi TranslationA S Alam2011-09-201-129/+165
|
* Updated Hungarian translationGabor Kelemen2011-09-201-137/+242
|
* daemon: add better unified authentication compatibilityRay Strode2011-09-193-2/+60
| | | | | | | | | | | | | The daemon and fallback greeter support --disable-split-authentication, but the new shiny greeter doesn't. This posed a problem for distributions that want to use the new shiny greeter (in an albeit degraded mode) but don't yet have support at the system level for split authentication. This commit adds a small amount of goo to make the split authentication pam service names translate to the unified pam service name and thus give the shell greeter a level of compatibility with --disable-split-authentication.
* [l10n] Updated Italian translationMilo Casagrande2011-09-191-163/+154
|
* Updated Thai translation.Theppitak Karoonboonyanan2011-09-191-130/+159
|
* Updated Galician translationsFran Dieguez2011-09-191-131/+166
|
* updated Tamil translationDr.T.Vasudevan2011-09-191-128/+161
|
* Updated Polish translationPiotr Drąg2011-09-191-130/+157
|
* Updated POTFILES.inPiotr Drąg2011-09-192-10/+8
|
* Updated Gujarati TranslationsSweta Kothari2011-09-191-16/+7
|
* data: add setting for login screen logoRay Strode2011-09-191-0/+11
| | | | | | | | | The shell greeter needs a setting to be able to look up a possible logo to use. Rather than put it in the shell, we'll put it here, so we can potentially make the fallback greeter read the same setting. https://bugzilla.gnome.org/show_bug.cgi?id=658062
* data: move extension settings to common codeRay Strode2011-09-188-36/+38
| | | | | | | | | The shell greeter needs to be able to disable fingerprint authentication, just as the fallback greeter does. This commit moves that setting (and its cousin for smartcards) to a central location. https://bugzilla.gnome.org/show_bug.cgi?id=657823
* [l10n] Updated German translationWolfgang Stöggl2011-09-181-56/+69
|
* Updated Bulgarian translationAlexander Shopov2011-09-181-31/+64
|
* daemon: set initial keyboard layout before starting serverRay Strode2011-09-174-0/+56
| | | | | | | | | | If we don't do this magic incantation then the keyboard layout selector won't work until the user hits some key on their keyboard. Since we have to do this incantation anyway, this commit also gives preferential treatment to the "us" keyboard layout. This makes sense to do because most usernames and passwords are ascii.
* Updated Thai translation.Theppitak Karoonboonyanan2011-09-171-48/+57
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-371/+465
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-09-161-400/+68
|
* Updated Danish translationKenneth Nielsen2011-09-161-139/+230
|
* l10n: Updated Italian translationClaudio Arseni2011-09-151-129/+236
|
* Updated Spanish translationdmustieles2011-09-141-63/+60
|
* Updated Spanish translationdmustieles2011-09-141-1358/+1358
|
* update Simplified Chinese (zh_CN) translationYinghua Wang2011-09-131-52/+64
|
* daemon: fix autologinRay Strode2011-09-131-21/+32
| | | | | | | | | | | | | In commit 6849f6f3b8a199bed5427b8d6f1e2dedbe035d6c the code was changed to stop the greeter asynchronously and start the session following its completion. Autologin doesn't have a greeter though, so this broke it. This commit fixes autologin. https://bugzilla.gnome.org/show_bug.cgi?id=658899