Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Release audio/video on visibility change (OLPC#10659)Daniel Drake2011-08-051-4/+5
| | | | | | | | | | | When visibility is lost, stop recording, live feeds, countdowns, etc. Allows multiple camera-using apps to run simultaenously. This doesn't quite work correctly, having 2 Records open and switching from one to the other doesn't work as expected. Perhaps the events are being delivered without strict order, or not enough time is being given to the old Record to release its resources before activating the new one.
* UI reworkDaniel Drake2011-02-021-349/+40
| | | | | | | | | | | | | | This is a rework of the UI that uses a more standard GTK+ principles than previously. There is still a small amount of black magic, kept away inside mediaview.py. The UI/model separation was also refined in places, and a lot of code was simplified. Overall the functionality remains identical, and I tried to keep the UI the same as before (but it is not pixel perfect). As this was quite big there may be some bugs to shake out.
* Remove Best quality video optionDaniel Drake2010-06-111-1/+0
| | | | | | | | Recording in this mode is too taxing for the XO-1 and even the XO-1.5. The A/V sync is lost. Without significant changes, recording at this resolution/quality is unlikely to be successful on anything except a high end system.
* Fix i18n plural stringsAleksey Lim2010-04-201-8/+11
|
* Remove redundant i18n stringAleksey Lim2010-04-201-2/+0
|
* Improper i18n string in record-activity #1939Aleksey Lim2010-04-131-1/+2
|
* Use hippo.cairo_surface_from_gdk_pixbuf instead of bundling blobsAleksey Lim2010-04-031-2/+2
|
* Decrease space limit to 100MBAleksey Lim2009-04-281-1/+1
|
* Replate tabs by spacesAleksey Lim2009-04-171-335/+335
|
* Add binary blobs selectorAleksey Lim2009-04-171-2/+2
|
* 54 updateserikb2008-03-131-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/54@1056 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* yourDiskIsFullBerikb2008-02-121-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/53@1041 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* Record 52erikb2008-02-121-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/52@1037 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* 51 final (?)erikb2008-01-211-18/+22
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* done for the dayerikb2008-01-181-4/+21
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1017 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* yet more fixes to the po fileserikb2008-01-061-3/+0
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1003 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* changes to all the translationserikb2008-01-051-2/+4
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1002 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* change release numbererikb2008-01-041-1/+1
| | | | | | fix 5830 git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1001 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* updated version throughout activityerikb2007-12-221-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/49@994 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* 48 init changeserikb2007-12-201-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/48@985 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
*