Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ui.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosv64Aleksey Lim2009-06-011-2/+2
|
* Hide photo/video tabs if camera doesn't exist #847 #848Aleksey Lim2009-06-011-25/+63
|
* Record controls only appear on second launch #762Aleksey Lim2009-04-281-1/+2
|
* Resume to glive window after removing recordAleksey Lim2009-04-251-0/+2
|
* Save ui state in jobjectAleksey Lim2009-04-251-0/+17
|
* Use gst to play sound eventsAleksey Lim2009-04-241-2/+3
|
* Do not encode audio on-the-fly while encoding videoAleksey Lim2009-04-241-0/+2
|
* Add combobox to select vide qualityAleksey Lim2009-04-241-1/+13
|
* Rewrite glive.pyAleksey Lim2009-04-201-22/+25
| | | | | | | * Use uuid and do not md5 video files * Fallback to ximagesink if xvimagesink is unaccessible * Use one pass for encodings * Remove glivex and add thumb_play to glive
* Replate tabs by spacesAleksey Lim2009-04-171-2022/+2022
|
* Add binary blobs selectorAleksey Lim2009-04-171-4/+4
|
* Pipeline reworkDaniel Drake2008-11-231-55/+57
| | | | | | | | | | | | | Record-59 is broken in joyride because we moved to a gstreamer, which doesn't like these broken pipelines. This commit reworks the whole pipeline system, making it easier to read and generally better structured. This is the work I did this summer, which didn't quite work for 8.2. Now that we have upgraded to the newer gstreamer in F10, the bugs have disappeared. There are a couple of quirks with video recording but it works well.
* Revert pipeline reworkDaniel Drake2008-08-291-58/+55
| | | | | Revert to the old pipeline, which at least works 100% with the old gstreamer versions that we are now shipping.
* Restore P-I-P in video playback modeDaniel Drake2008-07-231-16/+15
|
* Remove playLiveWindow and pipBgdWindow2Daniel Drake2008-07-081-27/+6
| | | | These are no longer used
* Fix video playbackDaniel Drake2008-07-081-18/+49
| | | | | | | The picture-in-picture is now disabled in video playback mode, replaced with a crude 'Back' button. We may be able to restore the ximagesink hack in a future commit (using a separate pipeline, since it doesn't mix well with the current one)
* Pipeline reworkDaniel Drake2008-07-011-19/+13
| | | | | | | | | | Move to a model where the pipeline core is fixed, and we can plug in photo and video bins to the tee element, and/or add an audiobin separated from the rest for recording audio. Fixes problems caused by not doing pad blocking and having unconnected elements lying around in the pipeline. Video recording is not quite working right... Audio and photo seem OK.
* dos2unixDaniel Drake2008-06-301-2360/+2360
|
* yourDiskIsFullBerikb2008-02-121-2/+4
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/53@1041 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* 51 final (?)erikb2008-01-211-9/+13
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
*