summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-04-08remove message about checking for announcementsPaul Davis
2013-04-08add julien dekozak to the authors listPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to ↵Paul Davis
Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit
2013-04-05Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-04-05mark the step entry dialog as a dialog even though it is an ArdourWindow, to ↵Paul Davis
help with WM layering issues
2013-04-05Fix display of Spectral Analysis when no tracks are selected.Colin Fletcher
Spectral Analysis now displays graphs for selected regions, even when there are no tracks selected. Fixes #2226.
2013-04-05Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-05Make track header faders insensitive to vertical scroll-wheel events again.Colin Fletcher
This effectively reverts d235a27a, and restores the behaviour to that of Ardour 2.
2013-04-05vtl: remove obvious warningRobin Gareus
2013-04-04vtl: overall export progress barRobin Gareus
2013-04-04vtl: A/V sync lock on importRobin Gareus
When extracting and importing audio from a video, mark the audio region's position as locked to the video. While locked, the audio region can only be moved by moving the video with a granularity of one Timecode frame.
2013-04-04vtl: re-order view menu entriesRobin Gareus
2013-04-04vtl: audio-export progress-bar tweaksRobin Gareus
use the same concept as session > export > audio; hopefully this fixes jack-disconnects during export.
2013-04-04vtl: video-monitor letterbox & orig-zoom to menuRobin Gareus
2013-04-03Update region_ops.txt to match current behaviour, and fix a couple of comments.Colin Fletcher
Update region_ops.txt to better describe the current behaviour of Editor::get_regions_from_selection_and_edit_point(), and fix a couple of comments that still referred to the no-longer-existing 'edit' property of route groups.
2013-04-03vtl: video-monitor interactionRobin Gareus
* Menu > View > Video Monitor -- bi-directional communication with xjadeo for window-state and OSD. * fix saving state on session close (wait for xjadeo to terminate)
2013-04-03vtl: use mpeg4 with intra frames for internal seek formatRobin Gareus
2013-04-03Don't include unselected regions in edit grouped region operations.Colin Fletcher
Make Editor::get_regions_from_selection_and_entered() only return regions that are actually selected or entered, not their unselected equivalents.
2013-04-03Ignore track selection if there are any selected regions.Colin Fletcher
Make Editor::get_regions_from_selection_and_edit_point() only consider the selected tracks when finding regions to operate on if there are no regions selected, and never if the edit point is 'mouse'.
2013-04-03Use selection->regions instead of Editor::get_regions_from_selection()Colin Fletcher
Remove Editor::get_regions_from_selection(), and use selection->regions directly in the few places it was called.
2013-04-03Enable snapshots and port connect on startupRoy Vegard Ovesen
2013-04-03Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-04-03Prevent infinite loopsRoy Vegard Ovesen
2013-04-03fix NSM initialization.Robin Gareus
Possible segfault on startup if NSM is not used.
2013-04-03vtl: renice export dialogRobin Gareus
* fix scale w/h min+max * update labels and alignment
2013-04-02Forgot to clean up nsm.* in previous commitRoy Vegard Ovesen
2013-04-02Don't wait for session_is_loaded from nsm serverRoy Vegard Ovesen
2013-04-02vtl: update session start/end only when adding (or dragging) the videoRobin Gareus
2013-04-02vtl: remove video-maintenance menuRobin Gareus
* only really relevant for testing/debugging. * the back-end functions are still used for 'normal' operation and called implicitly when opening/closing a video. * call stop_video_server() when removing a video.
2013-04-02vtl: remove xjadeo option dialogRobin Gareus
xjadeo options (selective session restore) are only useful for testing and debugging.
2013-04-02vtl: update export informationRobin Gareus
2013-04-02vtl: update video-exportRobin Gareus
* range: pre/postfix with black video-frames * fix A/V offset - decode and skip source until offset is reached * use spinning progress-bar during decode&skip * use video-stream index in stream-map * fix audio-export abort; stop freewheeling * re-indent code
2013-04-02vtl: draw cross if info-request fails in open-video preview.Robin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the ↵Paul Davis
user-supplied text from the add route dialog
2013-04-01likely fix for #5426 (hide all tracks doesn't work and causes inconsistent statePaul Davis
2013-04-01fix up iterator syntax and unnecessary use of X_() in NSM patchPaul Davis
2013-04-01Merge branch 'nsm' of https://github.com/royvegard/ardourPaul Davis
2013-03-31Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-03-31fix missing slash-newline in --help outputPaul Davis
2013-03-31vtl: fix video-monitor [dialog] crashRobin Gareus
caused by closing a session and then opening another video session -> the video-monitor session reference was outdated.
2013-03-31vtl: ffmpeg interaction:Robin Gareus
* use ardour/SRC to resample audio on import * parse framerate via codec-timebase if available * update encoder parameters * add vpx/webm as codec option
2013-03-31vtl: open video dialog - aspect ratiosRobin Gareus
2013-03-31Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-03-31Disable some actions that are not allowed while under nsmRoy Vegard Ovesen
2013-03-31vtl: open-video dialog tweaksRobin Gareus
* show Timecode in/out * fix text alignment * parse aspect-ratio * reset seek-slider on file selection * make fps label translatable
2013-03-31Better start upRoy Vegard Ovesen
Don't reply to nsm server until ardour project is finished loading
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-31Prevent the new session dialog from appearingRoy Vegard Ovesen
2013-03-31non-session-manager supportRoy Vegard Ovesen
Implements open, save and dirtiness. No error checking, no menu items disabling.