summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-11-25Correct spelling of action names. Translation context for Reference.André Nusser
2015-11-25Add more menu entries to the 'Help' menu.André Nusser
* The functions were already implemented -- I just added the links in ardour.menu.in, corrected spelling and the link to the tracker. * The tracker link was corrected as I considered it confusing when one is not already logged in.
2015-11-24rough-in for faderport protocol backendBen Loftis
2015-11-23prefer recently used states.Robin Gareus
2015-11-23restore last used driver+devices for a given backend.Robin Gareus
2015-11-23keep track of meter visibility - fixes #6685Robin Gareus
2015-11-23Update fr.potrebmuh
one more fix
2015-11-23Update fr.potrebmuh
+1 small fix
2015-11-23Update fr.potrebmuh
all right now
2015-11-23Update fr.potrebmuh
French updates.
2015-11-23make copies of global lists before extendingNils Philippsen
Not doing so can make source or object files appear multiple times in the list of files to be compiled or linked, e.g. when doing './waf build install', subsequently leading to linker errors.
2015-11-23AppData: do the right thing on './waf clean'Nils Philippsen
2015-11-22AppData: Add German translation.Nils Philippsen
2015-11-22Add project version to AppData file.Nils Philippsen
2015-11-22Implement translation of AppData file.Nils Philippsen
Use the ITS rules file from KDE for itstool: https://websvn.kde.org/trunk/l10n-kf5/scripts/as-metainfo.its?revision=1395611&view=markup
2015-11-22Add an AppData file.Nils Philippsen
This file gets used by GNOME Software to present an application to users so they can install it from a software repository.
2015-11-21cont'd 20262abe (GUI to keep all playlists)Robin Gareus
2015-11-21GUI support for "Delete All Unused" playlists.Robin Gareus
2015-11-21update editor-mixer frozen state - fixes #6689Robin Gareus
2015-11-20add mixbus profile checks to prefs panel, to simplify future mergesBen Loftis
2015-11-20use platform-specific modifier name for tooltipBen Loftis
2015-11-20Improve the layout of Preferences widgets:Ben Loftis
Grouped "checkbox" preferences together, reducing visual clutter. Some widget settings affected the visibility/sensitivity of other widgets. In some cases they were not adjacent; this has been fixed. Added some additional grouping headers.
2015-11-20refine video-export notice, incl license info.Robin Gareus
2015-11-20immediately show plugin GUI if only one plugin is instantiatedRobin Gareus
2015-11-20session-load: default to most-recently-used snapshotRobin Gareus
2015-11-19provide user preference for pre-rollBen Loftis
2015-11-18use new plugin class API for filterRobin Gareus
2015-11-18relayout plugin-manager filter & related detailsRobin Gareus
2015-11-18pass release signal up to ArdourButton (_grabbed state)Robin Gareus
2015-11-18reduce clutter in Plugin Manager ListRobin Gareus
2015-11-17tweak selection code for mixer strip Duplicate funcBen Loftis
2015-11-17add Duplicate action to track and mixer context menusBen Loftis
2015-11-16Fix bug #6506, crash when moving tempo markers with automation on midi tracksTim Mayberry
2015-11-14fix logic errors in duplicate tracks dialogPaul Davis
2015-11-14remove leftover declarationPaul Davis
2015-11-14remove leftover declarationsPaul Davis
2015-11-14move logic of track/bus duplication into DuplicateRouteDialogPaul Davis
2015-11-14tweak duplicate routes dialog appearance depending on whether or not ↵Paul Davis
busses/tracks are the target
2015-11-14expose count widgets for duplicate track dialogPaul Davis
2015-11-14partial dialog to control track duplicationPaul Davis
2015-11-13initial/partial implementation of duplicate track/busPaul Davis
2015-11-14Fix #6673 - another prematurely closed undo transaction.nick_m
- add_midi_region used to commit, resulting in _region->set_position() adding a command when there was no current transaction. The sub-bug here was that repeatedly calling set_position() on the new region resulted in nonsensical automation movement after the drag.
2015-11-04Show info dialog when opening chat via Help -> Chat.André Nusser
This should clarify for users that in IRC you post your question and wait, and not leave after a few minutes.
2015-11-04Remove explicit positioning of overwrite_file_dialog.André Nusser
ArdourDialog takes care of this.
2015-11-04Fix ordering of buttons in midi export dialog.André Nusser
[Cancel] [Save] instead of [Save] [Cancel].
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
- Make overwrite file dialogs transient. - Cancelling the overwrite dialog doesn't close initial dialog.
2015-11-04no-op; reordering of class forward declarations in editor.h.André Nusser
2015-11-04Fix fencepost error in duplicate_some_regions. Adapt start position.André Nusser
2015-11-04Let Entry of FaderOption react on ENTER and allow only numerical input.André Nusser
This enables setting click gain and solo gain in the preferences using the text field. -- fixes #6668
2015-11-03GUI checkbox to disable pluginsRobin Gareus
for the benefit of Windows and OSX users and everyone else who does not run Ardour from the commandline.