summaryrefslogtreecommitdiff
path: root/properties
Commit message (Collapse)AuthorAge
* properties: move the domain beneath a GtkGrid similar to one belowLubomir Rintel2016-04-22
| | | | | | | | | ...instead of a GtkTable. This is nothing too impressive, but looks better when strechted on screenshot of a size that AppStream finds acceptable. The third column of the grids could be moved away altogether if the password flag widget was used; but for now this works well.
* build: allow build without libnm-glibLubomir Rintel2015-10-13
|
* properties: rename the classes to be more libnm-ishLubomir Rintel2015-09-01
| | | | No functional change.
* properties: use the NM error types & quarksLubomir Rintel2015-09-01
|
* properties: port to libnmLubomir Rintel2015-09-01
|
* build: check for libnm & libnmaLubomir Rintel2015-09-01
|
* build: split the plugin into two halvesLubomir Rintel2015-09-01
| | | | They're both the same now. We'll later port the new one to libnm.
* all: trivial: fix indentingJiří Klimeš2015-03-25
| | | | No functional change.
* all: fix *_IS_*_CLASS(klass) macrosJiří Klimeš2015-03-25
| | | | The argument is 'klass', not 'obj'.
* properties: use a real GError domain instead of 0Jiří Klimeš2015-03-25
| | | | GLib complains about domain being 0.
* Split out nm-iodine-service-defines.hDan Winship2015-03-25
| | | | | Split nm-iodine-service-defines.h out of nm-iodine-service.h, so that the -defines.h file has no dependency on either libnm or libnm-glib.
* all: use nm_connection_get_setting_*()Dan Winship2015-03-25
| | | | | The code was still using nm_connection_get_setting(). Use the typesafe setting-specific versions instead.
* 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.
* Removed markup from UI fileDaniel Mustieles2012-12-04
|
* Iodine doesn't allow for an empty passwordGuido Günther2012-02-26
|
* Initial commitv0.0.1Guido Günther2012-02-08