summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump versionMatthias Clasen2012-04-141-1/+1
|
* 3.4.13.4.1Matthias Clasen2012-04-141-1/+1
|
* configure: bump to 3.4.0.13.4.0.1Ray Strode2012-03-271-1/+1
|
* configure: bump to 3.4.03.4.0Ray Strode2012-03-261-1/+1
|
* configure: bump for releaseRay Strode2012-03-191-1/+1
|
* configure: bump versionRay Strode2012-03-191-1/+1
|
* Migrate GDM off GConf to GSettings.Marek Kasik2012-03-151-18/+2
| | | | | | | | This commit moves the fallback greeter and daemon away from gconf. Some changes from Ray Strode. https://bugzilla.gnome.org/show_bug.cgi?id=635375
* configure: make --with-systemd=auto workRay Strode2012-02-101-14/+23
| | | | | The logic wasn't sufficiently complicated enough for it to work before.
* server: invoke X with the systemd multi seat X wrapper if necessaryLennart Poettering2012-02-071-1/+5
| | | | | | | | | | | systemd 39 and newer provide a small wrapper for X which works around the fact that XOrg upstream currently support multi-seat hotplug for displays. Let's make use of this as a stop-gap until this feature is added to XOrg upstream. This code tries to be as defensive as possible and makes use of the wrapper only if the system as actually booted with systemd, the wrapper is available and we actually use a seat != "seat0".
* build-sys: add configure option --with-systemdLennart Poettering2012-02-071-0/+25
|
* configure: bump to 3.2.0Ray Strode2011-09-301-1/+1
|
* configure: bump to 3.1.92Ray Strode2011-09-191-1/+1
|
* daemon: add better unified authentication compatibilityRay Strode2011-09-191-0/+4
| | | | | | | | | | | | | 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.
* configure: bump to 3.1.91Ray Strode2011-09-091-1/+1
| | | | i
* Make maintainer mode enabled by defaultJavier Jardón2011-09-091-1/+1
| | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
* configure: bump to 3.1.90Ray Strode2011-08-301-1/+1
|
* configure: switch to split authentication by defaultRay Strode2011-08-301-1/+1
| | | | We'll need it for the shell greeter
* greeter: export library for being a greeterRay Strode2011-08-281-0/+10
| | | | | | This will make it easier for people to write external greeters. Of course, there are still no guarantees about interface stability.
* daemon: use gnome-session session files instead of autostartRay Strode2011-06-201-2/+1
| | | | | | | | | | | | | | | Before we were doing some sort of weird hybrid thing with a session file and an autostart directory that wasn't that much different than just having an autostart directory by itself. Now we fully define the session component list from the session file, and merely provide a pool of new candidate desktop files to select that sessoin from. This modernizes how we use gnome-session and as a side-effect enables us the ability to have fallback sessions (which will be important when defaulting to a shell based greeter later).
* Revert some commitsRay Strode2011-06-171-23/+0
| | | | | | | | | | | | I had some inprogress changes in my local tree when when git bz applying the patches on bug 618047. Those unfinished changes got interleaved into the commits, creating a bit of a mess. Also, bug 618047 has been reopened. This commit reverts those changes for now until.
* daemon: clean up greeter when unusedRay Strode2011-06-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | When user switching GDM needs to show a transient greeter for the user to pick a name from the list and jump to that session. After the user has been jumped to the selected session we don't really have a use for the greeter session. Historically, we've kept it around anyway, though, because X by default jumps back to the VT it started on when it exits, and we don't want the user to get thrown to an empty VT after they log out. This commit changes X to get started with the "-novtswitch" option, so that it doesn't do the undesirable switch-on-exit thing. This allows us to clean up the useless greeter following user switches. Based on work by Josselin Mouette <joss@debian.org> https://bugzilla.gnome.org/show_bug.cgi?id=618047
* greeter: export library for being a greeterRay Strode2011-06-151-0/+10
| | | | | | This will make it easier for people to write external greeters. Of course, there are still no guarantees about interface stability.
* common: drop custom marshaller gooRay Strode2011-06-131-1/+1
| | | | | | We live in a modern society where phones look like something from Inspector Gadget and signal marshalling is no longer something to waste goo credits on.
* greeter: Add smartcard pluginRay Strode2011-06-131-0/+11
| | | | | This commit adds a plugin to initiate a conversation when smartcards are inserted.
* greeter: Add fingerprint pluginRay Strode2011-06-131-0/+4
| | | | | This commit adds a plugin to initiate a conversation for fingerprint scans.
* greeter: Add a login extension mechanism to greeterRay Strode2011-06-131-0/+36
| | | | | | | | | | | | | | This allows extensions to drive which PAM conversations get run and potentially augment the login window UI. This commit adds one builtin extension that does the traditional unified authentication thing, and a plugin for password-only based authentication. By default we use the builtin extension, but enable the plugin with --enable-split-authentication Subsequent commits will add support for fingerprint and smartcard plugins.
* configure: use ustar by defaultRay Strode2011-06-131-1/+1
| | | | This gets around filename length limitations.
* configure: bump version to 3.1.2Ray Strode2011-06-131-1/+1
|
* configure: switch to xz instead of bz2Ray Strode2011-05-231-1/+1
| | | | This will save master.gnome.org work when posting new releases.
* configure: require accounts service 0.6.12Ray Strode2011-05-231-1/+1
| | | | | Earlier versions have some bugs that make GDM crash, so probably better to just force this version.
* configure: drop X_CONFIG_OPTIONSRay Strode2011-05-171-12/+0
| | | | It's unused so get rid of it.
* Bump versionMatthias Clasen2011-04-041-1/+1
|
* Bump version to 3.0.03.0.0Matthias Clasen2011-04-041-1/+1
|
* configure: bump version to 2.91.94Ray Strode2011-03-221-1/+1
|
* Remove faces imagesWilliam Jon McCann2011-03-201-1/+0
| | | | | They have been moved to gnome-control-center, where the UI lives for selecting and manipulating them.
* daemon: warp pointer to convenient place at startupRay Strode2011-03-091-2/+2
| | | | | | | | This makes sure we always start the greeter window in a consistent place, and it makes sure the pointer doesn't start up on top of the greeter window. https://bugzilla.gnome.org/show_bug.cgi?id=644327
* configure: bump version to 2.91.93Ray Strode2011-03-081-1/+1
|
* configure: require newer accounts service libraryRay Strode2011-03-081-1/+1
| | | | | | The older one causes crashes during login. https://bugzilla.gnome.org/show_bug.cgi?id=644204
* configure: bump version to 2.91.92Ray Strode2011-03-071-1/+1
|
* configure: bump to 2.91.91Ray Strode2011-03-011-1/+1
|
* configure: bump version to 2.91.90Ray Strode2011-02-221-1/+1
|
* greeter: port to account service libraryRay Strode2011-02-181-0/+1
| | | | | | | | The current user manager code is a mess of dbus code for talking to the accounts daemon and code for falling back if it isn't there. The accounts daemon is no longer optional, so drop all that and just use the accounts service library directly.
* configure: bump version to 2.91.6Ray Strode2011-02-011-1/+1
|
* daemon: switch to using accounts service for language and sessionRay Strode2011-02-011-0/+2
| | | | Control center now uses accounts service, so we should, too.
* Remove notification areaWilliam Jon McCann2011-01-181-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639284
* Remove user switch appletWilliam Jon McCann2011-01-181-8/+0
| | | | | | The GNOME 3 shell has one and this one will move to the fallback panel. https://bugzilla.gnome.org/show_bug.cgi?id=639284
* Port to GTK3William Jon McCann2011-01-181-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639284
* configure: bump to 2.91.4Ray Strode2010-12-171-2/+2
| | | | | Since we now are doing shipping a dconf database in our tarball,k gnome 3 components, jump on the gnome 3 train.
* bump version to 2.32.0Ray Strode2010-09-271-1/+1
|
* Bump version to 2.31.92Ray Strode2010-09-151-1/+1
|