summaryrefslogtreecommitdiff
path: root/test/control.c
AgeCommit message (Collapse)Author
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-11Remove unnecessary functionMatthias Vogelgesang
2012-07-09Fix ui issuesMatthias Vogelgesang
2012-07-04Remove unnecessary codeMatthias Vogelgesang
2012-07-04Add property tree viewMatthias Vogelgesang
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.
2012-07-02Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang
2012-04-20Output error when stoppingMatthias Vogelgesang
2012-04-20Leave properties for laterMatthias Vogelgesang
2012-04-16Implement property editingMatthias Vogelgesang
2012-04-16Port control application to libuca 0.6Matthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-12-14Add: pco.4000 supportMatthias Vogelgesang
2011-10-19Fix: timestamp modeMatthias Vogelgesang
2011-09-08Add: recording facilityMatthias Vogelgesang
2011-08-10Add user-adjustable scale parameterMatthias Vogelgesang
2011-08-09Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang
2011-04-27Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-03-23Use more flexible error codesMatthias Vogelgesang
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-21Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-17Allow resize of image dimensionsMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-09Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang
2011-03-09Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang
2011-03-09Fix photon focus captureMatthias Vogelgesang
2011-03-09Almost real video playbackMatthias Vogelgesang
2011-03-08Add temperature and some bug fixesMatthias Vogelgesang
2011-03-08Add more offset propertiesMatthias Vogelgesang
2011-03-08Add r/w access for each propertyMatthias Vogelgesang
2011-03-07Add property listingMatthias Vogelgesang
2011-03-07Fix grabber bug and add Gtk control applicationMatthias Vogelgesang