Merge 2.24.32-1 from Debian

Bug #1756372 reported by Amr Ibrahim
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gtk+2.0 (Ubuntu)
Fix Released
Medium
Simon Quigley

Bug Description

Please merge gtk+2.0 (2.24.32-1) from Debian. It's a bug-fix release.

Overview of Changes from GTK+ 2.24.31 to 2.24.32
================================================

* Build:
 - Support Visual Studio 2017

* Bug fixes:
 136059 Ctrl-navigation works in opposite direction in right-to-left text
 165385 Win32 keyboard handling still incomplete
 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
 468868 Popup of "appears-as-list" ComboBox does not change screen with its t...
 554057 Calling gtk_menu_shell_select_item() on GtkMenuBar can break grabs (a...
 569581 Using the US-Intl keyboard layout causes unexpected character combina...
 618160 Documentation for gtk_combo_box_get_active_iter is unclear
 658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_start()
 676550 Adding underlines to Label with gtk_label_set_pattern() does not work
 696624 Japanese (Korean/Chinese) XIM input mode indicator has not been worki...
 701296 gtkfixed accepts toplevel windows into its children list after gtk_wi...
 729651 Crash in GtkFileChooserButton with appears-as-list
 734946 Implement GContentType on OSX
 768722 Keyboard shortcuts for russian characters doesn't work
 769214 keyval field not filled correctly for Pause key
 772389 Appending a character to a GtkEntry control in overwrite mode rings t...
 772794 segfault when on unchecked XListInputDevices return value
 773587 recent-manager: Add a limit to the list's size
 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit...
 777683 SIGBUS due to gdk_x11_window_set_opacity
 778542 Use UTF-8 encoding for tooltips on files in the "recently used" list
 778811 Enter submenus when activating their parent item
 779009 Missing property-change::accessible-description events when the toolt...
 779081 GtkTextView: expose API to get Pango line direction
 779605 GLib-CRITICAL Source ID xxx was not found when attempting to remove it
 781020 GIMP UI vector icons are drawn way too small
 781605 GtkVolumeButton limited to 10 values
 785165 Set translation domain for parameter_string in gtk_init_with_args
 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget
 786771 Critical about mismatched GdkDisplays when opening Inspector combobox
 787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width
 787195 gtk_toolbar_set_show_arrow does not show an arrow
 787410 entry: fix memory leak
 788577 Global -GtkComboBox-appears-as-list breaks opening menu-mode CBs by k...

* Translation updates:
 Hungarian
 Indonesian
 Polish
------------------------------------------------

gtk+2.0 (2.24.32-1) unstable; urgency=medium

  * New upstream release
  * debian/libgtk2.0-0.symbols: Add symbols
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Drop patches applied in new release:
    - 0001-Don-t-use-guint32-with-XChangeProperty.patch
    - 0002-GtkMenuShell-always-activate-menu-shells.patch

 -- Jeremy Bicha <email address hidden> Sat, 20 Jan 2018 07:46:38 -0500

gtk+2.0 (2.24.31-5) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2

 -- Jeremy Bicha <email address hidden> Thu, 21 Dec 2017 14:05:20 -0500

tags: added: needs-debian-merge upgrade-software-version
Revision history for this message
Simon Quigley (tsimonq2) wrote :

I can take this merge.

Changed in gtk+2.0 (Ubuntu):
assignee: nobody → Simon Quigley (tsimonq2)
status: New → In Progress
Simon Quigley (tsimonq2)
Changed in gtk+2.0 (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Sebastien Bacher (seb128) wrote :
affects: gtk+2.0 (Ubuntu) → ubuntu
Changed in ubuntu:
status: In Progress → Fix Committed
affects: ubuntu → gtk+2.0 (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.9 KiB)

This bug was fixed in the package gtk+2.0 - 2.24.32-1ubuntu1

---------------
gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low

  * Merge from Debian Sid (LP: #1756372). Remaining changes:
    - d/libgtk2.0-0.symbols: update symbols file.
    - Modify 015_default-fallback-icon-theme.patch
      - Set fallback icon theme to Adwaita instead of gnome
    - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
      the reverse order
    - Add Ubuntu-specific patches:
      + debian/patches/012_ubuntu-set-grab-add.patch
        - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
          things in menus, needed by ido.
      + debian/patches/062_dnd_menubar.patch
        - Allow click on menubars for dnd.
      + debian/patches/063_treeview_almost_fixed.patch
        - Add an ubuntu-almost-fixed-height-mode property, (required for
          software-center).
      + debian/patches/071_no_offscreen_widgets_grabbing.patch:
        - Don't let offscreen widgets do grabbing.
      + debian/patches/090_logging_file_saves.patch
        - Improve the logging of saved files.
      + debian/patches/092_default_to_xdg_document_dir.patch:
        - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
          directory for the "Print to File" function.
      + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
        - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
          using it "icon-name and GIcon type of GtkImages can use automatic
          fallback names."; it will be useful for the indicator stack.
      + debian/patches/095_git_menus_scrolling.patch
        - Backported of a gtk3 commit fixing menu scrolling issues.
      + debian/patches/096_git_gtkprintsettings.patch
        - Backport an upstream git commit from the gtk3 series; don't ignore
          the gtkprintsettings resolution settings.
      + debian/patches/097_statusicon_image_fallback.patch
        - Make GtkStatusIcon images use fallbacks by default if the property
          is available.
      + debian/patches/098_multiarch_module_path.patch
        - Fallback to the pre-multiarch directory for compatibility.
      + debian/patches/099_printer_filename_fix.patch
        - Fix to the print dialog for print to file, make sure a non-hidden
          filename is the default.
      + debian/patches/100_overlay_scrollbar_loading.patch
        - Add support for dynamically loading overlay scrollbars.
      + debian/patches/gtk-shell-shows-menubar.patch
        - List gtk-shell-shows-menubar setting; that's required to have the
          local menubars hidding under Unity in favor of the Unity ones.
      + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
        - Make printing on remote DNS-SD/Bonjour-shared printers work.
      + debian/patches/backport_search_printer_location.patch
        - The list of printers should be searchable/sortable.
      + debian/patches/menubar_toolbar_dragging.patch
        - Allow windows to be dragged using blank spaces in the toolbar as
          well as the menubar.
      + debian/patches/use-secrets-service-for-cups-auth_info.patch
    - Remove reverse-applica...

Read more...

Changed in gtk+2.0 (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.