Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -662/+0 |
| | |||||
* | UFO: Use internal triggering mechanism | Matthias Vogelgesang | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -3/+3 |
| | |||||
* | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | Update bitmap when ROI is changed | Matthias Vogelgesang | 2013-03-12 | 1 | -2/+19 |
| | |||||
* | Clamp displayed values | Matthias Vogelgesang | 2012-10-23 | 1 | -2/+4 |
| | |||||
* | Print errors during acquisition | Matthias Vogelgesang | 2012-10-23 | 1 | -8/+28 |
| | | | | | To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue. | ||||
* | Show download progress | Matthias Vogelgesang | 2012-10-18 | 1 | -1/+19 |
| | |||||
* | Launch download dialog to ease waiting | Matthias Vogelgesang | 2012-10-18 | 1 | -3/+31 |
| | |||||
* | Set error NULL to avoid printing false message | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+2 |
| | |||||
* | Don't make memory argument optional | Matthias Vogelgesang | 2012-10-18 | 1 | -1/+1 |
| | | | | If `-m' is supplied, a number must follow. | ||||
* | Free error that will be set during download | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 1 | -3/+7 |
| | |||||
* | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 1 | -4/+44 |
| | |||||
* | Add zoom functionality | Matthias Vogelgesang | 2012-10-16 | 1 | -26/+77 |
| | |||||
* | Fix replay feature | Matthias Vogelgesang | 2012-10-15 | 1 | -23/+31 |
| | |||||
* | Fix button states | Matthias Vogelgesang | 2012-10-12 | 1 | -9/+17 |
| | |||||
* | Reflect correct state of camera | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Control memory size via command line | Matthias Vogelgesang | 2012-10-12 | 1 | -36/+74 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 1 | -69/+121 |
| | |||||
* | Implement adjustable histogram | Matthias Vogelgesang | 2012-10-11 | 1 | -34/+36 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -17/+30 |
| | |||||
* | (De-) activate tool buttons according to state | Matthias Vogelgesang | 2012-10-10 | 1 | -45/+54 |
| | |||||
* | 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(). | ||||
* | Move tools from test/ to tools/ directory | Matthias Vogelgesang | 2012-09-25 | 1 | -0/+350 |