summaryrefslogtreecommitdiff
path: root/gladeui/glade-adaptor-chooser.c
Commit message (Collapse)AuthorAgeFilesLines
* GladeWidgetAdaptorChooser: update automaticallyJuan Pablo Ugarte2020-08-241-16/+83
| | | | Update choosers when a new adaptor is registered
* GladeAdaptorChooser[Widget]: use GladeProject weak reference.Juan Pablo Ugarte2020-07-261-2/+14
| | | | | Use a weak reference for project to prevent holding a reference after the project is closed.
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-191-1/+1
| | | | Rename all macros starting with GWA to GLADE_WIDGET_ADAPTOR
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-0/+11
|
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-1/+1
|
* GladeAdaptorChooser: show group title in chooser with more than oneJuan Pablo Ugarte2017-12-301-6/+9
|
* GladeAdaptorChooser: implemented new class to replace paletteJuan Pablo Ugarte2017-12-301-0/+343
|
* Rename GladeAdaptorChooser to GladeAdaptorChooserWidgetJuan Pablo Ugarte2017-12-301-482/+0
|
* _GladeAdaptorChooser: add new APIJuan Pablo Ugarte2017-12-301-74/+115
| | | | | | Project is no longer a construct porperty. Move flags and project logic to filter funtion. Add _populate(), _add_catalog() and add_group() methods
* GladeAdaptorChooser: add GLADE_ADAPTOR_CHOOSER_SKIP_DEPRECATED flagJuan Pablo Ugarte2017-12-301-1/+2
| | | | From now on the chooser will include deprecated classes by default.
* GladeAdaptorChooser: created new widget to choose an adaptor.Juan Pablo Ugarte2014-05-131-0/+440
Used in GladePlaceholder and GladeDesignView to quickly create new widgets and objects. This should be more than enough to close Bug 708146 "Catalog search entry"