[gtk] (102 commits) Non-fast-forward update to branch gbsneto/shortcuts-rebased



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:

  0a806c7... widget: Bring back _gtk_widget_list_controllers()
  2c7867d... testgtk: Remove unused code
  6918fe1... x11: Actually call the finished func when finishing
  44b86de... bindings: Remove unused member variables
  349d0af... bindings: Hide structs
  b87d140... bindings: Make gtk_binding_entry_add_signall() private
  5e7e1ee... bindings: Replace GtkBindingArg arguments with GVariant
  35cad34... bindings: Add gtk_binding_entry_add_signal_variant()
  593b8c2... bindings: Parse into GVariantBuilder directly
  4de1a20... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  a4657e2... shortcutcontroller: Introduce
  6d2d7f2... bindings: Split out function to invoke an action signal
  b5192fd... gtk: Add GtkShortcut
  4fb412b... widget: Add gtk_widget_class_add_shortcut()
  069c180... bindings: Add more variant types
  fa4d9fb... window: Port bindings to use shortcuts
  14b7ba4... gsk: Fix annotations for ref()/unref()
  771262e... contentformats: Fix doc typo
  b526f83... shortcut: Add GtkShortcutTrigger
  40ea9d4... trigger: Add an alternative trigger
  c520c17... assistant: Port bindings to use shortcuts
  266dccc... combobox: Port bindings to use shortcuts
  508eaa2... shortcut: Add gtk_shortcut_set_callback()
  920fa5e... text: Port bindings to use shortcuts
  7294aa2... dialog: Port binding to use shortcuts
  1ddf2e7... widget: Port bindings to use shortcuts
  f6b22de... treeview: Port bindings to use shortcuts
  02c2052... shortcutcontroller: Add private API for running class short
  2b16760... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  90e6b27... toolbar: Port bindings to use shortcuts
  990e0a3... filechooserwidget: Port bindings to use shortcuts
  b733bc5... textview: Port bindings to use shortcuts
  f6e78b5... spinbutton: Port bindings to use shortcuts
  3c29286... paned: Port bindings to use shortcuts
  69e3d77... flowbox: Port bindings to use shortcuts
  3666c92... shortcutswindow: Port bindings to use shortcuts
  cd37f91... shortcutssection: Port bindings to use shortcuts
  d2c760e... searchentry: Port bindings to use shortcuts
  0bc940a... scrolledwindow: Port bindings to use shortcuts
  09cc422... scalebutton: Port bindings to use shortcuts
  f27e13d... scale: Port bindings to use shortcuts
  92f1847... notebook: Port bindings to use shortcuts
  cc9cc85... menushell: Port bindings to use shortcuts
  7c91b36... menu: Port bindings to use shortcuts
  bb416f6... menubar: Port bindings to use shortcuts
  2a68743... listbox: Port bindings to use shortcuts
  41a496e... label: Port bindings to use shortcuts
  690db48... infobar: Port bindings to use shortcuts
  f6fc2d6... iconview: Port bindings to use shortcuts
  4504985... combobox: Redo key event forwarding hack
  f7a2975... treeview: Redo event forwarding hack
  61620f3... accelgroup: Actually have a default mod mask
  2640985... passwordentry: Remove unused header
  7b8e3dc... eventcontrollerkey: Remove binding handling
  4fce170... gtk: Remove bindings
  44b2efc... accellabel: Get rid of class variables
  7c89a6a... accellabel: Move gtk_accelerator_get_label() code
  3576ed0... accelgroup: Add gtk_accel_group_print_label()
  e2334cf... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  42b5070... shortcutcontroller: Add GtkShortcutScope
  fd145b1... gtk-demo: Add a dumb demo for shortcut triggers
  2c9b406... gdk: Remove GDK_RELEASE_MASK
  8a35ef7... window: Get rid of public APIs that shouldn't be
  8b92b4d... window: Put F10 accelerator into its own shortcut controlle
  9d4fbc4... shortcuttrigger: Add support for mnemonics
  5329314... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  b1ab7f3... label: Implement mnemonics using shortcuts
  0afcff3... shortcutmanager: Add
  26e5bcf... menu: Implement GtkShortcutManager
  d6d944e... window: Remove all old mnemonic handling API
  2f2beff... menushell: Remove old mnemonic handling
  f617391... gtk: Remove accel paths
  c5e0c99... gtk: Remove GtkAccelMap
  82e6f8d... accelgroup: Remove unneeded APIs
  24de04e... shortcut: Add GtkShortcutAction
  08b03fd... shortcut: Change the API for creating shortcuts
  4012dac... gtk-demo: Port the sliding puzzle demo to shortcuts
  d43cba2... shortcutcontroller: Implement GListModel
  e3adae5... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
  254bdfb... widget: Keep keybindings as a GListStore
  8a3467e... shortcutaction: Add gtk_shortcut_action_to_string()
  da9ad83... gdk: Make gdk_keyval_name() return a const char
  cf986cf... shortcuts: Mananage managed shortcuts with a custom model
  87e2e32... shortcuttrigger: Add hash(), equal(), and compare() functio
  4eeb32f... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
  413717f... accel: Add display arg to gtk_accelerator_parse_with_keycod
  542ab21... application: Replace accelerator handling with shortcuts
  238af26... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
  4397b8b... shortcutaction: INtegrate with GtkBuilder property parsing
  0dd9ea3... shortcutcontroller: Implement GtkBuildable
  0f9197f... gtk-demo: Redo builder example to use shortcuts
  b5b40d8... testgtk: Port keyval example to shortcut controllers
  efdb058... widget: Remove gtk_widget_add_accelerator()
  c0aa8f3... doc tools: Create AccelLabel image without using GtkAccelGr
  a9894f1... testsuite: Remove GtkAccelGroup usage
  f20c0b8... testmenubutton: Don't create a GtkAccelGroup
  ca3798a... accels: Remove GtkAccelGroup
  33476c1... filechooser: Remove outdated hack
  13f88ac... filechooser: Trigger the location popup via bindings
  587a067... shortcuttrigger: Filter a few modifiers out
  485a046... shortcutcontroller: Unref shortcut proper

Commits added to the branch:

  599806c... Try again to fix profiler setup (*)
  5e629b7... widget: Bring back _gtk_widget_list_controllers()
  e8d82d5... testgtk: Remove unused code
  f512f47... x11: Actually call the finished func when finishing
  d6d2ef8... bindings: Remove unused member variables
  65799da... bindings: Hide structs
  f78dfd6... bindings: Make gtk_binding_entry_add_signall() private
  70791d1... bindings: Replace GtkBindingArg arguments with GVariant
  3651dda... bindings: Add gtk_binding_entry_add_signal_variant()
  0c49c86... bindings: Parse into GVariantBuilder directly
  7240bb5... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  fee432c... shortcutcontroller: Introduce
  1f6f98e... bindings: Split out function to invoke an action signal
  b7fa4b9... gtk: Add GtkShortcut
  d9ad85b... widget: Add gtk_widget_class_add_shortcut()
  d76e832... bindings: Add more variant types
  6dedd84... window: Port bindings to use shortcuts
  7cc6d09... gsk: Fix annotations for ref()/unref()
  71d2cd3... contentformats: Fix doc typo
  2c34403... shortcut: Add GtkShortcutTrigger
  fb6fcd4... trigger: Add an alternative trigger
  22b8e8a... assistant: Port bindings to use shortcuts
  40e5955... combobox: Port bindings to use shortcuts
  1759443... shortcut: Add gtk_shortcut_set_callback()
  fd36ebc... text: Port bindings to use shortcuts
  7acbf90... dialog: Port binding to use shortcuts
  42ffd53... widget: Port bindings to use shortcuts
  9d85a20... treeview: Port bindings to use shortcuts
  9a0895a... shortcutcontroller: Add private API for running class short
  d3e3586... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  3ca8744... toolbar: Port bindings to use shortcuts
  dc0e9b6... filechooserwidget: Port bindings to use shortcuts
  8606b28... textview: Port bindings to use shortcuts
  b030da4... spinbutton: Port bindings to use shortcuts
  1cf9844... paned: Port bindings to use shortcuts
  afe4b96... flowbox: Port bindings to use shortcuts
  92934bf... shortcutswindow: Port bindings to use shortcuts
  328be2b... shortcutssection: Port bindings to use shortcuts
  90634f5... searchentry: Port bindings to use shortcuts
  66341f9... scrolledwindow: Port bindings to use shortcuts
  9467c0b... scalebutton: Port bindings to use shortcuts
  19a63e2... scale: Port bindings to use shortcuts
  97ffd77... notebook: Port bindings to use shortcuts
  8d45e22... menushell: Port bindings to use shortcuts
  3211f94... menu: Port bindings to use shortcuts
  340488d... menubar: Port bindings to use shortcuts
  00f44a3... listbox: Port bindings to use shortcuts
  a4db489... label: Port bindings to use shortcuts
  a920b1c... infobar: Port bindings to use shortcuts
  f8199cd... iconview: Port bindings to use shortcuts
  1a14a00... combobox: Redo key event forwarding hack
  e79db09... treeview: Redo event forwarding hack
  5a3bfbf... accelgroup: Actually have a default mod mask
  93e3224... passwordentry: Remove unused header
  f72e186... eventcontrollerkey: Remove binding handling
  fb1aeea... gtk: Remove bindings
  1394f3e... accellabel: Get rid of class variables
  19284cb... accellabel: Move gtk_accelerator_get_label() code
  4683c5b... accelgroup: Add gtk_accel_group_print_label()
  58b4592... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  fe736e6... shortcutcontroller: Add GtkShortcutScope
  f97df1f... gtk-demo: Add a dumb demo for shortcut triggers
  23f6361... gdk: Remove GDK_RELEASE_MASK
  da4c3dc... window: Get rid of public APIs that shouldn't be
  f5ce3d0... window: Put F10 accelerator into its own shortcut controlle
  4bb1e9e... shortcuttrigger: Add support for mnemonics
  5c18658... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  413ba32... label: Implement mnemonics using shortcuts
  c6f8ac8... shortcutmanager: Add
  f991754... menu: Implement GtkShortcutManager
  aa8cf76... window: Remove all old mnemonic handling API
  b97496f... menushell: Remove old mnemonic handling
  e843c8b... gtk: Remove accel paths
  6cb9ff5... gtk: Remove GtkAccelMap
  b375275... accelgroup: Remove unneeded APIs
  8b3c767... shortcut: Add GtkShortcutAction
  846eeb4... shortcut: Change the API for creating shortcuts
  fbd4dee... gtk-demo: Port the sliding puzzle demo to shortcuts
  bcdc4fb... shortcutcontroller: Implement GListModel
  22402ee... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
  c9527eb... widget: Keep keybindings as a GListStore
  2d0619a... shortcutaction: Add gtk_shortcut_action_to_string()
  8bab77e... gdk: Make gdk_keyval_name() return a const char
  27921cb... shortcuts: Mananage managed shortcuts with a custom model
  db54ab8... shortcuttrigger: Add hash(), equal(), and compare() functio
  85e2670... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
  4beeb94... accel: Add display arg to gtk_accelerator_parse_with_keycod
  18479aa... application: Replace accelerator handling with shortcuts
  b05df6e... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
  acef01b... shortcutaction: INtegrate with GtkBuilder property parsing
  2ca3a97... shortcutcontroller: Implement GtkBuildable
  2ce477f... gtk-demo: Redo builder example to use shortcuts
  4d11456... testgtk: Port keyval example to shortcut controllers
  71d6b8e... widget: Remove gtk_widget_add_accelerator()
  8cb8631... doc tools: Create AccelLabel image without using GtkAccelGr
  bc37f9d... testsuite: Remove GtkAccelGroup usage
  e65ffb0... testmenubutton: Don't create a GtkAccelGroup
  3c72b31... accels: Remove GtkAccelGroup
  7e56028... filechooser: Remove outdated hack
  38a2c8a... filechooser: Trigger the location popup via bindings
  c7d157f... shortcuttrigger: Filter a few modifiers out
  2f7ed4b... shortcutcontroller: Unref shortcut proper

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