blueprint-compiler/blueprintcompiler/language
James Westman a4ffdd944f language: a11y: Fix property names
Blueprint uses underscores in property/state/relation names, but
GtkBuilder expects dashes because it uses the glib names from the
GtkAccessible* enums.
2022-03-28 14:38:05 -05:00
..
__init__.py Fix mypy issues 2022-01-28 14:07:29 -06:00
attributes.py language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
common.py tests: Test that docs & completions don't crash 2022-03-19 18:16:25 -05:00
gobject_object.py perf: cache action widgets to don't recalculate it 2022-02-19 12:59:42 +03:00
gobject_property.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
gobject_signal.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_a11y.py language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
gtk_combo_box_text.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_file_filter.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_layout.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_menu.py Fix bug with inline menus 2022-02-21 14:12:56 -06:00
gtk_size_group.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_string_list.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_styles.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtkbuilder_child.py fix: use cached_property instead of cache and property 2022-02-19 12:52:34 +03:00
gtkbuilder_template.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
imports.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
response_id.py fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
ui.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
values.py tests: Test that docs & completions don't crash 2022-03-19 18:16:25 -05:00