summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
Commit message (Expand)AuthorAgeFilesLines
* Refactor pieces of the Datetime spoke and move some parts to kickstart.pyVratislav Podzimek2013-02-191-42/+18
* Update all spokes on a Hub when spoke is exitedMartin Sivak2013-02-151-1/+2
* Wait for continueButton in KS mode if the user changed anythingMartin Sivak2013-02-151-15/+21
* Fix up word wrap on the DetailedErrorDialog.Chris Lumens2013-02-152-1/+3
* Display storage warnings, similar to how errors are displayed (#909410).Chris Lumens2013-02-151-20/+33
* Fix reprompting and screen redrawing on invalid inputVratislav Podzimek2013-02-151-2/+6
* Move the encryption checkbox to the dialogBrian C. Lane2013-02-132-38/+58
* re-fetch metadata when proxy settings changeBrian C. Lane2013-02-131-4/+6
* install -> installation in a couple user-visible strings.Chris Lumens2013-02-132-4/+4
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-137-30/+61
* Get rid of packagesSeen.Chris Lumens2013-02-131-4/+3
* Remove debugging print (DatetimeSpoke)Vratislav Podzimek2013-02-131-1/+0
* Honor modules' __all__ when doing collectMartin Sivak2013-02-131-1/+9
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-121-2/+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
* Bring back the askmethod parameter (#889887).Chris Lumens2013-02-111-0/+5
* 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-111-1/+1
* DeviceFactory has moved from blivet to blivet.devicefactory.David Lehman2013-02-111-38/+41
* Add --dirinstall commandBrian C. Lane2013-02-082-0/+8
* 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
* Don't crash on wireless connections created in Live CD desktop (#895736)Radek Vykydal2013-02-011-1/+5
* 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
* Document FileSystemSpaceChecker.Chris Lumens2013-01-291-0/+28
* Move pyanaconda.packaging.get_mount_* into blivet.util.David Lehman2013-01-281-1/+3
* Remove the storage module and replace it with blivet.David Lehman2013-01-288-35/+35
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-283-7/+4
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-286-32/+12
* 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
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-248-8/+11
* 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
* 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
* Add text letting people know they can use existing filesystems (#883150).Chris Lumens2013-01-231-7/+21
* Default to mirrored RAID instead of striped (#888867).Chris Lumens2013-01-231-2/+2