Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mediaview.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix audio recording when no camera present (SL#2691)Daniel Drake2011-05-061-7/+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-0/+512
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.