ardour.git
2017-08-21 Robin GareusCatch Lua exception when scanning scripts
2017-08-21 Paul Hedderlyprh: Small fix to /cue/send/enable feedback string
2017-08-21 Robin GareusAddRouteDialog: Indicate Type: template
2017-08-21 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-08-20 Robin GareusFix some GUI side XML node mem-leaks
2017-08-20 Robin GareusFix a tiny memory leak
2017-08-20 Johannes MuellerStrip trailing whitespace in template descriptions
2017-08-20 Johannes MuellerTemplateDialog: Lable the RESPONSE_OK button "Done...
2017-08-20 Johannes MuellerTemplateDialog tweaks
2017-08-20 Johannes MuellerClear and deactivate description editor widget when...
2017-08-20 Johannes MuellerTemplateDialog: keep private things private and header...
2017-08-20 Johannes MuellerMake literals in libs/ardour/template_utils.cc translatable
2017-08-20 Johannes MuellerAsk user whether to save or discard unsaved template...
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerExtract the route template descriptions
2017-08-20 Johannes MuellerPass session description or route comment as default...
2017-08-20 Johannes MuellerUse const wherever you can
2017-08-20 Johannes MuellerName tweak (more consistent with other code)
2017-08-20 Johannes MuellerLet user add a route template description on saving...
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-20 Johannes MuellerSave template description at toplevel rather than in...
2017-08-20 Johannes MuellerMake template descriptions editable in template manager
2017-08-20 Robin GareusTweak generic audio-track template
2017-08-20 Robin GareusDon't use references for constant c-types
2017-08-20 Robin GareusTweak route-dialog layout & sensitivity
2017-08-19 Robin GareusCont'd work on route-templates
2017-08-19 Robin GareusFix "Track Wizard" script
2017-08-19 Robin GareusMore template re-naming
2017-08-19 Robin Gareusremove unused header (fixes OSX builds)
2017-08-19 Robin Gareusunify session-template names
2017-08-19 Robin GareusBackwards compatible LuaDialog layout (+new colspan...
2017-08-19 Robin GareusFix copy/paste typo in e0a83a7
2017-08-18 Robin GareusNO-OP: whitespace & style
2017-08-18 Robin GareusRevert non "aesthetic tweaks" from f614d10994
2017-08-18 Robin GareusNO-OP: whitespace
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-18 Ben LoftisTemplates: Mostly working tabular script.
2017-08-18 Ben LoftisTemplates: basic support for columns in the script...
2017-08-18 Ben LoftisTemplates: first stab at a dialog with tabular layout.
2017-08-18 Ben LoftisTemplates: aesthetic tweaks.
2017-08-18 Paul Hedderlyprh: Added version 1b of my Mixbus Mix controller.
2017-08-18 Robin GareusUpdate Route-template example script & documentation
2017-08-18 Robin GareusAdd Lua binding to un/assign VCAs
2017-08-18 Robin GareusRemove old destructive API (non layered is a dynamic...
2017-08-18 Robin GareusRemove old destructive API (non layered is a dynamic...
2017-08-18 Robin Gareusamend e0a83a75 RouteDialog + script details
2017-08-18 Robin GareusRedesign Session+Route Template Meta Script API
2017-08-18 Robin GareusAdd luaRef is Boolean
2017-08-18 Paul DavisNO-OP: whitespace
2017-08-18 Paul Davisstrip <Actions>/ from displayed path when printing...
2017-08-18 Robin GareusFix quantization end-grid size.
2017-08-18 Robin GareusFix MIDI Quantization for internationalized Ardour.
2017-08-18 Robin GareusPush user track-templates to the template list
2017-08-17 Robin GareusFix typo in 952b8e1d74
2017-08-17 Robin GareusInitialize an uninitialized variable
2017-08-17 Robin GareusNO-OP: whitespace & scope
2017-08-17 Robin GareusNO-OP: whitespace
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-17 Robin GareusConsolidate add/track/route/bus wrappers -- step one.
2017-08-17 Ben LoftisTrack Templates: shorten some of the track names.
2017-08-17 Ben LoftisSome initial track templates.
2017-08-17 Ben LoftisTrack templates: add some (unfinished) template files...
2017-08-17 Robin GareusAdd an example script for prototyping
2017-08-17 Robin GareusNO-OP: whitespace & scope
2017-08-17 Ben LoftisFix merge error.
2017-08-17 Ben LoftisTrack Templates: redesign of Add Track dialog.
2017-08-17 Ben LoftisTrack Templates: initial lua backend support.
2017-08-17 Ben LoftisTemplates: fix unintended commit from debugging
2017-08-17 Ben LoftisTemplates: dialog tweaks.
2017-08-17 Ben LoftisTemplates: Dim the border around template description...
2017-08-17 Robin GareusCatch some exceptions during session loading.
2017-08-17 Robin GareusUpdate GUI, session-format notifications, skip unusable...
2017-08-17 Robin GareusCheck major session file format version.
2017-08-17 Robin GareusSessionDialog: hide created-with column in Ardour,...
2017-08-16 Robin GareusExpose enums used in RCConfig and other missing classes...
2017-08-16 Robin GareusFix unit-test data (XML attributes changed)
2017-08-16 Robin GareusComplete Lua-binding dump (after 8eb3b9d34b)
2017-08-16 Robin GareusRevert "Revert ongoing SessionDialog changes for 5...
2017-08-15 Robin GareusRevert ongoing SessionDialog changes for 5.11 release. 5.11
2017-08-15 Robin GareusReplace advanced session-setup options with script
2017-08-15 Robin GareusAdd RCConfiguration Lua Bindings
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-15 Robin GareusClean up BusProfile:
2017-08-15 Robin GareusPrepare for removal of Advanced Session Options (BusPro...
2017-08-15 Paul Davisonly button 1 click in mouse draw mode on MIDI automati...
2017-08-15 Johannes MuellerSimplify code of PluginDisplay::update_height_alloc()
2017-08-15 Johannes MuellerMake PluginDisplay::update_height_alloc() virtual
2017-08-15 Robin GareusRe-add template script debugging (after 7d48e80e)
2017-08-15 Robin Gareusclean up 7aaaae8
2017-08-15 Paul Davistone down frame color and use a better widget name
2017-08-15 Paul DavisNO-OP: indent and remove whitespace
2017-08-15 Paul Davisput a frame around template description, change backgro...
2017-08-15 Ben LoftisInitial checkin of a Full Band template script.
2017-08-14 Ben LoftisFurther tweaking of layout and packing.
2017-08-14 Ben LoftisRationalize gtk box packing.
2017-08-14 Ben LoftisAuto-select an Empty template.
2017-08-14 Ben LoftisChange the template pulldown menu into a tree list...
2017-08-14 Ben LoftisSession Metadata: add a Description field.
next