summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06examples: fix up active connection exampleDan Williams1-7/+17
2011-08-05examples: make some examples executableDan Williams3-0/+0
2011-08-05examples: new example for printing active connection listDan Williams2-1/+48
2011-06-08examples: add a Qt example for setting manual IPv4 addresses into a connectionJiří Klimeš2-2/+155
2011-04-20examples: add another Qt example for listing connectionsEckhart Wörner2-2/+60
2011-04-20examples: add some Qt examples and build infrastructureEckhart Wörner3-0/+95
2011-04-20examples: move glib examples to a subdirDan Williams8-62/+64
2011-04-20examples: rename another exampleDan Williams2-4/+4
2011-04-20examples: rename an exampleDan Williams2-5/+5
2011-03-29use /usr/bin/env instead of /bin/envMichael Biebl8-8/+8
2011-03-02examples: port system wifi example to NM 0.9Dan Williams1-4/+3
2011-03-02examples: simplify system wifi connection exampleDan Williams1-2/+1
2011-03-02examples: new example for adding system WPA EAP-TLS wifi connectionDan Williams2-0/+66
2011-02-23libnm-util: simplify nm_utils_ssid_to_utf8()Dan Williams1-2/+2
It's always used with a GByteArray anyway, as are most functions in nm-utils.h. Even better, we can skip the memcpy since it turns out to be pointless.
2011-02-16examples: fix distcheckDan Williams1-1/+2
2011-02-15examples: add an example for adding a new connection with libnm-glibDan Williams2-0/+144
2011-02-15examples: rename add-connection-glibDan Williams2-3/+3
2011-02-15examples: fix up add-connection-glib for recent API changesDan Williams1-4/+15
AddConnection returns the object path of the new connection.
2011-02-12Merge remote-tracking branch 'origin/rm-userset'Dan Williams7-46/+38
There; it's merged. Yay!
2011-01-31examples: add update secrets exampleJiří Klimeš1-0/+121
2011-01-26libnm-util: add 'flags' argument to nm_connection_to_hash() and ↵Dan Williams1-1/+1
nm_setting_to_hash() Simplifies code internally, and makes it easier for clients as well in some cases where they want to control what ends up in the resulting hash and what does not.
2011-01-12Merge remote branch 'origin/master' into rm-usersetDan Williams7-6/+795
2010-12-17examples: add C example showing APs' informationJiří Klimeš2-2/+240
2010-12-13examples: trivial comment fixJiří Klimeš1-1/+1
2010-12-13examples: fix double free() error in get-active-connectionsJiří Klimeš1-1/+0
2010-12-13examples: add C examples for listing connections from system settings serviceJiří Klimeš3-2/+282
2010-12-06examples: update commentsDan Williams1-4/+28
2010-12-06test: add C example for printing active connection detailsDan Williams2-2/+234
2010-12-06examples: build C examplesDan Williams2-1/+19
2010-11-23examples: fix querying active connectionsDan Williams1-3/+3
2010-10-18Merge remote branch 'origin/master' into rm-usersetDan Williams3-1/+117
2010-09-30examples: add example for adding a connection in C (using glib)Jiří Klimeš3-1/+117
2010-08-07NetworkMangerSettings -> NetworkManager.SettingsDaniel Gnoutcheff4-12/+12
Just for consistency, make settings related stuff live under the org.freedesktop.NetworkManager namespace, rather than its own org.freedesktop.NetworkManagerSettings namespace. Renames are done for DBus interface names, DBus object paths, and polkit actions.
2010-08-07DBus: merge NetworkManger{,SystemSettings}Daniel Gnoutcheff3-7/+7
Remove the org.freedesktop.NetworkManagerSystemSettings bus name and have everybody talk to org.freedesktop.NetworkManager. Now that we have a single settings service that's embedded in the main daemon, we don't need separate names anymore.
2010-08-07examples: update for user settings removalDaniel Gnoutcheff3-15/+9
Some of the example code broke when we removed user settings services. Oops!
2010-07-14examples: add device disconnect exampleDan Williams2-1/+64
2010-05-06examples: fix a prefixJiří Klimeš1-1/+1
2010-04-29examples: add example printing out all BSSIDs we can seeDan Williams2-1/+80
2010-04-28examples: add example for listing connectionsDan Williams2-1/+116
2010-02-24examples: add Tambet's VPN auto-activate exampleDan Williams1-0/+152
2010-02-24examples: add license headersDan Williams2-0/+34
2010-02-18examples: add some python examplesDan Williams4-0/+88
2008-12-20Remove outdated examplesDan Williams9-1287/+0
2008-12-19Remove .cvsignore file, they are obsoleteMichael Biebl2-5/+0
2006-05-242006-05-24 Robert Love <rml@novell.com>Robert Love1-1/+1
* examples/python/systray/eggtrayicon.c, gnome/applet/eggtrayicon.c, gnome/applet/passphrase-dialog.c, gnome/applet/vpn-password-dialog.c, src/NetworkManager.c: Include <glib/gi18n.h> and not <libintl.h>. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1760 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-09-072005-09-07 Rodrigo Moya <rodrigo@novell.com>Rodrigo Moya2-31/+74
* gnome/panel/eggtrayicon.[ch]: * examples/python/systray/eggtrayicon.[ch]: updated code from libegg. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@950 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-11-022004-11-02 Bryan Clark <clarkbw@cvs.gnome.org>Bryan Clark1-5/+5
* panel-applet/menu-info.c: change from bold text to light colored, may cause problems with some themes, i've tested a lot and they seem fine. * panel-applet/NMWirelessApplet.c: fix strength tooltip git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@288 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-09-222004-09-22 <clarkbw@cvs.gnome.org>clarkbw1-12/+27
* initscript/Debian/.cvsignore: * initscript/Slackware/.cvsignore: Added new cvsignores for Makefile, Makefile.in * test/.cvsignore: Added nmtestdevices * src/NetworkManagerDevice.c: * src/NetworkManager.c: Updated the wireless/wired HAL device strings from net.ethernet to net.80203 or net.80211 depending on wired or wireless respectively Should probably update the configure.in to ask for the correct HAL version now. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@168 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-09-222004-09-22 <clarkbw@cvs.gnome.org>clarkbw2-88/+149
* examples/python/NetworkManager.py: s/Quality/Strength/ * examples/python/systray/network_tray.py: Lots of little changes and fixes. been rotting for a while so I figured I'd finally sync them all with CVS git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@166 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2004-09-092004-09-09 Bryan Clark <clarkbw@cvs.gnome.org>Bryan Clark1-2/+11
* examples/python/systray/network_tray.py (network_tray.sort_networks): Added support for having wireless always scanning git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@141 4912f4e0-d625-0410-9fb7-b9a5a253dbdc