13
0
livetrax/libs
Robin Gareus 3acc8c76ca
Handle Filechooser Location entry
In order for the Filechooser Location widget to work two
things need to be setup, which only the FileChooserDialog
does:
 * subscribe to Widget's "response-requested" signal
 * call should_respond () hook from top-level window's
   default handler.

The Location Entry emits "activates-default". In case of
the Dialog, that calls the dialogs response callback,
which then calls ` _gtk_file_chooser_embed_should_respond`.

That handles changes made by the user to the location entry.

-=-

Gtk::FileChooserWidget does not handle this, "response-requested"
signal is not exposed, nor is _gtk_file_chooser_embed_should_respond
available outside Gtk.

This change at least selects the file in the treeview, which
allows further handling, without interfering with FileChooserDialog's
behavior.
2024-09-04 22:29:24 +02:00
..
aaf Yet another attempt at gcc-14 lstat/realpath (#9703 PR #893) 2024-06-27 17:01:46 +02:00
appleutility
ardour Revert PinMapping Changes 2024-09-03 13:25:48 +02:00
ardouralsautil
audiographer Remove #include <boost/shared_ptr.hpp> 2024-08-29 23:08:42 +02:00
auscan
backends Rename JACK to "JACK/Pipewire" on Linux (1/2) 2024-07-31 04:38:01 +02:00
canvas do not plot ruler marks that are left of the current (scroll-adjusted) canvas edge 2024-05-29 14:13:47 -06:00
clearlooks-newer
ctrl-interface Add explicit PBD namespace prefix to Signal 2024-09-01 18:48:54 +02:00
evoral Remove #include <boost/utility.hpp> 2024-08-29 23:08:42 +02:00
fluidsynth
fst Use proper _POSIX_C_SOURCE constant 2024-04-04 17:06:31 +02:00
gtkmm2ext macOS: prevent the Quit main menu item from interferring with modal rules 2024-08-19 15:15:45 -06:00
hidapi Update hidapi 2024-09-03 20:56:05 +02:00
libltc
lua warnings: Remove redundant/illegal/undefined-behaviour template-id for constructor 2024-07-24 01:50:11 +02:00
midi++2 fix previous commit (typo) 2024-06-27 16:51:16 -06:00
panners Remove #include <boost/utility.hpp> 2024-08-29 23:08:41 +02:00
pbd Remove unused libs/pbd/pbd/stl_functors.h 2024-09-01 19:17:10 +02:00
plugins Pitch bend is not unreasonable 2024-04-09 02:10:19 +02:00
ptformat
qm-dsp
surfaces osc: Fix send and plugin page size in /set_surface 2024-09-03 00:40:11 +02:00
temporal Fix BBT marker calculation when removing time 2024-05-14 03:20:04 +02:00
tk Handle Filechooser Location entry 2024-09-04 22:29:24 +02:00
vamp-plugins
vamp-pyin Remove unneeded #include <boost/math/distributions.hpp> 2024-08-29 23:08:42 +02:00
vfork
vst3
waveview
widgets Add TailTime Icon 2024-08-31 02:55:04 +02:00
zita-convolver
zita-resampler