Opened 7 years ago

Closed 7 years ago

#9400 closed enhancement (fixed)

gtkmm3- 3.22.1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Summary: gtkmm3- 2.33.1gtkmm3- 3.22.1

3.22.1 (stable):

Unusually for a stable micro release, this release has some deprecations compared to 3.22.0, to match similar deprecations in GTK+ 3.22.x.

Gtk:

  • Container: Deprecate the child property. The underlying C property was deprecated in GTK+ 3.22.2.

  • FileChooserDialog: Deprecate the constructors that take a backend parameter.

  • Menu: Deprecate popup(). The underlying C functions were deprecated in GTK+ 3.22.2.

  • Widget:
    • Deprecate is_composited() and signal_composited_changed(). The underlying C functions were deprecated in GTK+ 3.22.3.
    • Deprecate drag_dest_set_proxy(). The underlying C functions was deprecated in GTK+ 3.22.3.
  • Window: Deprecate set_wmclass(). The underlying C functions was deprecated in GTK+ 3.22.2.

dk:

  • Screen: Deprecate get_number(), get_width(), get_height(), get_width_mm(), get_height_mm(), make_display_name(), get_n_monitors(), get_primary_monitor(), get_monitor_geometry(), get_monitor_workarea(), get_monitor_at_point(), get_monitor_at_window(), get_monitor_width_mm(), get_monitor_height_mm(), get_monitor_plug_name(), get_monitor_scale_factor(), get_active_window(). The underlying C functions were deprecated in GTK+ 3.22.2.
  • Visual: Deprecate get_system(), get_best(), get_best_depth(), get_best_type(). The underlying C functions were deprecated in GTK+ 3.22.3.

  • Deprecate process[_all]_updates(). The underlying C functions were deprecated in GTK+ 3.22.7.
  • Deprecate set_background(), get_background_pattern(), set_debug_updates(). The underlying C functions were deprecated in GTK+ 3.22.2.

Documentation:

  • Box: Correct the constructor documentation.
  • CellLayout: Improve docs of get_first_cell() funcs
  • Frame: Fix the documentation of set_label_align().
  • Label: Improve h/valign constructor documentation and the improve the parameter names.
  • TreeModel: Improve docs of foreach*() functions
  • Minor cleanup of examples and demos.
  • demo: Don't call Notebook::remove_page() with invalid index.

Build:

  • Update the Visual Studio builds.
  • GtkMainConnectionNode: Remove unused method.

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18861.

Note: See TracTickets for help on using tickets.