0.4.7
Bilal Elmoussaoui:
- gtk: Disable Builder pattern for Printer
- gtk: Disable Builder pattern for PrintJob
- gtk: Disable AppChoserDialog builder
- Disable Builder/Default for TreeListModel
- Add is method to fundamental types
- Add type_ function to other fundamental types
- gdk: Implement Value traits for Key
Jason Francis:
- gtk: Pass an object pointer into rust builder closures instead of weak ref
- gtk4: Add runtime type checks for template children
- gtk4-macros: Fix #[template(string)] and add a test for it
- gtk4-macros: Avoid copying the XML when using #[template(file)]
- gtk4: Add a #[gtk::test] attribute for unit tests
- gtk4-macros: Add failure tests
- gtk4-macros: Allow async template callbacks
- gtk4-macros: Verify missing template children with #[template(string)]
- gtk4-macros: Warn on possible missing #[template_child] attribute (nightly only
- gtk4: Add convenience traits for binding template callbacks to classes
Sebastian Dröge: