summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Portuguese translation.Duarte Loreto2009-02-252-168/+240
| | | | | | | | 2009-02-26 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=6733
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-241-424/+599
| | | | svn path=/trunk/; revision=6729
* Updated British English documentation translation.Philip Withnall2009-02-242-6060/+11277
| | | | | | | | | | 2009-02-24 Philip Withnall <philip@tecnocode.co.uk> * docs/en_GB/en_GB.po: Updated British English documentation translation. svn path=/trunk/; revision=6728
* Don't call gettext on some strings that aren't user visible and are in aRay Strode2009-02-242-8/+16
| | | | | | | | | | | | 2009-02-19 Ray Strode <rstrode@redhat.com> * gui/user-switch-applet/gdm-user-menu-item.c: Don't call gettext on some strings that aren't user visible and are in a file that didn't get added to POTFILES.in before string freeze, bug 570086 svn path=/trunk/; revision=6727
* Updated Slovenian translationMatej Urbančič2009-02-241-111/+129
| | | | svn path=/trunk/; revision=6726
* Updated British English translation.Philip Withnall2009-02-232-174/+234
| | | | | | | | | 2009-02-23 Philip Withnall <philip@tecnocode.co.uk> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=6725
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2009-02-232-94/+117
| | | | svn path=/trunk/; revision=6724
* Updated Brazilian Portuguese translation.Og B. Maciel2009-02-222-59/+83
| | | | svn path=/trunk/; revision=6723
* Add bug number to comment.Brian Cameron2009-02-211-1/+1
| | | | svn path=/trunk/; revision=6722
* Drop superfluous call to gdk_screen_get_monitor_at_point that gotRay Strode2009-02-202-2/+7
| | | | | | | | | | | 2009-02-19 Ray Strode <rstrode@redhat.com> * gui/simple-greeter/gdm-greeter-session.c (get_tallest_monitor_at_point): Drop superfluous call to gdk_screen_get_monitor_at_point that got introduced in last commit svn path=/trunk/; revision=6721
* Work better in broken randr fake clone modeRay Strode2009-02-203-43/+63
| | | | | | | | | | | | | | | | | | | | | | 2009-02-19 Ray Strode <rstrode@redhat.com> Work better in broken randr fake clone mode * gui/simple-greeter/gdm-greeter-panel.c (get_outside_region), (get_monitor_geometry): drop (update_struts), (update_geometry): and just use gdk_screen_get_monitor_geometry. The logic here is wrong, so let's just solve this problem in a different way. * gui/simple-greeter/gdm-greeter-session.c (get_tallest_monitor_at_point), (toggle_panel): When picking a monitor, don't pick the first one in the unsorted list that happens to be under the pointer, but instead pick the tallest one in the list that's under the pointer. svn path=/trunk/; revision=6720
* Updated translation.Raivis Dejus2009-02-192-4716/+723
| | | | | | | | | 2009-02-19 Raivis Dejus <orvils@gmail.com> * lv.po: Updated translation. svn path=/trunk/; revision=6719
* Updated Finnish translationIlkka Tuohela2009-02-182-71/+95
| | | | svn path=/trunk/; revision=6718
* Added Crimean Tatar translation on behalf of Reşat SABIQ.Claude Paroz2009-02-183-0/+1179
| | | | | | | | | 2009-02-18 Claude Paroz <claude@2xlibre.net> * LINGUAS: * crh.po: Added Crimean Tatar translation on behalf of Reşat SABIQ. svn path=/trunk/; revision=6717
* Updated Korean translationChangwoo Ryu2009-02-172-70/+94
| | | | svn path=/trunk/; revision=6716
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-179-117/+159
| | | | | | | | | | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * common/gdm-settings-direct.[ch], common/gdm-settings-keys.h, daemon/gdm-simple-slave.c, daemon/gdm-xdmcp-chooser-slave.c, daemon/gdm-xdmcp-display-factory.c, data/gdm.schemas.in.in, docs/C/gdm.xml: Enable XDMCP configuration so it works. Previously only xdmcp/Enable was being used in the code. Also add support for chooser/Multicast and chooser/MulticastAddr configuration options. Now set the default values of MAX_DISPLAY_PER_HOST to 1 and MAX_WAIT to 30 as specified in the docs. Add a gdm_settings_direct_get_uint function to get unsigned integer configuration values more cleanly without the need to cast. Fixes bug #569876. svn path=/trunk/; revision=6715
* Remove double free. Fixes bug #565018. Patch by William Jan PalenstijnBrian Cameron2009-02-172-1/+5
| | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-xdmcp-display-factory.c: Remove double free. Fixes bug #565018. Patch by William Jan Palenstijn <wjp@usecode.org>. svn path=/trunk/; revision=6714
* Support VERSION command so that if user's run gdmflexiserBrian Cameron2009-02-172-3/+14
| | | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * utils/gdmflexiserver.c: Support VERSION command so that if user's run gdmflexiser --command=VERSION, it will return the version number. This is nice for backwards compatibility. Fixes bug #535450. svn path=/trunk/; revision=6713
* Documentation improvements. Fixes bugs #569893 and #571250.Brian Cameron2009-02-172-31/+196
| | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * docs/C/gdm.xml: Documentation improvements. Fixes bugs #569893 and #571250. svn path=/trunk/; revision=6712
* Add --with-default-path to configure so distros can configure the defaultBrian Cameron2009-02-174-61/+17
| | | | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * configure.ac, acconfig.h, daemon/Makefile.am: Add --with-default-path to configure so distros can configure the default PATH to use in the user's session. Cleanup some unused cruft from configure.ac, acconfig.h and daemon/Makefile.am svn path=/trunk/; revision=6711
* Fix format-security warning. Bug #572047.Frederic Crozat2009-02-173-3/+9
| | | | | | | | | | | 2009-02-17 Frederic Crozat <fcrozat@mandriva.com> * gui/simple-greeter/gdm-layouts.c: * gui/simple-greeter/test-remote-login-window.c: Fix format-security warning. Bug #572047. svn path=/trunk/; revision=6710
* Updated Thai translation.Theppitak Karoonboonyanan2009-02-172-16/+40
| | | | | | | | | 2009-02-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=6709
* Committed Translation by Sweta KothariSweta Kothari2009-02-172-32/+56
| | | | svn path=/trunk/; revision=6708
* Replace deprecated GTK symbolsThomas Hindoe Paaboel Andersen2009-02-163-3/+9
| | | | svn path=/trunk/; revision=6707
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-02-162-3282/+197
| | | | | | | | | 2009-02-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=6706
* Updated Danish translationKenneth Nielsen2009-02-152-147/+203
| | | | svn path=/trunk/; revision=6705
* Updated Polish translationTomasz Dominikowski2009-02-142-168/+221
| | | | | | | | 2009-02-14 Tomasz Dominikowski <tdominikowski@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=6704
* Translation updated.Gabor Kelemen2009-02-142-33/+58
| | | | | | | | 2009-02-14 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=6703
* 2009-02-13 vi.po Updated Vietnamese translationClytie Siddall2009-02-132-34/+57
| | | | | | Clytie Siddall <clytie@riverland.net.au> svn path=/trunk/; revision=6702
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-122-30/+56
| | | | svn path=/trunk/; revision=6701
* Updated Basque translation.Inaki Larranaga Murgoitio2009-02-122-16/+36
| | | | | | | | | 2009-02-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=6700
* sv.po: Updated Swedish translationDaniel Nylander2009-02-122-16/+35
| | | | svn path=/trunk/; revision=6699
* One more crack at bug 517558. Use the correct context for keyboard layoutRay Strode2009-02-124-1/+25
| | | | | | | | | | | | | | | | | 2009-02-11 Ray Strode <rstrode@redhat.com> * gui/simple-greeter/gdm-language-option-widget.c (gdm_language_option_widget_init): * gui/simple-greeter/gdm-layout-option-widget.c (gdm_layout_option_widget_init): * gui/simple-greeter/gdm-user-chooser-widget.c (add_other_user): One more crack at bug 517558. Use the correct context for keyboard layout "Other..." menu item, and add translator comment explaining in more detail what the various "Other..." items mean. svn path=/trunk/; revision=6698
* Fix spacing of my ChangeLog entries so they match the other entries.Brian Cameron2009-02-111-54/+54
| | | | svn path=/trunk/; revision=6697
* config/Makefile.am, config/Xsession.common, config/Xsession.in BackoutBrian Cameron2009-02-115-63/+10
| | | | | | | | | | | | | | 2009-02-11 Brian Cameron <brian.cameron@sun.com> * config/Makefile.am, config/Xsession.common, config/Xsession.in Backout change for bug #509141. This is no longer needed on Solaris since the code was reworked to make use of more general /etc/X11/xinit/xinitrc.d scripts. Better to keep distro specific code out of the upstream GDM. Fixes bug #571319. Patch by Takao Fujiwara <Takao.Fujiwara@sun.com>. * config/Xsession.solaris, config/Xsession.common: Removed. svn path=/trunk/; revision=6696
* Updated Basque translation.Inaki Larranaga Murgoitio2009-02-112-169/+202
| | | | | | | | | 2009-02-11 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=6693
* sv.po: Updated Swedish translationDaniel Nylander2009-02-111-4/+9
| | | | svn path=/trunk/; revision=6692
* Add context to "Other..." string to allow translators to give genderRay Strode2009-02-114-3/+14
| | | | | | | | | | | | | | | 2009-02-11 Ray Strode <rstrode@redhat.com> * gui/simple-greeter/gdm-language-option-widget.c (gdm_language_option_widget_init): * gui/simple-greeter/gdm-layout-option-widget.c (gdm_layout_option_widget_init): * gui/simple-greeter/gdm-user-chooser-widget.c (add_other_user): Add context to "Other..." string to allow translators to give gender correct translations (bug 517558). svn path=/trunk/; revision=6691
* Updated Brazilian Portuguese translation.Jonh Wendell2009-02-111-16/+16
| | | | | | | | | 2009-02-11 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=6690
* sv.po: Updated Swedish translationDaniel Nylander2009-02-112-19/+23
| | | | svn path=/trunk/; revision=6688
* Updated Thai translation.Theppitak Karoonboonyanan2009-02-112-165/+202
| | | | | | | | | 2009-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=6687
* Remove "#ifdef __sun" code as it was incorrect and not needed.Brian Cameron2009-02-102-5/+6
| | | | | | | | | 2009-02-10 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-session-worker.c: Remove "#ifdef __sun" code as it was incorrect and not needed. svn path=/trunk/; revision=6686
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2009-02-102-88/+54
| | | | | | | | | 2009-02-10 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=6685
* Added Asturian translation on behalf of Mikel GonzálezGil Forcada Codinachs2009-02-103-0/+4493
| | | | svn path=/trunk/; revision=6684
* Updated Vietnamese translationClytie Siddall2009-02-062-309/+232
| | | | svn path=/trunk/; revision=6683
* 2.25.3Chao-Hsiung Liao2009-02-043-395/+468
| | | | svn path=/trunk/; revision=6681
* Committed Translation by Sweta KothariSweta Kothari2009-02-042-146/+163
| | | | svn path=/trunk/; revision=6680
* sv.po: Updated Swedish translationDaniel Nylander2009-02-012-4/+8
| | | | svn path=/trunk/; revision=6679
* sv.po: Updated Swedish translationDaniel Nylander2009-02-012-41/+43
| | | | svn path=/trunk/; revision=6678
* Updated Lithuanian translation.Gintautas Miliauskas2009-02-012-120/+169
| | | | | | | | | | 2009-02-01 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=6677