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
path:
root
/
pyanaconda
/
ui
/
gui
/
spokes
/
custom.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Condense some duplicated and overly wordy code in custom.py.
Chris Lumens
2013-02-28
1
-39
/
+39
*
All Pages have a title, so get rid of the getattr games.
Chris Lumens
2013-02-28
1
-2
/
+2
*
Allow more than one Page to be expanded at a time.
Chris Lumens
2013-02-28
1
-26
/
+5
*
Get rid of the currentPage method.
Chris Lumens
2013-02-28
1
-6
/
+22
*
Promote page._members to page.members.
Chris Lumens
2013-02-28
1
-11
/
+8
*
Require passing the title to a Page's constructor.
Chris Lumens
2013-02-28
1
-8
/
+6
*
Fix RAID level test
Brian C. Lane
2013-02-20
1
-5
/
+7
*
Don't treat the _ in x86_64 as a mnemonic.
Chris Lumens
2013-02-20
1
-0
/
+2
*
If you set_markup, the label forgets set_use_underline from glade.
Chris Lumens
2013-02-20
1
-0
/
+1
*
Add a new selectorFromDevice method to the accordion.
Chris Lumens
2013-02-11
1
-55
/
+14
*
The storage logger is now the blivet logger.
David Lehman
2013-02-11
1
-1
/
+1
*
DeviceFactory has moved from blivet to blivet.devicefactory.
David Lehman
2013-02-11
1
-38
/
+41
*
Convert the mount point entry to one containing a drop down.
Chris Lumens
2013-02-07
1
-3
/
+5
*
Don't say you can reuse existing mountpoints unless there are some.
Chris Lumens
2013-02-05
1
-1
/
+1
*
When the user creates a new mountpoint, display it by default (#886039).
Chris Lumens
2013-01-31
1
-9
/
+20
*
Preserve the state of the Customize... expanders on custom storage (#883134).
Chris Lumens
2013-01-31
1
-0
/
+11
*
Remove the storage module and replace it with blivet.
David Lehman
2013-01-28
1
-23
/
+23
*
Use threadMgr.wait to check threads
Brian C. Lane
2013-01-28
1
-3
/
+1
*
Move communication module to pyanaconda/ui
Vratislav Podzimek
2013-01-24
1
-1
/
+1
*
Default to mirrored RAID instead of striped (#888867).
Chris Lumens
2013-01-23
1
-2
/
+2
*
Replace the RAID level checkboxes with a single combo box.
Chris Lumens
2013-01-23
1
-158
/
+47
*
Don't allow mountpoints to start with /proc or /sys either.
Chris Lumens
2013-01-22
1
-1
/
+2
*
Do not lightbox any dialogs on the custom storage spoke (#875291).
Chris Lumens
2013-01-10
1
-1
/
+11
*
Revert "Do not lightbox the Add Mountpoint dialog (#875291)."
Chris Lumens
2013-01-10
1
-6
/
+7
*
Don't allow changing a VG name to empty in the VG editor (#892395).
Chris Lumens
2013-01-10
1
-1
/
+7
*
Mark another string for translation (#892760).
Chris Lumens
2013-01-07
1
-1
/
+1
*
Do not lightbox the Add Mountpoint dialog (#875291).
Chris Lumens
2013-01-07
1
-7
/
+6
*
Don't allow mountpoints to start with /dev (#891447).
Chris Lumens
2013-01-07
1
-0
/
+2
*
Disable the configure button for pre-existing devices (#888296).
Chris Lumens
2013-01-07
1
-2
/
+4
*
Add keyboard accelerators to a whole lot of widgets (#864964).
Chris Lumens
2013-01-07
1
-2
/
+2
*
Add placeholder names to a couple strings (#890157).
Chris Lumens
2013-01-03
1
-4
/
+4
*
Don't allow changing the boot disk from inside the custom spoke. (#889585)
David Lehman
2012-12-21
1
-1
/
+1
*
Add help text and a help button to the custom storage spoke. (#889570)
David Lehman
2012-12-21
1
-0
/
+79
*
Don't keep old device name when switching to btrfs in custom.
David Lehman
2012-12-21
1
-0
/
+3
*
Always set passphrase for newly encrypted devices. (#888560)
David Lehman
2012-12-18
1
-1
/
+1
*
Handle edit of preexisting encrypted lv. (#885378)
David Lehman
2012-12-18
1
-1
/
+1
*
Don't crash when vg edit triggers spurious change event. (#883699)
David Lehman
2012-12-18
1
-0
/
+3
*
Add handling for incomplete lvm/md devices. (#876441)
David Lehman
2012-12-18
1
-7
/
+30
*
The fs type combo should be sensitive when reformat is checked (#887201).
Chris Lumens
2012-12-14
1
-4
/
+2
*
Only allow changing filesystem type if the reformat combo is checked (#885906).
Chris Lumens
2012-12-12
1
-0
/
+1
*
It's possible for mountpoint to be None (#885279).
Chris Lumens
2012-12-12
1
-1
/
+1
*
Default to partitions for /boot* instead of just /boot/efi. (#884606)
David Lehman
2012-12-07
1
-5
/
+3
*
Take device type into account when making the config button sensitive (#885051).
Chris Lumens
2012-12-07
1
-1
/
+2
*
Hide VG-related widgets when displaying a non-LV mountpoint first (#885131).
Chris Lumens
2012-12-07
1
-6
/
+6
*
Do not allow deleting or editing a protected device in custom part (#884599).
Chris Lumens
2012-12-07
1
-12
/
+15
*
Put the bad VG name into the error message (#884359).
Chris Lumens
2012-12-07
1
-1
/
+1
*
Prevent enabling the encryption checkbutton erroneously.
David Lehman
2012-12-05
1
-0
/
+11
*
Make sure Storage is initialized before refreshing the custom spoke.
David Lehman
2012-12-05
1
-3
/
+4
*
Don't allow reformat without setting a mountpoint. (#883076)
David Lehman
2012-12-05
1
-2
/
+7
*
Fix check for toggled encryption checkbutton. (#882722)
David Lehman
2012-12-05
1
-1
/
+1
[next]