Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dither the header bar for garrett | Jeremy Katz | 2003-10-21 | 1 | -1/+7 |
| | |||||
* | get rid of unused labels | Jeremy Katz | 2003-10-02 | 1 | -15/+0 |
| | |||||
* | take screenshot when autostepping and remove title from right hand pane | Mike Fulbright | 2003-10-02 | 1 | -3/+7 |
| | |||||
* | don't show the title on progress windows either | Jeremy Katz | 2003-10-01 | 1 | -1/+1 |
| | |||||
* | make it so that WaitWindow doesn't show the title in the titlebar to make | Jeremy Katz | 2003-10-01 | 1 | -7/+11 |
| | | | | them look less klunky | ||||
* | some hig-y goodness. frame borders go away, bold text, better spacing | Jeremy Katz | 2003-10-01 | 1 | -6/+18 |
| | |||||
* | enable new progress window for GUI | Mike Fulbright | 2003-10-01 | 1 | -1/+1 |
| | |||||
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -2/+8 |
| | | | | little things across the board | ||||
* | helps to add the box to the window (#98875) | Jeremy Katz | 2003-07-09 | 1 | -0/+1 |
| | |||||
* | add more frames (#68460) | Jeremy Katz | 2003-07-09 | 1 | -9/+4 |
| | |||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -4/+6 |
| | | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting | ||||
* | Changed how we acquire release notes so that we now try to pull it for all ↵ | Mike Fulbright | 2003-06-26 | 1 | -22/+37 |
| | | | | install methods. Have tested on all installmethods but CDROM. Only shortcoming presently is 1) It mount/umount the HD image loopback alot of times in process finding the matching file for your lang (we try lots of variations), and 2) lots of IOError warnings on VC3 for HTTP installs for same reason. | ||||
* | fix for bug #97904, however I am not pleased with the brute force technique. ↵ | Mike Fulbright | 2003-06-23 | 1 | -0/+10 |
| | | | | Could not find graceful way to solve this problem documented. | ||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -3/+5 |
| | | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case | ||||
* | use new API for gc | Mike Fulbright | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -1/+0 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | tweaks to release notes viewer | Mike Fulbright | 2003-03-19 | 1 | -1/+2 |
| | |||||
* | doh put in wrong exec path and added code to not have it try forever to run ↵ | Mike Fulbright | 2003-03-19 | 1 | -2/+11 |
| | | | | release notes | ||||
* | made release notes viewer a separate application | Mike Fulbright | 2003-03-18 | 1 | -110/+188 |
| | |||||
* | disable the effect of desensitizing the button bar of anaconda when release ↵ | Mike Fulbright | 2003-02-17 | 1 | -8/+23 |
| | | | | notes are launched. This had the bad side effect that if you popped up the relnotes during package selection, and didnt close it before packages had finished installing, when you did close the relnotes your Next button got desensitized. Will fix with a separate viewer app next release. Yeah I know this message is larger than the commit. | ||||
* | fix for bug #84078 and gave callback a useful name | Mike Fulbright | 2003-02-12 | 1 | -3/+5 |
| | |||||
* | 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 |