summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the status of all spokes after spoke is closedfirstboot-supportMartin Sivak2013-02-011-1/+2
* Add the bare bones of User creation spokeMartin Sivak2013-02-013-1/+545
* Do not fail when the logging stream cannot be opened (in initial-setup..)Martin Sivak2013-01-301-10/+13
* Mark DateTime spoke as usable for FirstbootMartin Sivak2013-01-301-1/+2
* Allow new KS commands to be created by AddonsMartin Sivak2013-01-302-1/+54
* Fix a missing import and move the addon KS output templateMartin Sivak2013-01-301-3/+4
* Make the TUI mainloop more resistant to screen implementation errorsMartin Sivak2013-01-301-19/+42
* Teach TUI how to react on async eventsMartin Sivak2013-01-305-11/+117
* 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
* Ignore ipv6 for a device (IPV6INIT=no) only for noipv6 option.Radek Vykydal2013-01-301-1/+1
* 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
* We dont create missing ifcfg files on our own in anaconda anymore.Radek Vykydal2013-01-301-25/+1
* Use NM dbus interface to modify ifcfg configuration (#893892)Radek Vykydal2013-01-301-26/+54
* Document FileSystemSpaceChecker.Chris Lumens2013-01-291-0/+28
* Add the customization category to POTFILES.in.Chris Lumens2013-01-291-0/+1
* Add a license and overview to the g-i overrides file.Chris Lumens2013-01-291-0/+26
* Create/clarify some documentation in the custom widgets.Chris Lumens2013-01-294-17/+52
* Condense string formatting in a couple custom widgets.Chris Lumens2013-01-292-27/+39
* Remove the widget-specific TODO list.Chris Lumens2013-01-291-24/+0
* Add selinux to the list of parameters we pass on (#895860).Chris Lumens2013-01-291-1/+2
* Display error status messages in a darker red color.Chris Lumens2013-01-291-12/+10
* Add newline at the end of xorg.conf generated from ksdataVratislav Podzimek2013-01-291-1/+1
* Move pyanaconda.packaging.get_mount_* into blivet.util.David Lehman2013-01-283-53/+14
* Remove obsolete references to simpleFilter.David Lehman2013-01-282-3/+0
* Remove the storage module and replace it with blivet.David Lehman2013-01-2888-24605/+131
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-2828-268/+201
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-2813-56/+113
* Remove anaconda flag checking from OpticalDevice.eject.David Lehman2013-01-281-4/+0
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-2850-2025/+1084
* Remove installclass arch filtering.David Lehman2013-01-281-4/+0
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-2826-203/+81
* Use dumpe2fs output to determine dirty fs.David Lehman2013-01-282-6/+18
* Remove filesystem migration code.David Lehman2013-01-288-175/+4
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-288-41/+15
* Add error reporting to threadMgrBrian C. Lane2013-01-281-0/+29
* New version.Brian C. Lane2013-01-253-313/+297
* Use only one large grid for the hubs.Chris Lumens2013-01-242-38/+27
* Indicate nothing will happen until "Begin Installation" is clicked (#883195).Chris Lumens2013-01-241-1/+19
* Exit anaconda correctly on SIGTERMVratislav Podzimek2013-01-241-0/+1
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-248-8/+11
* Function getDefaultHostname was renamed some time ago.Radek Vykydal2013-01-241-1/+1
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-242-6/+7
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-242-10/+12
* Rename wait_for_dhcp pieces to say what they actually doRadek Vykydal2013-01-244-7/+7
* Initialize network synchronously (#902090)Radek Vykydal2013-01-243-9/+11
* xgettext wants "utf-8", not "utf8". Python doesn't seem to care.Chris Lumens2013-01-231-1/+1
* On the storage spoke, only show the summary button if a disk is selected.Chris Lumens2013-01-232-4/+7