summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
* Remove betaNagScreen.Chris Lumens2012-04-092-52/+0
* Move turnOnFilesystems out of packages.py and into the storage module.Chris Lumens2012-04-093-89/+53
* Add error handling functions for the various autopart errors.Chris Lumens2012-04-091-1/+34
* Set up the bootloader when the user leaves the storage spoke, too.Chris Lumens2012-04-091-0/+1
* stage1_disk is expected to be an object, so make sure it is when we set it up.Chris Lumens2012-04-091-1/+1
* resolveDevice should be able to handle devices that don't start with "/dev/".Chris Lumens2012-04-091-1/+4
* Fix a typo - there is no _is_valid_stage1_device.Chris Lumens2012-04-091-1/+1
* hostname is a property of a NetworkData object, not a Network object.Chris Lumens2012-04-091-1/+5
* Have liveImage return None for now.Chris Lumens2012-04-091-1/+1
* Add --boot-drive option to kickstart bootloader command.David Lehman2012-04-091-1/+6
* Remove kickstart commands that don't do anything besides set other data.Chris Lumens2012-04-092-81/+1
* Move device type validation to the top of is_valid_stage1_device.David Lehman2012-04-091-6/+5
* Don't write out our internal %post scripts to /root/anaconda-ks.cfg.Chris Lumens2012-04-031-5/+17
* Fix pluralization on the storage spoke's status message.Chris Lumens2012-04-031-1/+3
* Add a completed method to the storage spoke.Chris Lumens2012-04-031-1/+1
* Change to the -symbolic keyboard icon.Chris Lumens2012-04-031-1/+1
* Start populating the UI based on existing devices, not requests.Chris Lumens2012-04-021-19/+26
* Send the user to custom partitioning in another case, too.Chris Lumens2012-04-021-2/+7
* Make the back button work on the date & time spoke.Chris Lumens2012-04-021-0/+1
* Add 24-hour/AMPM RadioButtons functionalityVratislav Podzimek2012-04-021-2/+19
* Make timezone map and related comboboxes consistentVratislav Podzimek2012-04-021-2/+23
* Change timezone on the map when a different city is chosenVratislav Podzimek2012-04-021-1/+21
* Add time-setting buttons' callbacksVratislav Podzimek2012-04-021-5/+27
* Add callbacks on region, month and year changes and sort and filter cities an...Vratislav Podzimek2012-04-022-8/+8
* Register signal handlersVratislav Podzimek2012-04-022-0/+52
* Add days and cities filtersVratislav Podzimek2012-04-022-9/+61
* Add columns to models and CellRenderers to comboboxesVratislav Podzimek2012-04-021-10/+65
* Populate months, cities and regions with real valuesVratislav Podzimek2012-04-021-7/+14
* Add function to get all regions and timezonesVratislav Podzimek2012-04-021-3/+16
* Add code for getting timezones for countryMartin Gracik2012-04-021-0/+22
* A very initial version of the DatetimeSpokeVratislav Podzimek2012-04-022-1/+96
* If the user wants to customize, send them to the custom partitioning spoke.Chris Lumens2012-03-301-4/+4
* Add a first run at the custom partitioning spoke.Chris Lumens2012-03-302-0/+788
* Add indirect spokes, which cannot be reached straight from the hub.Chris Lumens2012-03-303-7/+38
* Don't modify ksdata until the user leaves the storage spoke.David Lehman2012-03-302-40/+50
* DatetimeSpoke glade fileVratislav Podzimek2012-03-281-0/+564
* Add a functional proxy config button to the installation source spoke.Chris Lumens2012-03-262-2/+351
* Update threads.py to manage multiprocessing.Process objects too.Chris Lumens2012-03-221-19/+22
* Update the source spoke's status for the closest mirror choice.Chris Lumens2012-03-211-1/+4
* Grab repo metadata separately from adding a repo.David Lehman2012-03-212-2/+15
* Yum raises GroupsError when it fails to set up groups.David Lehman2012-03-211-1/+2
* Add spaceRequired property so YumPayload can tell its disk space needs.David Lehman2012-03-211-0/+25
* Add a proxy attribute to Payload.David Lehman2012-03-211-0/+1
* Fix a typo when setting an HTTP method in the source's apply method.Chris Lumens2012-03-201-1/+1
* Update the name of the source spoke to be a little more correct.Chris Lumens2012-03-201-1/+1
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-2010-37/+35
* Bring back the initialize callback argument.Chris Lumens2012-03-157-34/+50
* Set yum releasever before triggering read of configuration.David Lehman2012-03-141-2/+1
* Add Payload.needsNetwork property.David Lehman2012-03-142-24/+27
* Modify kickstart's selectPackages to work with the new payload and error APIs.Chris Lumens2012-03-141-47/+24