summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/common.py
Commit message (Expand)AuthorAgeFilesLines
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-241-2/+2
* 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
* 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
* 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 pro...Martin Sivak2012-08-101-18/+19
* 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 Pa...Martin Sivak2012-08-061-2/+32
* Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-0/+344