summaryrefslogtreecommitdiffstats
path: root/tools/gui
Commit message (Collapse)AuthorAgeFilesLines
* grab takes -n and -t parameters nowMatthias Vogelgesang2013-04-103-93/+2
|
* UFO: Use internal triggering mechanismMatthias Vogelgesang2013-03-201-0/+1
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-3/+3
|
* Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-1/+1
|
* Update bitmap when ROI is changedMatthias Vogelgesang2013-03-121-2/+19
|
* Clamp displayed valuesMatthias Vogelgesang2012-10-231-2/+4
|
* Print errors during acquisitionMatthias Vogelgesang2012-10-231-8/+28
| | | | | To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue.
* Show download progressMatthias Vogelgesang2012-10-181-1/+19
|
* Launch download dialog to ease waitingMatthias Vogelgesang2012-10-182-3/+108
|
* Set error NULL to avoid printing false messageMatthias Vogelgesang2012-10-181-0/+2
|
* Don't make memory argument optionalMatthias Vogelgesang2012-10-181-1/+1
| | | | If `-m' is supplied, a number must follow.
* Free error that will be set during downloadMatthias Vogelgesang2012-10-181-0/+1
|
* Fix download of in-camera framesMatthias Vogelgesang2012-10-181-3/+7
|
* Add download button and make dimax workMatthias Vogelgesang2012-10-182-4/+56
|
* Add zoom functionalityMatthias Vogelgesang2012-10-162-30/+163
|
* Fix replay featureMatthias Vogelgesang2012-10-155-33/+67
|
* Fix button statesMatthias Vogelgesang2012-10-121-9/+17
|
* Reflect correct state of cameraMatthias Vogelgesang2012-10-121-2/+2
|
* Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang2012-10-121-3/+1
| | | | For now, there is no other possible format.
* Control memory size via command lineMatthias Vogelgesang2012-10-123-38/+76
|
* Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-125-73/+243
|
* Implement adjustable histogramMatthias Vogelgesang2012-10-114-105/+315
|
* Don't set the maximum size of the preview imageMatthias Vogelgesang2012-10-111-2/+0
|
* Link explicitly against libmMatthias Vogelgesang2012-10-111-1/+3
|
* Disable unused variablesMatthias Vogelgesang2012-10-101-4/+4
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-104-36/+392
|
* (De-) activate tool buttons according to stateMatthias Vogelgesang2012-10-102-60/+59
|
* Add histogram view skeletonMatthias Vogelgesang2012-10-103-1/+156
|
* Use scrolled window for camera choiceMatthias Vogelgesang2012-10-101-8/+18
|
* Remove unneccessary variableMatthias Vogelgesang2012-10-101-2/+0
|
* Generate introspection filesMatthias Vogelgesang2012-10-081-1/+1
| | | | | | Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
* Add CMakeLists.txt for control GUIMatthias Vogelgesang2012-09-251-0/+39
|
* Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-256-0/+1468