summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add property tree viewMatthias Vogelgesang2012-07-041-1/+4
| | | | | | | | | The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-201-2/+3
|
* Drop -gobject suffixMatthias Vogelgesang2012-04-201-28/+16
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-6/+8
| | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
* Require Gtk+ 2.22Matthias Vogelgesang2012-04-171-1/+1
| | | | | The control application will not be built on the Hudson server and thus not break the build.
* This test is unnecessaryMatthias Vogelgesang2012-04-161-7/+0
|
* Port control application to libuca 0.6Matthias Vogelgesang2012-04-161-11/+9
|
* Add test to measure lib overheadMatthias Vogelgesang2012-04-021-0/+7
|
* Merge patch from Volker KaiserMatthias Vogelgesang2012-03-211-3/+3
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-1/+2
|
* Add test facility that uniformly tests all camerasMatthias Vogelgesang2012-03-051-0/+7
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-6/+6
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add start/stop signalMatthias Vogelgesang2012-03-031-6/+6
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-0/+7
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-22/+24
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+14
|
* Add: "control" application monitoring `grab`Matthias Vogelgesang2011-09-071-0/+1
|
* Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang2011-08-091-2/+1
|
* MergeMatthias Vogelgesang2011-05-121-0/+2
|\
| * Explicitly link GThread on systems that don't do when just linking against GLibMatthias Vogelgesang2011-05-041-0/+2
|/
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-0/+2
|
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-171-0/+2
|
* Copy UI file into appropriate placeMatthias Vogelgesang2011-03-071-0/+3
|
* Fix grabber bug and add Gtk control applicationMatthias Vogelgesang2011-03-071-0/+16
|
* Add grab exampleMatthias Vogelgesang2011-02-281-2/+4
|
* Make the properties complete and build even better test appMatthias Vogelgesang2011-02-251-0/+3
|
* Include config.h and test the libraryMatthias Vogelgesang2011-02-211-0/+6