| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
2005-04-23 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
| |
2005-04-22 Brian Cameron <brian.cameron@sun.com>
* gui/modules/keymouselistner.c: Corrected broken
if test pointed out by meissner@suse.de.
Fixes bug 301565.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-22 Mark McLoughlin <mark@skynet.ie>
Add the ability to make GDM spawn XDMCP sessions on a local
X proxy server. Experimental support for disconnect/reconnect
or "session migration" is also implemented using DMX.
More details in bug #301602.
* configure.in: require glib 2.6.0 and check for DMX.
* config/gdm.conf.in: add xdmpc/EnableProxy, xdmcp/ProxyXServer
and xdmcp/ProxyReconnect config keys.
* docs/C/gdm.xml: document new config keys.
* daemon/gdm.h: add TYPE_XDMCP_PROXY server type, add #defines
for the new config keys, re-name various xnest related GdmDisplay
members to be applicable for all proxy servers, add xdmcp_dispnum
GdmDisplay member, modify the format of GDM_SOP_QUERYLOGIN and
add GDM_SOP_AUTHFILE and GDM_SOP_MIGRATE.
* daemon/gdm.c: read the new config keys, change format of what
GDM_SOP_QUERYLOGIN returns, implement GDM_SOP_AUTHFILE and
GDM_SOP_MIGRATE.
* daemon/xdmcp.h: add gdm_xdmcp_migrate.
* daemon/xdmcp.c: when xdmpc/EnableProxy and xdmcp/ProxyXServer,
set things up such that a proxy sever (which displays on the
requesting X server) is run locally by the slave.
Also implement migrating the proxy server from one parent display
to another using the xdmcp/ProxyReconnect command.
* daemon/server.c: if we're running a proxy server (e.g. Xnest
or Xdmx), hold a connection open to the parent display so that
it doesn't reset.
Run proxy servers with -display rather than setting $DISPLAY.
* daemon/slave.c:
Once we've successfully logged the user in, send SOP_QUERYLOGIN
to the slave - if the result from that indicates that the user
is already logged in and that session is migratable (e.g. by
reconnecting a proxy server or changing the VT), then migrate
to the existing session using SOP_MIGRATE.
In the case of an Xdmcp proxy, hold open the connection to the
parent display so that it doesn't reset. Exit the slave as
soon as that connection closes.
* utils/Makefile.am, utils/gdm-dmx-reconnect-proxy.c: implementation
of xdmcp/ProxyReconnect for use with Xdmx.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-21 Mark McLoughlin <mark@skynet.ie>
Don't use gdm_debug() from signal handlers - the message
formatting and the syslog() both involve malloc() which
isn't safe in signal handlers. Fixes random lockups with
debugging enabled.
* daemon/server.c:
(gdm_server_usr1_handler),
(gdm_server_child_handler): don't use gdm_debug() here.
* daemon/slave.c:
(gdm_slave_usr2_handler),
(gdm_slave_child_handler): or here.
|
|
|
|
|
|
|
| |
2005-04-20 Brian Cameron <brian.cameron@sun.com>
* gui/gdmsetup: Fix sensitivities of new Login
Sounds feature. Further fix for #300136.
Provided by Andrew Case.
|
|
|
|
|
|
|
|
| |
2005-04-20 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlanguages.c: For Danish-English use
en_DK instead of en_IE.
* HACKING: Made less out-of-date.
|
|
|
|
|
| |
2005-04-19 Brian Cameron <brian.cameron@sun.com>
* config/Init: Removed generated file from CVS.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-19 Brian Cameron <brian.cameron@sun.com>
* config/gdm.conf.in, daemon/gdm.[ch], daemon/slave.c,
gui/gdmchooser.c, giu/gdmlogin.c: Cleanup for
login success/failure sounds. Patch provided by
Mark McLoughlin. Refer to bug #300136.
* daemon/gdm.c: Fix FlexiServer commands so that all
output for a single command is sent as a single call
to gdm_connection_write or gdm_connection_printf
rather than building commands and sending them out
in pieces. Also use gdm_connection_printf rather
than building so many temporary strings. Patch
provided by for GDM_SUP_QUERY_LOGOUT_ACTION, but
I reworked the patch so the same technique is used
for all gdmflexiserver commands. Fixes bug
#158799. Patch based on one provided by Raffaele
Sandrini <rasa@gmx.ch>
* gui/greeter/greeter_geometry.c,
gui/greeter/greeter_item.h,
gui/greeter/greeter_parser.c, docs/C/gdm.xml: Now
support ratio scaling of SVG images. Docs weren't
provided with the patch so I added some. Patch
provided by. Fixes bug 159524. Patch provided by
Vincent Untz <vincent@vuntz.net>.
* gui/gdmlogin.c: Rearrange how the widgets are
organized to make it look a bit better now that
the message fields have sizes defined to avoid gdm2
resizing. Bit more of a fix for bug #117779.
* README.install: Spell corrections and minor updates,
now mention that running configure with the option
--with-post-path=/usr/openwin/bin is recommended
on Solaris.
* MAINTAINERS, AUTHORS, NEWS, docs/C/gdm.xml,
daemon/gdm.h: Fixed spelling, added contributors
to AUTHORS file for patches made in the past
few months.
* docs/C/gdm.xml: Fixed bug 300138 by providing
better sound docs in the a11y section. Fixes
bug #300138. Patch provided by Andrew Case.
* gui/gdmsetup.glade, gui/gdmsetup-strings.c: Removed
strings "sdfg" and "asdf" since they can't be
translated. Fixes bug #301211.
* gui/gdmchooser.c: Removed needless comment.
|
|
|
|
|
|
| |
2005-04-18 David Lodge <dave@cirt.net>
* en_GB.po: Updated British English translation.
|
|
|
|
|
|
| |
2005-04-19 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-18 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.[ch], daemon/slave.c, docs/C/gdm.xml,
gui/gdmchooser.c, gui/gdmcommon.c, gui/gdmlogin.c,
gui/gdmsetup-strings.c, gui/gdmsetup.c,
gui/gdmsetup.glade, gui/greeter/greeter.c,
gui/greeter/greeter_configuration.h: Add login
success/failure sounds. Patch provided by Andrew
Case. Refer to bug #300136.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-18 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c, gui/greeter/greeter_item_ulist.c:
I noticed that double clicking in the Face Browser
was causing the focus to be taken away from the
username/password entry field. I added a
button-release-event listener that returns the
focus back to the entry field when the user clicks
on the Face Browser. This ensures that the focus
is always kept on the entry field where it should
be.
|
| |
|
|
|
|
|
|
| |
2005-04-16 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-15 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.h, config/gdm.conf.in, gui/gdmlogin.c,
gui/gdmsetup.c, gui/gdmsetup.glade, gui/gdmsetup-strings.c,
gui/greeter/greeter.c: Added DefaultWelcome and
DefaultRemoteWelcome keys to the config file which
cause the default strings to be used. This allows
us to better translate the string in gdmsetup for
display and fixes bug #300304.
* gui/greeter/greeter_item_ulist.c,
gui/greeter/greeter_parser.c,
gui/greeter/themes/happygnome-list/happygnome.xml:
Now allow theming of background colors in the Face
Browser. Also shrink the FaceBrowser so it is the
same size as the treeview, so a big white space is
not displayed under the FaceBrowser. I probably
did not pick good default colors in the xml file,
but perhaps someone with a better design eye can
give me a recommendation for better colors.
Fixes bug #140312.
* docs/C/gdm.xml: Added docs for above two
features.
* gui/gdmlogin.c: Moved auto_timed_msg label after
msg label since that looks better.
* gui/gdmsetup.c: Moved call to g_signal_lookup so it
happens when the call works.
|
|
|
|
|
|
| |
2005-04-15 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
| |
2005-04-15 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
|
|
|
|
|
|
| |
2005-04-13 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-12 Brian Cameron <brian.cameron@sun.com>
* daemon/slave.c: Display an error dialog
if the user's $HOME/.dmrc can't be accessed
for permissions reasons. Fixes bug 141126.
* gui/gdmlogin.c, gui/greeter/greeter_item_pam.c:
Now tab acts like enter. Fixes bug #127339.
* gui/gdmsetup.c: Fixed theme installer so it
remembers where the last theme was installed
from and opens the file browser in that
location. Fixes bug #164785. Also fixed a
bug which was causing only *tar.gz files to
be installable. Now it works for *.tar files
on my system.
|
|
|
|
|
|
| |
2005-04-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-11 Brian Cameron <brian.cameron@sun.com>
* config/locale.alias: Patched locale.alias to
include missing languages. Patch provided by
Ray Dassen.
* gui/gdmchooser.c: Make button 3 always act like
button1 for the chooser as well, further fixes
bug #155142.
* gui/gdmlogin.c, gui/greeter/greeter.c: Support
Control-U for blanking the username/password
entry. Fixes bug #103498. Also removed
needless ";" from include lines.
* gdm/gdmsetup.c: Now clicking "No Logo" or
"No background" image causes gdmlogin to update
itself immediately. Also fixed "Timed Login"
enable checkbox so it takes effect immediately
when changed.
|
|
|
|
|
|
|
|
| |
2005-04-11 Brian Cameron <brian.cameron@sun.com>
* config/locale.alias: Patched locale.alias to
include missing languages. Patch provided by
Ray Dassen.
|
|
|
|
|
|
| |
2005-04-10 Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
* id.po: Updated Indonesian Translation.
|
|
|
|
|
|
| |
2005-04-09 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c, gui/gdmsetup.c, gui/greeter/greeter.c:
Now make button3 always act like button 1 for better
left-hand support. No longer just set this for the
login/setup programs when RUNNING_UNDER_GDM is
set since gdmsetup can be run from console and
so can gdmlogin (for development). gdmgreet needs
this so the Actions and Languages pop-up dialogs
work with the left mouse. Aside from such pop-ups
the logic in greeter_events was taking care of this.
Fixes bug #155142.
Also increased the max size of the username password
field to PAM_MAX_RESP_SIZE to fix bug #144809. I
talked with the PAM expert here at Sun and he
recommended using this value.
Lastly, fixed a bug I introduced on the 6th so now
I really fixed bug #67647.
* daemon/gdm.c: Now the GDM daemon recognizes if the
user changed the "Enable debug" value in gdmsetup.
I added the checkbox to gdmsetup on the 4th.
|
| |
|
|
|
|
|
|
| |
2005-04-06 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-06 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c: Set size requests for text labels in
gdmlogin so that they are initialized with a big enough
size to avoid container resizing. Fixes bug #117779.
Also no longer place the "msg" label in the button box,
instead placing it above. This label can get too big to
really fit in the button box without resizing or
otherwise making the GUI look weird.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-06 Brian Cameron <brian.cameron@sun.com>
* daemon/auth.c, daemon/choose.c, daemon/cookie.c,
daemon/display.c, daemon/errorgui.c, daemon/filecheck.c,
daemon/gdm-net.c, daemon/gdm.c, daemon/md5.h,
daemon/misc.c, daemon/server.c, daemon/slave.c,
daemon/verify-crypt.c, daemon/verify-pam.c,
daemon/verify-shadow.c, daemon/xdmcp.c,
gui/gdmXnestchooser.c, gui/gdmchooser.c, gui/gdmcomm.h,
gui/gdmcommon.c, gui/gdmlanguages.c, gui/gdmuser.[ch],
gui/gdmwm.c, gui/misc.c, gui/greeter/*.[ch],
vicious-extensions/test-ve-config.c,
vicious-extensions/ve-i18n.h, vicious-extensions/vicious.h,
vicious-extensions/viciousui.h: Changed messages so that
I-form isn't used. Fixes bug #118193. Noticed many
files didn't have a GPL license as a comment at the top
of the file, so added those. Changed "Gnome" to "GNOME"
in comments.
* gui/gdmlogin.c: Now display timed login message in a
separate label, which avoids problems caused because different
things (PAM, timed login, etc.) are trying to use the same
label for status messages. This fixes bug #67647.
|
|
|
|
|
|
|
| |
2005-04-05 Adam Weinberger <adamw@gnome.org>
* gui/gdmsetup-strings.c, gui/gdmsetup.glade: Removed space
before punctuation
|
|
|
|
|
|
|
| |
2005-04-05 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added gui/gdmuser.c.
* en_CA.po: Updated Canadian English translation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-04 Brian Cameron <brian.cameron@sun.com>
* gui/gdmcommon.c, gui/gdmcommon.h, gui/gdmlogin.c,
gui/greeter/greeter.c, gui/greeter/greeter_session.c,
gui/greeter/greeter_action_language.[ch],
gui/greeter/greeter_system.c: Fixed dialogs that
ask user if they want to change their default
language/session so they have a Cancel button that
returns the user to the login screen without having
to login/logout to change their session/language
session. Also added mnemonics to the Languages
menu in gdmlogin.c. Fixed minor bug where gdmlogin
and gdmgreeter were checking Include and Exclude
list as booleans rather than strings.
* gui/gdmsetup-strings.c, gui/gdmsetup.c,
gui/gdmsetup.glade: Now allow user to turn on/off
debug on the Security tab. Minor cleanup.
|
| |
|
|
|
|
|
|
| |
2005-04-01 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
| |
2005-04-01 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added Nepali translation (recommit)
|
|
|
|
|
|
|
|
| |
2005-04-01 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added nepali translation
* configure.in: Added ne in ALL_LINGUAS
|
| |
|
|
|
|
|
|
|
| |
2005-04-01 Brian Cameron <Brian.Cameron@sun.com>
* configure.in: Change Solaris HaltCommand from "init 0"
to "init 5" as Sun's ARC has informed me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-01 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmlogin.c, gui/gdmsetup.c, gui/gdmsetup-strings.c,
gui/gdmsetup.glade: Revamped gdmsetup so that it uses the
new file browser everywhere, uses GtkComboBox and
GtkComboBoxEntryinstead of GtkEntry and GtkOptionMenu
since they are deprecated. This fixed bug 171558.
Improved Remote Welcome label to fix bug 105156.
Now Remote Greeter option in the Greeter tab reads
"Disabled" if XDMCP is disabled. It returns to the
real choice if XDMCP is enabled again. This fixes
bug 117888. Also changed glade widget names for the
face browser to have the "fb" prefix rather than "sg".
Some other minor cleanup of the glade file.
* gui/gdmphotosetup.c: On March 10th I fixed gdmphotosetup so
it uses the new file browser. I noticed that the code had
a bug which was causing an assert, now fixed. Now make the
file browser work more like the ones gdmsetup.c
* gui/gdmsetup.desktop.in: Make GNOME in all-caps to fix
bug 167054.
|
|
|
|
|
|
| |
2005-03-29 Brian Cameron <Brian.Cameron@sun.com>
Corrected the fix made on March 4th to remove span tags properly.
The fact it wasn't done right was noticed by Seb Wills.
|
|
|
|
|
|
|
|
| |
2005-03-29 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmlanguages.c: Correct inconsistant spacing in
languages list. Patch by Seb Wills. Fixes bug
171519.
|
|
|
|
|
|
| |
2005-03-29 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
|
|
|
|
|
|
| |
2005-03-26 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Correction.
|
|
|
|
|
|
| |
2005-03-26 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
|
|
|
|
|
|
|
| |
2005-03-25 Abel Cheung <maddog@linuxhall.org>
* gui/gdmlanguages.c, config/locale.alias: Add Hong Kong
and Singapore locale.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-23 Brian Cameron <Brian.Cameron@sun.com>
* gui/gdmsetup.c, gui/gdmsetup.glade, gui/gdmlogin.c
gui/gdmuser.[ch], gui/greeter/greeter.c,
gui/gdmsetup-strings.c, docs/C/gdm.xml: Add face
browser tab for configuring the face browser with
the Exclude options and the new Include and IncludeAll
configuration options. Cleaned up the gdmsetup glade
file a bit. Now tabs have mnemonics
* daemon/slave.c, gui/gdmphotosetup.c,
gui/greeter/gdmthemetester.c: Changed name of
"Graphical Greeter" to "Themed Greeter" and "Standard
Greeter" to "GTK+ Greeter".
|