summaryrefslogtreecommitdiffstats
path: root/lib/network/drakroam.pm
Commit message (Expand)AuthorAgeFilesLines
* fix "*** Gtk3::ComboBox::new: passed too many parameters"Thierry Vignaud2013-11-241-1/+1
* fix computing root_window sizeThierry Vignaud2013-11-241-1/+1
* switch from gtk2 to gtk3Thierry Vignaud2013-11-241-12/+12
* connection manager gtk: use a global pixbufs hash to simplify APIOlivier Blin2013-05-071-2/+1
* connection manager: extract gtk2 specific code in separate module (toOlivier Blin2013-05-071-4/+4
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
* perl_checker cleanupsThierry Vignaud2012-03-201-3/+3
* revert bogus part of last commitThierry Vignaud2011-11-181-1/+1
* update main catalog (#3371)Thierry Vignaud2011-11-181-1/+1
* setup dbus handlers after all_connections and connection are properly initial...Olivier Blin2009-02-251-2/+2
* move dbus helpers in network::connection_managerOlivier Blin2009-02-251-25/+2
* fix crash when there is no wireless interfaceOlivier Blin2008-12-091-1/+1
* do not check and warn thrice about device setup (i.e. kill switch)Olivier Blin2008-05-171-0/+1
* do not create unused monitor object (but add a FIXME note)Olivier Blin2008-05-021-1/+1
* use OO notation for connection_manager objectsOlivier Blin2008-03-141-12/+11
* bless network::connection_manager objectsOlivier Blin2008-03-141-1/+1
* add set_connection wrapperOlivier Blin2008-03-141-3/+4
* do not run the whole setup check if interface is already okOlivier Blin2008-03-141-1/+2
* preselect "No device found" in connections list if no device is foundOlivier Blin2008-03-111-1/+3
* drakroam/netcenter: be 800x480 friendly (#38049)Olivier Blin2008-02-281-1/+3
* show the GUI earlier to fix window icon, it gets destroyed afterOlivier Blin2008-02-281-1/+2
* remove toggle buttonOlivier Blin2007-09-191-1/+0
* split status bar code from dbus codeOlivier Blin2007-08-201-2/+6
* rename prepare_connection as setup_connection (to avoid confusion with networ...Olivier Blin2007-08-131-1/+1
* move more code in network::connection_managerOlivier Blin2007-08-091-10/+0
* move connection management code of drakroam in new network::connection_managerOlivier Blin2007-08-091-255/+14
* fix pixbufs (oops)Olivier Blin2007-08-091-1/+1
* add start/stop buttonsOlivier Blin2007-08-091-10/+26
* rename connect as connect_toggleOlivier Blin2007-08-091-4/+4
* reorganize to share pixbufs in draknetcenterOlivier Blin2007-08-091-20/+22
* remove encryption flags column in networks listOlivier Blin2007-08-061-3/+1
* show signal strength and encryption flags as tooltip for networks listOlivier Blin2007-08-061-0/+11
* allow to filter networksOlivier Blin2007-08-031-1/+4
* do not modify buttons if not presentOlivier Blin2007-08-031-5/+10
* move network list code in build_network_frame() so that net center can build ...Olivier Blin2007-08-031-11/+17
* split pixbufs code outOlivier Blin2007-08-031-9/+14
* pass droam variableOlivier Blin2007-08-031-1/+1
* move drakroam code in network::drakroamOlivier Blin2007-08-031-0/+354