summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-11-24French translation updateOlivier Humbert
Mainly improvements to the Preference tabs.
2016-11-24small correction to de.poedogawa23
2016-11-23catch up with .de translationEdgar Aichinger
2016-11-23clean up pending region selection if a region goes away.nick_m
2016-11-23MidiRegionView::clear_events() does _selection.clear(). remove the extra one.nick_m
2016-11-23fix a crash when deleting a MIDI region with CC automation (see recipe below)nick_m
- object mode: select a MIDI region that has CC automation. Move the mouse over a CC automation event, then press backspace to delete the selected region - the recipe is mentioned in #7049, but seems unrelated.
2016-11-23clicking on an automation line selects adjacent points correctly.nick_m
2016-11-23decouple midi region note range and height from midi streamview.nick_m
- this allows a midi region drag to update the visible notes correctly while crossing MIDI streamviews with a differing note range. as a side effect, fixes a bug where changing note range on a track did not draw some notes (apply_note_range redisplays the model).
2016-11-23son't try to select non-existent notes after editing (and thus crash).nick_m
- should fix 7135
2016-11-22don't display notes that start at region end.nick_m
- its not obvious that this is happening in sustained mode, but Percussive reveals all.
2016-11-22fix thinko in 8e8c4a73f1e.nick_m
2016-11-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-22prevent Percussive mode from displaying a ghost hit at region end.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
Previously it would be shown at the mouse cursor position even though the Region is cut/split at the snap/quantize point if no motion occurred.
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-21Make menu item for Add Track/Bus/VCA dialog consistent with window titleOlivier Humbert
2016-11-20update german translationEdgar Aichinger
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21only spray percussive hits during create drag if the grid is in use.nick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
- snap behaviour is round to nearest - holding down button 1 while dragging creates many (if not already present) hits.
2016-11-21NoteCreateDrag scope fix - should be a no-op.nick_m
2016-11-21use a minimum note length of whatever 1 px is in beats in NoteCreateDrag.nick_m
2016-11-21MRV handles an alt key press even if nothing happened.nick_m
- nothing else treats a modifier press as a key press event, so don't pass it on. amends 0af9fb0d
2016-11-21fix for short notes being displayed as infinitely long.nick_m
2016-11-20make it clear that there is no drag threshold for NoteCreateDrag.nick_m
2016-11-20pressing alt while creating a note (snap modifier) keeps mouse_state.nick_m
2016-11-20after creating a note, don't add the ghost note until next motion.nick_m
2016-11-20NoteCreateDrag starts on button press.nick_m
- removes the separation between click and drag-creation of notes noth now handled by the drag code).
2016-11-20NoteCreateDrag::grid_frames works over a tempo change.nick_m
2016-11-19remove unused variable.nick_m
2016-11-19further to 1a6a72b57, handle deleting a note while a non-selected one is ↵nick_m
entered.
2016-11-19Fix for widget visibility with detached preferences windowTim Mayberry
Should finally resolve bug #7002 The reason 95e3f766 didn't resolve this is because OptionEditorContainer ctor is called before adding all the widgets in RCOptionEditor so they will still be hidden.
2016-11-19Don't allow recursive calls to EngineDialogRobin Gareus
OK -> start_engine() can eg. trigger an interactive plugin scan, which in turn leaves the EngineDialog responsive. changing settings or clicking OK again can lead to undefined behavior.
2016-11-19fix for ghost note becoming stuck after note selection deleted.nick_m
- thanks ristic for the report
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
- amends d2d2308588e84
2016-11-17GUI to disable MacVST at runtimeRobin Gareus
2016-11-17magnetic snap uses note divisor appropriately.nick_m
- also looks nicer when resizing MIDI regions.
2016-11-17fix incorrect return type for Editor::get_grid_music_divisions().nick_m
2016-11-16Fix crash when fanning out from editor mixerRobin Gareus
when creating a new track or bus editor-selection changes and the editor-mixer's _route changes.
2016-11-15MacVST UI resizingRobin Gareus
2016-11-15consolidate VST UI codeRobin Gareus
2016-11-15French translation updateOlivier Humbert
more translations
2016-11-15Adding myselfOlivier Humbert
adding my name
2016-11-15French translation updateOlivier Humbert
one small fix
2016-11-15French translation updateOlivier Humbert
A few more translations and fixes for French.
2016-11-15French translation updateOlivier Humbert
This one: * adds a French translation for a string * adds myself on the header
2016-11-15French translation updateOlivier Humbert
This translates one string.