gtk2/gtk/tools
Lubomir Rintel 1e7225aa1c builder-tool: Set the parent of newly created GtkAssistantPage
...and its property. Otherwise simplify_element() blows up when looking
up the hierarchy to determine a property type.

  $ gtk4-builder-tool simplify --3to4 /dev/stdin <<EOF
  > <?xml version="1.0" encoding="UTF-8"?>
  > <!-- Generated with glade 3.20.2 -->
  > <interface domain="nm-applet">
  >   <object class="GtkAssistant">
  >     <child>
  >       <object class="GtkBox" id="confirm_page">
  >       </object>
  >       <packing>
  >         <property name="page_type">confirm</property>
  >         <property name="complete">True</property>
  >       </packing>
  >     </child>
  >   </object>
  > </interface>
  > EOF
  /dev/stdin: Packing property GtkAssistant::page_type not found
  /dev/stdin: Packing property GtkAssistant::complete not found
  Segmentation fault (core dumped)
2019-05-30 11:39:09 +02:00
..
encodesymbolic.c
gdkpixbufutils.c Survive absence of librsvg without criticals 2019-04-18 00:14:00 +00:00
gtk4builder.its Namespace some auxiliary files 2019-04-01 08:30:39 -04:00
gtk4builder.loc Namespace some auxiliary files 2019-04-01 08:30:39 -04:00
gtk4builder.rng Namespace some auxiliary files 2019-04-01 08:30:39 -04:00
gtk-builder-tool-enumerate.c tools: Split gtk-builder-tool 2019-02-08 00:09:44 -05:00
gtk-builder-tool-preview.c tools: Split gtk-builder-tool 2019-02-08 00:09:44 -05:00
gtk-builder-tool-simplify.c builder-tool: Set the parent of newly created GtkAssistantPage 2019-05-30 11:39:09 +02:00
gtk-builder-tool-validate.c builder tool: Operate on multiple files 2019-02-08 00:09:44 -05:00
gtk-builder-tool.c builder-tool: Tweak --help output 2019-04-16 21:13:16 -04:00
gtk-launch.c
gtk-query-settings.c
gtkiconcachevalidator.c
meson.build Fix location on renamed files 2019-04-01 13:52:27 +01:00
updateiconcache.c