Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move communication module to pyanaconda/ui | Vratislav Podzimek | 2013-01-24 | 1 | -2/+2 |
| | | | | | | It is not a GUI specific code, so it should live under pyanaconda/ui instead of pyanaconda/ui/gui. Moreover from pyanaconda/ui/gui it cannot be imported without X server running. | ||||
* | Improve handling of .py and .pyc equivalence while collecting classes | Martin Sivak | 2013-01-11 | 1 | -4/+30 |
| | |||||
* | Fix multiple copies of spokes appearing from update image | Martin Sivak | 2013-01-03 | 1 | -0/+8 |
| | |||||
* | Update the API which controls where should spokes be displayed | Martin Sivak | 2013-01-02 | 1 | -13/+45 |
| | | | | | | | | | | | | | | | This patch adds two pieces to Spoke classes: should_run(environment_id, data) This method should return True if the spoke is to be displayed in the environment (currently only "anaconda" and "firstboot" are supported) @property configured() This property should return list of strings that will be stored to a config file, which will be passed to firstboot and GIE and will control whether spokes are to be displayed again or not. | ||||
* | Do not fail when missing directories are present in addon paths | Martin Sivak | 2013-01-02 | 1 | -4/+11 |
| | |||||
* | Import collected modules only once | Martin Sivak | 2012-12-17 | 1 | -1/+5 |
| | |||||
* | Add FirstbootMixIn | Martin Sivak | 2012-12-17 | 1 | -0/+20 |
| | |||||
* | Move the path definitions to Interface and pass it to the Hubs from there | Martin Sivak | 2012-12-17 | 1 | -0/+19 |
| | |||||
* | Modify collect so it works with directories with missing __init__.py | Martin Sivak | 2012-12-17 | 1 | -7/+25 |
| | |||||
* | Split completed and mandatory attributes | Martin Sivak | 2012-12-17 | 1 | -4/+14 |
| | |||||
* | Remove the generic retranslate method from the python portion of the UI. | Chris Lumens | 2012-12-04 | 1 | -7/+0 |
| | | | | | It doesn't work completely, and isn't needed now that we do not support changing language from the hub via the language spoke. | ||||
* | Fix attribution on common UI code. | Chris Lumens | 2012-08-15 | 1 | -1/+2 |
| | |||||
* | Add comment headers to the new files | Jesse Keating | 2012-08-10 | 1 | -0/+21 |
| | |||||
* | Fix naming for data attribute and move the NormalSpoke.__init__ under the ↵ | Martin Sivak | 2012-08-10 | 1 | -18/+19 |
| | | | | proper class | ||||
* | Improve documentation and add licensing headers | Martin Sivak | 2012-08-10 | 1 | -1/+14 |
| | |||||
* | Merge master into newtui | Martin Sivak | 2012-08-06 | 1 | -0/+1 |
| | |||||
* | Fix bits and pieces to make TUI hub and spoke model work + example Hub and ↵ | Martin Sivak | 2012-08-06 | 1 | -2/+32 |
| | | | | Password spoke | ||||
* | Create common abstract classes usable for all types of UI | Martin Sivak | 2012-08-06 | 1 | -0/+344 |