Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use urlgrabber for retrieving files instead of urllib2 directly. | Chris Lumens | 2005-02-02 | 1 | -6/+0 |
| | |||||
* | Fixed UI deprecation warnings. | Chris Lumens | 2005-01-26 | 1 | -9/+10 |
| | |||||
* | 2005-01-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-13 | 1 | -13/+9 |
| | | | | | | | | | | * gui.py (InstallControlWindow.prevClicked): Allow programatically going back even if prev isn't active. (InstallControlWindow.nextClicked): Likewise. (InstallControlState.setHelpButtonEnabled): Fixup for newer help handling. (InstallControlWindow.refreshHelp): Don't try to show help for a non-existent screen | ||||
* | 2005-01-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-13 | 1 | -3/+3 |
| | | | | | | * gui.py (InstallControlState.findPixmap): Fix warning syntax. (InstallControlState.readPixmap): Likewise. (InstallControlState.readPixmapDithered): Likewise. | ||||
* | 2005-01-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-13 | 1 | -61/+66 |
| | | | | | | | | | | | | | | | | | | * iw/package_gui.py (PackageSelectionWindow.getScreen): Use gui.readImageFromFile instead of deprecated ics methods. * splashscreen.py (splashScreenShow): Use gui.readImageFromFile to find the splashscreen. * gui.py (readImageFromFile): Pull pixbuf handling out of ICS into stand-alone methods. (getPixbuf): Likewise. (findPixbuf): Likewise. (InstallControlWindow.createWidgets): Remove the hack of using ics for finding the header image. (InstallControlState.findPixmap): Deprecate. (InstallControlState.readPixmap): Deprecate. (InstallControlState.readPixmapDithered): Deprecate. | ||||
* | 2005-01-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-13 | 1 | -1/+10 |
| | | | | | * gui.py (findGladeFile): Look for the glade file in the appropriate places | ||||
* | 2005-01-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-01-13 | 1 | -310/+107 |
| | | | | | * gui.py: Switch to using glade. Nuke some dead code. Note that low-res isn't currently 100% functional. | ||||
* | 2004-11-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-07 | 1 | -1/+3 |
| | | | | | * gui.py (MnemonicLabel.__init__): Allow setting of label alignment on creation. | ||||
* | jrb broke it! | Jeremy Katz | 2004-08-26 | 1 | -3/+0 |
| | | | | | remove extra unneeded call to gtk.mainloop(). this causes a need for double clicking exit and probably other weird things too (#131028) | ||||
* | don't log the parted exceptions we can't do anything about | Jeremy Katz | 2004-08-26 | 1 | -1/+1 |
| | |||||
* | log parted exceptions | mikem | 2004-08-24 | 1 | -0/+1 |
| | |||||
* | make rootpath work nicer | jrb | 2004-08-23 | 1 | -6/+36 |
| | |||||
* | add calls to zfcp stuff | Karsten Hopp | 2004-08-02 | 1 | -0/+1 |
| | |||||
* | fix deprecation warning | Jeremy Katz | 2004-06-21 | 1 | -2/+2 |
| | |||||
* | fix tyop (noticed on fedora-trans-list) | Jeremy Katz | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | duh. fix gui installs | Jeremy Katz | 2004-05-20 | 1 | -1/+1 |
| | |||||
* | the start of better kickstart error handling. create KickstartError class | Jeremy Katz | 2004-05-18 | 1 | -0/+9 |
| | | | | | | | | and raise that on kickstart errors. provide basic intf kickstartWindow methods don't pass intf in yet, because this is before the intf is up and running, so we can't use it | ||||
* | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -0/+4 |
| | |||||
* | and more warnings! (#122496) | Jeremy Katz | 2004-05-07 | 1 | -2/+2 |
| | |||||
* | set ltr on startup so that we work in nfs installs too with rtl languages | Jeremy Katz | 2004-04-16 | 1 | -6/+9 |
| | |||||
* | fix rtl direction stuff (#120924) | Jeremy Katz | 2004-04-15 | 1 | -15/+10 |
| | |||||
* | unbreak things from jjneely. this is a hack | Jeremy Katz | 2003-11-18 | 1 | -1/+3 |
| | |||||
* | use stock function for finding header pixmap | Jeremy Katz | 2003-11-14 | 1 | -21/+2 |
| | |||||
* | 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 |
| |