Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a property that provides a list of all selectors in the accordion. | David Lehman | 2012-10-08 | 1 | -0/+4 | |
| | ||||||
* | Handle luks formats during populate if they have a passphrase set. | David Lehman | 2012-10-08 | 1 | -6/+12 | |
| | | | | | | This allows us to get/check/set passphrase and then call populate to continue populating the devicetree to pick up devices descended from the newly decrypted device. | |||||
* | Add encryption support to the device factory classes. | David Lehman | 2012-10-08 | 1 | -2/+22 | |
| | ||||||
* | s/dev/disk in the disk shopping cart. | Chris Lumens | 2012-10-08 | 1 | -1/+1 | |
| | ||||||
* | Set a default payload in InstallOptions1Dialog (#863582). | Chris Lumens | 2012-10-06 | 1 | -1/+1 | |
| | ||||||
* | Pass disks into the SelectedDisksDialog (#863588). | Chris Lumens | 2012-10-06 | 1 | -1/+1 | |
| | ||||||
* | New version. | Chris Lumens | 2012-10-05 | 3 | -138/+214 | |
| | ||||||
* | Make sure packages anaconda requires are installed. | Chris Lumens | 2012-10-05 | 2 | -7/+15 | |
| | | | | | Our forced packages should be marked for installation after all removals have taken place. | |||||
* | Add method returning current activated X layout | Vratislav Podzimek | 2012-10-05 | 1 | -1/+18 | |
| | | | | | We need to tell user which layout he/she has currently selected in some dialogs. | |||||
* | Fix a deadlock when trying to add a keyboard layout (#862612). | Chris Lumens | 2012-10-05 | 1 | -4/+10 | |
| | | | | | | This was introduced by 576349d2, which fixed a similar deadlock but accidentally introduced this one. Tweak that patch just a little to make sure the gdk_threaded only gets applied when needed. | |||||
* | ntfsresize uses SI (MB) while the rest of us use IEC (MiB). (#862109) | David Lehman | 2012-10-05 | 1 | -3/+8 | |
| | ||||||
* | Remove empty extended partitions after removing a logical partition. | David Lehman | 2012-10-05 | 1 | -0/+4 | |
| | ||||||
* | Handle all logical/extended partitions in unusedDevices. | David Lehman | 2012-10-05 | 1 | -4/+5 | |
| | | | | Don't just handle those that are part of a Root. | |||||
* | Update autopart/custom setting before moving to reclaim dialog. (#863225) | David Lehman | 2012-10-05 | 1 | -1/+3 | |
| | ||||||
* | Raise an exception early in newDevice if no disks were specified. (#858139) | David Lehman | 2012-10-05 | 1 | -0/+4 | |
| | ||||||
* | Fix a regression in BTRFSVolumeDevice.listSubVolumes. (#862742) | David Lehman | 2012-10-05 | 1 | -1/+1 | |
| | | | | | | | This is a regression from my patch to make originalFormat copy of format instead of them being pointers to the same instance. There was an assumption that the mountpoint would be in the new format when it will always be in the originalFormat. | |||||
* | Fix behavior of resolveDevice when devspec is a device name. | David Lehman | 2012-10-05 | 1 | -5/+9 | |
| | ||||||
* | Prevent BTRFS volumes from ever having the name None. | David Lehman | 2012-10-05 | 1 | -5/+4 | |
| | | | | Related: rhbz#858139 | |||||
* | Prevent negative free value for filesystems. (#861812) | David Lehman | 2012-10-05 | 1 | -3/+3 | |
| | | | | | I wonder if we should even continue to pad the reported ntfs min size by 250MB. Seems pretty crusty to me. | |||||
* | Don't show extended partitions that contain logical partitions. (#862971) | David Lehman | 2012-10-05 | 1 | -0/+3 | |
| | ||||||
* | Delete ts data instead of trying to undo dep installs. (#851114) | David Lehman | 2012-10-05 | 1 | -3/+7 | |
| | | | | | We're going to convert the full ksdata selection into yum again anyway, so there's no reason to be delicate about it. | |||||
* | Change the manglings for a couple locales (petersen). | Chris Lumens | 2012-10-05 | 1 | -2/+2 | |
| | ||||||
* | Hook up the "Modify Software Selection" button on install opts dialogs. | Chris Lumens | 2012-10-05 | 2 | -4/+43 | |
| | | | | | | | This uses the main loop to mark the button as insensitive until software selection is ready, then the user can press the button and go to that spoke. I'd also like to add a spinner to the button, but that appears to be beyond glade for the moment. | |||||
* | More TODO list updates. | Chris Lumens | 2012-10-05 | 1 | -0/+9 | |
| | ||||||
* | Add a label to the resize dialog for how much space is required. | Chris Lumens | 2012-10-05 | 3 | -6/+20 | |
| | ||||||
* | Add a column to the disk shopping cart for setting the boot device (#860430). | Chris Lumens | 2012-10-05 | 2 | -37/+127 | |
| | ||||||
* | Rework the disk shopping cart link a little bit. | Chris Lumens | 2012-10-05 | 2 | -51/+49 | |
| | | | | This is to make way for the boot device picking option. | |||||
* | Do not use constant value in SoftwareSpoke's completed property | Vratislav Podzimek | 2012-10-05 | 1 | -2/+2 | |
| | | | | | | | | packagesSeen is a value, that should not be changed in spokes. Using it as a condition for the completed property results in no way of completing software spoke in kickstart installation without %packages section. Without %packages section in kickstart, SoftwareSpoke's completed method should use the same code as in manual installations. | |||||
* | Pull in existing swaps and bootloader devices whenever there are mounts. | David Lehman | 2012-10-04 | 1 | -1/+1 | |
| | | | | Not just when we have old devices set up as mounts. | |||||
* | Revert broken logic for newly formatted devices in unusedDevices. | David Lehman | 2012-10-04 | 1 | -1/+1 | |
| | | | | | If the device's formatting does not exist that necessarily means the device is in use. | |||||
* | Add an apply button to the device/mountpoint configuration options. | David Lehman | 2012-10-04 | 2 | -8/+49 | |
| | ||||||
* | Don't base StorageSpoke.ready on storage execute thread presence. (#861574) | David Lehman | 2012-10-04 | 1 | -3/+8 | |
| | ||||||
* | Prevent systemd timeout waiting for encryption passphrase. (#861123) | David Lehman | 2012-10-04 | 1 | -0/+2 | |
| | ||||||
* | Fix traceback when switching device type to lvm. (#860990) | David Lehman | 2012-10-04 | 1 | -0/+1 | |
| | ||||||
* | Fix error handling in the add mountpoint dialog. (#860992) | David Lehman | 2012-10-04 | 1 | -0/+2 | |
| | ||||||
* | Allow xfs /boot. | David Lehman | 2012-10-04 | 1 | -1/+1 | |
| | ||||||
* | Fix makeupdates to work for glade files in subdirs of spokes/ or hubs/. | David Lehman | 2012-10-04 | 1 | -5/+7 | |
| | ||||||
* | Fix parsing of NFS method strings (#860966) | Jesse Keating | 2012-10-04 | 1 | -2/+1 | |
| | | | | iutil wants the whole string, including the nfs: part. | |||||
* | Make the URL entry sensitive for NFS installs, too (#863014). | Chris Lumens | 2012-10-04 | 1 | -2/+3 | |
| | ||||||
* | Add in a locale mapping to avoid incorrect system settings (#858591). | Chris Lumens | 2012-10-04 | 1 | -3/+23 | |
| | | | | | | | | | | | | | | This is pretty terrible, sorry. Basically the problem is that we need to write out full locale settings to /etc/sysconfig/i18n or lots and lots of things on the system are broken. For instance, "de_DE.UTF-8" is good but "de.UTF-8" is not. Unfortunately I can find no suitable way to extract this information via python-babel. I think our intention is that using geoip will get us the full locale, but there's no time to do that now. lang-table used to contain this mapping for us, but I really don't want to add that file back. This fix should be considered temporary. | |||||
* | New version. | Brian C. Lane | 2012-10-03 | 3 | -59/+158 | |
| | ||||||
* | copy-logs changed names | Brian C. Lane | 2012-10-03 | 1 | -1/+1 | |
| | ||||||
* | Reference correct UI button name (#862409) | Jesse Keating | 2012-10-03 | 1 | -1/+1 | |
| | ||||||
* | Don't echo vnc password to the screen (#862593) | Jesse Keating | 2012-10-03 | 1 | -2/+3 | |
| | ||||||
* | Make the log copy script the last one to run | Jesse Keating | 2012-10-03 | 1 | -0/+0 | |
| | | | | | Since the log copy script copies script logs, we want it to run as late as possible. | |||||
* | Copy ks script logs into the install root as well | Jesse Keating | 2012-10-03 | 1 | -0/+2 | |
| | ||||||
* | Create ks script logs outside of chroot | Jesse Keating | 2012-10-03 | 1 | -8/+7 | |
| | | | | | By always creating them outside the chroot, we can copy them into the chroot later into a non tmpfs filesystem. | |||||
* | Don't look for ifcfgs of wireless devices (#860791) | Radek Vykydal | 2012-10-03 | 1 | -0/+2 | |
| | | | | It is connections that are relevant here. | |||||
* | doAutoPartition should raise errors instead of handle them. | Chris Lumens | 2012-10-03 | 2 | -13/+6 | |
| | | | | | | | This avoids a confusing situation where you return to the hub and get an error dialog you can only exit anaconda from. Also, put errors from doAutoPartition into self.errors on the storage spoke so they are viewable by clicking on the info bar. | |||||
* | In the install options dialogs, call out how much space is on selected disks. | Chris Lumens | 2012-10-03 | 2 | -8/+79 | |
| | | | | | | | The idea here is that the dialog says you can make enough space to install by resizing or deleting, but only ever mentions how much space is available if you do resizing. That seems weird to me, so I've added another row that shows how much space is in all the selected disks. |