Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move DiskOverview creation out into its own method. | Chris Lumens | 2013-03-19 | 1 | -29/+34 | |
| | | | | | This is going to be necessary when we start adding specialized/advanced DiskOverviews as well. | |||||
* | Add a slot on the storage spoke for display of advanced storage. | Chris Lumens | 2013-03-19 | 1 | -2/+77 | |
| | ||||||
* | Log the actual exception for getPackage | Brian C. Lane | 2013-03-19 | 1 | -1/+2 | |
| | ||||||
* | Add the addon repos from a repo's treeinfo file | Brian C. Lane | 2013-03-19 | 1 | -1/+68 | |
| | | | | | | Download the treeinfo, if it exists, parse it, and add the addons as kickstart repos that are disabled by default. They can be enabled in the source spoke's additional repositories section. | |||||
* | Disable failed repos, not remove them | Brian C. Lane | 2013-03-19 | 1 | -2/+2 | |
| | ||||||
* | Add repo addon to source spoke | Brian C. Lane | 2013-03-19 | 2 | -20/+318 | |
| | | | | | | This adds a TreeView of the available repos, allows the user to enable/disable them, add their own or delete them. Repos from .treeinfo will be displayed here, disabled by default. | |||||
* | Remove the previous addon repo code and UI | Brian C. Lane | 2013-03-19 | 3 | -532/+0 | |
| | ||||||
* | Addon repo glade changes | Brian C. Lane | 2013-03-19 | 1 | -15/+442 | |
| | | | | | Add a section at the bottom of the source spoke with a TreeView for the available repos and an area to edit those repos. | |||||
* | Enable updates repo by default | Brian C. Lane | 2013-03-19 | 1 | -0/+1 | |
| | ||||||
* | Adjust _getTreeInfo so that proxy_url can be passed | Brian C. Lane | 2013-03-19 | 1 | -15/+25 | |
| | | | | | The caller shouldn't need to know the details of proxies, instead it should be able to just pass the proxy_url. | |||||
* | Add enable flag to RepoData object | Brian C. Lane | 2013-03-19 | 3 | -4/+24 | |
| | | | | | | | | In order for the UI to keep track of which repos have been added by the user, kickstart or addons we need to know if it is enabled. User and ks repos are enabled by default. Addons are disabled by default. | |||||
* | Modify repo interface in packaging | Brian C. Lane | 2013-03-19 | 3 | -9/+27 | |
| | | | | | | | | | | repo information is stored in 2 places, the kickstart data object, and in the yum object (when using yumpayload). This changes the interface so that AddOn methods reference the kickstart data and repo methods reference the packaging data. getRepo is now getAddOnRepo and a new getRepo has been added to yumpayload that can be used to query the yum object. | |||||
* | Change the source DiskOverview to a label | Brian C. Lane | 2013-03-19 | 2 | -52/+15 | |
| | | | | | This takes up less screen space, and we don't support more than 1 autodetected source anyway. | |||||
* | Display the reason for payloadInstallHandler error | Brian C. Lane | 2013-03-19 | 1 | -1/+1 | |
| | ||||||
* | New version. | Brian C. Lane | 2013-03-18 | 3 | -260/+454 | |
| | ||||||
* | Don't create temporary lists if not needed | Vratislav Podzimek | 2013-03-18 | 16 | -36/+35 | |
| | | | | | | In many cases generators can be used instead of constructing temporary lists. Some functions even support the generator expresions passed directly as arguments. | |||||
* | Fix reclaiming disk space for non-us installations. | Radek Vykydal | 2013-03-15 | 1 | -2/+2 | |
| | ||||||
* | Allow for raising thread exceptions when threadMgr.get is called (bcl, clumens). | Chris Lumens | 2013-03-14 | 1 | -4/+16 | |
| | | | | | | If a thread is never wait()ed on, its exceptions will never be re-raised into the main thread and they will go unnoticed. Checking for this situation when get is called seems like another good place. | |||||
* | Hook up the new refresh dialog. | Chris Lumens | 2013-03-14 | 2 | -2/+85 | |
| | ||||||
* | Add a dialog prompting the user to refresh anaconda's view of storage. | Chris Lumens | 2013-03-14 | 3 | -0/+405 | |
| | ||||||
* | Add a refresh button to the custom partitioning toolbar. | Chris Lumens | 2013-03-14 | 2 | -3/+22 | |
| | | | | | | | | This button throws away whatever changes the user has made in custom partitioning, rescans the disks, and updates the UI to the new disk status. This button is designed for the user who's made very specific storage configuration changes on the shell and wants anaconda to use what they've created. | |||||
* | Add a reset button to the bottom right of the custom spoke. | Chris Lumens | 2013-03-14 | 2 | -0/+24 | |
| | | | | | | This button throws away all the changes the user made in custom partitioning and reloads the current state of the disks. This button is designed for the user who's made a mess of things and just wants to start over. | |||||
* | Hook up the new action summary dialog. | Chris Lumens | 2013-03-14 | 2 | -27/+20 | |
| | | | | | | This also removes the "Finish Partitioning" button from the custom screen (good riddance) and relabels the back button to "Done". This brings it in line with all the other screens. | |||||
* | Add a summary screen of actions to be performed on all disks. | Chris Lumens | 2013-03-14 | 3 | -0/+272 | |
| | ||||||
* | Catch error when incorrect nfs address entered | Samantha N. Bueno | 2013-03-14 | 1 | -1/+8 | |
| | | | | Prevents traceback; warn user instead if incorrect address entered | |||||
* | Use GDBus also for connection settings update. | Radek Vykydal | 2013-03-14 | 1 | -37/+92 | |
| | ||||||
* | Network spoke: improve message format parametrization for translators | Radek Vykydal | 2013-03-14 | 1 | -5/+10 | |
| | ||||||
* | Don't set ibft device renaming for dracut, let it just do its job (#828505) | Radek Vykydal | 2013-03-13 | 1 | -3/+3 | |
| | | | | We need also modify dracut to write out BOOTPROTO=ibft for ip=ibft | |||||
* | Mark Timezone selection as firstboot spoke | Martin Sivak | 2013-03-13 | 1 | -1/+2 | |
| | ||||||
* | Add user creation spoke to TUI | Martin Sivak | 2013-03-13 | 1 | -0/+101 | |
| | ||||||
* | Refactor TUI password spoke to use the declarative EditTUISpoke | Martin Sivak | 2013-03-13 | 1 | -26/+10 | |
| | ||||||
* | Use guess_username from pyanaconda.users in gui.spokes.UserSpoke | Martin Sivak | 2013-03-13 | 1 | -22/+3 | |
| | ||||||
* | Add declarative EditTUISpoke | Martin Sivak | 2013-03-13 | 2 | -6/+220 | |
| | ||||||
* | Allow modyfying exit question in TUI | Martin Sivak | 2013-03-13 | 2 | -77/+79 | |
| | ||||||
* | Return False from TUI.run() if it was exited prematurely | Martin Sivak | 2013-03-13 | 2 | -4/+5 | |
| | ||||||
* | Add guess_username function to users.py | Martin Sivak | 2013-03-13 | 2 | -0/+31 | |
| | ||||||
* | Mark incomplete mandatory spokes in text mode | Martin Sivak | 2013-03-13 | 1 | -1/+10 | |
| | ||||||
* | Network spoke: move formatting parameters out of translation function | Radek Vykydal | 2013-03-13 | 1 | -2/+2 | |
| | ||||||
* | Network spoke: add keyboard accelerator to add device combobox (#906263) | Radek Vykydal | 2013-03-13 | 1 | -52/+54 | |
| | ||||||
* | Network spoke: don't decorate add_device_dialog (#906263) | Radek Vykydal | 2013-03-13 | 1 | -0/+1 | |
| | ||||||
* | Don't pass undefined stdout from execWithCapture. | Radek Vykydal | 2013-03-13 | 1 | -1/+1 | |
| | ||||||
* | Network spoke: import network module instead of list of too many functions | Radek Vykydal | 2013-03-13 | 1 | -17/+17 | |
| | ||||||
* | Vlan support: kickstart (#906272) | Radek Vykydal | 2013-03-13 | 1 | -0/+10 | |
| | ||||||
* | Vlan support: generate kickstart (#906272) | Radek Vykydal | 2013-03-13 | 2 | -1/+18 | |
| | ||||||
* | Vlan support: GUI - hub status information (#906272) | Radek Vykydal | 2013-03-13 | 1 | -0/+8 | |
| | ||||||
* | Network spoke: check whether added network device is already in list (#906272) | Radek Vykydal | 2013-03-13 | 1 | -4/+8 | |
| | | | | This is needed for virtual devices, eg bond and vlan. | |||||
* | Vlan support: GUI - add "Vlan ID" and "Parent" to vlan tab (#906272) | Radek Vykydal | 2013-03-13 | 1 | -5/+28 | |
| | ||||||
* | Return correct nm_device_setting_value for bonds and vlans (#906272) | Radek Vykydal | 2013-03-13 | 1 | -2/+10 | |
| | ||||||
* | Vlan support: GUI - show vlan devices (#906272) | Radek Vykydal | 2013-03-13 | 1 | -12/+39 | |
| | ||||||
* | Vlan support: GUI - add "Parent" and "Vlan ID" info (glade) (#906272) | Radek Vykydal | 2013-03-13 | 1 | -75/+156 | |
| |