summaryrefslogtreecommitdiff
path: root/bin/gui
AgeCommit message (Collapse)Author
2018-08-17meson: do not require gtkMatthias Vogelgesang
2018-02-08Raise minimum GLib version to 2.38Matthias Vogelgesang
2018-01-26Remove unnecessary assignmentMatthias Vogelgesang
2017-07-03gui: add Meson build supportMatthias Vogelgesang
2017-07-03gui: use glib-resources to bake in UIMatthias Vogelgesang
2017-07-03gui: rename source fileMatthias Vogelgesang
2017-04-07control: fix load path of UI fileMatthias Vogelgesang
2017-04-04Use GNUInstallDirs to set install pathsMatthias Vogelgesang
2016-02-01Faster zoom out, fix coordinatesMariaMatveeva
2016-01-29Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang
2016-01-29Allow setting max bin value of histogramMatthias Vogelgesang
2016-01-11Fix GUI zoom problemsMariaMatveeva
2016-01-11Fix statistics, zoomMariaMatveeva
2015-07-20Refactor position displayMatthias Vogelgesang
Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing.
2015-07-20Fix #72: avoid race conditionMatthias Vogelgesang
The advance_buffers variable introduced in 954bcbc was not properly locked thus leading to race conditions in the UI update thread and the actual grab thread. With this change, we always grab into a single buffer that is updated whenever the GUI is ready. This avoids latencies but might cause noticeable tearing.
2015-05-19Changed uca-camera-control property handlingTimo Dritschler
GUI now correctly understands that construction only properties can not be modified
2015-04-13Changed GUI to do hard frame skipping if frames are accumulated faster than ↵Timo Dritschler
the GUI can display them
2014-12-04Fix UI loading logic one more time ...Matthias Vogelgesang
2014-12-04Reset error variableMatthias Vogelgesang
2014-12-04If glade file cannot be load, try locallyMatthias Vogelgesang
2014-08-13Fixed a crash in camera gui when loading of a camera plugin failsTimo Dritschler
2014-06-06Fixed segfault when editing string properties in GUITimo Dritschler
2014-04-16Fixed zoomMaria
2014-02-14Fix #28: Add buffered recording to base classMatthias Vogelgesang
This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2014-01-08Fix ROI-rectangleMaria
2014-01-08Draw ROI-rectangleMaria
2013-12-13Replace zoom combo box with toolbar buttonsMatthias Vogelgesang
2013-12-13Fix another leak and simplify codeMatthias Vogelgesang
2013-12-13Fix memory leakMatthias Vogelgesang
2013-12-12Fix statistics of ROIMaria
2013-12-12Add region of interest.Maria
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-11-06Package binary programs in a 'tools' package.Mihael Koep
Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
2013-11-06Add more statisticsMaria
2013-11-05Fix uninitialized variablesMatthias Vogelgesang
2013-10-31Do not trigger in live previewMatthias Vogelgesang
This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode.
2013-10-29Fix Glade pathMatthias Vogelgesang
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-10-21Remove floating point exception.Maria
2013-10-21Added jet.Maria
2013-09-23Do not query button for each pixelMatthias Vogelgesang
2013-09-20Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mmMatthias Vogelgesang
Conflicts: bin/gui/control.glade
2013-09-19Fixed faster zoom.Maria
2013-09-19Added ROI.Maria
2013-09-17Remove close button on download dialogMatthias Vogelgesang
2013-08-16Added Logarithmus.Maria
2013-08-16Do not try to trigger in preview modeMatthias Vogelgesang
This fixes #222 for pco.4000.
2013-07-26Fix SIGFPEMatthias Vogelgesang