| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
gui.py when the timed callback realizes the relnotes viewer is closed.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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 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.
|
| |
|
|
| |
the root window. It didn't make sense to me to have it smaller.
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
from Colin Walters.
|
| | |
|
| | |
|
| | |
|
| |
|