summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-20bump version number2.8.2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5396 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-19missing initializer for _follow_overlap in Crossfade - can lead to ↵Paul Davis
exceptions during reload because newlength gets set unconditionally to zero during update(), and this leads to a call to shared_from_this() within a constructor. this situation (the exception) is still theoretically possible but has not been in the wild. it should still be fixed. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5381 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin ↵Paul Davis
controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5374 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06another OSX/apple-gcc fix2.8.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5337 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06correct check for presence of / or \ in a session namePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5336 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06add NO translator name and remove debugging output line from audioengine.ccPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5335 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06new norwegian translation from Eivind ØdegårdPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5334 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06new fr_FR translate for libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5333 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-06remove extra use of legalize_for_path() and just make sure that session and ↵Paul Davis
snapshot names are not FS-pathological (i.e. containing slash or backslash) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5332 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05de_DE and fr_FR translation updates from Robert Schwede & Martin BlanchardPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5331 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05Fix dumb mistake in pixbufs-as-name code (probably fixes 64 bit problem ↵Nick Mainsbridge
reported by Jussi). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5330 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05more legalize_path hacks to handle stupidly named sessionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5328 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05change charset for it_ITPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5327 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-05handle session names provided by user that contain '/' (mantis #1193)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04update it_IT translation from Emanuele ConstantiniPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5325 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04use sscanf with the correct type conversion and not atoi/atol to load ↵Paul Davis
nframes_t and nframes64_t in locations and playhead position. NOTE: other similar bugs may exist elsewhere git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5324 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04add new contributors/translatorsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5323 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04try to name/number new routes-from-templates to avoid colliding names if ↵Paul Davis
adding more than 1 at a time (mantis #2753) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5322 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04revert nedko's splash screen change because it breaks splash screen managementPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5321 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-04back-port add-route-dialog redesign from 3.0Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5320 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-03bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5311 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete ↵Paul Davis
of Cocoa-based AU plugins) ; drop references in PlugUIBase to plugin/insert when it notifies us via GoingAway (fixes crash on session close) ; fix handling of AU cache info for certain plugins ; fix SConstruct missing lrdf, raptor, samplerate library definitions (\!\!\!) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5310 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-01fix from carl so that switching into write automation mode doesn't reset ↵Paul Davis
gain levels git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5299 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-28apply carls 3.0 patch to keep import dialog from resizingBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5290 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-28apply carls thread fix from 3.0 to 2.0Ben Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5289 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-26playlist sort patch from nick_m, improves ordering of playlists in menu. ↵Paul Davis
small effect, but nice git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-26fix for file selection problem in import file browser on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5280 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-25move splash screen to the back if pending state dialog is shownPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5271 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-25fix czech translation filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5270 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-25another part of the fix for cleanup: when successfully using link(2) to ↵Paul Davis
embed a file in the session, make sure to store its path as a relative rather than absolute path - this way it looks like a file that actually belongs to the session git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5269 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-24splash screen fix from nedko ; fix cleanup's failure to correctly locate ↵Paul Davis
files listed in XML nodes ; Route::set_name() doesn't need to be virtual ; minor text alterations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-22switch from mibbit to freenode webchat clientBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5244 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-17make mixbus packaging work, to some degreePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5212 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-15Missing header fileSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5196 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-14Fix small problem with uninitialized data fed to sndfileSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5188 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-13Swedish translation from Petter SundlöfSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5177 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-12modifications to OS X build script for MixBusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5174 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-11CD Marker export patch from Andreas RugeSakari Bergen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5172 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-11czech translation from Pavel FrichPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5166 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-11update fr_FR translation from martin blanchardPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5165 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-10Fix bug reported by Axel Müller on the list where marker bars, canvas and ↵Nick Mainsbridge
playhead get kind of out of sync with the timeline (partial reversion of an earlier commit). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5154 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-10Fix full_canvas_height thinko, don't clip_to_viewport when not needed.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5151 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-10Allow Insert Time option to move tempos and time sig changes, as per #1951 ↵Ben Loftis
(thanks carlh) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-07Fix syntax.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5126 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-05load environment variables for each instance of LibraryInfo and make sure ↵Ben Loftis
PKG_CONFIG_PATH gets loaded from users environment git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-05const char* fixes for some version of gccPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-04const char* fixes for some version of gccPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5123 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-03Remove unused variable.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5121 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-03Numerical sort patch from mantis #2654Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5120 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to ↵Nick Mainsbridge
TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5117 d708f5d6-7413-0410-9779-e7cbd77b26cf