summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-2/+4
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-1/+1
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-9/+9
|
* remove format_gui since it's not used anymoreJeremy Katz2001-12-271-1/+0
|
* pychecker fixJeremy Katz2001-12-271-1/+1
|
* add a warning message boxJeremy Katz2001-12-271-0/+3
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-1/+5
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* shut up pycheckerJeremy Katz2001-11-271-0/+1
|
* handle pixbuf exceptionsMatt Wilson2001-11-271-2/+5
|
* handle pixbuf exceptionsMatt Wilson2001-11-271-3/+4
|
* make graphics gray out when insensitiveMatt Wilson2001-11-271-2/+7
| | | | small fixes to partitioning.
* pretty up the dialogs a littleMatt Wilson2001-11-021-19/+28
|
* Add an 'Abort Install' button. Implements RFE #54840bfox2001-10-251-0/+34
|
* some commentsMatt Wilson2001-10-251-0/+1
|
* make at least a simple unordered list work, scroll to the top of the help ↵Matt Wilson2001-10-251-3/+5
| | | | when refreshing - help text looks pretty good now (with CVS GTK+)
* gui help text returns - sort ofMatt Wilson2001-10-241-16/+27
|
* rewrite the gui mouse dialog to use gtktreemodel/viewMatt Wilson2001-10-191-3/+0
| | | | | i18n mouse list remove debugging from gui.py accidently checked in
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-241/+260
|
* add keyboard accelerators for opening and closing online help window. ↵bfox2001-09-281-0/+4
| | | | Resolves RFE #12173
* make the release notes window just a bit widerbfox2001-08-301-2/+2
|
* fix Japanese GUI reconfig mode (SF #51989)Matt Wilson2001-08-241-3/+0
|
* Change all Ok to OKMike Fulbright2001-08-101-1/+1
|
* if our only option is to cancel, don't bother showing the dialog, we'll need ↵Matt Wilson2001-08-061-0/+4
| | | | to catch the exception in our code anyway and we can just display the error there. (#51048)
* register the wait window with the fsset so we can pop up a "Checking for badanaconda-s390-tagJeremy Katz2001-07-301-0/+1
| | | | blocks" window
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-17/+32
|
* fix behavior so we warn user if they are using a preexisting as a system ↵Mike Fulbright2001-07-191-3/+3
| | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data
* set size of the outer frame window based on X server resolutionMike Fulbright2001-07-171-3/+6
|
* autostep hackMatt Wilson2001-07-161-2/+10
|
* translate the UI buttons when updating (#48722)Matt Wilson2001-07-111-8/+8
|
* move GUI GRUB password to a new screenbfox2001-07-111-0/+1
|
* fix hiding of help textMatt Wilson2001-07-111-7/+18
|
* fix warning pixmap, unifiy exception textMatt Wilson2001-07-101-10/+10
|
* missing parenMatt Wilson2001-07-101-1/+1
|
* use gnome.util functions to get pixmapMatt Wilson2001-07-101-4/+2
|
* close the window, remove debuggingMatt Wilson2001-07-091-2/+1
|
* reformat per style guidelines, add Fix button to ped exceptions, center gui ↵Matt Wilson2001-07-091-48/+53
| | | | ped exception window
* prevent html flickering by not reloading the help page every time we call ↵Matt Wilson2001-07-091-3/+3
| | | | update(). Also do it after we reload the rc, that keeps the background white (the reloadrc turns it gray)
* fix help text for non iso-8859-1 languagesMatt Wilson2001-07-081-17/+2
|
* shut up pycheckerMatt Wilson2001-07-071-0/+6
|
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-0/+1
| | | | of moving to ext3
* updates to make more product strings specified via conf filebfox2001-07-061-7/+11
|
* disable threads, you MUST use the new pygtk package nowMatt Wilson2001-07-051-2/+0
|
* ooh, fun. threads still linger within. We need to take the lock or an ↵Matt Wilson2001-07-041-2/+3
| | | | internal gtk function will unlock/lock underneath us, causing hangs later
* revertMatt Wilson2001-07-031-1/+2
|
* move the render callback to an idle function. This allows events to be ↵Matt Wilson2001-07-031-1/+7
| | | | serviced in the mainloop before any action that the render callback takes is done. Fixes GUI progress on good kickstart installs
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵Mike Fulbright2001-07-021-2/+8
| | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.
* pulls in bootloader_gui.py instead of lilo_gui.pybfox2001-06-291-2/+2
|
* Change Navigation to 'Online Help'. Fixes bug #46608bfox2001-06-291-2/+2
|
* set keyboard type if passed to anacondaMike Fulbright2001-06-281-11/+12
|
* reconfig mode stepsJeremy Katz2001-06-271-1/+4
|