summaryrefslogtreecommitdiffstats
path: root/iw/release_notes_viewer_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Waves of change.David Cantrell2006-05-121-220/+0
| | | | | | | | | | | | | Removed large chunks of release notes viewer code from gui.py. That file still needs some work. I created a new ReleaseNotesViewer class to run as a thread from Anaconda. Now, if you want to argue concurrency with me, bring it on. This is a work in progress and there are things I know that are busted right now. Probably some more exciting commits from me this weekend. MOST NOTICABLE BUG RIGHT NOW: Click Close on the release notes viewer, and anaconda exits. Yeah, like I said, I'm still working on it. It's hard because _someone_ went and changed all of the existing anaconda code.
* I made a class.David Cantrell2006-05-051-179/+192
|
* Set mouse pointer to watch on relnotes viewer close, set to left pointer inDavid Cantrell2006-01-251-0/+5
| | | | gui.py when the timed callback realizes the relnotes viewer is closed.
* Some more changes for the release notes viewer. The size is determined inDavid Cantrell2005-11-301-7/+33
| | | | | | gui.py and passed to the release notes viewer on the command line. In the release notes viewer, we figure out where we need to anchor ourself and then move there. Among other things.
* That concludes my goofing off. Unless the release notes are given in HTML,David Cantrell2005-11-291-47/+4
| | | | | | there's not a lot you can do to make it display nicely. <pre> works fine and I see no problems leaving it that way. I did make the window bigger, but that's it.
* Half of this commit is me getting comfortable with Python syntax, the otherDavid Cantrell2005-11-281-3/+44
| | | | | | | half is maybe a reasonable filter for the release notes file viewer. Maybe. Having written a compiler before, this isn't the best way to handle it, but then again it is HTML and that breaks all the rules. I should also point out that this filter isn't complete, but a work in progress.
* Set the release notes viewer window dialog thing to be the entire size ofDavid Cantrell2005-11-281-2/+12
| | | | the root window. It didn't make sense to me to have it smaller.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-17/+23
| | | | | | | * iw/release_notes_viewer_gui.py (exposeCB): Switch to using gtkhtml2 instead of htmlbuffer for more complete HTML support. * scripts/upd-instroot: Add gnome-python2-gtkhtml2 stuff
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-2/+2
| | | | from Colin Walters.
* sys.exit -> os._exit in children (from msw)Jeremy Katz2004-05-191-1/+1
|
* use new API for gcMike Fulbright2003-05-201-1/+1
|
* silly to have release notes in frame when its in the title bar!Mike Fulbright2003-04-221-1/+1
|
* made release notes viewer a separate applicationMike Fulbright2003-03-181-0/+162