summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add 'sound-and-video' to Fedora install class for 'Software Development' task...Bill Nottingham2011-12-131-1/+1
| | * Unmount the image fileBrian C. Lane2011-12-052-1/+11
| | * Disable yum log file handlingBrian C. Lane2011-12-051-0/+4
| | * Setup storage config when kickstart is parsedBrian C. Lane2011-12-052-15/+14
| | * New version.Chris Lumens2011-11-153-326/+374
| | * ARCHIVE_DEFAULT_BYTES_PER_BLOCK no longer exists in libarchive-3.0.0Chris Lumens2011-11-141-2/+1
| | * Don't use the rpmdb to figure out upgrade target arch (#748119).Chris Lumens2011-11-101-20/+5
| | * Remove obsolete error handling left over from the old storage code.David Lehman2011-11-044-181/+1
| | * Update to the FC16_VolGroupData so reserving space works.David Lehman2011-11-041-1/+1
| | * Remove unused import of gzip from task_gui.pyDavid Lehman2011-11-041-1/+0
| | * Cap new /boot/efi partitions at 200MB. (#748274)David Lehman2011-11-041-0/+1
| | * Fix root device specification in zipl.conf. (#740576)David Lehman2011-11-041-1/+1
| | * Add --boot-drive option to kickstart bootloader command.David Lehman2011-11-041-1/+6
| | * Include disklabel type in grub2 device names.David Lehman2011-11-041-1/+2
* | | Install the UI files from the spoke library, too.Chris Lumens2012-06-211-0/+3
* | | When a spoke selector is clicked, grab the focus.Chris Lumens2012-06-211-0/+1
* | | Finally, port the hand cursor to DiskOverviews as well.Chris Lumens2012-06-211-0/+20
|/ /
* | Remove unused container devices when removing an md or last lv in a vg.David Lehman2012-06-201-1/+9
* | Fix up some broken usage of the Size class.David Lehman2012-06-202-4/+4
* | Don't give focus to the first DiskOverview as that makes it look selected.David Lehman2012-06-201-4/+0
* | Implement Size.__radd__ so sum works with Size instances.David Lehman2012-06-201-0/+4
* | Clean up and simplify some things in the custom storage spoke.David Lehman2012-06-201-36/+25
* | Store template for installed OS description for repeated use.David Lehman2012-06-201-1/+5
* | Don't automatically ignore uninitialized disks.David Lehman2012-06-201-1/+1
* | Default to msdos disklabels on x86 BIOS systems.David Lehman2012-06-201-1/+1
* | Run clearpart, autopart, bootloader from the storage spoke.David Lehman2012-06-203-12/+22
* | Allow selection of unpartitioned disks and not usb media.David Lehman2012-06-201-1/+2
* | Make sure doing math on Size instances yields Size values.David Lehman2012-06-201-1/+16
* | Make a Page's title a property of the page itself.Chris Lumens2012-06-202-9/+14
* | Add the hand cursor to MountpointSelectors, too.Chris Lumens2012-06-192-1/+20
* | Set the height request of the pickLanguageLabelMartin Gracik2012-06-191-0/+1
* | Fix the language selection resizingMartin Gracik2012-06-191-0/+2
* | Update TODO lists based on mailing list feedback.Chris Lumens2012-06-182-2/+6
* | ntp_servers -> ntpservers, which is what pykickstart provides.Chris Lumens2012-06-183-5/+5
* | Use os.path.normpath when concatenating two absolute pathsVratislav Podzimek2012-06-142-2/+2
* | Network spoke: don't show widgets hidden on purpose after spoke refresh.Radek Vykydal2012-06-141-9/+20
* | Network spoke: skip standalone spoke if network is up.Radek Vykydal2012-06-141-29/+37
* | Fix resize behaviour of Add Repo dialogMartin Sivak2012-06-141-60/+6
* | Fix missing yum.Errors in yumpayload.pyMartin Sivak2012-06-141-0/+1
* | use timeout instead of idle for Queue pollingBrian C. Lane2012-06-131-1/+2
* | add the foundations for the add repository dialogMartin Sivak2012-06-133-5/+598
* | makeupdates: copy .ui into /tmp/updates/ui/Brian C. Lane2012-06-121-1/+13
* | Sync time with a working NTP server when NTP is turned onVratislav Podzimek2012-06-122-1/+55
* | Use for instead of while when iterating over ListStores and filesVratislav Podzimek2012-06-124-46/+16
* | Setup NTP servers and daemon as specified in the kickstart before UI appearsVratislav Podzimek2012-06-122-1/+10
* | Store NTP servers in self.data and set them up also on the installed systemVratislav Podzimek2012-06-122-0/+22
* | Add UI for the options sections of each device type in custom partitioning.Chris Lumens2012-06-083-32/+731
* | Make sure to include the new lib/ directory in the build process.Chris Lumens2012-06-071-1/+3
* | Giving a MountpointSelector focus should cause it to be displayed.Chris Lumens2012-06-074-7/+61
* | Add a little right pointing arrow to the active mountpoint selector.Chris Lumens2012-06-073-7/+49