summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* new gui stuffpnfisher1999-07-131-41/+111
|
* remove debugging cruftpnfisher1999-07-121-5/+4
|
* use lowlevel mutexes - Event seems buggyMatt Wilson1999-07-121-4/+4
|
* more pythonesque in language dialogMatt Wilson1999-07-121-4/+4
|
* text changesMatt Wilson1999-07-121-1/+2
|
* new control window stuff, now threading gtk_main() so we have responsive GUIsMatt Wilson1999-07-121-82/+116
|
* Basic GUI framework implemenated.pnfisher1999-07-101-57/+232
|
* Run gtk::mainloop in its own thread. All gtk/gdk calls must now bepfisher1999-07-071-6/+20
| | | | wrapped with gtk::threads_enter and gtk::threads_leave.
* remove debugging outputMatt Wilson1999-07-061-32/+54
|
* take off leading /devMatt Wilson1999-06-281-1/+1
|
* disable logo loading for a secMatt Wilson1999-06-281-8/+8
|
* bring gui mode up to dateMatt Wilson1999-06-271-7/+11
|
* Move away from using /dev/ for device nodes - use /tmp,Matt Wilson1999-06-231-1/+3
| | | | added path for terminfo stuff (though I think terminfo does this by default
* more experimentingMatt Wilson1999-06-231-17/+20
|
* test setupFileystems in PartitionWindow()Erik Troan1999-05-051-1/+1
|
* added new pop method for popup windows, added todo partition map callMatt Wilson1999-05-041-22/+34
|
* use runLive todo attributeErik Troan1999-05-041-4/+4
|
* Added progress bars to gui.pyMatt Wilson1999-04-301-1/+11
|
* 1) Make directory for RPM database before opening itMatt Wilson1999-04-301-12/+49
| | | | 2) GUI updates for package installation callback
* be able to pass args to stepsErik Troan1999-04-291-3/+3
|
* added rootPath arg to installInterface.run()Erik Troan1999-04-291-1/+1
|
* added popup window method for the gui frontendMatt Wilson1999-04-291-3/+19
|
* back buttons for text mode, nuked some debugging outputMatt Wilson1999-04-291-2/+0
|
* use InstlalInterface classErik Troan1999-04-291-1/+1
|
* added toplevel classMatt Wilson1999-04-291-55/+138
|
* wee! first taste of python exception handlingMatt Wilson1999-04-251-9/+11
|
* the very start of a gui frontend for anacondaMatt Wilson1999-04-241-0/+60