summaryrefslogtreecommitdiffstats
path: root/iw/release_notes.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the release notes code entirely.Chris Lumens2007-12-051-305/+0
|
* Remove the release notes button from the UI so I can remove getFilename.Chris Lumens2007-11-201-1/+1
|
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-191-1/+1
|
* Fall back to English release notes if translated ones aren't found (#241975).Chris Lumens2007-06-011-0/+5
|
* 2007-04-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-241-1/+1
| | | | | * iw/release_notes.py (ReleaseNotesViewer.resize): Don't take up too much of the screen with the livecd and 800x600
* * iw/release_notes.py: Fix handling of plain text release notes (patchDavid Cantrell2007-04-111-1/+1
| | | | from Elliot Peele).
* * iw/release_notes.py (ReleaseNotesViewer.setupWindow): Switch toDavid Cantrell2007-01-111-5/+19
| | | | | just a GtkWindow so that we don't have annoying GtkDialog behavior on press of ESC (#220418). From katzj.
* * iw/release_notes.py (ReleaseNotesViewer): Disable request_url,David Cantrell2006-10-041-3/+4
| | | | | | link_clicked, and request_object callbacks for now because they work quite right and it's better to be able to view just the release notes than nothing at all.
* * iw/release_notes.py: Fix problem where users cannot open theDavid Cantrell2006-09-071-3/+5
| | | | release notes dialog more than once (#203147).
* Don't add an extra slash, as urlparse gets confused easily (#210232).Chris Lumens2006-08-031-5/+3
|
* Bump version and stuff.David Cantrell2006-06-141-0/+1
|
* Release notes viewer updates.David Cantrell2006-06-131-30/+30
|
* Like we're going to have test 1 even working tomorrow.David Cantrell2006-06-131-48/+48
|
* * gui.py (handleRenderCallback): Sure would be nice if I could keepDavid Cantrell2006-05-191-2/+0
| | | | | | | | | | | | | indentation correct when modifying functions. Discontinue use of gtk.gdk.threads_init() and use gobject.threads_init() because of our use of callbacks. Remove threads_enter/leave wrapper around gtk.main() * iw/checklist.py: Remove threads_enter/leave wrapper around gtk.main() since we're using gobject.threads_init() now. * iw/datacombo.py: Likewise. * iw/ipwidget.py: Likewise. * iw/pixmapRadioButtonGroup.py: Likewise. * iw/release_notes.py: Likewise.
* elvis waits no moreDavid Cantrell2006-05-171-9/+25
| | | | | five new files from me to you threads are here to stay
* Waves of change.David Cantrell2006-05-121-0/+270
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.