summaryrefslogtreecommitdiff
path: root/gui/gdmconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish the editting of the server definitions. BTW, this is incrediblyGeorge Lebl2001-08-211-2/+0
| | | | | | | | Tue Aug 21 04:42:05 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.[ch]: Finish the editting of the server definitions. BTW, this is incredibly evil and ugly code and should be cleaned up one of these days. I feel sort of dirty for doing it :)
* add some code for choosable servers (not implemented yetGeorge Lebl2001-08-191-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Sat Aug 18 18:17:44 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch]: add some code for choosable servers (not implemented yet * daemon/misc.c: search our own displays for used numbers first * daemon/gdm.c, daemon/server.c, daemon/slave.c: Finish implementing choosing of flexi servers * daemon/slave.c, daemon/verify{,-pam,-crypt,-shadow}.[ch]: Correctly implement credential setting and some pam related fixes * gui/gdmconfig.(c|h|glade): Start on making configuration for all the new stuff including the server definitions, not finished yet. * gui/gdmflexiserver.c: if there are multiple flexible servers, give the user a choice * gui/gdmflexiserver-xnest.desktop.in: only show if Xnest exists
* use selected state for titlebar when window focused, normal whenGeorge Lebl2001-08-111-3/+3
| | | | | | | | Fri Aug 10 22:56:21 2001 George Lebl <jirka@5z.com> * gui/gdmlogin.c: use selected state for titlebar when window focused, normal when otherwise, get rid of handle crap and the frame to make titlebar slimer.
* install factory settings, and for most settings files, overwrite theGeorge Lebl2001-05-171-6/+6
| | | | | | | | | | | | | | | | | Thu May 17 15:44:08 2001 George Lebl <jirka@5z.com> * config/Makefile.am: install factory settings, and for most settings files, overwrite the current and save the current in .orig files. this way changes will propagate. Don't do this for gdm.conf however, this is the most likely to be modified by the user. * gui/Makefile.am, gui/gdmphotosetip.desktop.in, gui/gdmphotosetup.c: a small proggie to setup the face for a user. Should at some point become a crapplet and include all the gdm user settings * gui/gdmconfig.(c|h|glade): fix some segfaults, include a factory settings reverting, and move the exclude users to the face browser as that's where it belongs
* Add a boolean flag for both timed and automatic login. This makesGeorge Lebl2001-05-151-0/+4
| | | | | | | | | | | | | | | | Mon May 14 20:53:16 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], gui/gdmconfig.(c|h|glade), gui/gdmlogin.c: Add a boolean flag for both timed and automatic login. This makes configuring it nicer and easier to understand * gui/gdmlogin.c: Add a clock, perhaps there should be a config option about this * gui/gdmlogin.c, gui/gdmlanguages.[ch], gui/Makefile.am: Add a somewhat primitive (unfinished) framework for translating language names. Unfortunately names are hardcoded, though available languages are still read from locale.alias.
* Add setting (which is default) to only set background color on remoteGeorge Lebl2001-05-101-1/+1
| | | | | | | | | | | | | | | | Thu May 10 00:29:06 2001 George Lebl <jirka@5z.com> * gui/gdmlogin.c, daemon/gdm.h, gui/gdmconfig.(c|glade): Add setting (which is default) to only set background color on remote logins. * gdm/gdmlogin.c: Icon has a tooltip now, and a bunch of the menu items as well * config/gdm.conf.in, config/gdm.h, gui/gdmconfig.(c|glade), gui/gdmlogin.c: Allow color to "seep through" transparent images and thus the color selector is on even for images. Add a setting for only allowing color on remote logins. This is useful to avoid net traffic.
* instead of a define, read a DOING_GDMCONFIG_DEVELOPMENT env var.George Lebl2001-05-011-1/+3
| | | | | | | | | | | | | | | | | | | | | Tue May 01 14:41:03 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.c: instead of a define, read a DOING_GDMCONFIG_DEVELOPMENT env var. * gui/gdmconfig.c, gui/gdmlogin.c: ignore sessions ending in .deleted and .desc * gui/gdmconfig.c, gui/gdmlogin.c: Session names ARE case sensitive so remove all this case insensitivity crap that could seriously mess things up. The only case insensitive thing is that the default link can be case insensitive, the actual files are sensitive. * gui/gdmconfig.(c|h|glade): fix an assload of stuff with respect to the Session directory editting. Not all tested though, so still use at your own risk. Though it theoretically has less problems now. Also cleaned up stuff a tiny bit. This file could use a run trhough indent.
* Add a new notebook tab to the expert panel in gdmconfig, to configure theLee Mallabone2001-04-291-0/+39
| | | | | | 'Sessions' directory. This is still slightly experimental - use with extreme care to avoid messing up your gdm session files until a new release is made.
* up version to 2.2.1, and check for GdkPixbufGeorge Lebl2001-03-311-5/+34
| | | | | | | | | | | | | | | | | | | | | Fri Mar 30 18:17:00 2001 George Lebl <jirka@5z.com> * configure.in: up version to 2.2.1, and check for GdkPixbuf * config/Default, config/gdm.conf.in, daemon/gdm.h, gui/Makefile.am, gui/gdmconfig-strings.c, gui/gdmconfig.c, gui/gdmconfig.glade, gui/gdmconfig.h, gui/gdmlogin.c: Add background image/color setting and remove that setup from the Default init. * gui/Makefile.am, gui/gdmconfig.c, gui/icon-entry-hack.[ch]: Put in the icon entry hack fromt he panel to make the icon entry behave properly * gui/gdmlogin.c: Make overlay window override redirect, don't proxy keyboard events to entry when window is iconified, raise window when moving, raise window on uniconify, set initial manual position after realize to avoid manual position being an offscreen one properly, only allow one query dialog to be up
* Fix bug that caused gdmconfig to ignore RelaxPerms values other than 1 & 0.Lee Mallabone2001-03-051-1/+17
| | | | Remove some cruft from the glade file.
* removed DLOCALEDIR. include config.h in c file, not h. i18n fixes, gui nowGediminas Paulauskas2001-02-271-4/+0
| | | | | | | | 2001-02-27 Gediminas Paulauskas <menesis@delfi.lt> * gdmconfig/Makefile.am: removed DLOCALEDIR. * gdmconfig/gdmconfig.c/h: include config.h in c file, not h. i18n fixes, gui now translated.
* new update version of the configurator from Lee MallaboneGeorge Lebl2001-02-101-19/+24
| | | | | | | | Sat Feb 10 18:05:39 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.(c|h|glade): new update version of the configurator from Lee Mallabone <lee@fonicmonkey.net> which makes it simpler to do stuff.
* Apply patch from Lee Mallabone <lee@fonicmonkey.net> To add a developmentGeorge Lebl2001-02-041-1/+1
| | | | | | | | Sun Feb 04 16:23:30 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.*: Apply patch from Lee Mallabone <lee@fonicmonkey.net> To add a development define for debugging, and change a bit of the layout to be more consistent.
* some glade fixes, and add a reset option when applyingGeorge Lebl2001-02-011-0/+1
| | | | | | | | | Thu Feb 01 17:58:30 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.(c|glade): some glade fixes, and add a reset option when applying * daemon/gdm.h: use true/false for booleans in defaults
* x18n fixes, add missing configuration options, add warning dialog aboutGeorge Lebl2001-01-301-0/+2
| | | | | | | | | | Tue Jan 30 15:16:40 2001 George Lebl <jirka@5z.com> * daemon/gdm.c, daemon/server.c, daemon/xdmcp.c, daemon/slave.c, gui/gdmconfig.c, gui/gdmconfig-strings.c, gui/gdmconfig.glade, po/POTFILES.in: x18n fixes, add missing configuration options, add warning dialog about when configuration will be applied, fix up gboolean vs. int mess and it's related gnome_config stuff
* Testing? We don't need no stinking testing. Hey, it builds!George Lebl2001-01-301-0/+140
-George Tue Jan 30 14:25:20 2001 George Lebl <jirka@5z.com> Patch from ChiDeok Hwang <hwang@mizi.co.kr>: * config/locale.alias: remove one of the entries for french as that turns out to be blank on non -1 locales * daemon/gdm.c, daemon/verify-pam.c, daemon/verify-crypt.c, daemon/verify-shadow.c: i18n fixes * daemon/slave.c: made user to see last message when gdm sleeps. * gui/gdmlogin.c: empty other menu is ugly. So remove it when it is empty. gdm_slave_greeter_ctl(GDM_MSGERR, ...) was stalled waiting output from gui. Patch from Lee Mallabone <lee@fonicmonkey.net>: * configure.in, gui/Makefile.am: make gdmconfig buile and depend on libglade * gui/gdmconfig.(c|h|desktop|glade): A working implementation of the configuration. Doesn't yet restart gdm and only works for root (has no pam stuff), but much better then nothing. Still missing the new options for 2.1