summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark strings at the top of spokes with N_; translate later with _ (#872791).Chris Lumens2012-11-054-60/+60
| | | | | | | | Spokes are imported very early (when the UI is being constructed), which is before a language has been chosen. Thus, any strings at the top of the file will be set up with the original translation, not the translation the user selects. The fix is to simply translate them when they are needed and not before.
* Do not decorate the dialog that appears when you click on storage info bar.Chris Lumens2012-11-051-0/+1
|
* You have to give "raise" an exception if you're outside a handler (#872874).Chris Lumens2012-11-051-1/+1
|
* Prompt for encryption passphrase in reclaim path. (#869391)David Lehman2012-11-051-0/+8
| | | | | | This got broken by commit 33673a5c0. Previously after reclaim we would run through on_continue_clicked again and presumably go through the "continue" path, which is where we'd prompt for the passphrase.
* Prevent user from hitting save without entering a passphrase. (#869391)David Lehman2012-11-051-0/+4
| | | | | We didn't apply the checks/controls of the dialog until some text was entered, which allowed users to click through without entering anything.
* Font and padding updates for the network spoke (mizmo).Chris Lumens2012-11-051-4/+7
|
* Fix alignment on the Add and Configure Mount Point dialogs.Chris Lumens2012-11-051-1/+3
|
* Network spoke: activate wifi connection after setting secrets (#871132)Radek Vykydal2012-11-021-3/+18
| | | | | It used to happen automatically but there was a change in NM so we need to manage it ourselves (until we have secret agent).
* Fix nfsiso as stage2 (#871554)Jesse Keating2012-11-021-3/+8
| | | | | | | This is an ugly hack, but it gets nfsiso working. You can switch from NFSISO to another source, and back to the same NFSISO, just not to a different NFSISO. That's going to have to be a "known issue" for F18 Beta.
* Fix traceback when saving changes to an existing partition. (#872446)David Lehman2012-11-021-4/+9
|
* Some more stuff for the mangleMap (#866730)Vratislav Podzimek2012-11-021-16/+18
| | | | | This is only for F18, we really need a better solution for the future.
* Handle locale's encoding and script in a better wayVratislav Podzimek2012-11-021-11/+57
| | | | | | | Encoding should go between _territory and @script. Neither script nor is not parsed by babel.Locale.parse. Related: rhbz#866730
* Use both language and country to guess layout (#861061)Vratislav Podzimek2012-11-022-5/+34
| | | | Signed-off-by: Vratislav Podzimek <vpodzime@redhat.com>
* Fix remaining issues with md fwraid. (#872739)David Lehman2012-11-022-0/+10
|
* Do not return None from Size.__str__ (#869405)Vratislav Podzimek2012-11-031-18/+19
| | | | If no value is < 1000, return the value in YBs.
* Add a platform weight for ARM imagesd.marlin2012-11-021-0/+9
| | | | | | | Ensure the root partition '/' is the the last partition in the image. This is required to allow resizing the root partition on firstboot. Signed-off-by: Brian C. Lane <bcl@redhat.com>
* Remove a bunch of stuff from the TODO list.Chris Lumens2012-11-021-5/+0
|
* Don't decorate the main exception window.Chris Lumens2012-11-021-0/+1
| | | | | | Note that we'll never be able to mark all the exception reporting windows as undecorated because those all come from libreport instead of us. But this is at least a start.
* Move the custom partitioning's Apply Changes button.Chris Lumens2012-11-021-27/+10
| | | | | | | Right now it gets lost floating around in all the free space in the bottom right side of the screen, or even worse gets confused with the Finish Partitioning button. This moves it to the left and up right under the customize expander where it will hopefully be easier to find.
* Indent partition type options under the expander further.Chris Lumens2012-11-021-2/+2
| | | | | This is to match the same level of indent as is being applied to the customize expander in custom partitioning.
* Left align the Label label, and indent the custom options further.Chris Lumens2012-11-021-1/+4
|
* Lots of custom partitioning UI changes (mizmo).Chris Lumens2012-11-021-119/+102
| | | | | | - Convert the button bar to a GtkToolbar with appropriate styling. - Font changes. - Size and alignment changes to make the accordion larger.
* Update fonts on the welcome language spoke (rlerch).Chris Lumens2012-11-021-2/+4
|
* Lots of storage spoke font and spacing changes (mizmo).Chris Lumens2012-11-021-18/+63
|
* Set the background of the custom partitioning accordion back to white (mizmo).Chris Lumens2012-11-021-1/+0
|
* Set the Local Standard Disks background back to white (mizmo).Chris Lumens2012-11-021-3/+0
|
* Reorder Device Type options in custom part to match the Partition Type combo.Chris Lumens2012-11-021-2/+2
|
* Use the same terminology for partitions as is in use on the custom spoke.Chris Lumens2012-11-021-2/+2
|
* livecd specific code has movedBrian C. Lane2012-11-021-338/+0
| | | | it is now in pyanaconda/packaging/livepayload.py
* Add progress percentage info to liveinstBrian C. Lane2012-11-021-1/+36
| | | | | This adds a thread that uses os.statvfs to monitor the amount data that has been copied to the destination mountpoints.
* Fix some label text that got clobbered in glade.David Lehman2012-11-021-1/+1
| | | | Related: rhbz#871109
* New version.Brian C. Lane2012-11-013-138/+234
|
* Update parsing of 'btrfs subvol list' to match its new output. (#868468)David Lehman2012-11-011-1/+1
|
* Add a way to select the default device type.David Lehman2012-11-012-21/+157
| | | | | | | | | It sets the default autopart type, which also dictates the default device type for new mountpoints in the custom spoke. Glade markup provided by clumens. Related: rhbz#870207
* Enable specification of disk(s) for individual mountpoints. (#870569)David Lehman2012-11-013-28/+361
| | | | | | For a partition, the selected disks indicate acceptable options for where the partition ends up. For btrfs, raid, and lvm it indicates the set of disks on which member/pv devices will be created.
* Improve management of complex devices in custom spoke. (#865199)David Lehman2012-11-012-11/+51
| | | | | | | Containers size calculations were not taking into account the size of an already-defined device while adjusting the size of the same device. This meant that changing an lv size from 10G to 5G _grew_ the container by 5G instead of shrinking it by 5G.
* Save btrfs subvols' requested size.David Lehman2012-11-012-1/+8
| | | | | | | | When we remove other subvols from the main volume we can use the requested sizes of the remaining subvols to decide the new size of the volume. Related: rhbz#865199
* Reclaim extra set member growth evenly across members.David Lehman2012-11-011-2/+8
| | | | | | | | Before it was taking as much as possible from the member with the most growth, which meant that member would end up very near or at its minimum/base size. Related: rhbz#865199
* Give lvmpv a slightly more realistic minimum size.David Lehman2012-11-011-0/+1
| | | | Related: rhbz#865199
* Fix required space calculation for lvm.David Lehman2012-11-011-1/+0
| | | | | | | Experimentation shows that the 1MB PE START does not play into the disk space requirements for LVs. Related: rhbz#865199
* Don't filter disks when scanning storage after autopart fails. (#866717)David Lehman2012-11-011-3/+4
| | | | | All disks must be in the devicetree since that is what the master disk list (StorageSpoke.disks) is derived from.
* Fix detection of partitioned md devices. (#866519)David Lehman2012-11-014-12/+31
|
* Correct handling of disks with hidden formats. (#866519)David Lehman2012-11-012-6/+17
| | | | | We have to ignore disks with hidden formats for most purposes. Examples of such disks are multipath member disks and fwraid member disks.
* Revert "Fall back to lvm autopart if the default fails."David Lehman2012-11-011-29/+5
| | | | | | This reverts commit fbc7589a05c773824888c7e74dfc3826715ec432. Related: rhbz#870207
* Revert the default autopart type to lvm. (#870207)David Lehman2012-11-011-2/+1
|
* Apparently necessary kpartx changes (#867593)David Lehman2012-11-012-16/+5
| | | | | | | | | | | | | Don't always force kpartx to use a delimiter. The problem is that there are all these places that could be triggering creation of the partitions and they need to all use the same rules for when to use a delimiter between disk and partition number. Otherwise, how can parted know when to use a delimiter when adding a partition to a dm disk? You'd think the answer would be "always use a delimiter" or "never use a delimiter" but that's not how the world works. Also, pass -s to kpartx to wait for devices to be created before returning since udev should be doing all the work nowadays.
* Mark a few more important strings for translation.Chris Lumens2012-11-013-7/+7
| | | | | Note: When using the P_ method, the strings inside it cannot be in parens or gettext will not pick them up.
* If lang= was provided on the command line, set the installation language.Chris Lumens2012-11-011-0/+24
|
* Make the decision to skip the welcome screen more complicated.Chris Lumens2012-11-011-1/+4
| | | | | | For non-kickstart installs, we still want to display the screen even if a language was provided on the command line as long as this is a final release. Basically, do not skip betanag unless we're doing a kickstart install.
* Set a translation domain before loading a glade file.Chris Lumens2012-11-011-0/+1
| | | | Otherwise, no strings from glade will be displayed as translated.