Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | search RHupdates for html as well | Matt Wilson | 2003-01-16 | 1 | -1/+2 |
| | |||||
* | fix exception window | Matt Wilson | 2003-01-15 | 1 | -0/+1 |
| | |||||
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+2 |
| | |||||
* | use kudzu for floppy probe | Matt Wilson | 2003-01-14 | 1 | -1/+6 |
| | |||||
* | productname and productversion are now defined by passing args to buildinstall | Jeremy Katz | 2003-01-13 | 1 | -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 yet | Jeremy Katz | 2003-01-13 | 1 | -2/+0 |
| | |||||
* | add support for the install time language to be different from the post-intsall | Jeremy Katz | 2003-01-13 | 1 | -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 screen | Jeremy Katz | 2003-01-10 | 1 | -1/+2 |
| | |||||
* | make all buttons insensitive in release notes (#78150) | Jeremy Katz | 2003-01-10 | 1 | -2/+6 |
| | |||||
* | save to floppy only if you have a floppy drive. Needed as part of s390 ↵ | Matt Wilson | 2003-01-08 | 1 | -7/+9 |
| | | | | merge, but applies to many platforms and notebooks these days | ||||
* | add a space (#79973) | Jeremy Katz | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | screenshot support for GUI | Mike Fulbright | 2002-12-14 | 1 | -0/+104 |
| | |||||
* | fixes problem with busy cursor sticking around when message dialog comes up ↵ | Mike Fulbright | 2002-12-09 | 1 | -8/+27 |
| | | | | for user input (think upgrade version nag screen) | ||||
* | let user know what we failed on | Mike Fulbright | 2002-11-19 | 1 | -2/+2 |
| | |||||
* | just add /usr/share/pixmaps -- we look in the right subdirectory for comps ↵ | Jeremy Katz | 2002-11-07 | 1 | -1/+1 |
| | | | | images | ||||
* | look for pixmaps in /usr/share/comps/pixmaps since that's where the comps ↵ | Jeremy Katz | 2002-11-05 | 1 | -0/+1 |
| | | | | pixmaps really are | ||||
* | oops, didn't change these to go back to rpm 4.1 | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | just set the shadow type on the scrolled window; then we don't have to ↵ | Jeremy Katz | 2002-09-20 | 1 | -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 correctly | bfox | 2002-09-20 | 1 | -2/+5 |
| | |||||
* | removed HSeparator | bfox | 2002-09-20 | 1 | -1/+0 |
| | |||||
* | merge anaconda-8-0-branch to HEAD | Jeremy Katz | 2002-09-05 | 1 | -7/+56 |
| | |||||
* | don't convert text that is already unicode into unicode (#71993) | Matt Wilson | 2002-08-23 | 1 | -3/+3 |
| | |||||
* | only get the current height and width if we need it | Jeremy Katz | 2002-08-15 | 1 | -3/+2 |
| | |||||
* | scale images to 425x225 if they're not that size for the ransom notes | Jeremy Katz | 2002-08-14 | 1 | -8/+17 |
| | |||||
* | fix package translations | Matt Wilson | 2002-08-09 | 1 | -0/+1 |
| | |||||
* | remove debugging | Mike Fulbright | 2002-08-02 | 1 | -1/+0 |
| | |||||
* | don't fall over on import failure | Matt Wilson | 2002-08-01 | 1 | -2/+20 |
| | |||||
* | add title to release notes | Matt Wilson | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | make it a cursor, not an icon. automatically switch to wait cursor on wait ↵ | Matt Wilson | 2002-07-26 | 1 | -19/+29 |
| | | | | windows and progress windows | ||||
* | change to a busy icon when twiddling components | Matt Wilson | 2002-07-26 | 1 | -0/+18 |
| | |||||
* | oops | Jeremy Katz | 2002-07-26 | 1 | -1/+0 |
| | |||||
* | fix import statement | Mike Fulbright | 2002-07-25 | 1 | -1/+3 |
| | |||||
* | do specpo only in gui mode. do not utf8 the messages, they should already ↵ | Matt Wilson | 2002-07-25 | 1 | -0/+3 |
| | | | | be utf8 | ||||
* | don't convert the utf8 twice | Matt Wilson | 2002-07-24 | 1 | -1/+1 |
| | |||||
* | hack is back to make list/tree views to scroll_to correctly | Mike Fulbright | 2002-07-22 | 1 | -0/+33 |
| | |||||
* | derive a text view that handles scrolling via up/down the way we want. use ↵ | Matt Wilson | 2002-07-19 | 1 | -10/+47 |
| | | | | the rc selection color for the window titles | ||||
* | make the cursor visible (#68265) | Jeremy Katz | 2002-07-11 | 1 | -2/+2 |
| | |||||
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | add workstation customization screen | Mike Fulbright | 2002-07-10 | 1 | -0/+1 |
| | |||||
* | be more clear | Matt Wilson | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | sanitize the replacement of the next button, use the text that the install ↵ | Matt Wilson | 2002-07-09 | 1 | -12/+20 |
| | | | | screen asked to use | ||||
* | BEHOLD - gui has a debug button. Use with care. With great power comes ↵ | Matt Wilson | 2002-07-08 | 1 | -1/+24 |
| | | | | great responsibility. | ||||
* | remove scroll_to treeview fixup idle, and snap window to side of screen if ↵ | Mike Fulbright | 2002-07-03 | 1 | -35/+8 |
| | | | | it moves past it | ||||
* | add a MnemonicLabel helper class | Jeremy Katz | 2002-07-02 | 1 | -0/+5 |
| | |||||
* | make title bar a little nicer | Mike Fulbright | 2002-06-28 | 1 | -1/+3 |
| | |||||
* | anacondawm | Mike Fulbright | 2002-06-28 | 1 | -3/+60 |
| | |||||
* | fixups based on pychecker | Mike Fulbright | 2002-06-27 | 1 | -2/+2 |
| | |||||
* | support more custom icons | Mike Fulbright | 2002-06-27 | 1 | -7/+10 |
| | |||||
* | be more paranoid about if idle handler ran too early | Mike Fulbright | 2002-06-26 | 1 | -0/+3 |
| | |||||
* | add concept of custom icon | Mike Fulbright | 2002-06-25 | 1 | -4/+12 |
| |