entangle:entangle.git
2010-04-07 Daniel BerrangeAdd link to download area v0.1.0
2010-04-07 Daniel BerrangeBump release to 0.1.0 & other release prep work
2010-04-07 Daniel BerrangeFix tagline in about dialog
2010-04-07 Daniel BerrangeFix bug in thread locking upon error scenarios
2010-04-07 Daniel BerrangeFix hang when changing configuration values
2010-04-05 Daniel BerrangeAdd filename labels in session browser & image info...
2010-04-05 Daniel BerrangeFix thumbnail orientation
2010-04-05 Daniel BerrangeFix logic bug that broke thumbnail resizing
2010-04-04 Daniel BerrangeSet widget readonly state on camera controls
2010-04-04 Daniel BerrangeRewrite filename generation code to preserve original...
2010-04-04 Daniel BerrangeAdd & ignore GP_EVENT_CAPTURE_COMPLETE to prevent bogus...
2010-04-02 Daniel BerrangeAllow presentation mode to set monitor to diplay on
2010-03-31 Daniel BerrangeAdd a real presentation mode
2010-03-31 Daniel BerrangeUse proper glib API for finding user pictures directory
2010-03-31 Daniel BerrangePort to gudev library
2010-03-31 Daniel BerrangeFix 100% cpu loop on camera disconnect & potential...
2010-03-31 Daniel BerrangeFix thread safety in task-end callback & disconnect...
2010-03-30 Daniel BerrangeRename Capa -> Entangle
2010-03-18 Daniel P. BerrangeAdd cast from gsize to int to avoid printf warning
2010-03-15 Daniel P. BerrangeReadd port property mistakenly removed
2010-03-14 Daniel P. BerrangeAdd initial impl of gconf configuration store
2010-03-13 Daniel P. BerrangeAdd setters/getters for control panel, session browser...
2010-03-12 Daniel P. BerrangeRemove all unneccessary G_OBJECT casts
2010-03-12 Daniel P. BerrangeAdd getter/setters for image display object properties
2010-03-12 Daniel P. BerrangeAdd setter for camera file mimetype
2010-03-12 Daniel P. BerrangeAdd setters/getters for camera info object
2010-03-12 Daniel P. BerrangeAdd setters/getters to pixbuf loader object
2010-03-12 Daniel P. BerrangeAdd getter & setter for camera progress property
2010-03-12 Daniel P. BerrangeStandard naming convention for "getters" on camera...
2010-03-12 Daniel P. BerrangeCache camera docs to avoid possible thread race condition
2010-03-12 Daniel P. BerrangeFix session changing code
2010-03-06 Daniel P. BerrangeFix printf format specifier
2010-03-06 Daniel P. BerrangeBasic framework for new config management system
2010-02-15 Daniel P. BerrangeSwitch capture/preview/monitor over to scheduler task...
2010-02-15 Daniel P. BerrangeAdd progress debug logging on control building process
2010-02-15 Daniel P. BerrangeFix typo in object class name
2010-02-15 Daniel P. BerrangeCamera execution script and task system
2010-02-14 Daniel P. BerrangeRefactor camera capture routines to prepare for scripts
2010-01-13 Daniel P. BerrangeDon't abort monitoring when getting an unexpected event
2010-01-12 berrangeIgnore Makefile.am file
2010-01-12 Daniel P. BerrangeMerge CapaPluginBase into CapaPlugin inteface
2010-01-11 Daniel P. BerrangeFix gint64 printf format specifier for x86_64
2010-01-10 Daniel P. BerrangeRename all source files added 'capa-' prefix
2010-01-10 Daniel P. BerrangeIntegrate with gtk-doc for API reference generation
2010-01-10 Daniel P. BerrangeRemove auto-generated INSTALL file
2010-01-10 Daniel P. BerrangeMove debug variables out of main.c into separate debug.c
2010-01-10 Daniel P. BerrangeRename some methods in CapaApp and annotate for introsp...
2010-01-09 Daniel P. BerrangeTurn off colour profile debugging
2010-01-03 Daniel P. BerrangePass the 'CapaPlugin' instance to the plugin activate...
2010-01-03 Daniel P. BerrangeSwitch UI out of operation mode when camera is removed
2010-01-03 Daniel P. BerrangeRemove obsolete, unused 'camera-progress' window definition
2010-01-03 Daniel P. BerrangeFix crash in background thread when progress monitor...
2010-01-03 Daniel P. BerrangeDisconnect camera from display when camera is removed
2010-01-03 Daniel P. BerrangeMake 'CapaAppDisplay' inherit from 'CapaApp'
2010-01-03 Daniel P. BerrangeClarify warning text when camera cannot be connected to
2010-01-03 Daniel P. BerrangeFix missing word in camera picker warning message
2009-12-29 Daniel P. BerrangeInclude a relative timestamp in log messages
2009-12-29 Daniel P. BerrangeBasic UI for plugin preferences / management
2009-12-28 Daniel P. BerrangeJavascript plugins based on GJS runtime
2009-12-28 Daniel P. BerrangeRename GIR data to use initial caps as per GObject...
2009-12-28 Daniel P. BerrangePreliminary plugin script with dlopen()
2009-12-12 Daniel P. BerrangeUpdate screenshots to reflect current UI design
2009-12-06 Daniel P. BerrangeUpdate the website content to match current reality
2009-12-06 Daniel P. BerrangeRe-order buttons on toolbar to move important ones...
2009-12-06 Daniel P. BerrangeMerge capture/preview/monitor tool buttons into one
2009-12-06 Daniel P. BerrangePull the progress display into the toolbar instead...
2009-12-05 Daniel P. BerrangeMisc enhancements to colour management
2009-12-05 Daniel P. BerrangeAuto apply any orientation info when displaying images...
2009-12-04 Daniel P. BerrangeFix build ordering dependancy for generated enums
2009-12-04 Daniel P. BerrangeRemove obsolete comment and class variable
2009-12-04 Daniel P. BerrangeIntroduce an async thumbnail loader
2009-12-04 Daniel P. BerrangePull most of image loader out into a abstract pixbuf...
2009-12-02 Daniel P. BerrangeIntegrate with libunique to ensure we're always a singl...
2009-12-02 Daniel P. BerrangeIntegrate with startup notification library
2009-12-02 Daniel P. BerrangeTurn camera manager window into a singleton
2009-12-02 Daniel P. BerrangeAutomatically connect to the camera if exactly one...
2009-11-29 Daniel P. BerrangeIntroduce a background image loader for main image...
2009-11-28 Daniel P. BerrangeWire up preferences to GConf for persistent storage
2009-11-28 Daniel P. BerrangeApply changes to preferences from editor form
2009-11-28 Daniel P. BerrangeAdd missing ref count in previous commit
2009-11-28 Daniel P. BerrangeApply colour profile transform according to configured...
2009-11-27 Daniel P. BerrangeTiny whitespace tweak
2009-11-27 Daniel P. BerrangeCreate a preferences dialog
2009-11-09 Daniel P. BerrangeInitial support for ICC profile conversion of images...
2009-10-19 Daniel P. BerrangeReally fix threading issues
2009-10-19 Daniel P. BerrangeAuto-select latest image in session browser
2009-10-19 Daniel BerrangeFix XML comment syntax
2009-10-19 Daniel P. BerrangeUse a server-side pixmap for image display to make...
2009-10-19 Daniel BerrangeAdd GObject introspection support
2009-10-18 Daniel P. BerrangeRemove all polaroids when closing camera window
2009-10-18 Daniel P. BerrangeMove capa_session_add call to a idle func to avoid...
2009-10-18 Daniel P. BerrangeAdd missing ref count increment on preferences class
2009-10-18 Daniel P. BerrangeRefresh session browser when changing camera session
2009-10-18 Daniel P. BerrangeKill all tabs, mass ident & add emacs magic to prevent...
2009-10-18 Daniel P. BerrangeTurn CapaApp into a proper GObject class
2009-10-18 Daniel P. BerrangeChange to use a toggle button/menu for showing/hiding...
2009-10-18 Daniel P. BerrangeWire up new/open session menus/toolbuttons
2009-10-18 Daniel P. BerrangeChange default filename pattern to JPEG
2009-10-18 Daniel P. BerrangeFix session directory creation
2009-10-06 Daniel P. BerrangeWire up changes to settings propagating back to camera
next