summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging print (DatetimeSpoke)Vratislav Podzimek2013-02-131-1/+0
* Honor modules' __all__ when doing collectMartin Sivak2013-02-131-1/+9
* Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.pathVratislav Podzimek2013-02-133-7/+7
* Remove unused modules (dbus) and stuff from network.pyRadek Vykydal2013-02-121-30/+0
* Replace get_NM_connection() using new nm module.Radek Vykydal2013-02-121-68/+18
* Replace get_NM_settings_value() using new nm moduleRadek Vykydal2013-02-121-14/+1
* Replace nmIsConnected() using new nm moduleRadek Vykydal2013-02-121-16/+5
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-124-19/+9
* Replace getDevicesProperies() using new nm moduleRadek Vykydal2013-02-121-25/+0
* Replace getIPAddresses() using new nm moduleRadek Vykydal2013-02-121-58/+4
* Replace getMacAddress() using new nm moduleRadek Vykydal2013-02-122-20/+20
* Replace isWirelessDevice() using new nm moduleRadek Vykydal2013-02-122-20/+2
* Replace getLinkStatus() using new nm moduleRadek Vykydal2013-02-122-20/+22
* Replace getActiveNetDevs() using new nm moduleRadek Vykydal2013-02-123-36/+7
* Replace getDevices() using new nm moduleRadek Vykydal2013-02-123-14/+15
* Move NM dbus calls to separate module.Radek Vykydal2013-02-121-0/+506
* Move networking functions from isys to network module.Radek Vykydal2013-02-126-244/+232
* Remove unused stuff from network.pyRadek Vykydal2013-02-121-187/+1
* Remove unused networking stuff from isysRadek Vykydal2013-02-121-8/+0
* Network spoke: remove unused NM path and interface constantsRadek Vykydal2013-02-121-6/+0
* Ensure hookdir exists before creating eject scriptWill Woods2013-02-111-0/+1
* Bring back the askmethod parameter (#889887).Chris Lumens2013-02-113-1/+17
* Add a new selectorFromDevice method to the accordion.Chris Lumens2013-02-112-70/+74
* The storage logger is now the blivet logger.David Lehman2013-02-114-4/+4
* DeviceFactory has moved from blivet to blivet.devicefactory.David Lehman2013-02-111-38/+41
* Add --dirinstall commandBrian C. Lane2013-02-084-4/+19
* Convert the mount point entry to one containing a drop down.Chris Lumens2013-02-072-18/+28
* Move the Modify SW button into a link in the text.Chris Lumens2013-02-072-27/+21
* Rework all the dialogs after you click Done on the storage spoke (#903501).Chris Lumens2013-02-072-218/+166
* Overrides for the Gdk have _2BUTTON_PRESS definedVratislav Podzimek2013-02-071-2/+1
* Add entries with completions to the comboboxes (DatetimeSpoke)Vratislav Podzimek2013-02-062-84/+155
* Make the custom partitioning bullet points take up less horizontal space.Chris Lumens2013-02-051-3/+13
* Don't say you can reuse existing mountpoints unless there are some.Chris Lumens2013-02-052-7/+8
* DMI_CHASSIS_VENDOR has moved into blivet.David Lehman2013-02-041-3/+0
* Fix typo "DHCPV6"Radek Vykydal2013-02-011-1/+1
* Don't crash on wireless connections created in Live CD desktop (#895736)Radek Vykydal2013-02-011-1/+5
* Adapt ifcfg -> ksdata mapping to NM change from IPADDR to IPADDR0.Radek Vykydal2013-02-011-0/+11
* NM defaults to IPV6_AUTOCONF=yesRadek Vykydal2013-02-011-1/+1
* Fix up spacing on installation options dialog buttons a little bit.Chris Lumens2013-01-311-14/+6
* When the user creates a new mountpoint, display it by default (#886039).Chris Lumens2013-01-311-9/+20
* Add device node name information to the storage spoke and disk cart (#902617).Chris Lumens2013-01-314-15/+15
* Do not include disks that have 0 size (#903131, #904977).Chris Lumens2013-01-312-0/+2
* Preserve the state of the Customize... expanders on custom storage (#883134).Chris Lumens2013-01-313-3/+17
* Make it a little more clear what's happening on the disk selection spoke (#90...Chris Lumens2013-01-311-5/+48
* Move Xorg to vt7Brian C. Lane2013-01-301-1/+1
* Network: read ipv6 configuration type from NM settings instead of ifcfg fileRadek Vykydal2013-01-301-2/+15
* Don't fail on missing ifcfg file when setting default ONBOOT (#904817)Radek Vykydal2013-01-301-1/+5
* Don't fail on invalid network --device kickstart specification.Radek Vykydal2013-01-302-7/+8
* Network: fix disabling of ipv6 (noipv6 option)Radek Vykydal2013-01-301-9/+6
* Stop writing /etc/sysconfig/network (#895900)Radek Vykydal2013-01-301-35/+0