summaryrefslogtreecommitdiffstats
path: root/iw/upgrade_swap_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-15/+6
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-1/+0
| | | | lots of other objects.
* queryUpgradeContinue has moved.Chris Lumens2005-12-081-1/+1
|
* Use new logging system.Chris Lumens2005-08-121-1/+0
|
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-16/+16
| | | | from Colin Walters.
* removed reference to unused corrected keyword for memInstalled() function.Mike Fulbright2003-06-231-1/+1
|
* fix for bug 68390Mike Fulbright2002-07-091-1/+0
|
* add some mnemonicsJeremy Katz2002-07-051-4/+6
|
* make things work with new pygtk2Jeremy Katz2002-06-171-2/+2
|
* switch to get_iter_first()Mike Fulbright2002-06-061-1/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* last CList, other than silo_gui.py (which is sparc specificMike Fulbright2002-02-081-20/+48
|
* more gtk2 fixupsJeremy Katz2002-01-091-30/+30
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-3/+3
|
* we don't use gnome.ui anymoreJeremy Katz2001-12-271-1/+0
|
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+3
|
* correct amount of ram for ramdiskJeremy Katz2001-08-081-1/+1
|
* reported RAM detected in upgrade swapfile screenMike Fulbright2001-07-111-2/+4
|
* renable the creation and activation of swap files on upgradeMatt Wilson2001-07-101-3/+1
|
* fix logic of dialog resultMike Fulbright2001-07-061-1/+1
|
* insert ifMatt Wilson2001-07-061-5/+6
|
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵Mike Fulbright2001-07-021-3/+3
| | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-7/+6
| | | | instdata.
* text mode upgrade appears to workMatt Wilson2001-06-251-2/+1
|
* more fixups for upgradesMatt Wilson2001-06-221-18/+2
|
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-8/+11
| | | | finish fixing up swap file creation and do text mode.
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-22/+46
| | | | affect upgrades, not installs
* get final branch copiesMatt Wilson2001-06-201-9/+2
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-20/+3
|
* Allow clist to scroll if the have lots of partitionsbfox2001-04-271-2/+9
|
* Put paren in right place to translation occursMike Fulbright2001-04-031-2/+2
|
* text.py: destroy the scale in progresswindow on pop - masks a SEGV onMatt Wilson2001-03-291-2/+3
| | | | | | | | | | todo.doInstall teardown. upgrade.py: we don't need the progresswindow passed in anymore iw/upgrade_swap_gui.py: don't pass in the progresswindow textw/upgrade_text.py: don't pass in the progresswindow
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-171-11/+4
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* dumb errorMike Fulbright2001-03-161-1/+24
|
* dont create swapfile in test modeMike Fulbright2001-03-161-2/+3
|
* fix test so we don't make a 0 length swapfile, and also test to enforce a ↵Mike Fulbright2001-03-161-2/+2
| | | | 16M buffer
* Be sure we take time to find the packages to upgrade before running alongMike Fulbright2001-03-161-1/+6
|
* Avoid going into getNext when self.neededSwap does not exist. Resolves bug ↵bfox2001-03-151-0/+6
| | | | # 31783
* Moved the check for upgrade.swapSuggestion to the beginning of getScreenbfox2001-03-141-6/+8
|
* added check for some free space on the partitionbfox2001-03-141-1/+1
|
* removed hard coded value for suggSizebfox2001-03-131-1/+0
|
* screen for creating new swap space in GUI upgradebfox2001-03-131-0/+165