summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * plugins/gtk+/glade-gtk.c: Sync up size requests of fixed/layout childrenGLADE_3_6_4Tristan Van Berkom2009-06-062-0/+39
| | | | at load time (bug 584334).
* Updated Danish translationAsk H. Larsen2009-05-301-334/+319
|
* Fixing changelog so it does not indicate a non-existant release of 3.6.4...Tristan Van Berkom2009-05-271-1/+1
|
* * gladeui/glade-base-editor.c, gladeui/glade-inspector.c, ↵Tristan Van Berkom2009-05-277-10/+54
| | | | | | | | | | | gladeui/glade-palette-item.c, gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac, now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as on (event->button == 3) since Mac is missing the right mouse button and ports X server setup doesnt seem to emulate it. * gladeui/glade-property-class.c: Add me to authors.
* Rolling 3.6.4 releaseTristan Van Berkom2009-05-273-2/+6
|
* Updated Galician Translation.Antón Méixome2009-05-181-585/+361
|
* * gladeui/glade-base-editor.c: fixed bug in ↵Juan Pablo Ugarte2009-05-173-14/+27
| | | | | | | | | glade_base_editor_add_default_properties() It was setting the wrong type model. * gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class This helps a lot for custom composite widget.
* Updated Greek translationJennie Petoumenou2009-05-081-103/+257
|
* Updated Spanish translationJorge Gonzalez2009-05-041-273/+273
|
* Updated Catalan translation by Gil Forcada and David PlanellaDavid Planella2009-05-021-1269/+2980
|
* * gladeui/glade-project.c: Check project naming policy at add_object() time ↵Tristan Van Berkom2009-04-292-1/+8
| | | | (bug 580745).
* Updated Ukrainian translationMaxim V. Dziumanenko2009-04-281-1229/+2743
|
* * plugins/gtk+/glade-gtk.c:Juan Pablo Ugarte2009-04-242-2/+26
| | | | | | o fixed icon source state write bug on write_icon_sources() o fixed loading bug in glade_gtk_icon_factory_read_sources() we either use g_list_append() or steal/insert to add new icon sources
* * NEWS, configure.ac: Rolling 3.6.3Tristan Van Berkom2009-04-225-3/+21
| | | | * plugins/gtk+/gtk+.xml.in: Removed buggy query dialog from notebook (closing bug 578727).
* * src/glade-window.c: Removed hard coded size request to palette (Bug 579624)Tristan Van Berkom2009-04-222-6/+8
| | | | (added some default pane positions).
* 2009-04-22 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2009-04-223-7/+24
| | | | | | | | | * plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at least as unique as the widget they are created for) (bug 579565). 2009-04-22 Davyd Madeley <davyd@madeley.id.au> * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).
* * doc/gladepython.sgml: added Glade Python plugin documentation.Juan Pablo Ugarte2009-04-214-2/+94
| | | | * doc/gladeui-docs.sgml, doc/Makefile.am: added reference to the new docs.
* Add DOAP fileDavyd Madeley2009-04-211-0/+38
|
* * plugins/gtk+/gtk+.xml.in: Fixed GtkButton to only allow real stock items,Tristan Van Berkom2009-04-183-5/+12
| | | | gave GtkImage a default icon-size of GTK_ICON_SIZE_BUTTON (better than invalid).
* ...more selection paranoia..Tristan Van Berkom2009-04-181-1/+5
|
* * plugins/gtk+/glade-activatable-editor.c,Tristan Van Berkom2009-04-183-3/+16
| | | | | | gladeui/glade-editor-property.c: Maintain current widget selection during commits of related-action (was causing crashes when the selection changed as a result of a commit, bug 578869).
* Bumping required GTK+ version in the .pc and rolling 3.6.2.GLADE_3_6_2Tristan Van Berkom2009-04-164-3/+18
| | | | | | | | * configure.ac, NEWS, data/gladeui.pc.in: Bumping required GTK+ version in the .pc and rolling 3.6.2. svn path=/trunk/; revision=2189
* Added glade_gtk_cell_renderer_read_widget() and nowTristan Van Berkom2009-04-154-7/+76
| | | | | | | | | | | * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added glade_gtk_cell_renderer_read_widget() and now glade_gtk_cell_layout_read_child() doesnt load attributes if the object property has been explicitly specified in the Glade file (fixes bug 566928). svn path=/trunk/; revision=2188
* Updated Spanish translationJorge Gonzalez Gonzalez2009-04-122-10/+8
| | | | svn path=/trunk/; revision=2187
* ЗапускаетеNickolay V. Shmyrev2009-04-111-1/+1
| | | | svn path=/trunk/; revision=2186
* Updated Serbian translation (by Milan Skocic)Goran Rakic2009-04-103-0/+10470
| | | | svn path=/trunk/; revision=2185
* Updated Serbian translation (by Milan Skocic)Goran Rakic2009-04-101-0/+4
| | | | svn path=/trunk/; revision=2184
* GtkWindow adaptor was skipping GtkWidget adaptor when chaining up inTristan Van Berkom2009-04-072-2/+8
| | | | | | | | | * plugins/gtk+/glade-gtk.c: GtkWindow adaptor was skipping GtkWidget adaptor when chaining up in ->write_widget() (causeing atk props, accelerators and signals in libglade to be missed - bug 578211). svn path=/trunk/; revision=2183
* Rolling 3.6.1GLADE_3_6_1Tristan Van Berkom2009-04-0610-54/+75
| | | | | | | | | | | | | | * NEWS, configure.ac: Rolling 3.6.1 * gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was. * gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). svn path=/trunk/; revision=2181
* Fixed Czech translation.Petr Kovar2009-03-312-9/+13
| | | | | | | | 2009-03-31 Petr Kovar <pknbe@volny.cz> * cs.po: Fixed Czech translation. svn path=/trunk/; revision=2180
* Updated Czech translation by Václav Švejcar.Andre Klapper2009-03-302-298/+302
| | | | | | | | | 2009-03-30 Andre Klapper <a9016009@gmx.de> * cs.po: Updated Czech translation by Václav Švejcar. svn path=/trunk/; revision=2179
* Fixed Mal-ordering of atk properties, signals and accelerators in LibgladeTristan Van Berkom2009-03-254-17/+57
| | | | | | | | | | | | | | | Fixed Mal-ordering of atk properties, signals and accelerators in Libglade format output. * gladeui/glade-widget.[ch]: Now export glade_widget_write_signals(), only write signals from the core when in builder format. * plugins/gtk+/glade-gtk.c: glade_gtk_widget_write_widget(), write properties out as "properties -> atk -> signals -> accelerators when in libglade format, leave signals to core when in builder format. svn path=/trunk/; revision=2178
* Fix broken hash table maintenence in glade_widget_remove_property() (bugTristan Van Berkom2009-03-232-1/+9
| | | | | | | | * gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). svn path=/trunk/; revision=2177
* Fix win32 crasher (bug 575206) again (seems I missed it was klass->nameTristan Van Berkom2009-03-233-5/+13
| | | | | | | | | * gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was svn path=/trunk/; revision=2176
* fixed a little win32 crasherTristan Van Berkom2009-03-222-2/+8
| | | | svn path=/trunk/; revision=2175
* Updated Slovenian translationMatej Urbančič2009-03-181-375/+226
| | | | svn path=/trunk/; revision=2174
* Updated Arabic translationDjihed Afifi2009-03-182-1128/+2741
| | | | svn path=/trunk/; revision=2173
* Updated Slovenian translationMatej Urbančič2009-03-161-873/+1017
| | | | svn path=/trunk/; revision=2172
* Rolling Glade 3.6.0GLADE_3_6_0Tristan Van Berkom2009-03-165-15/+67
| | | | | | | | | | | | | * NEWS, configure.ac: Rolling Glade 3.6.0 * gladeui/glade-command.c: Remove widgets from their project before removing them from their parents (fixes bug 567809) * src/glade-window.c: Dont access NULL GError when glade_project_save() returns FALSE with no error (user canceled save) (Fixed bug 574706). svn path=/trunk/; revision=2170
* maithili addedRajesh Ranjan2009-03-163-0/+5236
| | | | svn path=/trunk/; revision=2169
* Updated Japanese translation.Takeshi AIHANA2009-03-152-1286/+2825
| | | | | | | | 2009-03-16 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=2168
* Updated Greek Translation by Jennie Petoumenou.Kostas Papadimas2009-03-142-1335/+3445
| | | | svn path=/trunk/; revision=2167
* Updated French translation.Claude Paroz2009-03-142-512/+530
| | | | | | | | 2009-03-14 Claude Paroz <claude@2xlibre.net> * fr.po: Updated French translation. svn path=/trunk/; revision=2166
* Translation updated.Gabor Kelemen2009-03-142-2/+5
| | | | | | | | | 2009-03-14 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=2165
* Updated Danish translationKenneth Nielsen2009-03-142-526/+527
| | | | svn path=/trunk/; revision=2164
* Updated Russian translation.Nickolay V. Shmyrev2009-03-131-419/+435
| | | | | | | | | 2009-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=2163
* Updated Malayalam TranslationAni Peter2009-03-131-0/+4
| | | | svn path=/trunk/; revision=2162
* Updated Malayalam TranslationAni Peter2009-03-131-1183/+2728
| | | | svn path=/trunk/; revision=2161
* Updated Galician translationIgnacio Casal Quinteiro2009-03-132-1272/+2823
| | | | svn path=/trunk/; revision=2160
* Updated German translation.Hendrik Richter2009-03-132-221/+178
| | | | | | | | 2009-03-13 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=2159