summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some trailing whitespace on otherwise empty linesVratislav Podzimek2013-01-221-2/+2
* Refactor and cleanup exception handling piecesVratislav Podzimek2013-01-221-12/+14
* Add support for KS %addon section and the API+code to use itMartin Sivak2012-12-171-0/+8
* Move the path definitions to Interface and pass it to the Hubs from thereMartin Sivak2012-12-171-8/+7
* Make GUI more reusable and support multiple directories for spokes and catego...Martin Sivak2012-12-171-11/+30
* Always use collect directly from commonJesse Keating2012-08-131-1/+1
* Improve documentation and add licensing headersMartin Sivak2012-08-101-2/+20
* Merge master into newtuiMartin Sivak2012-08-061-3/+16
|\
| * Add mainExceptionWindow and saveExceptionWindow methods to the interfacesVratislav Podzimek2012-08-031-0/+12
| * Get back to python-meh UI in exception handlingVratislav Podzimek2012-07-271-3/+3
* | Fix bits and pieces to make TUI hub and spoke model work + example Hub and Pa...Martin Sivak2012-08-061-24/+1
* | Create common abstract classes usable for all types of UIMartin Sivak2012-08-061-1/+5
* | Make collect and part of UserInterface setup more genericMartin Sivak2012-08-061-0/+38
|/
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-5/+5
* Make the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-281-1/+5
* Add abstract and concrete versions of error dialogs.Chris Lumens2012-02-161-1/+31
* Define exactly which arguments Spokes, Hubs, andand UserInterfaces may count on.Chris Lumens2011-11-211-2/+19
* Add the python portion of the new UI under pyanaconda/ui/.Chris Lumens2011-11-101-0/+43