Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept anything else than 8 bit as 16 bits | Matthias Vogelgesang | 2012-10-12 | 1 | -3/+1 |
| | | | | For now, there is no other possible format. | ||||
* | Control memory size via command line | Matthias Vogelgesang | 2012-10-12 | 3 | -38/+76 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 5 | -73/+243 |
| | |||||
* | Implement adjustable histogram | Matthias Vogelgesang | 2012-10-11 | 4 | -105/+315 |
| | |||||
* | Don't set the maximum size of the preview image | Matthias Vogelgesang | 2012-10-11 | 1 | -2/+0 |
| | |||||
* | Link explicitly against libm | Matthias Vogelgesang | 2012-10-11 | 1 | -1/+3 |
| | |||||
* | Disable unused variables | Matthias Vogelgesang | 2012-10-10 | 1 | -4/+4 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 4 | -36/+392 |
| | |||||
* | (De-) activate tool buttons according to state | Matthias Vogelgesang | 2012-10-10 | 2 | -60/+59 |
| | |||||
* | Add histogram view skeleton | Matthias Vogelgesang | 2012-10-10 | 3 | -1/+156 |
| | |||||
* | Use scrolled window for camera choice | Matthias Vogelgesang | 2012-10-10 | 1 | -8/+18 |
| | |||||
* | Remove unneccessary variable | Matthias Vogelgesang | 2012-10-10 | 1 | -2/+0 |
| | |||||
* | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 1 | -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 GUI | Matthias Vogelgesang | 2012-09-25 | 1 | -0/+39 |
| | |||||
* | Move tools from test/ to tools/ directory | Matthias Vogelgesang | 2012-09-25 | 6 | -0/+1468 |