summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Expand)AuthorAgeFilesLines
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-1/+0
* tweaks to release notes viewerMike Fulbright2003-03-191-1/+2
* doh put in wrong exec path and added code to not have it try forever to run r...Mike Fulbright2003-03-191-2/+11
* made release notes viewer a separate applicationMike Fulbright2003-03-181-110/+188
* disable the effect of desensitizing the button bar of anaconda when release n...Mike Fulbright2003-02-171-8/+23
* fix for bug #84078 and gave callback a useful nameMike Fulbright2003-02-121-3/+5
* 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
* 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
* 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 merge...Matt Wilson2003-01-081-7/+9
* 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 f...Mike Fulbright2002-12-091-8/+27
* 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 im...Jeremy Katz2002-11-071-1/+1
* look for pixmaps in /usr/share/comps/pixmaps since that's where the comps pix...Jeremy Katz2002-11-051-0/+1
* 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 duplic...Jeremy Katz2002-09-201-5/+3
* 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 w...Matt Wilson2002-07-261-19/+29
* 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 be...Matt Wilson2002-07-251-0/+3
* 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 t...Matt Wilson2002-07-191-10/+47
* 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 sc...Matt Wilson2002-07-091-12/+20
* BEHOLD - gui has a debug button. Use with care. With great power comes grea...Matt Wilson2002-07-081-1/+24
* remove scroll_to treeview fixup idle, and snap window to side of screen if it...Mike Fulbright2002-07-031-35/+8
* add a MnemonicLabel helper classJeremy Katz2002-07-021-0/+5