summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/network.py
Commit message (Expand)AuthorAgeFilesLines
* If you attempt to search on the network device pane, don't crash.Chris Lumens2013-02-201-0/+3
* Replace getActiveNetDevs() using new nm moduleRadek Vykydal2013-02-121-2/+3
* Network spoke: remove unused NM path and interface constantsRadek Vykydal2013-02-121-6/+0
* Don't crash on wireless connections created in Live CD desktop (#895736)Radek Vykydal2013-02-011-1/+5
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-281-3/+1
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-241-1/+2
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-241-3/+3
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-241-5/+7
* Network spoke: use correct state value to display device status.Radek Vykydal2013-01-111-3/+2
* Fix Quit button in standalone network spoke (#892120)Radek Vykydal2013-01-081-4/+0
* Network spoke: add sanity check for hostname setting (#856456)Radek Vykydal2013-01-081-3/+31
* Network spoke: add hostname setting (#856456)Radek Vykydal2013-01-081-8/+36
* Add keyboard mnemonics to the spoke selectors, too.Chris Lumens2013-01-071-1/+1
* Split completed and mandatory attributesMartin Sivak2012-12-171-2/+5
* Network spoke: fix NMClient signal callback arguments (#885488)Radek Vykydal2012-12-101-2/+2
* Add logging for networking and improve logging of ifcfg filesRadek Vykydal2012-12-101-1/+2
* Network spoke: improve logging.Radek Vykydal2012-12-051-0/+7
* Wait for slower dhcp for payload setup and hostname setting (#873468)Radek Vykydal2012-11-271-0/+5
* Network spoke: fix traceback (number of callback parameters) (#875393)Radek Vykydal2012-11-121-2/+4
* Network spoke: improve status info (shorten)Radek Vykydal2012-11-091-4/+4
* Network spoke: update list of connected devices in hub statusRadek Vykydal2012-11-091-10/+14
* Network spoke: Add "Connecting..." state to status (#868704)Radek Vykydal2012-11-091-18/+26
* Network spoke: Update status of networking in hub (#868704)Radek Vykydal2012-11-091-1/+7
* Network spoke: Use connection state that triggered a callback (bug #871429)Radek Vykydal2012-11-081-16/+23
* Update payload if slower dhcp succeeds in network pre-hub spoke (#873468)Radek Vykydal2012-11-071-3/+1
* Network spoke: activate wifi connection after setting secrets (#871132)Radek Vykydal2012-11-021-3/+18
* Network spoke: don't try to call replace on None (traceback) (#869106)Radek Vykydal2012-11-011-1/+1
* Network spoke: fix hostname handling in standalone spoke (#868535)Radek Vykydal2012-10-301-0/+3
* Network spoke: fix config info update after switching device OFF and ON (#871...Radek Vykydal2012-10-301-0/+2
* Network spoke: connected requires activated (not active) connection (#871129)Radek Vykydal2012-10-301-4/+6
* Replace ' ' with '_' when looking for ifcfg files (#869106)Radek Vykydal2012-10-291-0/+1
* Network spoke: fix callback arguments for device add/remove.Radek Vykydal2012-10-291-2/+2
* Keep hostname when updating ksdata after GUI network configuration (#866516)Radek Vykydal2012-10-181-1/+4
* Network spoke: make Configure button insensitive when running nmce (#865931)Radek Vykydal2012-10-181-1/+7
* Fix configuration of protected wireless connections (#855526)Radek Vykydal2012-10-131-7/+12
* Don't display "None" for NIC vendors and products NM can't identify (#859540)Radek Vykydal2012-10-121-2/+2
* network spoke: hide for live CD and image installs (#854586)Radek Vykydal2012-09-111-0/+5
* network spoke: add "No network devices available" statusRadek Vykydal2012-09-101-0/+3
* network spoke: clear device info if no network devices are found (#853903)Radek Vykydal2012-09-101-0/+3
* network spoke: require connection only for url and nfs methods (#853899)Radek Vykydal2012-09-061-1/+3
* integer out of range for L format codeMark Hamzy2012-08-221-0/+2
* Network spoke: use chr() instead of str() to convert dbus.Byte (#849395)Radek Vykydal2012-08-221-1/+1
* Don't rely on having some network devices availableVratislav Podzimek2012-08-171-1/+3
* Merge master into newtuiMartin Sivak2012-08-061-3/+3
|\
| * Move all .ui files to a .glade extension.Chris Lumens2012-07-251-3/+3
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-1/+1
|/
* Get rid of debugging prints to stdout.Chris Lumens2012-07-161-16/+0
* Network spoke: don't show widgets hidden on purpose after spoke refresh.Radek Vykydal2012-06-141-9/+20
* Network spoke: skip standalone spoke if network is up.Radek Vykydal2012-06-141-29/+37
* Don't crash in another place if there's no network device selected.Chris Lumens2012-06-041-0/+3