summaryrefslogtreecommitdiffstats
path: root/iw/confirm_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove confirmation screenJeremy Katz2007-12-051-97/+0
|
* Fix cd install number window for yum backend and various tracebacksPaul Nasrat2006-05-251-1/+1
|
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-2/+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-40/+21
|
* Start to use the anaconda class instead of passing around references toChris Lumens2006-05-031-1/+1
| | | | lots of other objects.
* propogate:Bill Nottingham2006-01-111-1/+1
| | | | | | | | | | revision 1.19 date: 2004/05/07 01:22:44; author: katzj; state: Exp; lines: +1 -1 the unbreakable stuff isn't working anyway now and it causes ppc gui installs to die. so remove it for now to the other place where it happens. (#177537)
* queryUpgradeContinue has moved.Chris Lumens2005-12-081-1/+1
|
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+8
| | | | | | | | | | | | * text.py (InstallInterface.messageWindow): Properly return the idx of the return on a custom messageWindow * image.py (presentRequiredMediaMessage): Add back button for required media message (#114770) * textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise. (BeginInstallWindow.__call__): Likewise. * iw/confirm_gui.py (UpgradeConfirmWindow.getNext) (InstallConfirmWindow.getNext): Likewise.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-7/+7
| | | | from Colin Walters.
* Use gui.readImageFromFile instead of deprecated ics methods.Chris Lumens2005-02-231-1/+1
|
* the unbreakable stuff isn't working anyway now and it causes ppc gui installsJeremy Katz2004-05-071-1/+1
| | | | to die. so remove it for now
* add notification right before install/upgrade starts on how many CDs will be ↵Mike Fulbright2003-09-121-3/+38
| | | | required so user can abort if they didnt burn them all
* fix longstanding issue in confirm installation screen where paths to files ↵Mike Fulbright2003-07-311-4/+4
| | | | wrapped really ugly. Bug #72584. Also I think this wording makes more sense.
* add a period (#70431)Jeremy Katz2002-08-021-1/+1
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-10/+7
|
* make filenames not be in the strings. now translators can't change them and ↵Jeremy Katz2002-07-111-4/+6
| | | | we can change them without breaking translations (#68482)
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* more mergingJeremy Katz2002-04-191-4/+5
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-2/+2
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-12/+12
|
* copyrightMatt Wilson2001-08-071-0/+13
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-4/+2
|
* add a message telling the user that a kickstart file is being written to ↵bfox2001-07-051-1/+3
| | | | /root/anaconda-ks.cfg
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-45/+26
|
* Do not let user go back during a partitonless upgrade when we've gone too farMike Fulbright2001-04-031-0/+19
|
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-0/+1
|
* added an about to upgrade screen to GUI and TUIMike Fulbright2000-05-101-9/+20
|
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-1/+1
|
* Renamed confirm.py to confirm_gui.pyMike Fulbright2000-04-191-0/+51