[balsa] (67 commits) Non-fast-forward update to branch popover



The branch 'popover' 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:

  60ae20f... pref-manager: Use GtkPopover for "Add" options
  d941d98... vfs: Port to GMenu
  67fec8c... libbalsa-vfs: New API to use with GMenu
  74fcca5... various: Port to new LibBalsaVfs API
  b7b906a... body: Add a gpointer user_data member
  ac9ee8c... mblist: Port the MRU menu to GMenu
  fbade7f... Various: Adapt to MRU menu changes
  a70affd... compose window: Break the attachment context menu
  7818f12... balsa-index: Port context menu to GtkPopover
  7b1b4e6... compose window: Improve popover placement
  c29bc7a... Bump Gtk requirement to 3.22
  466f21a... balsa-index: Improve context menu placement
  6d7b327... compose window: Improve context menu placement
  a74525d... balsa-message: Improve the GtkPopover popup
  b8f0be4... balsa-message: Port another popup to GtkPopover
  eae002d... balsa-message: Port the parts-menu to GtkPopover
  2dcfb84... balsa-index, balsa-message: Check GdkEvent
  09a360d... Various: Port menus to GtkPopover
  db66c3b... balsa-mime-widget-text: Port HTML popup
  0ee300b... Bump required versions
  be82f82... compose window: Port the language menu to GMenu
  1c72e6d... toolbars: Port the popup menu to GtkPopover
  2d119a6... Various: Be more systematic when making GMenu s
  159a79a... balsa-index: Improve popup positioning at pointer
  b4e7990... balsa-index: Change popup menu placement
  108a1ee... Fix some fallout from porting from *-event signals
  25d6bad... mime-widget-text: Connect to the "pressed" signal
  8c7cbb5... mime-widget-text: Use bmwt_html_ prefix
  0360375... compose-window: Use correct action-group
  bb575d6... Use BALSA_USE_POPOVER=0 environment var
  76f48dc... Use a BALSA_USE_POPOVER=0 environment variable
  f105114... pref-manager: Use GtkMenuButton
  55e351f... Various: Make GtkMenu versions work
  4d6387c... Various: Implement libbalsa_popup_widget_new()
  be08258... Various: Check GTK_IS_POPOVER() when popping down
  d004d46... Various: Actually launch the default app
  ae2fc9b... Various: Drop an unused parameter
  b744b9f... balsa-message: Use the correct GtkMenu
  4694ce8... Various: Implement libbalsa_popup_widget_popup()
  6197b4e... toolbar-factory: Make sure the popup is sensitive
  040d278... balsa-message: Pop up the parts menu at the button
  ecdb0d0... balsa-message: Pop down the parts popup
  72b24ab... libbalsa: In popup-widget, special case GtkToolbar
  d605114... libbalsa: When popping up, first check event
  be51afc... balsa-mime-widget-image: Set popover relative to
  3d15ba7... balsa-message: Restore toggle-all-inline to FALSE
  b81524e... Various: New API for libbalsa_popup_widget_popup()
  cd597a2... balsa-mime-widget-text: Simplify popping down
  06366c4... balsa-message: Use a GtkMenuButton for attachments
  a4176be... balsa-index: pop up the context menu on the left
  28a0d23... popup-widgets: Center the popup when shift-F10
  a504875... balsa-message: Manage menu settings
  befe0d7... balsa-message: Manage menu settings
  f6ab770... address-book-config: Add action-entries in helper
  95d0f82... balsa-index: Add action-entries in a helper
  0901c22... balsa-message: Add action-entries in a helper
  7bf5a01... mime-widget-text: Actually pop up a context menu
  39a2533... Various: Fill some menus with stateless GMenuItems
  873b3cb... Various: Fill some menus with stateless GMenuItems
  2299948... Various: Improve the MRU menu helpers
  34b3520... Minor cleanup
  bdd93cf... balsa-mblist: Add guards
  e7f35cd... Various: Drop libbalsa_{radio,toggle}_activated
  d47dfc1... balsa-index: Fix a typo

Commits added to the branch:

  33e398a... Updated Spanish translation (*)
  eaeb917... balsa-message: Restore text copy (*)
  f43026c... Merge branch 'master' of gitlab.gnome.org:GNOME/balsa (*)
  0b7118b... pref-manager: Use GtkPopover for "Add" options
  320a96e... vfs: Port to GMenu
  20f1ae2... libbalsa-vfs: New API to use with GMenu
  088d398... various: Port to new LibBalsaVfs API
  a00d81c... body: Add a gpointer user_data member
  bb62a0a... mblist: Port the MRU menu to GMenu
  23c7082... Various: Adapt to MRU menu changes
  16e35ad... compose window: Break the attachment context menu
  989bc49... balsa-index: Port context menu to GtkPopover
  f8b2b4c... compose window: Improve popover placement
  4d9af69... Bump Gtk requirement to 3.22
  7049e71... balsa-index: Improve context menu placement
  e4d0934... compose window: Improve context menu placement
  39886cc... balsa-message: Improve the GtkPopover popup
  dc3ec5c... balsa-message: Port another popup to GtkPopover
  36d7894... balsa-message: Port the parts-menu to GtkPopover
  eed7b46... balsa-index, balsa-message: Check GdkEvent
  28495c4... Various: Port menus to GtkPopover
  1afd8bf... balsa-mime-widget-text: Port HTML popup
  633e2d3... Bump required versions
  69951e5... compose window: Port the language menu to GMenu
  c39e2f3... toolbars: Port the popup menu to GtkPopover
  d0e9f37... Various: Be more systematic when making GMenu s
  6fb57f4... balsa-index: Improve popup positioning at pointer
  f8d369c... balsa-index: Change popup menu placement
  d95b20e... Fix some fallout from porting from *-event signals
  59e3945... mime-widget-text: Connect to the "pressed" signal
  bb3d89a... mime-widget-text: Use bmwt_html_ prefix
  c01ac89... compose-window: Use correct action-group
  13a133d... Use BALSA_USE_POPOVER=0 environment var
  7889c37... Use a BALSA_USE_POPOVER=0 environment variable
  b44af85... pref-manager: Use GtkMenuButton
  fdd87b6... Various: Make GtkMenu versions work
  4a27134... Various: Implement libbalsa_popup_widget_new()
  f8adc18... Various: Check GTK_IS_POPOVER() when popping down
  feef290... Various: Actually launch the default app
  c9d95f2... Various: Drop an unused parameter
  67e9e29... balsa-message: Use the correct GtkMenu
  bbf9391... Various: Implement libbalsa_popup_widget_popup()
  7e279b1... toolbar-factory: Make sure the popup is sensitive
  4d58286... balsa-message: Pop up the parts menu at the button
  8dcb63c... balsa-message: Pop down the parts popup
  d836108... libbalsa: In popup-widget, special case GtkToolbar
  2e7808f... libbalsa: When popping up, first check event
  17387a6... balsa-mime-widget-image: Set popover relative to
  ba59da5... balsa-message: Restore toggle-all-inline to FALSE
  1626eb6... Various: New API for libbalsa_popup_widget_popup()
  74498d8... balsa-mime-widget-text: Simplify popping down
  e203373... balsa-message: Use a GtkMenuButton for attachments
  e07d0bd... balsa-index: pop up the context menu on the left
  8e73839... popup-widgets: Center the popup when shift-F10
  65b3a41... balsa-message: Manage menu settings
  a008516... balsa-message: Manage menu settings
  8233e96... address-book-config: Add action-entries in helper
  1aa75fd... balsa-index: Add action-entries in a helper
  2661781... balsa-message: Add action-entries in a helper
  4127c7e... mime-widget-text: Actually pop up a context menu
  7cdef5a... Various: Fill some menus with stateless GMenuItems
  c478c49... Various: Fill some menus with stateless GMenuItems
  45cd9d0... Various: Improve the MRU menu helpers
  f30c1ef... Minor cleanup
  c943fbd... balsa-mblist: Add guards
  dc8d2f4... Various: Drop libbalsa_{radio,toggle}_activated
  628e7e4... balsa-index: Fix a typo

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