[gtk] (102 commits) Non-fast-forward update to branch wip/matthiasc/shortcut
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (102 commits) Non-fast-forward update to branch wip/matthiasc/shortcut
- Date: Tue, 17 Mar 2020 04:55:55 +0000 (UTC)
The branch 'wip/matthiasc/shortcut' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
2a88f07... bindings: Replace GtkBindingArg arguments with GVariant
5d92db4... bindings: Add gtk_binding_entry_add_signal_variant()
8e2de4b... bindings: Parse into GVariantBuilder directly
6fd76d5... bindings: Make gtk_binding_parse_signal() use GVariantBuild
e5f34ca... shortcutcontroller: Introduce
115c710... bindings: Split out function to invoke an action signal
f74062e... gtk: Add GtkShortcut
bb1e9c7... widget: Add gtk_widget_class_add_shortcut()
abd7ccd... bindings: Add more variant types
898505b... window: Port bindings to use shortcuts
ed6d77b... shortcut: Add GtkShortcutTrigger
109452a... trigger: Add an alternative trigger
ca1a0b6... assistant: Port bindings to use shortcuts
57bc599... combobox: Port bindings to use shortcuts
302da38... shortcut: Add gtk_shortcut_set_callback()
50893f2... bindings: Export action activation internally
14678a7... shortcut: Add action activation
e3cac02... Allow installing bindings bound to actions
b952cf4... text: Port to widget shortcuts
9089765... dialog: Port binding to use shortcuts
ba63eb2... widget: Port bindings to use shortcuts
66450a3... treeview: Port bindings to use shortcuts
b48e39e... shortcutcontroller: Add private API for running class short
d723fa5... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
839b31b... filechooserwidget: Port bindings to use shortcuts
7349c56... textview: Port bindings to use shortcuts
8ba9eff... spinbutton: Port bindings to use shortcuts
da755fa... paned: Port bindings to use shortcuts
2c6aa77... flowbox: Port bindings to use shortcuts
1b9704b... shortcutswindow: Port bindings to use shortcuts
8963cf2... shortcutssection: Port bindings to use shortcuts
6af418b... searchentry: Port bindings to use shortcuts
2f4c252... scrolledwindow: Port bindings to use shortcuts
ef3b944... scalebutton: Port bindings to use shortcuts
b904ae0... scale: Port bindings to use shortcuts
9ec1ad0... notebook: Port bindings to use shortcuts
c081bee... listbox: Port bindings to use shortcuts
63f5d83... label: Port bindings to use shortcuts
b39d2a1... infobar: Port bindings to use shortcuts
3cff460... iconview: Port bindings to use shortcuts
9c774d2... widget: Add private accessor to event controllers
a5fa233... combobox: Redo key event forwarding hack
2e0f15b... treeview: Redo event forwarding hack
f7a6a04... accelgroup: Actually have a default mod mask
ba05bd0... entry: Remove unused include
eecc53c... passwordentry: Remove unused include
447d2f1... popovermenu: Port to shortcuts
eb75c70... popover: Remove unused include
bc2fc92... Remove bindings activation from GtkEventControllerKey
9d27eed... event controller focus: drop include
769565c... gtk: Remove bindings
f7ba1c1... accellabel: Get rid of class variables
6ea7357... accellabel: Move gtk_accelerator_get_label() code
f4b20ad... accelgroup: Add gtk_accel_group_print_label()
8d84404... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
a4cf802... shortcutcontroller: Add GtkShortcutScope
160a4e4... gtk-demo: Add a dumb demo for shortcut triggers
e5dd164... gdk: Remove GDK_RELEASE_MASK
8696b52... window: Get rid of public APIs that shouldn't be
d6001bc... window: Put F10 accelerator into its own shortcut controlle
6d4b285... shortcuttrigger: Add support for mnemonics
cae0caa... shortcut: Add gtk_shortcut_set_mnemonic_activate()
aa8b4b5... label: Implement mnemonics using shortcuts
c1207ea... Add GtkShortcutManager
1ead3c6... window: Remove all old mnemonic handling API
39d864f... Remove GtkMnemonicHash
abe5352... gtk: Remove accel paths
eed1c2f... gtk: Remove GtkAccelMap
3ad7afb... accelgroup: Remove unneeded APIs
a3c448e... shortcut: Add GtkShortcutAction
b0fc289... shortcut: Change the API for creating shortcuts
b6ff82a... gtk-demo: Port the sliding puzzle demo to shortcuts
c748264... shortcutcontroller: Implement GListModel
5d04811... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
193d6fd... widget: Keep keybindings as a GListStore
1e859cd... shortcutaction: Add gtk_shortcut_action_to_string()
3a21d03... shortcuts: Mananage managed shortcuts with a custom model
5ae68ce... shortcuttrigger: Add hash(), equal(), and compare() functio
dee08b3... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
c62e78a... accel: Add display arg to gtk_accelerator_parse_with_keycod
40b947a... application: Replace accelerator handling with shortcuts
9895383... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
b376522... shortcutaction: INtegrate with GtkBuilder property parsing
1002899... shortcutcontroller: Implement GtkBuildable
2a4b474... testgtk: Port keyval example to shortcut controllers
9367793... doc tools: Create AccelLabel image without using GtkAccelGr
e6949f0... widget: Remove gtk_widget_add_accelerator()
606039b... testsuite: Remove GtkAccelGroup usage
8a49b5e... testmenubutton: Don't create a GtkAccelGroup
4e51e2d... accels: Remove GtkAccelGroup
dbcfd6f... filechooser: Trigger the location popup via bindings
79f4db1... Move shortcut manager initialization code
6ae5031... shortcutmanager: Name the controllers
4f2fbec... window: Name the the controllers
08b43ca... widget: Name the controllers
de84551... Only create a class shortcut controller if we have shortcut
523f4be... inspector: Show shortcuts
8271010... Print mnemonic triggers clearly
Commits added to the branch:
4d7f0f3... emojichooser: Make the variation picker work again (*)
292cea7... Adwaita: Fix focus in emoji chooser (*)
ab7d964... bindings: Replace GtkBindingArg arguments with GVariant
84742de... bindings: Add gtk_binding_entry_add_signal_variant()
5c31e5e... bindings: Parse into GVariantBuilder directly
db733aa... bindings: Make gtk_binding_parse_signal() use GVariantBuild
eb9ce89... shortcutcontroller: Introduce
d0ee18e... bindings: Split out function to invoke an action signal
91f38f6... gtk: Add GtkShortcut
e14c9e1... widget: Add gtk_widget_class_add_shortcut()
f2270bb... bindings: Add more variant types
2f74295... window: Port bindings to use shortcuts
ee872b2... shortcut: Add GtkShortcutTrigger
6bf3f13... trigger: Add an alternative trigger
8b9669f... assistant: Port bindings to use shortcuts
e3eda46... combobox: Port bindings to use shortcuts
0dba870... shortcut: Add gtk_shortcut_set_callback()
3305cb2... bindings: Export action activation internally
08d22cc... shortcut: Add action activation
a721468... Allow installing bindings bound to actions
5124869... text: Port to widget shortcuts
c91fb25... dialog: Port binding to use shortcuts
6cbc99c... widget: Port bindings to use shortcuts
cd00da2... treeview: Port bindings to use shortcuts
94662b5... shortcutcontroller: Add private API for running class short
10978f1... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
bba3f2f... filechooserwidget: Port bindings to use shortcuts
b8f40fd... textview: Port bindings to use shortcuts
7dfb28f... spinbutton: Port bindings to use shortcuts
2cf26b0... paned: Port bindings to use shortcuts
6ecdad0... flowbox: Port bindings to use shortcuts
4dd6a71... shortcutswindow: Port bindings to use shortcuts
18ac3a6... shortcutssection: Port bindings to use shortcuts
d157ebd... searchentry: Port bindings to use shortcuts
7511425... scrolledwindow: Port bindings to use shortcuts
fdeaee3... scalebutton: Port bindings to use shortcuts
77b7a95... scale: Port bindings to use shortcuts
dcf7dbd... notebook: Port bindings to use shortcuts
80b3dcb... listbox: Port bindings to use shortcuts
052f3f9... label: Port bindings to use shortcuts
f3920b2... infobar: Port bindings to use shortcuts
8f2e4f4... iconview: Port bindings to use shortcuts
a508e44... widget: Add private accessor to event controllers
9a91cea... combobox: Redo key event forwarding hack
8d22efb... treeview: Redo event forwarding hack
ded3353... accelgroup: Actually have a default mod mask
d2f072d... entry: Remove unused include
53e3485... passwordentry: Remove unused include
bacc580... popovermenu: Port to shortcuts
b02dda2... popover: Remove unused include
a21a445... Remove bindings activation from GtkEventControllerKey
5879d2f... event controller focus: drop include
d51bc21... gtk: Remove bindings
b4a2894... accellabel: Get rid of class variables
f3d69e9... accellabel: Move gtk_accelerator_get_label() code
3b167ee... accelgroup: Add gtk_accel_group_print_label()
70cc324... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
17bc0fa... shortcutcontroller: Add GtkShortcutScope
742e3df... gtk-demo: Add a dumb demo for shortcut triggers
62d2836... gdk: Remove GDK_RELEASE_MASK
fb061df... window: Get rid of public APIs that shouldn't be
f31e559... window: Put F10 accelerator into its own shortcut controlle
55ed267... shortcuttrigger: Add support for mnemonics
4a599cf... shortcut: Add gtk_shortcut_set_mnemonic_activate()
a2257f8... label: Implement mnemonics using shortcuts
8e32489... Add GtkShortcutManager
fdb632e... window: Remove all old mnemonic handling API
07b49f2... Remove GtkMnemonicHash
f175d22... gtk: Remove accel paths
ec453b8... gtk: Remove GtkAccelMap
39828dd... accelgroup: Remove unneeded APIs
ddd67c6... shortcut: Add GtkShortcutAction
3d6e52b... shortcut: Change the API for creating shortcuts
e0d5edc... gtk-demo: Port the sliding puzzle demo to shortcuts
a9a4aa2... shortcutcontroller: Implement GListModel
bca21ad... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
85ba0cc... widget: Keep keybindings as a GListStore
04a1a35... shortcutaction: Add gtk_shortcut_action_to_string()
e4acb27... shortcuts: Mananage managed shortcuts with a custom model
19d32fe... shortcuttrigger: Add hash(), equal(), and compare() functio
c742c88... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
ffcdaf5... accel: Add display arg to gtk_accelerator_parse_with_keycod
e64a8ee... application: Replace accelerator handling with shortcuts
4f8469e... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
81cc91e... shortcutaction: INtegrate with GtkBuilder property parsing
8a7324d... shortcutcontroller: Implement GtkBuildable
abdec2f... testgtk: Port keyval example to shortcut controllers
4f2c06b... doc tools: Create AccelLabel image without using GtkAccelGr
2acbc2d... widget: Remove gtk_widget_add_accelerator()
db60c66... testsuite: Remove GtkAccelGroup usage
3e09c86... testmenubutton: Don't create a GtkAccelGroup
9b83bf0... accels: Remove GtkAccelGroup
7c04b46... filechooser: Trigger the location popup via bindings
967a53e... Move shortcut manager initialization code
7ac4801... shortcutmanager: Name the controllers
d99edbc... window: Name the the controllers
165e976... widget: Name the controllers
dc1e78d... Only create a class shortcut controller if we have shortcut
108254c... inspector: Show shortcuts
70ba860... Print mnemonic triggers clearly
dce2816... Use an action for the context menu keybinding
13bddfd... Fix focus in popovers
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]