ardour.git
5 years agoClarify which version of 'ActionManager::get_action()' we're calling
John Emmas [Mon, 14 Jan 2019 14:14:23 +0000 (14:14 +0000)]
Clarify which version of 'ActionManager::get_action()' we're calling

For MSVC, the parameter 'false' (i.e. 0) can be considered as either a bool or a pointer - so it'll map to both declarations of ActionManager::get_action()

5 years agore-order startup process, registering actions early
Paul Davis [Sun, 13 Jan 2019 18:01:18 +0000 (12:01 -0600)]
re-order startup process, registering actions early

Mostly to stop an error when UIConfiguration::map_parameters()
looks for an action that has not yet been registered

5 years agoadjust debug/trace output for key bindings
Paul Davis [Sun, 13 Jan 2019 18:00:31 +0000 (12:00 -0600)]
adjust debug/trace output for key bindings

5 years agoadditional API to make it nicer to get an existing action group
Paul Davis [Sun, 13 Jan 2019 17:59:18 +0000 (11:59 -0600)]
additional API to make it nicer to get an existing action group

5 years agodo not crash if an unknown action is used by US2400 support
Paul Davis [Fri, 11 Jan 2019 18:54:44 +0000 (12:54 -0600)]
do not crash if an unknown action is used by US2400 support

5 years agodo not crash if an unknown action is used by Mackie Control support
Paul Davis [Fri, 11 Jan 2019 18:39:07 +0000 (12:39 -0600)]
do not crash if an unknown action is used by Mackie Control support

5 years agomixer recall script will now remember the last used recall settings
Nikolaus Gullotta [Fri, 4 Jan 2019 17:58:09 +0000 (11:58 -0600)]
mixer recall script will now remember the last used recall settings

5 years agotype is a protected word.
Nikolaus Gullotta [Fri, 4 Jan 2019 17:14:23 +0000 (11:14 -0600)]
type is a protected word.

5 years agoLCXL: Fix a problem in switch_bank
Jan Lentfer [Wed, 2 Jan 2019 23:03:31 +0000 (00:03 +0100)]
LCXL: Fix a problem in switch_bank

5 years agoLCXL: fix special 32C handling for autom. lanes
Jan Lentfer [Mon, 31 Dec 2018 16:22:15 +0000 (17:22 +0100)]
LCXL: fix special 32C handling for autom. lanes

5 years agoAdd an example plugin to demonstrate Lua global variables
Robin Gareus [Wed, 2 Jan 2019 21:26:19 +0000 (22:26 +0100)]
Add an example plugin to demonstrate Lua global variables

Note: this only works when loading the script action.
Window > Scripting doesn't run the factory method for upindex variables

5 years agoFix a -Wunused-but-set-variable
Robin Gareus [Wed, 2 Jan 2019 17:59:03 +0000 (18:59 +0100)]
Fix a -Wunused-but-set-variable

5 years agoInclude Volume Paths in Ardour's PathsDialog Widget
Robin Gareus [Wed, 2 Jan 2019 16:38:34 +0000 (17:38 +0100)]
Include Volume Paths in Ardour's PathsDialog Widget

This fixes an issue on MacOS/X. Show non-root volumes to the sidebar
as shortcuts.

5 years agoAdd external drive references for most file-browsers
Robin Gareus [Wed, 2 Jan 2019 16:37:03 +0000 (17:37 +0100)]
Add external drive references for most file-browsers

This fixes an issue on MacOS/X to only show non-root volumes in
the file-open dialog. They're just as valid for save-as, export, video
files etc.

In case of a 2nd internal disk, it is also a valid choice as default
folder for new sessions.

5 years agoUpdate Fluidsynth to v2.0.3
Robin Gareus [Wed, 2 Jan 2019 14:33:23 +0000 (15:33 +0100)]
Update Fluidsynth to v2.0.3

see https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.3

5 years agoremove dangling --lv2 waf configure option
Paul Davis [Wed, 2 Jan 2019 13:10:54 +0000 (08:10 -0500)]
remove dangling --lv2 waf configure option

5 years agoR/W test scripts are bash scripts
Robin Gareus [Tue, 1 Jan 2019 22:12:37 +0000 (23:12 +0100)]
R/W test scripts are bash scripts

5 years agoAdd Midnam for Yamaha MX 49/61/88
Julio Martinez [Tue, 1 Jan 2019 20:36:02 +0000 (21:36 +0100)]
Add Midnam for Yamaha MX 49/61/88

Midnam file with presets

5 years agoBump main program's (C) year
Robin Gareus [Tue, 1 Jan 2019 15:19:40 +0000 (16:19 +0100)]
Bump main program's (C) year

5 years agoNo interest in bug-reports for alpha-releases
Robin Gareus [Tue, 1 Jan 2019 15:19:05 +0000 (16:19 +0100)]
No interest in bug-reports for alpha-releases

So far all 6.0-pre bug reports are known issues due to incomplete
work-in-progress. There is no manpower to triage those.

5 years agoAdd a script to list all plugins in the session
Robin Gareus [Sun, 30 Dec 2018 21:39:20 +0000 (22:39 +0100)]
Add a script to list all plugins in the session

5 years agoNO-OP: whitespace
Robin Gareus [Fri, 28 Dec 2018 16:32:38 +0000 (17:32 +0100)]
NO-OP: whitespace

5 years agoCheck whether punch-in is enabled and record is enabled in addition to if we are...
Alex Pilon [Thu, 27 Dec 2018 21:26:01 +0000 (16:26 -0500)]
Check whether punch-in is enabled and record is enabled in addition to if we are actively recording when deciding whether to run count-in clicks

5 years agoObserve preference to prompt for names when adding range markers
Alex Pilon [Fri, 28 Dec 2018 01:58:24 +0000 (20:58 -0500)]
Observe preference to prompt for names when adding range markers

5 years agoremove configure-time --no-lv2 option. LV2 is integral to what we do
Paul Davis [Fri, 28 Dec 2018 14:47:55 +0000 (09:47 -0500)]
remove configure-time --no-lv2 option. LV2 is integral to what we do

5 years agonew version of Boost shared ptr debugging patch
Paul Davis [Fri, 28 Dec 2018 14:35:06 +0000 (09:35 -0500)]
new version of Boost shared ptr debugging patch

5 years agoremove debug output
Paul Davis [Thu, 27 Dec 2018 22:17:58 +0000 (17:17 -0500)]
remove debug output

5 years agofix silly cycling-show-hide bug with step editing
Paul Davis [Thu, 27 Dec 2018 22:07:17 +0000 (17:07 -0500)]
fix silly cycling-show-hide bug with step editing

5 years agodiv wrapping
Paul Davis [Sat, 22 Dec 2018 22:40:26 +0000 (17:40 -0500)]
div wrapping

5 years agoC++98 compatible map erase
Robin Gareus [Thu, 27 Dec 2018 11:45:36 +0000 (12:45 +0100)]
C++98 compatible map erase

5 years agoNO-OP: whitespace
Robin Gareus [Mon, 24 Dec 2018 01:30:00 +0000 (02:30 +0100)]
NO-OP: whitespace

5 years agoUpdate Convolver/LuaConvolver
Robin Gareus [Mon, 24 Dec 2018 01:29:24 +0000 (02:29 +0100)]
Update Convolver/LuaConvolver

* Add API to allow per-channnel gain and delay
* Fix channel-mapping for stereo IRs w/o true-stereo

5 years agoUse same has for ALSA-seq and ALSA-raw devices
Robin Gareus [Sun, 23 Dec 2018 20:57:28 +0000 (21:57 +0100)]
Use same has for ALSA-seq and ALSA-raw devices

5 years agoEngine Dialog MIDI tweaks
Robin Gareus [Sun, 23 Dec 2018 20:51:09 +0000 (21:51 +0100)]
Engine Dialog MIDI tweaks

* Allow to dynamically en/disable MIDI devices when running
* Push midi latencies directly to running backend

5 years agoDynamic ALSA MIDI I/O device discovery and re/connect
Robin Gareus [Sun, 23 Dec 2018 20:48:07 +0000 (21:48 +0100)]
Dynamic ALSA MIDI I/O device discovery and re/connect

5 years agoEngine-dialog: skip audio device update when running
Robin Gareus [Sun, 23 Dec 2018 18:51:17 +0000 (19:51 +0100)]
Engine-dialog: skip audio device update when running

Only update MIDI devices list, which can be dynamic. Audio devices
which are in-use can't be updated, and the GUI may no longer show
the current device (since it is in use).

5 years agoUse hash for ALSA-MIDI device name/ID
Robin Gareus [Sun, 23 Dec 2018 18:40:48 +0000 (19:40 +0100)]
Use hash for ALSA-MIDI device name/ID

5 years agoAdd/remove source(s) in our MSVC project (gtk2_ardour)
John Emmas [Sun, 23 Dec 2018 13:29:36 +0000 (13:29 +0000)]
Add/remove source(s) in our MSVC project (gtk2_ardour)

5 years agoFix dead-link to manual
Robin Gareus [Sun, 23 Dec 2018 03:50:58 +0000 (04:50 +0100)]
Fix dead-link to manual

5 years agoFix cases where there's no MIDI buffer (e.g. audio audition)
Robin Gareus [Sun, 23 Dec 2018 00:57:38 +0000 (01:57 +0100)]
Fix cases where there's no MIDI buffer (e.g. audio audition)

5 years agoIncrease pitch-shifting quality a bit
Robin Gareus [Sun, 23 Dec 2018 00:57:16 +0000 (01:57 +0100)]
Increase pitch-shifting quality a bit

OptionPitchHighQuality - Use the highest quality
 method for pitch shifting.  This method has a CPU cost
 approximately proportional to the required frequency shift

5 years agodeal with end-of-step-editing in a better way
Paul Davis [Sat, 22 Dec 2018 21:48:16 +0000 (16:48 -0500)]
deal with end-of-step-editing in a better way

5 years agoadd explanatory comments
Paul Davis [Sat, 22 Dec 2018 20:11:52 +0000 (15:11 -0500)]
add explanatory comments

5 years agomake StepEntry into a singleton.
Paul Davis [Sat, 22 Dec 2018 19:45:28 +0000 (14:45 -0500)]
make StepEntry into a singleton.

More work to follow to clean up the details, and more comments to
explain the relationship between StepEntry and StepEditor.

5 years agoremove unused declaration
Paul Davis [Sat, 22 Dec 2018 19:44:52 +0000 (14:44 -0500)]
remove unused declaration

5 years agoAdd guard-points when shifting automation
Robin Gareus [Sat, 22 Dec 2018 01:04:17 +0000 (02:04 +0100)]
Add guard-points when shifting automation

5 years agoProperly remove-time automation
Robin Gareus [Sat, 22 Dec 2018 00:09:24 +0000 (01:09 +0100)]
Properly remove-time automation

Previously "remove time" was able to produce overlapping, not
ordered automation.

5 years agoCleanup LV2 file-dialog extension
Robin Gareus [Fri, 21 Dec 2018 23:34:31 +0000 (00:34 +0100)]
Cleanup LV2 file-dialog extension

<drobilla> "This function returns immediately"

5 years agoFix plugin-preset description markup
Robin Gareus [Fri, 21 Dec 2018 23:32:49 +0000 (00:32 +0100)]
Fix plugin-preset description markup

5 years agoFix insert/remove time duplicate automation move -- #7712
Robin Gareus [Fri, 21 Dec 2018 16:15:38 +0000 (17:15 +0100)]
Fix insert/remove time duplicate automation move -- #7712

Editor::insert_time(), Editor::remove_time() handle automation
directly because time may be inserted to Routes without playlists
and combined undo-operation with marker, and tempo-changes.

However when the preference "automation_follows_regions" is enabled,
the playlist already moves the automation of region under any region
(possibly overriding future automation).

This resulted in possibly lossy, duplicate automation moves.

5 years agoNO-OP: whitespace
Robin Gareus [Fri, 21 Dec 2018 15:35:07 +0000 (16:35 +0100)]
NO-OP: whitespace

* Remove leading and trailing whitespace.
* use tabs to indent, space to align

/* prefer C-style comments like this,
 * always use an asterisk on every line, this
 * way small ASCII-graphics are always aligned
 * using spaces after the asterisk.
 *
 *            ^
 *           / \
 *          /   \
 *         /     \
 *        /       \
 *       /         \
 *      /  /\       \
 *     /__/  \_/\_^__\
 *       A R D O U R
 *
     << NO asterisk, there may be tabs :(
 *
 */

5 years agoRemove duplicate automation shift
Robin Gareus [Fri, 21 Dec 2018 16:32:46 +0000 (17:32 +0100)]
Remove duplicate automation shift

Amp, Trim are now processors, moving processor-automation takes care
of gain automation.

5 years agoFix crash for external windows
Robin Gareus [Thu, 20 Dec 2018 18:41:57 +0000 (19:41 +0100)]
Fix crash for external windows

eg. LV2 externalUI windows are not managed by ardour; Ardour cannot
intercept mapped() or delete_event() signals and hence also not
create a visibility-tracker.

First call to WindowProxy::toggle() creates the window, and the 2nd call
crashed since 6ca8ec5141c, due to missing vistracker.

e.g. externalUI plugin windows, the processor-box uses WindowProxy
for all plugin-UIs incl. externalUIs.

5 years agoAdd a plugin-preset list/selector GUI
Robin Gareus [Thu, 20 Dec 2018 15:56:34 +0000 (16:56 +0100)]
Add a plugin-preset list/selector GUI

This is currently only used for "Preset only" plugins, generic UI.
And also depends on plugin-presets having a description.

5 years agoAmend e4304f3bf, plugin-preset, preset-record
Robin Gareus [Thu, 20 Dec 2018 13:13:03 +0000 (14:13 +0100)]
Amend e4304f3bf, plugin-preset, preset-record

5 years agoUse lilv_world_get()
David Robillard [Thu, 20 Dec 2018 01:06:53 +0000 (20:06 -0500)]
Use lilv_world_get()

Leaves the now-trivial get_value() helper there since it keeps the call sites
shorter and nicer to read.

5 years agoRemove conditional support for ancient versions of Lilv
David Robillard [Thu, 20 Dec 2018 01:04:50 +0000 (20:04 -0500)]
Remove conditional support for ancient versions of Lilv

This updates the dependency to 0.24.2, which was released in January 2017 and
is the most recent version in Debian 9 (stretch).

5 years agomake StepEntry actions be static.
Paul Davis [Wed, 19 Dec 2018 22:15:23 +0000 (17:15 -0500)]
make StepEntry actions be static.

Unfinished, because bindings are problematic.

5 years agoexplicitly clear ProcessorEntries from ProcessorBox when the latter's Route is destroyed
Paul Davis [Wed, 19 Dec 2018 22:15:15 +0000 (17:15 -0500)]
explicitly clear ProcessorEntries from ProcessorBox when the latter's Route is destroyed

5 years agocast_dynamic<> => get_toggle_action()
Paul Davis [Wed, 19 Dec 2018 21:44:35 +0000 (16:44 -0500)]
cast_dynamic<> => get_toggle_action()

5 years agoadjustments for latest boost shared_ptr debug patch
Paul Davis [Wed, 19 Dec 2018 21:19:38 +0000 (16:19 -0500)]
adjustments for latest boost shared_ptr debug patch

5 years agomove #include directive
Paul Davis [Wed, 19 Dec 2018 21:17:05 +0000 (16:17 -0500)]
move #include directive

5 years agomore organized and coherent handling of route control connections in MonitorSection
Paul Davis [Sun, 16 Dec 2018 17:50:29 +0000 (12:50 -0500)]
more organized and coherent handling of route control connections in MonitorSection

5 years agoCompliant LV2 state path-mapping
Robin Gareus [Wed, 19 Dec 2018 21:28:40 +0000 (22:28 +0100)]
Compliant LV2 state path-mapping

lv2 state mandates that
>  The plugin MUST use this function [ absolute_path] in order to
>  actually open or otherwise use any paths loaded from plugin state.
Previously the plugin uses the value directly. Also
>  The caller is responsible for freeing the returned value with free().
is now implemented on systems other than windows (where this is not
possible, since the memory must be free()ed in the same module where it
was allocated.

5 years agoCopy-edit track type descriptions a little, improving consistency and removing some...
Carl Hetherington [Wed, 19 Dec 2018 20:02:15 +0000 (20:02 +0000)]
Copy-edit track type descriptions a little, improving consistency and removing some capital letters.

5 years agoOnly show user-presets in favorite sidebar master
Robin Gareus [Tue, 18 Dec 2018 13:05:57 +0000 (14:05 +0100)]
Only show user-presets in favorite sidebar

Plugins can have hundreds of factory presets, or in case of VST
useless "default" program/presets. Those just clutter up the favorite
plugin-list.

5 years agoWouldn't it be nice if plugin presets had a description/comment?
Robin Gareus [Tue, 18 Dec 2018 12:35:39 +0000 (13:35 +0100)]
Wouldn't it be nice if plugin presets had a description/comment?

5 years agoAdd LV2 option/extension for plugin thread sched priority
Robin Gareus [Tue, 18 Dec 2018 12:30:31 +0000 (13:30 +0100)]
Add LV2 option/extension for plugin thread sched priority

This allows plugins that need threads to process to configure their
thread priority to not interfere with the host's process threads.

5 years agoMSVC won't allow us to erase an item that's managed by 'const_iterator'
John Emmas [Mon, 17 Dec 2018 09:32:19 +0000 (09:32 +0000)]
MSVC won't allow us to erase an item that's managed by 'const_iterator'

5 years agoptformat: Update to 877fa28 - more endian resilient && pt5 fixes
Damien Zammit [Sun, 16 Dec 2018 04:03:28 +0000 (15:03 +1100)]
ptformat: Update to 877fa28 - more endian resilient && pt5 fixes

5 years agoNO-OP: whitespace
Robin Gareus [Sun, 16 Dec 2018 03:15:49 +0000 (04:15 +0100)]
NO-OP: whitespace

5 years agoRemove cruft: previous set_value_unchecked optimization
Robin Gareus [Sun, 16 Dec 2018 03:14:31 +0000 (04:14 +0100)]
Remove cruft: previous set_value_unchecked optimization

5 years agoOptimize automation-event process splitting
Robin Gareus [Sun, 16 Dec 2018 03:07:55 +0000 (04:07 +0100)]
Optimize automation-event process splitting

Use RCU of automated parameter when looking for next automation event
to use for split processing. This speeds up PluginInsert processing
when rolling for plugins with many not-automated parameters.

5 years agoOptimize plugin-processing for non-automated params
Robin Gareus [Sun, 16 Dec 2018 03:01:42 +0000 (04:01 +0100)]
Optimize plugin-processing for non-automated params

Keep a dedicated list of automated parameters to evaluate in realtime.
This fixes a performance issue with plugins that have many controls
with only few of them being automated.

5 years agofix issue with ProcessorBox inside MonitorSection (session was not set correctly)
Paul Davis [Sat, 15 Dec 2018 16:58:37 +0000 (11:58 -0500)]
fix issue with ProcessorBox inside MonitorSection (session was not set correctly)

5 years agoFix Mixbus action fc83d044f8 & 65bda27d4 rebase ordering
Robin Gareus [Thu, 13 Dec 2018 17:36:31 +0000 (18:36 +0100)]
Fix Mixbus action fc83d044f8 & 65bda27d4 rebase ordering

5 years agoVideo-Frame (not sample)
Robin Gareus [Thu, 13 Dec 2018 16:44:58 +0000 (17:44 +0100)]
Video-Frame (not sample)

5 years agoFix ExportFormatSpecification copy-c'tor
Robin Gareus [Thu, 13 Dec 2018 16:07:08 +0000 (17:07 +0100)]
Fix ExportFormatSpecification copy-c'tor

This initialize some otherwise uninitalized variables and may fix
cue/toc export oddities

5 years agoLCXL: some more small tweaks
Jan Lentfer [Wed, 12 Dec 2018 15:46:36 +0000 (16:46 +0100)]
LCXL: some more small tweaks

    * assign Pan knob to Comp thresh as secondary function
    * make cancel_all_solo and cancel_all_mute work in device mode, too

5 years ago replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
Paul Davis [Wed, 12 Dec 2018 16:22:38 +0000 (11:22 -0500)]
replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls

5 years ago replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
Paul Davis [Wed, 12 Dec 2018 16:12:40 +0000 (11:12 -0500)]
replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls

5 years ago replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
Paul Davis [Wed, 12 Dec 2018 16:00:43 +0000 (11:00 -0500)]
replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls

5 years agoreplace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
Paul Davis [Wed, 12 Dec 2018 13:41:57 +0000 (08:41 -0500)]
replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls

5 years agoremove explicit use of ::cast_dynamic() from Gtk::Action to Gtk::ToggleAction
Paul Davis [Wed, 12 Dec 2018 04:43:22 +0000 (23:43 -0500)]
remove explicit use of ::cast_dynamic() from Gtk::Action to Gtk::ToggleAction

5 years agomore changes flowing from a persistent MonitorSection object
Paul Davis [Tue, 11 Dec 2018 17:25:31 +0000 (12:25 -0500)]
more changes flowing from a persistent MonitorSection object

5 years agouse syntactic sugar
Paul Davis [Tue, 11 Dec 2018 17:25:12 +0000 (12:25 -0500)]
use syntactic sugar

5 years agodo not reset session for MonitorSection just because monitor out was removed
Paul Davis [Tue, 11 Dec 2018 17:24:49 +0000 (12:24 -0500)]
do not reset session for MonitorSection just because monitor out was removed

5 years agouse correct path for various actions/bindings in monitor section
Paul Davis [Tue, 11 Dec 2018 17:23:23 +0000 (12:23 -0500)]
use correct path for various actions/bindings in monitor section

5 years agofix commentary
Paul Davis [Tue, 11 Dec 2018 17:22:51 +0000 (12:22 -0500)]
fix commentary

5 years agomake session/Config now responsible for adding/removing a monitor section
Paul Davis [Tue, 11 Dec 2018 17:22:28 +0000 (12:22 -0500)]
make session/Config now responsible for adding/removing a monitor section

5 years agofull (?) set of changes required to make MonitorSection an "always-there" component...
Paul Davis [Tue, 11 Dec 2018 15:28:47 +0000 (10:28 -0500)]
full (?) set of changes required to make MonitorSection an "always-there" component of the MixerUI

Obviously, it is not always shown, but it always exists, which means that its actions are always accessible

5 years agochange action group owner pointer to be the relevant keybindings; reorder setting...
Paul Davis [Tue, 11 Dec 2018 10:06:26 +0000 (05:06 -0500)]
change action group owner pointer to be the relevant keybindings; reorder setting keybindings value and defining actions

The reorder is required so that the value of "bindings" has been set and is meaningful

5 years agoadd ActionManager::get_actions() to fetch all actions created in ActionGroups with...
Paul Davis [Tue, 11 Dec 2018 10:05:09 +0000 (05:05 -0500)]
add ActionManager::get_actions() to fetch all actions created in ActionGroups with a given "owner" value

5 years agoadd nominal owners for all action groups
Paul Davis [Mon, 10 Dec 2018 23:44:05 +0000 (18:44 -0500)]
add nominal owners for all action groups

Note: this is not yet correct. The owner (pointer) values passed in are not yet usable

5 years agofix more Window/show-* to Common/show-* details
Paul Davis [Mon, 10 Dec 2018 23:43:35 +0000 (18:43 -0500)]
fix more Window/show-* to Common/show-* details

5 years agoremove static from some members, after MonitorSection is now persistent
Paul Davis [Mon, 10 Dec 2018 23:42:35 +0000 (18:42 -0500)]
remove static from some members, after MonitorSection is now persistent

5 years agono longer delete and recreate MonitorSection when it is removed/added to a Session
Paul Davis [Mon, 10 Dec 2018 23:41:59 +0000 (18:41 -0500)]
no longer delete and recreate MonitorSection when it is removed/added to a Session

5 years agoadd basic concept of an "owner" for an action group, to allow later grouping
Paul Davis [Mon, 10 Dec 2018 23:40:31 +0000 (18:40 -0500)]
add basic concept of an "owner" for an action group, to allow later grouping

5 years agofix Window->Common move for show-mixer
Paul Davis [Mon, 10 Dec 2018 23:40:16 +0000 (18:40 -0500)]
fix Window->Common move for show-mixer

5 years agoadd ActionManager::set_sensitive() for Gtk::ActionGroup
Paul Davis [Mon, 10 Dec 2018 23:40:00 +0000 (18:40 -0500)]
add ActionManager::set_sensitive() for Gtk::ActionGroup