summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-01-08Update Russian translationAlexandre Prokoudine
2016-01-07don't allow to delete factory presetsRobin Gareus
2016-01-07use new API to query presetsRobin Gareus
2016-01-07only show plugin context-menu if there is a selectionRobin Gareus
2016-01-07remove debug outputRobin Gareus
2016-01-06binding expects BackSpace not BackspaceBen Loftis
2016-01-05Update zh.poYQ-YSY
translate english -> chinese all done.
2016-01-05safe default button focus for deleting playlistsRobin Gareus
2016-01-03fix monitor-section state restore.Robin Gareus
Start counting at zero, no weird +1 here, -1 there, action names are GUI internal anyway.
2016-01-03UI port-events are not limited to outputs.Robin Gareus
2016-01-03fall back to use video-duration from container if stream duration is n/aRobin Gareus
this fixes issues with some .mkv files encoded with libebml v1.2.0 + libmatroska v1.1.0
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
This also removes Route::group_gain_control() and associated machinery. Not yet tested with Mackie or other surfaces. More work to done to start using the group capabilities, and also potentially to add or derive more controls as RouteAutomationControls
2016-01-01Processors: separate drag-sources and drop-targetsRobin Gareus
2016-01-01kunterbunte Monitor-SektionRobin Gareus
reduce color diversity and clean up color definitions of the monitor section: mute, solo: use mixer-colors, prefix all MS-colors with "monitor section"
2015-12-30fix typoRobin Gareus
2015-12-30small VST code cleanup: mostly NO-OP. thread attributes and static varsRobin Gareus
2015-12-30set DnD targets per processorRobin Gareus
This prevents DnD of non-processors to the sidebar
2015-12-29keep VST path editor on top of preferences.Robin Gareus
2015-12-29the return of the proper GUI window titlesRobin Gareus
2015-12-29LinuxVST window re-sizing: forward event to child window.Robin Gareus
2015-12-28save users who like to suffix snapshot names some typing.Robin Gareus
2015-12-28plugin-sidebar: select on right-click (before context-menu)Robin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
dedicated "Add to Favorites only" mode.
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
This new design will work even when threads that need to receive messages from RT threads are created *after* the RT threads. The existing design would fail because the RT thread(s) would never be known the later created threads, and so signals emitted by the RT thread and causing call_slot() in the receiver would end up being enqueued using a lock-protected list. The new design ensures that communication always uses a lock-free FIFO instead
2015-12-28keep plugin-manager presets in syncRobin Gareus
2015-12-28allow creating plugin-presets by dragging a plugin to the sidebarRobin Gareus
2015-12-28add preset-delete to context menuRobin Gareus
2015-12-27allow to hide monitor-section processor box with processorsRobin Gareus
indicate processors by coloring the button instead.
2015-12-27add "remove from favorites" context menuRobin Gareus
2015-12-27plugin-sidebar: fix PostFader insertRobin Gareus
2015-12-27plugin-sidebar: right click implies select.Robin Gareus
2015-12-27Ardour 4.5 is later than planned.Robin Gareus
Revert "quick hack: hide unfinished processor sidebar for 4.5 release" This reverts commit 20521bad20655a7f4b57b26270ae4d983b6da9a7.
2015-12-27add context-menu for processor-sidebarRobin Gareus
2015-12-26remove C++11 APIRobin Gareus
2015-12-26save/restore plugin-sidebar expanded itemsRobin Gareus
2015-12-25update plugin presets in mixer-sidebarRobin Gareus
2015-12-25allow to add plugin(s) to all selected routesRobin Gareus
2015-12-25add presets to mixer plugin-sidebarRobin Gareus
2015-12-25refactor Processor-Box plugin drag/drop: allow presetsRobin Gareus
2015-12-24use new column DnD renderer,Robin Gareus
2015-12-24allow dragging plugins directly from the managerRobin Gareus
2015-12-24don't automatically open plugin-GUI when using drag/dropRobin Gareus
2015-12-23monitor section re-layout (processor-box in signal flow)Robin Gareus
2015-12-23Update German Translation for gtk2_ardourEdgar Aichinger
2015-12-23quick hack: hide unfinished processor sidebar for 4.5 releaseRobin Gareus
2015-12-22re-arrange default mixer siderbar panes.Robin Gareus
2015-12-22save/restore custom order of favorite plugin listRobin Gareus
2015-12-22the return of the rude audition button.Robin Gareus
2015-12-22tweak packaging of plugin-hostlistRobin Gareus
2015-12-22clarify missing ffmpeg messagesRobin Gareus
Don't refernce "ffmpeg", "ffprobe" executables directly. Refer to the elaborate Log message (ffmpeg_harvid)