Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch to resolve trac #8580.pipeline-reworkErik Garrison2008-11-221-5/+0
| | | | | | | | | | | Record was unmapping its window prior to close via a call to self.hide(), which resolves to gtk.Window.hide(). Then we attempted to capture a screenshot per trac #8432. This triggered a BadMatch X windows error when we tried to take a screenshot of it using XShmGetImage (in sugar-preview.c in _sugarext in sugar-toolkit). This commit simply removes the hide() calls in Record. This prevents the window from being unmapped and avoids this error.
* Update NEWSC. Scott Ananian2008-11-221-1/+4
|
* Make Makefile sane.C. Scott Ananian2008-11-221-2/+4
|
* Add an appropriate .gitignore.C. Scott Ananian2008-11-221-0/+3
|
* Add MANIFEST.C. Scott Ananian2008-11-221-0/+225
|
* Modern bundlebuilder complains if you pass in a bundle name.C. Scott Ananian2008-11-221-2/+2
|
* Remove debug messageDaniel Drake2008-11-221-1/+0
|
* sugar.util sha_data API changeDaniel Drake2008-11-221-2/+8
|
* Wait for EOS before ending video recordingDaniel Drake2008-08-291-2/+10
| | | | | This avoids the last few frames being chopped off and is one step needed to fix the recording of multiple videos.
* Make glivex leak dataDaniel Drake2008-08-291-0/+3
| | | | | If we fall behind it doesn't matter, we want to spend the available resources on video playback
*