aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/gnome/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* nm: Version bump to 1.4.2Tobias Brunner2017-05-301-1/+1
|
* nm: Version bump to 1.4.1Tobias Brunner2016-10-141-1/+1
|
* nm: Bump minor version to 1.4.0Lubomir Rintel2016-09-051-1/+1
| | | | | | This is probably a good idea to do to signal there's significant changes in dependencies to the distro package maintainers with libnm port and associated changes.
* nm: Bump to GTK+ 3.0Lubomir Rintel2016-09-051-1/+1
| | | | It's been released years ago; we depend on newer stuff than that now.
* nm: Replace libgnomeui with libnma for password dialogLubomir Rintel2016-09-051-1/+0
| | | | | | | | libgnomeui is long deprecated. There's one functional difference: the choice to save the passwords is gone. The password flags and saved password should be set in the preferences dialog, but this commit does not fix that.
* nm: Add a widget for setting a passwordLubomir Rintel2016-09-051-0/+2
| | | | | | | | | It was only possible to set the password from the authentication dialog, which is not ideal; as it requires a connection attempt. This adds an input entry along with a primary icon from libnma/libnm-gtk which allows selecting the backend and flags for the password (system, session agent, always ask or empty).
* nm: Port to libnmLubomir Rintel2016-09-051-1/+1
|
* nm: Check for libnmLubomir Rintel2016-09-051-4/+6
| | | | | libnm replaces libnm-glib. This will make sense with port to libnm and is done to reduce line noise in that commit.
* nm: Version bumb to 1.3.2Tobias Brunner2016-09-051-1/+1
|
* nm: Replace libgnomekeyring with libsecretLubomir Rintel2016-09-051-1/+1
| | | | The former is deprecated and the newer API is nicer anyway.
* nm: Drop useless calls to AC_SUBSTLubomir Rintel2016-09-051-11/+0
| | | | PKG_CHECK_MODULES does the substitutions.
* nm: Drop some unneeded dependenciesLubomir Rintel2016-09-051-8/+0
|
* nm: Install the .name file into /usr/lib/NetworkManager/VPNLubomir Rintel2016-09-051-0/+7
| | | | | | | | | | | | | It's the preferred location for system-provided plugins. A compatible file in /etc is still kept. Also, the compatibility /etc file needs to use a full path due to a bug in GNOME Shell. The full path to a arch-dependent file in a supposedly arch-independent file is a sin and a multilib violation in some distributions. However. some pre-release versions of NetworkManager-1.2 as shipped by distributions require a full path. Let's keep a configure-time option for that.
* nm: Automatically determine NM plugin directoryTobias Brunner2016-09-051-0/+2
|
* nm: Automatically determine path to the auth dialogLubomir Rintel2016-09-051-0/+3
|
* nm: Bump NetworkManager plugin version to 1.3.1Martin Willi2014-04-241-1/+1
|
* Changed default path to charon for NM frontend.Tobias Brunner2012-05-031-2/+2
|
* Migrated NM frontend plugin to NetworkManager 0.9Martin Willi2011-09-051-26/+12
| | | | Use GtkBuilder, drop gconf dependency.
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-141-0/+101