summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* add calls to zfcp stuffKarsten Hopp2004-08-021-0/+1
|
* fix deprecation warningJeremy Katz2004-06-211-2/+2
|
* fix tyop (noticed on fedora-trans-list)Jeremy Katz2004-06-081-1/+1
|
* duh. fix gui installsJeremy Katz2004-05-201-1/+1
|
* the start of better kickstart error handling. create KickstartError classJeremy Katz2004-05-181-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 HEADJeremy Katz2004-05-181-0/+4
|
* and more warnings! (#122496)Jeremy Katz2004-05-071-2/+2
|
* set ltr on startup so that we work in nfs installs too with rtl languagesJeremy Katz2004-04-161-6/+9
|
* fix rtl direction stuff (#120924)Jeremy Katz2004-04-151-15/+10
|
* unbreak things from jjneely. this is a hackJeremy Katz2003-11-181-1/+3
|
* use stock function for finding header pixmapJeremy Katz2003-11-141-21/+2
|
* dither the header bar for garrettJeremy Katz2003-10-211-1/+7
|
* get rid of unused labelsJeremy Katz2003-10-021-15/+0
|
* take screenshot when autostepping and remove title from right hand paneMike Fulbright2003-10-021-3/+7
|
* don't show the title on progress windows eitherJeremy Katz2003-10-011-1/+1
|
* make it so that WaitWindow doesn't show the title in the titlebar to makeJeremy Katz2003-10-011-7/+11
| | | | them look less klunky
* some hig-y goodness. frame borders go away, bold text, better spacingJeremy Katz2003-10-011-6/+18
|
* enable new progress window for GUIMike Fulbright2003-10-011-1/+1
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-2/+8
| | | | little things across the board
* helps to add the box to the window (#98875)Jeremy Katz2003-07-091-0/+1
|
* add more frames (#68460)Jeremy Katz2003-07-091-9/+4
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-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 Fulbright2003-06-261-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 Fulbright2003-06-231-0/+10
| | | | Could not find graceful way to solve this problem documented.
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-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 gcMike Fulbright2003-05-201-1/+1
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-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 viewerMike Fulbright2003-03-191-1/+2
|
* doh put in wrong exec path and added code to not have it try forever to run ↵Mike Fulbright2003-03-191-2/+11
| | | | release notes
* made release notes viewer a separate applicationMike Fulbright2003-03-181-110/+188
|
* disable the effect of desensitizing the button bar of anaconda when release ↵Mike Fulbright2003-02-171-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 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
| | | | | | | | 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