index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Add 'sound-and-video' to Fedora install class for 'Software Development' task...
Bill Nottingham
2011-12-13
1
-1
/
+1
|
|
*
Unmount the image file
Brian C. Lane
2011-12-05
2
-1
/
+11
|
|
*
Disable yum log file handling
Brian C. Lane
2011-12-05
1
-0
/
+4
|
|
*
Setup storage config when kickstart is parsed
Brian C. Lane
2011-12-05
2
-15
/
+14
|
|
*
New version.
Chris Lumens
2011-11-15
3
-326
/
+374
|
|
*
ARCHIVE_DEFAULT_BYTES_PER_BLOCK no longer exists in libarchive-3.0.0
Chris Lumens
2011-11-14
1
-2
/
+1
|
|
*
Don't use the rpmdb to figure out upgrade target arch (#748119).
Chris Lumens
2011-11-10
1
-20
/
+5
|
|
*
Remove obsolete error handling left over from the old storage code.
David Lehman
2011-11-04
4
-181
/
+1
|
|
*
Update to the FC16_VolGroupData so reserving space works.
David Lehman
2011-11-04
1
-1
/
+1
|
|
*
Remove unused import of gzip from task_gui.py
David Lehman
2011-11-04
1
-1
/
+0
|
|
*
Cap new /boot/efi partitions at 200MB. (#748274)
David Lehman
2011-11-04
1
-0
/
+1
|
|
*
Fix root device specification in zipl.conf. (#740576)
David Lehman
2011-11-04
1
-1
/
+1
|
|
*
Add --boot-drive option to kickstart bootloader command.
David Lehman
2011-11-04
1
-1
/
+6
|
|
*
Include disklabel type in grub2 device names.
David Lehman
2011-11-04
1
-1
/
+2
*
|
|
Install the UI files from the spoke library, too.
Chris Lumens
2012-06-21
1
-0
/
+3
*
|
|
When a spoke selector is clicked, grab the focus.
Chris Lumens
2012-06-21
1
-0
/
+1
*
|
|
Finally, port the hand cursor to DiskOverviews as well.
Chris Lumens
2012-06-21
1
-0
/
+20
|
/
/
*
|
Remove unused container devices when removing an md or last lv in a vg.
David Lehman
2012-06-20
1
-1
/
+9
*
|
Fix up some broken usage of the Size class.
David Lehman
2012-06-20
2
-4
/
+4
*
|
Don't give focus to the first DiskOverview as that makes it look selected.
David Lehman
2012-06-20
1
-4
/
+0
*
|
Implement Size.__radd__ so sum works with Size instances.
David Lehman
2012-06-20
1
-0
/
+4
*
|
Clean up and simplify some things in the custom storage spoke.
David Lehman
2012-06-20
1
-36
/
+25
*
|
Store template for installed OS description for repeated use.
David Lehman
2012-06-20
1
-1
/
+5
*
|
Don't automatically ignore uninitialized disks.
David Lehman
2012-06-20
1
-1
/
+1
*
|
Default to msdos disklabels on x86 BIOS systems.
David Lehman
2012-06-20
1
-1
/
+1
*
|
Run clearpart, autopart, bootloader from the storage spoke.
David Lehman
2012-06-20
3
-12
/
+22
*
|
Allow selection of unpartitioned disks and not usb media.
David Lehman
2012-06-20
1
-1
/
+2
*
|
Make sure doing math on Size instances yields Size values.
David Lehman
2012-06-20
1
-1
/
+16
*
|
Make a Page's title a property of the page itself.
Chris Lumens
2012-06-20
2
-9
/
+14
*
|
Add the hand cursor to MountpointSelectors, too.
Chris Lumens
2012-06-19
2
-1
/
+20
*
|
Set the height request of the pickLanguageLabel
Martin Gracik
2012-06-19
1
-0
/
+1
*
|
Fix the language selection resizing
Martin Gracik
2012-06-19
1
-0
/
+2
*
|
Update TODO lists based on mailing list feedback.
Chris Lumens
2012-06-18
2
-2
/
+6
*
|
ntp_servers -> ntpservers, which is what pykickstart provides.
Chris Lumens
2012-06-18
3
-5
/
+5
*
|
Use os.path.normpath when concatenating two absolute paths
Vratislav Podzimek
2012-06-14
2
-2
/
+2
*
|
Network spoke: don't show widgets hidden on purpose after spoke refresh.
Radek Vykydal
2012-06-14
1
-9
/
+20
*
|
Network spoke: skip standalone spoke if network is up.
Radek Vykydal
2012-06-14
1
-29
/
+37
*
|
Fix resize behaviour of Add Repo dialog
Martin Sivak
2012-06-14
1
-60
/
+6
*
|
Fix missing yum.Errors in yumpayload.py
Martin Sivak
2012-06-14
1
-0
/
+1
*
|
use timeout instead of idle for Queue polling
Brian C. Lane
2012-06-13
1
-1
/
+2
*
|
add the foundations for the add repository dialog
Martin Sivak
2012-06-13
3
-5
/
+598
*
|
makeupdates: copy .ui into /tmp/updates/ui/
Brian C. Lane
2012-06-12
1
-1
/
+13
*
|
Sync time with a working NTP server when NTP is turned on
Vratislav Podzimek
2012-06-12
2
-1
/
+55
*
|
Use for instead of while when iterating over ListStores and files
Vratislav Podzimek
2012-06-12
4
-46
/
+16
*
|
Setup NTP servers and daemon as specified in the kickstart before UI appears
Vratislav Podzimek
2012-06-12
2
-1
/
+10
*
|
Store NTP servers in self.data and set them up also on the installed system
Vratislav Podzimek
2012-06-12
2
-0
/
+22
*
|
Add UI for the options sections of each device type in custom partitioning.
Chris Lumens
2012-06-08
3
-32
/
+731
*
|
Make sure to include the new lib/ directory in the build process.
Chris Lumens
2012-06-07
1
-1
/
+3
*
|
Giving a MountpointSelector focus should cause it to be displayed.
Chris Lumens
2012-06-07
4
-7
/
+61
*
|
Add a little right pointing arrow to the active mountpoint selector.
Chris Lumens
2012-06-07
3
-7
/
+49
[prev]
[next]