Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix audio recording when no camera present (SL#2691)Daniel Drake2011-05-061-2/+10
| | | | | | Introduce the relevant code catches to allow audio recording when no camera is present. Still has some rough edges but is now usable at least.
* UI reworkDaniel Drake2011-02-021-10/+9
| | | | | | | | | | | | | | 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.
* Replate tabs by spacesAleksey Lim2009-04-171-141/+141
|
* 51 final (?)erikb2008-01-211-2/+8
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* 51erikb2008-01-161-1/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1013 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
*