[gtk] (104 commits) Non-fast-forward update to branch gbsneto/shortcuts-rebased
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (104 commits) Non-fast-forward update to branch gbsneto/shortcuts-rebased
- Date: Mon, 13 May 2019 19:30:29 +0000 (UTC)
The branch 'gbsneto/shortcuts-rebased' 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:
b197e02... widget: Bring back _gtk_widget_list_controllers()
8e1984e... testgtk: Remove unused code
92cdd37... x11: Actually call the finished func when finishing
e6e3397... bindings: Remove unused member variables
7f7ddf5... bindings: Hide structs
00abfa0... bindings: Make gtk_binding_entry_add_signall() private
f2e57cf... bindings: Replace GtkBindingArg arguments with GVariant
78540ea... bindings: Add gtk_binding_entry_add_signal_variant()
8fc9a49... bindings: Parse into GVariantBuilder directly
7516e68... bindings: Make gtk_binding_parse_signal() use GVariantBuild
0df14b1... shortcutcontroller: Introduce
ff07e0c... bindings: Split out function to invoke an action signal
c7193ff... gtk: Add GtkShortcut
4d0c0ff... widget: Add gtk_widget_class_add_shortcut()
a5c90d1... bindings: Add more variant types
ef4f75e... window: Port bindings to use shortcuts
4ed4431... gsk: Fix annotations for ref()/unref()
f5fcf89... contentformats: Fix doc typo
e554589... shortcut: Add GtkShortcutTrigger
e4c0909... trigger: Add an alternative trigger
baf4f42... assistant: Port bindings to use shortcuts
8be3d84... combobox: Port bindings to use shortcuts
e67efce... shortcut: Add gtk_shortcut_set_callback()
8b527ff... text: Port bindings to use shortcuts
256a838... dialog: Port binding to use shortcuts
28b8525... widget: Port bindings to use shortcuts
0f51d35... treeview: Port bindings to use shortcuts
d6e5cfe... shortcutcontroller: Add private API for running class short
7780fd7... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
39438b7... toolbar: Port bindings to use shortcuts
1bb1317... filechooserwidget: Port bindings to use shortcuts
cc1fd2b... textview: Port bindings to use shortcuts
1525461... spinbutton: Port bindings to use shortcuts
2bb788c... paned: Port bindings to use shortcuts
e6b4534... flowbox: Port bindings to use shortcuts
cbce441... shortcutswindow: Port bindings to use shortcuts
ad9984a... shortcutssection: Port bindings to use shortcuts
0b68bb1... searchentry: Port bindings to use shortcuts
27fad98... scrolledwindow: Port bindings to use shortcuts
bd88713... scalebutton: Port bindings to use shortcuts
e55db04... scale: Port bindings to use shortcuts
4a83521... notebook: Port bindings to use shortcuts
5735143... menushell: Port bindings to use shortcuts
d833859... menu: Port bindings to use shortcuts
a55c0ce... menubar: Port bindings to use shortcuts
5188cb1... listbox: Port bindings to use shortcuts
7b26a88... label: Port bindings to use shortcuts
3139891... infobar: Port bindings to use shortcuts
f29dc2e... iconview: Port bindings to use shortcuts
d186496... combobox: Redo key event forwarding hack
b390a54... treeview: Redo event forwarding hack
98a3ce6... accelgroup: Actually have a default mod mask
b8ed463... passwordentry: Remove unused header
a0d8494... eventcontrollerkey: Remove binding handling
bc0cb68... gtk: Remove bindings
239c75c... accellabel: Get rid of class variables
d3e6342... accellabel: Move gtk_accelerator_get_label() code
3528043... accelgroup: Add gtk_accel_group_print_label()
c1fa517... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
60dee5c... shortcutcontroller: Add GtkShortcutScope
fee35cc... gtk-demo: Add a dumb demo for shortcut triggers
21d178a... gdk: Remove GDK_RELEASE_MASK
711a917... window: Get rid of public APIs that shouldn't be
f8edbd5... window: Put F10 accelerator into its own shortcut controlle
213fe0f... shortcuttrigger: Add support for mnemonics
ec8be18... shortcut: Add gtk_shortcut_set_mnemonic_activate()
24117b0... label: Implement mnemonics using shortcuts
d9d1c45... shortcutmanager: Add
cc0d823... menu: Implement GtkShortcutManager
5813b20... window: Remove all old mnemonic handling API
2d46cdc... menushell: Remove old mnemonic handling
9709e53... gtk: Remove accel paths
b4e1f85... gtk: Remove GtkAccelMap
49f6fa6... accelgroup: Remove unneeded APIs
e51ee78... shortcut: Add GtkShortcutAction
d8f949c... shortcut: Change the API for creating shortcuts
aab0f0f... gtk-demo: Port the sliding puzzle demo to shortcuts
17cb2ac... shortcutcontroller: Implement GListModel
db78e52... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
2bd4e11... widget: Keep keybindings as a GListStore
101c9fc... shortcutaction: Add gtk_shortcut_action_to_string()
4a49499... gdk: Make gdk_keyval_name() return a const char
613d85e... shortcuts: Mananage managed shortcuts with a custom model
cd05a62... shortcuttrigger: Add hash(), equal(), and compare() functio
c3cdd6c... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
fa09360... accel: Add display arg to gtk_accelerator_parse_with_keycod
bb35005... application: Replace accelerator handling with shortcuts
132c07e... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
f0fe2e5... shortcutaction: INtegrate with GtkBuilder property parsing
c57bde1... shortcutcontroller: Implement GtkBuildable
4832298... gtk-demo: Redo builder example to use shortcuts
b71eaec... testgtk: Port keyval example to shortcut controllers
69cfd0b... widget: Remove gtk_widget_add_accelerator()
2c3fd71... doc tools: Create AccelLabel image without using GtkAccelGr
7bfa83d... testsuite: Remove GtkAccelGroup usage
e09b2b2... testmenubutton: Don't create a GtkAccelGroup
c5d5b8c... accels: Remove GtkAccelGroup
50e8a78... filechooser: Remove outdated hack
2bf0654... filechooser: Trigger the location popup via bindings
Commits added to the branch:
6de0874... Update POTFILES.in (*)
91d6893... key controller: Don't eat modifier events (*)
9281e05... Merge branch 'modifier-events' into 'master' (*)
0334ea1... pid_get_parent: fix for OpenBSD (*)
8cd1a4a... Merge branch 'openbsd-pid_get_parent' into 'master' (*)
04f9ec5... widget: Bring back _gtk_widget_list_controllers()
4baa6d5... testgtk: Remove unused code
9a9616f... x11: Actually call the finished func when finishing
78039d3... bindings: Remove unused member variables
1677f07... bindings: Hide structs
de745cd... bindings: Make gtk_binding_entry_add_signall() private
f8a0507... bindings: Replace GtkBindingArg arguments with GVariant
6ee8b35... bindings: Add gtk_binding_entry_add_signal_variant()
0bc679f... bindings: Parse into GVariantBuilder directly
bd501bb... bindings: Make gtk_binding_parse_signal() use GVariantBuild
0cc6d08... shortcutcontroller: Introduce
19a7ee7... bindings: Split out function to invoke an action signal
1c64376... gtk: Add GtkShortcut
7d23744... widget: Add gtk_widget_class_add_shortcut()
c9c63c0... bindings: Add more variant types
529899d... window: Port bindings to use shortcuts
097a989... gsk: Fix annotations for ref()/unref()
815aa54... contentformats: Fix doc typo
7a68cc3... shortcut: Add GtkShortcutTrigger
1983563... trigger: Add an alternative trigger
57cbd34... assistant: Port bindings to use shortcuts
846123e... combobox: Port bindings to use shortcuts
a145849... shortcut: Add gtk_shortcut_set_callback()
6676050... text: Port bindings to use shortcuts
86cd764... dialog: Port binding to use shortcuts
4e9bb39... widget: Port bindings to use shortcuts
0a0eb8a... treeview: Port bindings to use shortcuts
f5efe8a... shortcutcontroller: Add private API for running class short
0ca8fcc... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
e922c3b... toolbar: Port bindings to use shortcuts
f65e54f... filechooserwidget: Port bindings to use shortcuts
be40164... textview: Port bindings to use shortcuts
5836e7d... spinbutton: Port bindings to use shortcuts
0cd0a06... paned: Port bindings to use shortcuts
e90e53b... flowbox: Port bindings to use shortcuts
c25cac4... shortcutswindow: Port bindings to use shortcuts
f1b2c99... shortcutssection: Port bindings to use shortcuts
80355aa... searchentry: Port bindings to use shortcuts
b9b9915... scrolledwindow: Port bindings to use shortcuts
f89a120... scalebutton: Port bindings to use shortcuts
9ae7e65... scale: Port bindings to use shortcuts
1982b53... notebook: Port bindings to use shortcuts
5459f3b... menushell: Port bindings to use shortcuts
603d384... menu: Port bindings to use shortcuts
1fdf0cb... menubar: Port bindings to use shortcuts
6774e85... listbox: Port bindings to use shortcuts
a4627e1... label: Port bindings to use shortcuts
2117994... infobar: Port bindings to use shortcuts
a19f6a7... iconview: Port bindings to use shortcuts
a6b3501... combobox: Redo key event forwarding hack
c70acaa... treeview: Redo event forwarding hack
0e08bce... accelgroup: Actually have a default mod mask
109aa62... passwordentry: Remove unused header
43e0282... eventcontrollerkey: Remove binding handling
02de695... gtk: Remove bindings
826ad29... accellabel: Get rid of class variables
32468f9... accellabel: Move gtk_accelerator_get_label() code
e490953... accelgroup: Add gtk_accel_group_print_label()
8f4e3e7... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
08d0615... shortcutcontroller: Add GtkShortcutScope
0bccc17... gtk-demo: Add a dumb demo for shortcut triggers
06c339c... gdk: Remove GDK_RELEASE_MASK
1c125c6... window: Get rid of public APIs that shouldn't be
1df05e5... window: Put F10 accelerator into its own shortcut controlle
d04929c... shortcuttrigger: Add support for mnemonics
f4c6b1d... shortcut: Add gtk_shortcut_set_mnemonic_activate()
77a4658... label: Implement mnemonics using shortcuts
957b581... shortcutmanager: Add
5e89925... menu: Implement GtkShortcutManager
fe23e2b... window: Remove all old mnemonic handling API
32f55a8... menushell: Remove old mnemonic handling
4b37a3d... gtk: Remove accel paths
f46b3db... gtk: Remove GtkAccelMap
4b58ce3... accelgroup: Remove unneeded APIs
4f381a3... shortcut: Add GtkShortcutAction
15c5fdd... shortcut: Change the API for creating shortcuts
94be596... gtk-demo: Port the sliding puzzle demo to shortcuts
6246d8a... shortcutcontroller: Implement GListModel
5ef80b9... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
6498a2b... widget: Keep keybindings as a GListStore
03762ba... shortcutaction: Add gtk_shortcut_action_to_string()
d04481e... gdk: Make gdk_keyval_name() return a const char
4dec459... shortcuts: Mananage managed shortcuts with a custom model
29e51cb... shortcuttrigger: Add hash(), equal(), and compare() functio
57ea1e6... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
af9438f... accel: Add display arg to gtk_accelerator_parse_with_keycod
36e0aad... application: Replace accelerator handling with shortcuts
144b8e6... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
af01cb1... shortcutaction: INtegrate with GtkBuilder property parsing
0b717b1... shortcutcontroller: Implement GtkBuildable
388303e... gtk-demo: Redo builder example to use shortcuts
826a3a9... testgtk: Port keyval example to shortcut controllers
81d08b2... widget: Remove gtk_widget_add_accelerator()
cb4392c... doc tools: Create AccelLabel image without using GtkAccelGr
ba41f84... testsuite: Remove GtkAccelGroup usage
fccad30... testmenubutton: Don't create a GtkAccelGroup
77a44e4... accels: Remove GtkAccelGroup
46a928d... filechooser: Remove outdated hack
c3fd6b9... filechooser: Trigger the location popup via bindings
(*) 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]