summaryrefslogtreecommitdiff
path: root/auth-dialog
Commit message (Collapse)AuthorAge
* auth-dialog: port to libnmLubomir Rintel2015-10-13
|
* service: port to libnmLubomir Rintel2015-10-13
|
* build: check for libnm & libnmaLubomir Rintel2015-09-01
|
* build: remove some unnecessary stuffDan Winship2015-03-24
| | | | | | | | | | | | | | PKG_CHECK_MODULES() automatically AC_SUBST()s the variables it creates, so we don't need to do it ourselves. Drop unnecessary explicit checks for gthread and dbus-glib. Remove unused INCLUDES= lines from Makefiles. Remove stray GConf references. Remove "#define NM_VPN_API_SUBJECT_TO_CHANGE", since that define has had no effect since before NM 0.7.
* Port to libnm-gtkGuido Günther2014-10-12
| | | | so we don't have to maintain the password dialog code anymore
* Port to libsecretGuido Günther2014-09-14
|
* Remove action area spacingGuido Günther2014-03-17
| | | | Leave this to the theme instead.
* Removed gettext macro for icon nameMarek Černocký2014-03-09
|
* Replace *_STOCK with their non-deprecated counterpartsMichele Baldessari2013-11-03
| | | | | | | | | | In gtk+-3.10 stock items have been deprecated: https://docs.google.com/document/d/1KCVPoYQBqMbDP11tHPpjW6uaEHrvLUmcDPqKAppCY8o/pub Replace the all the stock item references with their suggested new counterparts. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Switch from GtkTable to GtkGridGuido Günther2013-05-11
| | | | since gtk_table_attach_defaults is deprecated.
* Add external ui supportGuido Günther2012-12-25
|
* Remove GTK+2 compat codeGuido Günther2012-02-26
| | | | We require GTK+3 anyway
* Drop unused secondary password codeGuido Günther2012-02-20
|
* Initial commitv0.0.1Guido Günther2012-02-08