summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename internal function glade_project_fix_object_props() to just glade_proje...Denis Washington2011-07-231-4/+5
* Make GladeProperty read and write transformation function namesDenis Washington2011-07-233-1/+68
* glade_eprop_property_finalized(): Set binding_id to 0 like the other signal h...Denis Washington2011-07-221-0/+1
* Don't show the target property as possible source property in the "Binding to...Denis Washington2011-07-201-1/+2
* Don't show the check/radio column in the "Bind to source..." dialog's object ...Denis Washington2011-07-201-27/+57
* Fix a crasher introduced during the GladeBinding->GladeProperty refactorDenis Washington2011-07-151-2/+6
* Properly remove a property binding if the binding source widget is removedDenis Washington2011-07-121-10/+82
* Merge branch 'master' into gbindingDenis Washington2011-07-090-0/+0
|\
| * [l10n]Updated Turkish translationMuhammet Kara2011-07-081-2470/+3039
| * [l10n]Added Catalan documentationDavid Aguilera2011-07-082-1/+860
| * Ignore GtkWindow:icon property. Fixes bug #654121 "workaround gtk segfault: i...Juan Pablo Ugarte2011-07-061-0/+1
| * Replaced deprecated GtkHBox, GtkVBox, GtkHPaned and GtkVPaned types inJuan Pablo Ugarte2011-07-062-32/+25
| * Updated Swedish translationDaniel Nylander2011-07-011-579/+902
| * Fixed C++ compiler errors when including glade.hJuan Pablo Ugarte2011-06-144-9/+14
| * Added UG translationAbduxukur Abdurixit2011-06-111-604/+616
| * Updated Galician translationsFran Diéguez2011-06-051-535/+543
| * [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-291-2204/+2475
| * Updated Esperanto translationKristjan SCHMIDT2011-05-261-2703/+2334
| * Updated Spanish translationJorge González2011-05-221-386/+396
* | Use "Unbinding [...]" instead of "Binding [...]" as undo/redo command descrip...Denis Washington2011-07-091-3/+6
* | [l10n]Updated Turkish translationMuhammet Kara2011-07-091-2470/+3039
* | [l10n]Added Catalan documentationDavid Aguilera2011-07-092-1/+860
* | Rename the OK button in the "Bind to source..." dialog to "Bind" and make it ...Denis Washington2011-07-071-1/+30
* | In the binding source chooser dialog, show uncompatible properties greyed out...Denis Washington2011-07-071-6/+40
* | Ignore GtkWindow:icon property. Fixes bug #654121 "workaround gtk segfault: i...Juan Pablo Ugarte2011-07-071-0/+1
* | Replaced deprecated GtkHBox, GtkVBox, GtkHPaned and GtkVPaned types inJuan Pablo Ugarte2011-07-072-32/+25
* | Give binding source chooser dialog a sensible interfaceDenis Washington2011-07-013-47/+181
* | Updated Swedish translationDaniel Nylander2011-07-011-579/+902
* | Make "Bind to source..." menu item visible even if the property is boundDenis Washington2011-07-011-5/+6
* | Add "Unbind" context menu item for properties and disable "Set default value"...Denis Washington2011-06-251-3/+14
* | Big refactor: Move all GladeBinding functionality directly into GladePropertyDenis Washington2011-06-259-591/+276
* | Fixed C++ compiler errors when including glade.hJuan Pablo Ugarte2011-06-174-9/+14
* | Implement "Bind property" command to undo/redo system and expose it as "Bind ...Denis Washington2011-06-175-0/+254
* | Fix typoDenis Washington2011-06-171-1/+1
* | Let GladeBindings disconnect created property-change handlers on finalizationDenis Washington2011-06-171-0/+3
* | Make glade_property_set_binding() accept NULL and prevent the binding from le...Denis Washington2011-06-171-3/+8
* | Added UG translationAbduxukur Abdurixit2011-06-131-604/+616
* | Remove wrong g_assert(), and avoid another in the case of incorrect GtkBuilde...Denis Washington2011-06-101-9/+12
* | Move #include to glade-binding.cDenis Washington2011-06-102-1/+1
* | Add forgotten NULL check to glade_binding_set_source()Denis Washington2011-06-101-3/+3
* | Take advantage of the fact that g_free (NULL) safely does nothingDenis Washington2011-06-101-11/+5
* | Simplified glade_editor_property_tooltip_cb() (thanks Juan!)Denis Washington2011-06-101-16/+18
* | Fix GladeProperty / GladeBinding ownership issues (thanks Juan!)Denis Washington2011-06-102-1/+13
* | Fix memory leak (thanks Juan!)Denis Washington2011-06-101-1/+9
* | Minor style fix (thanks Juan!)Denis Washington2011-06-101-2/+1
* | Actually show the binding source in the inspector tooltip, not the targetDenis Washington2011-06-101-3/+7
* | Make the labels of bound properties in the inspector bold-italicDenis Washington2011-06-101-3/+3
* | Output <binding> tags after <property> tags in the outputDenis Washington2011-06-101-2/+9
* | Removed call to glade_binding_write() from glade_property_write(), it's alrea...Denis Washington2011-06-101-5/+0
* | Actually establish the property bindings we're readingDenis Washington2011-06-102-9/+68