summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add org.gnome.Glade DBus interfacewip/xjuan/dbusJuan Pablo Ugarte2018-08-308-13/+552
| | | | | | | | | Add initial DBus iface implementation There is a r/w property called "project" to open and create new projects A AddObject method to create toplevel objects/templates and signals to keep track of handlers added to the project (HandlerAdded, HandlerRemoved, HandlerChanged and HandlerActivated)
* GladeProject: add handler signalsJuan Pablo Ugarte2018-08-304-3/+150
| | | | | | | Add add, remove, change and activate handler signals. These signals can be used to easily track signal changes in a project instead of connecting callbacks to every widget.
* GladeEditor: expose signal editor widget as a propertyJuan Pablo Ugarte2018-08-301-0/+12
|
* Update Galician translationFran Dieguez2018-08-291-1001/+1029
|
* Updated Czech translationMarek Cernocky2018-08-291-1182/+1003
|
* Update Korean translationChangwoo Ryu2018-08-281-1026/+1091
|
* Update Italian translationMilo Casagrande2018-08-281-998/+1025
|
* Update Indonesian translationKukuh Syafaat2018-08-261-999/+1021
|
* Update Kazakh translationBaurzhan Muftakhidinov2018-08-251-1018/+1054
|
* Updated French translationClaude Paroz2018-08-221-1192/+1010
|
* Update Romanian translationDaniel Șerbănescu2018-08-201-2398/+2697
|
* Update Brazilian Portuguese translationRicardo Silva Veloso2018-08-161-990/+1004
|
* Updated Lithuanian translationAurimas Černius2018-08-161-49/+48
|
* Update German translationTim Sabsch2018-08-161-549/+553
|
* Update Turkish translationEmin Tufan Çetin2018-08-141-88/+87
|
* Update Polish translationPiotr Drąg2018-08-121-44/+44
|
* Update Turkish translationEmin Tufan Çetin2018-08-121-1003/+1031
|
* GladeIntro: use name and buildable name to find widgetsJuan Pablo Ugarte2018-08-111-16/+69
|
* GladeWindow: simplify pointer mode actionsJuan Pablo Ugarte2018-08-112-30/+20
| | | | | Replace all pointer mode actions (select, drag, margin and align) with a new action "pointer-mode" with a mode parameter
* GladeWindow: move actions to GtkApplicationJuan Pablo Ugarte2018-08-114-35/+46
|
* Updated Lithuanian translationAurimas Černius2018-08-111-995/+1019
|
* Update Polish translationPiotr Drąg2018-08-111-520/+524
|
* Updated Slovenian translationMatej Urbančič2018-08-091-690/+694
|
* GladeEPropAttrs: use sane adjustment values for size and scale attrsJuan Pablo Ugarte2018-08-081-8/+12
| | | | Closes issue #324 "Spin Button Increment of Text Scale Attribute So Over"
* GtkActionable: add action-target propertyJuan Pablo Ugarte2018-08-082-44/+41
|
* Update German translationMario Blättermann2018-08-051-965/+973
|
* Update Polish translationPiotr Drąg2018-08-041-961/+968
|
* Updated Slovenian translationMatej Urbančič2018-08-031-759/+771
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-02232-6233/+6407
|
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-0215-27/+37
|
* GladeWindow: port to GtkApplicationJuan Pablo Ugarte2018-08-024-116/+101
| | | | | This will let us export actions on DBus as an entry point for integration with other IDE like Builder.
* Remove GladeInstantiable prefix from UIJuan Pablo Ugarte2018-08-023-4/+6
|
* GladeGtkBin: add initial support for GtkBin abstract classJuan Pablo Ugarte2018-08-023-1/+49
|
* GladeWidget: add support for abstract classesJuan Pablo Ugarte2018-08-024-21/+76
| | | | | | | | | In order to support templates with abstract parents glade_widget_read() will use a class with the GladeInstantiable prefix. So for a GtkBin template it will use GladeInstantiableGtkBin which of course has to derive from GtkBin. In turn glade_widget_write() will ommit GladeInstantiable prefix.
* widget-editor: Replace margin right/left for end/startCarlos Soriano2018-08-012-12/+86
| | | | | | | | | | | | They have been deprecated for some time now and break RTL languages. This works implements margin-end and margin-start and deprecates margin-left and margin-start. All four properties are shown to be able to upgrade from previous gtk3 versions, ideally this will be gone when Glade moves to gtk4. Closes https://gitlab.gnome.org/GNOME/glade/issues/319
* Updated Spanish translationDaniel Mustieles2018-07-311-107/+108
|
* GladeModelButton: improve editorJuan Pablo Ugarte2018-07-302-67/+59
|
* GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor:Juan Pablo Ugarte2018-07-303-2/+13
| | | | | | Add GVariant property type support Closes issue #303
* GladeModelButton: enable icon/iconic propertiesJuan Pablo Ugarte2018-07-302-5/+67
|
* Gtk plugin: add support for GFileIconJuan Pablo Ugarte2018-07-301-0/+2
|
* Add initial support for GFile type propertiesJuan Pablo Ugarte2018-07-264-13/+45
|
* Bump Gtk required version to 3.22Juan Pablo Ugarte2018-07-262-3/+3
|
* GladeGtkBox: improve children sort functionJuan Pablo Ugarte2018-07-261-17/+22
| | | | If the are two children with the same position, sort alphabetically by name.
* GladeGtkHeaderBar: Improve position packing property handlingJuan Pablo Ugarte2018-07-262-11/+137
| | | | | | | Return children sorted by position and update the other child position when changing it just like we do for GtkBox Fixes issue #301
* Turn error into warningAlberto Fanjul2018-07-261-1/+1
|
* Add OARS tagsnick richards2018-07-251-1/+30
|
* gitlabci: Add CI setupAlberto Fanjul2018-07-251-0/+60
|
* flatpak: Add manifestalbfan2018-07-251-0/+59
|
* Updated Spanish translationDaniel Mustieles2018-07-241-31/+20
|
* Updated Slovenian translationMatej Urbančič2018-07-111-86/+94
|