summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-241-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 classesMartin Sivak2013-01-111-4/+30
|
* Fix multiple copies of spokes appearing from update imageMartin Sivak2013-01-031-0/+8
|
* Update the API which controls where should spokes be displayedMartin Sivak2013-01-021-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 pathsMartin Sivak2013-01-021-4/+11
|
* Import collected modules only onceMartin Sivak2012-12-171-1/+5
|
* Add FirstbootMixInMartin Sivak2012-12-171-0/+20
|
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-0/+19
|
* Modify collect so it works with directories with missing __init__.pyMartin Sivak2012-12-171-7/+25
|
* Split completed and mandatory attributesMartin Sivak2012-12-171-4/+14
|
* Remove the generic retranslate method from the python portion of the UI.Chris Lumens2012-12-041-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 Lumens2012-08-151-1/+2
|
* Add comment headers to the new filesJesse Keating2012-08-101-0/+21
|
* Fix naming for data attribute and move the NormalSpoke.__init__ under the ↵Martin Sivak2012-08-101-18/+19
| | | | proper class
* Improve documentation and add licensing headersMartin Sivak2012-08-101-1/+14
|
* Merge master into newtuiMartin Sivak2012-08-061-0/+1
|
* Fix bits and pieces to make TUI hub and spoke model work + example Hub and ↵Martin Sivak2012-08-061-2/+32
| | | | Password spoke
* Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-0/+344