summaryrefslogtreecommitdiffstats
path: root/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-3/+3
| | | | | | | | * textw/timezone_text.py (TimezoneWindow.__call__): Mark strings for translation. * gui.py (ExceptionWindow.__init__): Likewise. * iw/network_gui.py (NetworkWindow.handleIPError): Likewise. * textw/mouse_text.py (MouseWindow.__call__): Likewise.
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-2/+3
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-231-3/+3
| | | | * gui.py (readImageFromFile): Fix gtk Deprecation warning.
* Fixed UI problems: kill the big empty box on the congrats screen (which IChris Lumens2005-03-161-13/+21
| | | | | caused when I did the help button enable/disable dance) and let the buttons on the button bar grow for lengthy translations.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-35/+35
| | | | from Colin Walters.
* fix "debug"Peter Jones2005-02-241-1/+1
|
* If help is disabled, don't redraw the help pane when the next button isChris Lumens2005-02-071-20/+19
| | | | clicked (#145691).
* Use urlgrabber for retrieving files instead of urllib2 directly.Chris Lumens2005-02-021-6/+0
|
* Fixed UI deprecation warnings.Chris Lumens2005-01-261-9/+10
|
* 2005-01-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-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 Katz2005-01-131-3/+3
| | | | | | * gui.py (InstallControlState.findPixmap): Fix warning syntax. (InstallControlState.readPixmap): Likewise. (InstallControlState.readPixmapDithered): Likewise.
* 2005-01-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-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 Katz2005-01-131-1/+10
| | | | | * gui.py (findGladeFile): Look for the glade file in the appropriate places
* 2005-01-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-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 Katz2004-11-071-1/+3
| | | | | * gui.py (MnemonicLabel.__init__): Allow setting of label alignment on creation.
* jrb broke it!Jeremy Katz2004-08-261-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 aboutJeremy Katz2004-08-261-1/+1
|
* log parted exceptionsmikem2004-08-241-0/+1
|
* make rootpath work nicerjrb2004-08-231-6/+36
|
* 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.