summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README as it's out-of-date:HEADmasterlichenxuan2017-03-231-2/+4
| | | | | | 1. Add sqlite3 and python into build dependency 2. Change URL of Pulse Control Interface patch to correct one 3. Change checkout branch name as it's no longer valid
* Adding license headers to source code files.Jeremiah C. Foster2016-05-137-0/+111
| | | | Signed-off-by: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
* - Refactoring Graph for AudioManagerMonitorvincent.jeong2016-01-083-326/+341
| | | | | | | | | | 1) Redesign Graph object with method and property. 2) Remove unnecessary code. 3) Adjust offset of line color for AudioManagerGraph. 4) Draw Tranisent line of PulseAudioGraph according to play's status Signed-off-by: vincent.jeong <vincent.jeong@windriver.com> Signed-off-by: Jooncheol Park <jooncheol.park@windriver.com>
* Use resources_bigJames Thomas2015-05-221-1/+1
| | | | | | | | | | The current build generates an 87M cpp file that makes compilation impossible on systems without substantial amounts of RAM, this appears to be an issue with rcc which inflats the wav files. However using resources_big fixes this by generating the qrc data with -binary, which doesn't appear to have the same problem Signed-off-by: James Thomas <james.thomas@codethink.co.uk>
* add README content for build issue on VMJooncheol Park2015-05-201-0/+13
|
* change the README format to markdownJooncheol Park2015-05-202-95/+88
|
* change README about the AM build optionJooncheol Park2015-04-201-1/+2
|
* fix incorrect full screen sizeJooncheol Park2015-04-201-2/+2
|
* AudioManager Monitor: Add license & copyrightDaewon.Park2015-04-164-0/+420
| | | | | | | Add license & copyright in source code. Add LICENSE file Signed-off-by: Daewon.Park <Daewon.Park@windriver.com>
* update READMEJooncheol Park2015-04-161-12/+90
|
* set the installation target path in .proJooncheol Park2015-04-152-30/+3
|
* reduce the height of PA Sink block for GDP target displayJooncheol Park2015-04-151-1/+1
|
* Initial commit for AM MonitorJooncheol Park2015-04-1533-0/+3430