Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/serialize.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix audio recording when no camera present (SL#2691)Daniel Drake2011-05-061-15/+17
| | | | | | 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-175/+137
| | | | | | | | | | | | | | 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.
* Save ui state in jobjectAleksey Lim2009-04-251-11/+2
|
* Replate tabs by spacesAleksey Lim2009-04-171-286/+286
|
* 51 final (?)erikb2008-01-211-4/+13
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
* done for the dayerikb2008-01-171-4/+1
| | | | git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1016 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
*