[gtk] (135 commits) Non-fast-forward update to branch shortcuts-rebased-again



The branch 'shortcuts-rebased-again' 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:

  b0fea6f... widget: Bring back _gtk_widget_list_controllers()
  b7eb1b4... bindings: Replace GtkBindingArg arguments with GVariant
  8ab18fd... bindings: Add gtk_binding_entry_add_signal_variant()
  2128857... bindings: Parse into GVariantBuilder directly
  557d41c... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  7ac15be... shortcutcontroller: Introduce
  4bd1bd6... bindings: Split out function to invoke an action signal
  97795a5... gtk: Add GtkShortcut
  2982a57... widget: Add gtk_widget_class_add_shortcut()
  c9db073... bindings: Add more variant types
  090288f... window: Port bindings to use shortcuts
  70d41ad... shortcut: Add GtkShortcutTrigger
  72c1c38... trigger: Add an alternative trigger
  d9d6d60... assistant: Port bindings to use shortcuts
  0bf21e4... combobox: Port bindings to use shortcuts
  2fb99eb... shortcut: Add gtk_shortcut_set_callback()
  79c73a6... text: Port bindings to use shortcuts
  0fdc3e7... dialog: Port binding to use shortcuts
  a98f2fd... widget: Port bindings to use shortcuts
  d767e71... treeview: Port bindings to use shortcuts
  bc4ce01... shortcutcontroller: Add private API for running class short
  ee0be6f... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  696d296... toolbar: Port bindings to use shortcuts
  4086165... filechooserwidget: Port bindings to use shortcuts
  606dc14... textview: Port bindings to use shortcuts
  8652386... spinbutton: Port bindings to use shortcuts
  2fb5c8f... paned: Port bindings to use shortcuts
  5071a88... flowbox: Port bindings to use shortcuts
  fb589df... shortcutswindow: Port bindings to use shortcuts
  8fff9a5... shortcutssection: Port bindings to use shortcuts
  726ceec... searchentry: Port bindings to use shortcuts
  99d7b74... scrolledwindow: Port bindings to use shortcuts
  9c5e678... scalebutton: Port bindings to use shortcuts
  14448e4... scale: Port bindings to use shortcuts
  d3b01c8... notebook: Port bindings to use shortcuts
  daf4636... menushell: Port bindings to use shortcuts
  f272c49... menu: Port bindings to use shortcuts
  78d7c68... menubar: Port bindings to use shortcuts
  7a06f8a... listbox: Port bindings to use shortcuts
  62b71fa... label: Port bindings to use shortcuts
  ade06e8... infobar: Port bindings to use shortcuts
  2b62605... iconview: Port bindings to use shortcuts
  a726d2e... combobox: Redo key event forwarding hack
  f6f1eda... treeview: Redo event forwarding hack
  e8b13c8... accelgroup: Actually have a default mod mask
  4dc423b... passwordentry: Remove unused header
  8178078... eventcontrollerkey: Remove binding handling
  8263a16... popovermenu: Port away from GtkBindings
  ea178a1... gtk: Remove bindings
  32b2bd0... model button: Use simpler api for accels
  18754b3... accellabel: Get rid of class variables
  334f803... accellabel: Move gtk_accelerator_get_label() code
  d723ad5... accelgroup: Add gtk_accel_group_print_label()
  6140fef... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  e48c108... shortcutcontroller: Add GtkShortcutScope
  981bd96... gtk-demo: Add a dumb demo for shortcut triggers
  aad6fb2... gdk: Remove GDK_RELEASE_MASK
  b788c4f... window: Get rid of public APIs that shouldn't be
  a1b99c7... window: Put F10 accelerator into its own shortcut controlle
  ce1d13a... shortcuttrigger: Add support for mnemonics
  f6666ea... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  8bc6591... label: Implement mnemonics using shortcuts
  d8addbd... shortcutmanager: Add
  f1f7f32... menu: Implement GtkShortcutManager
  7f2e126... window: Remove all old mnemonic handling API
  59706ba... menushell: Remove old mnemonic handling
  5771526... gtk: Remove accel paths
  53aed87... gtk: Remove GtkAccelMap
  6fe990e... accelgroup: Remove unneeded APIs
  3c26084... shortcut: Add GtkShortcutAction
  33f73e3... shortcut: Change the API for creating shortcuts
  886f54f... gtk-demo: Port the sliding puzzle demo to shortcuts
  dc6a4c5... shortcutcontroller: Implement GListModel
  960715e... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
  302d568... widget: Keep keybindings as a GListStore
  3cc3c4d... shortcutaction: Add gtk_shortcut_action_to_string()
  4ae8daf... gdk: Make gdk_keyval_name() return a const char
  c914c86... shortcuts: Mananage managed shortcuts with a custom model
  c938d82... shortcuttrigger: Add hash(), equal(), and compare() functio
  890d996... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
  8771996... accel: Add display arg to gtk_accelerator_parse_with_keycod
  d73988d... application: Replace accelerator handling with shortcuts
  3be558d... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
  a6252e2... shortcutaction: Integrate with GtkBuilder property parsing
  b10baf0... shortcutcontroller: Implement GtkBuildable
  e63c7a9... gtk-demo: Redo builder example to use shortcuts
  af0a896... testgtk: Port keyval example to shortcut controllers
  52f22fc... widget: Remove gtk_widget_add_accelerator()
  5f416e4... doc tools: Create AccelLabel image without using GtkAccelGr
  e4bf6e8... testsuite: Remove GtkAccelGroup usage
  c92a687... testmenubutton: Don't create a GtkAccelGroup
  7a3d99b... accels: Remove GtkAccelGroup
  357c9f3... filechooser: Remove outdated hack
  72b0f89... filechooser: Trigger the location popup via bindings
  e606b6f... shortcuttrigger: Filter a few modifiers out
  df37764... shortcutcontroller: Unref shortcut proper
  101eefb... Add gtk_widget_class_bind_action
  72d6e15... window: Use gtk_widget_class_bind_action
  557834b... shortcut controller: Make model readable
  cfa712a... inspector: Show shortcut actions and triggers
  d59c193... inspector: Add a quick shortcuts page
  beeee15... inspector: Show owners for shortcuts
  b8794d7... Set names on shortcut controllers
  996281f... label: Remove mnemonics when unmapped
  dec434d... Implement group cycling
  9be4cdd... shortcut controller: Factor out a helper
  ec3f6e6... popover menu: Implement shortcut manager
  5c2c5e9... popover menu: Make mnemonics visible
  518ecdf... model button: Stop parsing accels
  10e4c0f... model button: Drop accel lookup hack
  783dfe8... action muxer: Support injecting shortcuts
  eb362ed... widget: Pass shortcuts to the action muxer
  89ef5b2... text: Convert bindings from signals to actions
  cc8b423... widget_factory: Stop using GtkApplication for accels
  be3e7e1... widget: Unset propagation limits for shortcut managers
  efe186b... text: Add more actions
  d46839a... text: Convert bindings to actions
  b0f2907... text: Stop using keybinding signals internally
  27521a7... text: Drop keybinding signals
  34a95fe... Redo default activation in entries
  e583a57... docs: Make the shooter build again
  4f22042... entry: Silence gtk-doc warnings
  24245cd... password entry: Silence gtk-doc warnings
  49e38b2... shortcut action: Silence gtk-doc warnings
  6ec75af... shortcut controller: Silence gtk-doc warnings
  a8c7167... shortcut trigger: Silence gtk-doc warnings
  41b961b... textview: Quiet a compiler warning
  3185451... widget: Quiet a compiler warning
  b49478b... flowbox: Avoid warnings in class init
  e6c3f94... introspection test: Update
  747c9dd... text: Documentation for actions

Commits added to the branch:

  c789a39... GtkFileChooser: add a sortable "Type" column (*)
  0611370... Merge branch '362-gtk-fileopen-dialog-need-filetype-mime-so (*)
  996f011... window: Fix the default value of mnemonics-visible (*)
  be9dca5... widget: Bring back _gtk_widget_list_controllers()
  60c344f... bindings: Replace GtkBindingArg arguments with GVariant
  96861dd... bindings: Add gtk_binding_entry_add_signal_variant()
  87c78d7... bindings: Parse into GVariantBuilder directly
  5dcf2a6... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  9768a39... shortcutcontroller: Introduce
  83de0fc... bindings: Split out function to invoke an action signal
  7c68db6... gtk: Add GtkShortcut
  a1b8d4b... widget: Add gtk_widget_class_add_shortcut()
  292dc35... bindings: Add more variant types
  0dae5f1... window: Port bindings to use shortcuts
  c7b29e8... shortcut: Add GtkShortcutTrigger
  f2dc15d... trigger: Add an alternative trigger
  dd2f307... assistant: Port bindings to use shortcuts
  f6a46af... combobox: Port bindings to use shortcuts
  ca9a85c... shortcut: Add gtk_shortcut_set_callback()
  d263920... text: Port bindings to use shortcuts
  34d6a77... dialog: Port binding to use shortcuts
  9a01795... widget: Port bindings to use shortcuts
  c9e5b6c... treeview: Port bindings to use shortcuts
  fe78b0e... shortcutcontroller: Add private API for running class short
  014697e... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  cbef615... toolbar: Port bindings to use shortcuts
  e2b220b... filechooserwidget: Port bindings to use shortcuts
  b1c1207... textview: Port bindings to use shortcuts
  e5fccf2... spinbutton: Port bindings to use shortcuts
  403c4bc... paned: Port bindings to use shortcuts
  31253a7... flowbox: Port bindings to use shortcuts
  fcff31b... shortcutswindow: Port bindings to use shortcuts
  07d59c7... shortcutssection: Port bindings to use shortcuts
  952dc36... searchentry: Port bindings to use shortcuts
  f0fe290... scrolledwindow: Port bindings to use shortcuts
  a162718... scalebutton: Port bindings to use shortcuts
  2dbbf87... scale: Port bindings to use shortcuts
  4f3b07e... notebook: Port bindings to use shortcuts
  338860e... menushell: Port bindings to use shortcuts
  6f39501... menu: Port bindings to use shortcuts
  0075757... menubar: Port bindings to use shortcuts
  9330836... listbox: Port bindings to use shortcuts
  6df50b7... label: Port bindings to use shortcuts
  a98d968... infobar: Port bindings to use shortcuts
  2727ea7... iconview: Port bindings to use shortcuts
  5dcd499... combobox: Redo key event forwarding hack
  53eae15... treeview: Redo event forwarding hack
  f4a1271... accelgroup: Actually have a default mod mask
  a8d83b1... passwordentry: Remove unused header
  712b726... eventcontrollerkey: Remove binding handling
  90a6c4c... popovermenu: Port away from GtkBindings
  ff5ed9d... gtk: Remove bindings
  1c1a5f2... model button: Use simpler api for accels
  3672f35... accellabel: Get rid of class variables
  8127748... accellabel: Move gtk_accelerator_get_label() code
  284233b... accelgroup: Add gtk_accel_group_print_label()
  8b3fc49... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  ec6a04c... shortcutcontroller: Add GtkShortcutScope
  5ebd1a1... gtk-demo: Add a dumb demo for shortcut triggers
  6e9ec0a... gdk: Remove GDK_RELEASE_MASK
  393e456... window: Get rid of public APIs that shouldn't be
  210df8c... window: Put F10 accelerator into its own shortcut controlle
  7c1d8da... shortcuttrigger: Add support for mnemonics
  ff69db9... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  d19da25... label: Implement mnemonics using shortcuts
  800d56a... shortcutmanager: Add
  c3b5dea... menu: Implement GtkShortcutManager
  c58109b... window: Remove all old mnemonic handling API
  87e8b8c... menushell: Remove old mnemonic handling
  9be64e9... gtk: Remove accel paths
  2878e9b... gtk: Remove GtkAccelMap
  03db0bd... accelgroup: Remove unneeded APIs
  e93242a... shortcut: Add GtkShortcutAction
  a959d24... shortcut: Change the API for creating shortcuts
  01c6444... gtk-demo: Port the sliding puzzle demo to shortcuts
  65d8e1a... shortcutcontroller: Implement GListModel
  a0ae8af... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
  1d538c6... widget: Keep keybindings as a GListStore
  42f091f... shortcutaction: Add gtk_shortcut_action_to_string()
  52ebe85... gdk: Make gdk_keyval_name() return a const char
  7350488... shortcuts: Mananage managed shortcuts with a custom model
  f148815... shortcuttrigger: Add hash(), equal(), and compare() functio
  d12b54f... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
  202f78a... accel: Add display arg to gtk_accelerator_parse_with_keycod
  06b2faf... application: Replace accelerator handling with shortcuts
  7b918a5... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
  16451b0... shortcutaction: Integrate with GtkBuilder property parsing
  eedcf6b... shortcutcontroller: Implement GtkBuildable
  f660fd2... gtk-demo: Redo builder example to use shortcuts
  742831a... testgtk: Port keyval example to shortcut controllers
  3e57d2d... widget: Remove gtk_widget_add_accelerator()
  87b7077... doc tools: Create AccelLabel image without using GtkAccelGr
  05e5d3c... testsuite: Remove GtkAccelGroup usage
  0801ceb... testmenubutton: Don't create a GtkAccelGroup
  dac4ba6... accels: Remove GtkAccelGroup
  173d3f9... filechooser: Remove outdated hack
  ffd503f... filechooser: Trigger the location popup via bindings
  c7a0082... shortcuttrigger: Filter a few modifiers out
  cf1bb88... shortcutcontroller: Unref shortcut proper
  a0031ba... Add gtk_widget_class_bind_action
  9b809bf... window: Use gtk_widget_class_bind_action
  ef09d3b... shortcut controller: Make model readable
  ec07809... inspector: Show shortcut actions and triggers
  c6d0b0a... inspector: Add a quick shortcuts page
  4849d71... inspector: Show owners for shortcuts
  fd79e6a... Set names on shortcut controllers
  6833612... label: Remove mnemonics when unmapped
  1b41cbc... Implement group cycling
  35bcad1... shortcut controller: Factor out a helper
  2d4be7e... popover menu: Implement shortcut manager
  8df95a4... popover menu: Make mnemonics visible
  73af6cc... model button: Stop parsing accels
  ebe1a25... model button: Drop accel lookup hack
  6977a00... action muxer: Support injecting shortcuts
  c1baeb5... widget: Pass shortcuts to the action muxer
  d369db9... text: Convert bindings from signals to actions
  c87ff23... widget_factory: Stop using GtkApplication for accels
  7a1fa1d... widget: Unset propagation limits for shortcut managers
  7298e99... text: Add more actions
  9166aa0... text: Convert bindings to actions
  0b84513... text: Stop using keybinding signals internally
  9815365... text: Drop keybinding signals
  6c09b52... Redo default activation in entries
  e71d666... docs: Make the shooter build again
  830bdc3... entry: Silence gtk-doc warnings
  c5eedd3... password entry: Silence gtk-doc warnings
  462241e... shortcut action: Silence gtk-doc warnings
  fc40bb7... shortcut controller: Silence gtk-doc warnings
  c403c20... shortcut trigger: Silence gtk-doc warnings
  9a29c81... textview: Quiet a compiler warning
  d81557e... widget: Quiet a compiler warning
  0855626... flowbox: Avoid warnings in class init
  c68d5c8... introspection test: Update
  4c65765... text: Documentation for actions
  ca4ac89... tests: Skip GtkShortcutsController::model

(*) 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]