summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* search RHupdates for html as wellMatt Wilson2003-01-161-1/+2
|
* fix exception windowMatt Wilson2003-01-151-0/+1
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+2
|
* use kudzu for floppy probeMatt Wilson2003-01-141-1/+6
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-0/+2
| | | | | | | | so that we don't have them hard coded in the package. they end up in /.buildstamp along with the timestamp for the image. add support for substituting @RHL@ and @RHLVER@ in the help with the product name or version to avoid having to change the help unless its needed
* oops, didn't mean to commit this one yetJeremy Katz2003-01-131-2/+0
|
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-131-0/+2
| | | | | | | language as specified in the lang-table. this is needed for cjk locales because we want to use utf-8 for them during the install (we only have bterm support for utf-8), but we can't use utf-8 post-install yet because of lack of input method support and other such problems.
* print the error on tty1 at least if we fail to import a screenJeremy Katz2003-01-101-1/+2
|
* make all buttons insensitive in release notes (#78150)Jeremy Katz2003-01-101-2/+6
|
* save to floppy only if you have a floppy drive. Needed as part of s390 ↵Matt Wilson2003-01-081-7/+9
| | | | merge, but applies to many platforms and notebooks these days
* add a space (#79973)Jeremy Katz2002-12-181-1/+1
|
* screenshot support for GUIMike Fulbright2002-12-141-0/+104
|
* fixes problem with busy cursor sticking around when message dialog comes up ↵Mike Fulbright2002-12-091-8/+27
| | | | for user input (think upgrade version nag screen)
* let user know what we failed onMike Fulbright2002-11-191-2/+2
|
* just add /usr/share/pixmaps -- we look in the right subdirectory for comps ↵Jeremy Katz2002-11-071-1/+1
| | | | images
* look for pixmaps in /usr/share/comps/pixmaps since that's where the comps ↵Jeremy Katz2002-11-051-0/+1
| | | | pixmaps really are
* oops, didn't change these to go back to rpm 4.1Jeremy Katz2002-10-081-1/+1
|
* just set the shadow type on the scrolled window; then we don't have to ↵Jeremy Katz2002-09-201-5/+3
| | | | duplicate the viewport creation when we change languages and have to recreate the help widget
* put TextViewBrowser inside a Viewport to set_shadow_type correctlybfox2002-09-201-2/+5
|
* removed HSeparatorbfox2002-09-201-1/+0
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-7/+56
|
* don't convert text that is already unicode into unicode (#71993)Matt Wilson2002-08-231-3/+3
|
* only get the current height and width if we need itJeremy Katz2002-08-151-3/+2
|
* scale images to 425x225 if they're not that size for the ransom notesJeremy Katz2002-08-141-8/+17
|
* fix package translationsMatt Wilson2002-08-091-0/+1
|
* remove debuggingMike Fulbright2002-08-021-1/+0
|
* don't fall over on import failureMatt Wilson2002-08-011-2/+20
|
* add title to release notesMatt Wilson2002-07-291-1/+1
|
* make it a cursor, not an icon. automatically switch to wait cursor on wait ↵Matt Wilson2002-07-261-19/+29
| | | | windows and progress windows
* change to a busy icon when twiddling componentsMatt Wilson2002-07-261-0/+18
|
* oopsJeremy Katz2002-07-261-1/+0
|
* fix import statementMike Fulbright2002-07-251-1/+3
|
* do specpo only in gui mode. do not utf8 the messages, they should already ↵Matt Wilson2002-07-251-0/+3
| | | | be utf8
* don't convert the utf8 twiceMatt Wilson2002-07-241-1/+1
|
* hack is back to make list/tree views to scroll_to correctlyMike Fulbright2002-07-221-0/+33
|
* derive a text view that handles scrolling via up/down the way we want. use ↵Matt Wilson2002-07-191-10/+47
| | | | the rc selection color for the window titles
* make the cursor visible (#68265)Jeremy Katz2002-07-111-2/+2
|
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
|
* add workstation customization screenMike Fulbright2002-07-101-0/+1
|
* be more clearMatt Wilson2002-07-091-1/+1
|
* sanitize the replacement of the next button, use the text that the install ↵Matt Wilson2002-07-091-12/+20
| | | | screen asked to use
* BEHOLD - gui has a debug button. Use with care. With great power comes ↵Matt Wilson2002-07-081-1/+24
| | | | great responsibility.
* remove scroll_to treeview fixup idle, and snap window to side of screen if ↵Mike Fulbright2002-07-031-35/+8
| | | | it moves past it
* add a MnemonicLabel helper classJeremy Katz2002-07-021-0/+5
|
* make title bar a little nicerMike Fulbright2002-06-281-1/+3
|
* anacondawmMike Fulbright2002-06-281-3/+60
|
* fixups based on pycheckerMike Fulbright2002-06-271-2/+2
|
* support more custom iconsMike Fulbright2002-06-271-7/+10
|
* be more paranoid about if idle handler ran too earlyMike Fulbright2002-06-261-0/+3
|
* add concept of custom iconMike Fulbright2002-06-251-4/+12
|