summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move DiskOverview creation out into its own method.Chris Lumens2013-03-191-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 Lumens2013-03-191-2/+77
|
* Log the actual exception for getPackageBrian C. Lane2013-03-191-1/+2
|
* Add the addon repos from a repo's treeinfo fileBrian C. Lane2013-03-191-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 themBrian C. Lane2013-03-191-2/+2
|
* Add repo addon to source spokeBrian C. Lane2013-03-192-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 UIBrian C. Lane2013-03-193-532/+0
|
* Addon repo glade changesBrian C. Lane2013-03-191-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 defaultBrian C. Lane2013-03-191-0/+1
|
* Adjust _getTreeInfo so that proxy_url can be passedBrian C. Lane2013-03-191-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 objectBrian C. Lane2013-03-193-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 packagingBrian C. Lane2013-03-193-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 labelBrian C. Lane2013-03-192-52/+15
| | | | | This takes up less screen space, and we don't support more than 1 autodetected source anyway.
* Display the reason for payloadInstallHandler errorBrian C. Lane2013-03-191-1/+1
|
* New version.Brian C. Lane2013-03-183-260/+454
|
* Don't create temporary lists if not neededVratislav Podzimek2013-03-1816-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 Vykydal2013-03-151-2/+2
|
* Allow for raising thread exceptions when threadMgr.get is called (bcl, clumens).Chris Lumens2013-03-141-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 Lumens2013-03-142-2/+85
|
* Add a dialog prompting the user to refresh anaconda's view of storage.Chris Lumens2013-03-143-0/+405
|
* Add a refresh button to the custom partitioning toolbar.Chris Lumens2013-03-142-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 Lumens2013-03-142-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 Lumens2013-03-142-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 Lumens2013-03-143-0/+272
|
* Catch error when incorrect nfs address enteredSamantha N. Bueno2013-03-141-1/+8
| | | | Prevents traceback; warn user instead if incorrect address entered
* Use GDBus also for connection settings update.Radek Vykydal2013-03-141-37/+92
|
* Network spoke: improve message format parametrization for translatorsRadek Vykydal2013-03-141-5/+10
|
* Don't set ibft device renaming for dracut, let it just do its job (#828505)Radek Vykydal2013-03-131-3/+3
| | | | We need also modify dracut to write out BOOTPROTO=ibft for ip=ibft
* Mark Timezone selection as firstboot spokeMartin Sivak2013-03-131-1/+2
|
* Add user creation spoke to TUIMartin Sivak2013-03-131-0/+101
|
* Refactor TUI password spoke to use the declarative EditTUISpokeMartin Sivak2013-03-131-26/+10
|
* Use guess_username from pyanaconda.users in gui.spokes.UserSpokeMartin Sivak2013-03-131-22/+3
|
* Add declarative EditTUISpokeMartin Sivak2013-03-132-6/+220
|
* Allow modyfying exit question in TUIMartin Sivak2013-03-132-77/+79
|
* Return False from TUI.run() if it was exited prematurelyMartin Sivak2013-03-132-4/+5
|
* Add guess_username function to users.pyMartin Sivak2013-03-132-0/+31
|
* Mark incomplete mandatory spokes in text modeMartin Sivak2013-03-131-1/+10
|
* Network spoke: move formatting parameters out of translation functionRadek Vykydal2013-03-131-2/+2
|
* Network spoke: add keyboard accelerator to add device combobox (#906263)Radek Vykydal2013-03-131-52/+54
|
* Network spoke: don't decorate add_device_dialog (#906263)Radek Vykydal2013-03-131-0/+1
|
* Don't pass undefined stdout from execWithCapture.Radek Vykydal2013-03-131-1/+1
|
* Network spoke: import network module instead of list of too many functionsRadek Vykydal2013-03-131-17/+17
|
* Vlan support: kickstart (#906272)Radek Vykydal2013-03-131-0/+10
|
* Vlan support: generate kickstart (#906272)Radek Vykydal2013-03-132-1/+18
|
* Vlan support: GUI - hub status information (#906272)Radek Vykydal2013-03-131-0/+8
|
* Network spoke: check whether added network device is already in list (#906272)Radek Vykydal2013-03-131-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 Vykydal2013-03-131-5/+28
|
* Return correct nm_device_setting_value for bonds and vlans (#906272)Radek Vykydal2013-03-131-2/+10
|
* Vlan support: GUI - show vlan devices (#906272)Radek Vykydal2013-03-131-12/+39
|
* Vlan support: GUI - add "Parent" and "Vlan ID" info (glade) (#906272)Radek Vykydal2013-03-131-75/+156
|