summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move network to the Anaconda object.Chris Lumens2010-02-0416-34/+45
* Move keyboard to the Anaconda object.Chris Lumens2010-02-049-28/+27
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-0413-40/+46
* Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-044-82/+90
* Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-0411-85/+73
* Make a bunch of Anaconda attributes into properties.Chris Lumens2010-02-041-51/+58
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-048-12/+21
* Finally remove the x_already_set hack.Chris Lumens2010-02-042-17/+3
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-0412-34/+31
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-0413-43/+40
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-048-69/+61
* Remove backend and other pointless attributes from InstallData.Chris Lumens2010-02-041-13/+4
* Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-044-20/+17
* Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-044-46/+35
* Sort the attributes on class Anaconda for my future reference.Chris Lumens2010-02-041-11/+11
* Install classes may no longer force text mode.Chris Lumens2010-02-042-8/+0
* Add a Requires: for tigervnc-server (#561498).Chris Lumens2010-02-041-0/+1
* New version.David Lehman2010-02-033-19/+43
* Fix keymaps-override-ppc pickup in mk-images (#524235)Martin Sivak2010-02-031-2/+2
* Fix typo in action sorting. Disklabels before partitions. (#560017)David Lehman2010-02-031-2/+2
* Display ID_PATH for zFCP devices instead of looking for a WWID.Chris Lumens2010-02-031-2/+2
* Fix a variety of filtering UI problems caused by switching models around.Chris Lumens2010-02-031-13/+29
* Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT.Chris Lumens2010-02-031-1/+1
* Display ID_PATH instead of WWID for DASDs as well.Chris Lumens2010-02-031-3/+4
* Rename the WWID column to Identifier.Chris Lumens2010-02-032-23/+23
* Enforce maximum partition sizes. (#528276)David Lehman2010-02-031-8/+11
* Log commands as a string instead of as a list of strings.David Lehman2010-02-031-3/+3
* Strip off the timestamp from error output pulled from program.log.David Lehman2010-02-032-2/+6
* Fix: execWithRedirect() logging stderr at wrong loglevel.Ales Kozumplik2010-02-031-5/+5
* Fix: execWithCallback() not logging stderr.Ales Kozumplik2010-02-031-2/+22
* Fix: ArithmeticError: Could not align to closest sector (#561278)Hans de Goede2010-02-031-2/+14
* Fixed parsing of strings with multiple values in pyudevMartin Gracik2010-02-031-0/+5
* On text kickstart installs, doBasePackageSelect still needs to run (#559593).Chris Lumens2010-02-022-2/+1
* Remove unused udev_parse_block_entry() functionHans de Goede2010-02-021-10/+0
* Fixed the problem with string to list properties (#560262)Martin Gracik2010-02-022-18/+17
* New version.Chris Lumens2010-02-013-216/+279
* Don't log the size of what we're unpacking anymore.Chris Lumens2010-02-011-5/+1
* Fixup partition aligning (#560586)Hans de Goede2010-02-012-9/+19
* Fix backtrace when adding mdraid arrays (#560360)Hans de Goede2010-02-011-1/+1
* pyudev: explicitly specify all return value and argument types (#559394)Hans de Goede2010-02-012-17/+46
* Sending translation for Hebrewelad2010-01-311-91/+69
* Correctly add found multipath devices to our dict (#560029).Chris Lumens2010-01-291-1/+1
* gtk.TreeStores are iterable, so use indices instead of iterators.Chris Lumens2010-01-291-32/+37
* Build sorted models on top of filtered models to make column sorting work.Chris Lumens2010-01-292-24/+26
* Skip the filtering UI if there's only one disk in the machine.Chris Lumens2010-01-292-9/+24
* Allow getScreen methods to indicate the screen should be skipped.Chris Lumens2010-01-291-2/+12
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-294-18/+18
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-294-5/+12
* Remove /sys prefix in udev_enumerate_devices()Hans de Goede2010-01-281-4/+7
* Use libudev's enumerate_devices function (#559394)Martin Gracik2010-01-281-14/+4