[glade3] Created tag GLADE_3_7_3
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Created tag GLADE_3_7_3
- Date: Thu, 6 Jan 2011 10:51:39 +0000 (UTC)
The unsigned tag 'GLADE_3_7_3' was created.
Tagger: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Jan 6 19:58:20 2011 +0900
Rolling Glade 3.7.3
Changes since the last tag 'GLADE_BEFORE_REMOVING_DEPRECATED':
Andre Klapper (1):
Update POTFILES.in to make l10n.gnome.org happy. Fixes bug #624209.
Andrea Zagli (1):
[l10n] Updated Italian translation
Aron Xu (3):
Update Simplified Chinese translation.
Complete Simplified Chinese translation.
Small update of Simplified Chinese translation.
Ask H. Larsen (1):
Updated Danish translation
Benjamin Otte (1):
small build fix
Branko KokanoviÄ? (1):
Updated Serbian translation
Carles Ferrando (1):
Updated Catalan (Valencian) translation
Chao-Hsiung Liao (2):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Christian Persch (1):
Use locale-independent strtod & dtostr
Christian.Kirbach (1):
Updated German translation
Christopher Swift (1):
Updated British English translation
Claude Paroz (1):
Updated French translation
Daniel Nylander (2):
Updated Swedish translation
Updated Swedish translation
Fran Diéguez (3):
Fixed headers in galician translation file
Updated Galician translations
Updated Galician translations
Gabor Kelemen (3):
Updated Hungarian translation
Updated Hungarian translation
Updated Hungarian translation
Gheyret T.Kenji (3):
Added UG translation
Added UG translation
Added UG translation
Gintautas Miliauskas (1):
Updated Lithuanian translation (thanks to Aurimas Cernius).
Hiroyuki Sekihara (1):
Added Japanese translation of help document
Ivar Smolin (2):
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
Johannes Schmid (2):
project-model: Don't be picky about non-existing children
gladeui: Fix previewer build
Jordi Mas (1):
Fixes to Catalan translation
Jorge González (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Leonid Kanter (3):
updated Russian translation by Yuri Myasoedov
Updated Russian translation from Yuri Myasoedov
Updated Russian translation from Yuri Myasoedov
Lucian Adrian Grijincu (1):
Added Romanian translation
Marek Ä?ernocký (1):
Updated Czech translation
Mario Blättermann (1):
[i18n] Updated German translation
Matej UrbanÄ?iÄ? (1):
Added sl for Slovenian translation
Pablo Castellano (3):
Fix macro to use gtk_adjustment_set_* instead of the obsolete adj->*
Add --with-gtk=2.0|3.0 configure flag
Updated .gitignore files
Peter Kragelj (5):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Petr Kovar (1):
Update Czech translation by Marek Cernocky
Philip Withnall (1):
Update British English translation
Piotr DrÄ?g (2):
Updated Polish translation
Updated Polish translation
Takayuki KUSANO (4):
Fix conflict.
Forgot to update DOC_LINGUAS for 'ja'.
Updated Japanese translation
Fix Japanese translation
Takeshi AIHANA (1):
Updated Japanese translation.
Tao Wang (2):
Update Simplified Chinese translations.
Update Simplified Chinese translations.
Tristan Van Berkom (99):
* configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> glade
* gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old fashioned custom widgets from glade-2.
Changes for GTK+ 3.0 cleanup
Fixed expand/fill child properties to be save-always
* plugins/gtk+/glade-gtk.c: Fixed glade_gtk_frame_add_child() to remove any previous placeholders.
* gladeui/glade-project.c: - Simplified code to use glade_widget_get_children() instead of glade_widget_adaptor_get_children() - Added treemodel stamp and attempt to stamp and validate all GtkTreeIters.
* gladeui/glade-project.c: Applied Johannes Schmid's changes in bug 623879.
Simplified a return_if_fail() statement
* gladeui/glade-project.[ch]: - Added MISC column to the project model (displayable information about whether the widget is an internal child of a composite widget or a frame's label or notebook's tab).
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed GtkComboBox/GtkIconView popup actions (was missing the GtkWidgetClass actions such as add/remove parent) Fixes bug 628146.
* plugins/gtk+/glade-gtk.c: Enable GtkAssistant(child):complete property and override property name and tooltip for the Glade environment to say: "Initially Complete"/"Whether this page will initially be marked as complete regardless of user input."
Fixed changelog
* gladeui/glade-inspector.c, gladeui/glade-named-icon-chooser-dialog.c: Some build fixes to help compile against GTK+ 3.0
* configure.ac: Default GTK+ version is 3.0, compiling --with-gtk=2.0 is just a hack to enable building glade for 2.0 while it doesnt run for 3.0.
* gladeui/glade-inspector.c: Fixed project leakage at dispose time.
2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita gmail com>
Adding missing previewer program from last commit.
Revert " * configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> glade"
Revert " * gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old"
Fixing makefile and pre-bumping the version.
Fixed double declaration of LT_LIBRARIES
* gladeui/glade-project.c: Cleanup glade_project_remove_object(), make sure row_deleted is fired before modifying internal data structures (and dont use the glade_util_ function to find a widget iter).
* plugins/gtk+/glade-gtk.c: Fixed errors when undoing the addition of notebook pages. The problem at length was an issue of orphaned project widgets left in the project model.
Minor code cleanup in glade-command.c
* gladeui/glade-widget.[ch], gladeui/glade-project.c, plugins/gtk+/glade-gtk.c: Cleanup object ref count cycles, now GladeProject just releases all widgets from the project and keeps a reference to the GladeWidget instead of the GObject, GladeWidget is now GInitiallyUnowned and GladeProject assumes ownership when objects are added to the project (glade-gtk.c in this patch avoids needlessly adding a widget to the project that will be implicitly added, now glade-gtk.c does not directly manually add any widgets to the project).
removed g_print trace from GladeWidget
* gladeui/glade-widget.c, gladeui/glade-project.c: Fixed some final things with new GInitiallyUnowned strategy, push superuser mode at dispose time so that the plugin doesnt screw up, also hold a ref to widgets being rebuilt since they can go out and into the project.
* plugins/gtk+/glade-gtk.c: Make sure any manually created glade widgets pass through glade_widget_add_child() and get a proper ref from the parent (fixing more last minute crahsers).
* gladeui/glade-project.c: Fix glade_project_fix_object_props() to copy the list which risks changing order while iterating.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Avoid warnings when loading glade files.
* plugins/gtk+/gtk+.xml.in: Ignore "resize-mode" property incase of crashes (as reported in bug 622996).
* gladeui/glade-palette.c: Add a label in a box to the palette items to avoid the evil ellipsization.
* plugins/gtk+/glade-gtk.c: Fixed crash with notebook rebuilding children (bug 365462).
* plugins/gtk+/glade-gtk.c: Avoid using gtk_combo_box_set_entry_text_column directly (build for GTK+ 2.20).
* gladeui/glade-project.c: Notify iter changes when the widget name changes, increment project iter stamp before notifying row-inserted (old iters are invalid, the new iter persists), fixed leaked GtkTreePath when rows are inserted.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed GtkComboBox to handle cell-layout children as well as the possible internal entry (fixes bug 581580).
* gladeui/glade-base-editor.c: Fixed glade_base_editor_dispose to not access the signal editor, it's automatically destroyed as being a child of the editor.
* plugins/gtk+/glade-gtk.c: Set added treeviewcolumns to fixed sizing mode if the treeview is set to use fixed height mode (closing bug 596480).
* gladeui/glade-inspector.c: - Avoid changing project selection when selection is cleared, selection get's cleared when the user changes a widget name and a filter is applied (removing the entry from the filtered model), avoiding syncing project selection avoids making the editor disappear when the user changes a widget name (fixes bug 604322). - Also plugged some leaked objects retrieved by gtk_tree_model_get().
Removing false warning
* plugins/gtk+/glade-gtk.c: Fixed floating project menus when context menu is fired (bug 141714).
* gladeui/glade-project.[ch], gladeui/glade-app.[ch], src/glade-window.c: Removed notion of project "instance_count" which is now unused.
* plugins/gtk+/gtk+.xml.in: Setting dialog type-hint default to Dialog (closes old bug 459917)
* gladeui/glade-project.c: Removing frame shadow (and label) from project preferences (bug 574098).
* plugins/gtk+/gtk+.xml.in: default adjustment page size -> 0 (bug 585085).
* gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed()
* plugins/gtk+/glade-gtk.c: - Defensively avoid crash when setting entry icon tooltips - Add version check macro to compile with GTK+ 2.20
* plugins/gtk+/glade-gtk.c: Fixed crashes when textview's buffer is deleted, fix by Martin Schlemmer, bug 609748.
* gladeui/glade-project.c: Fixed crasher when adjusting project naming policy (bug 622528, thanks goes to Sébastien Granjoux and Martin Schlemmer for looking at this one).
Added version check to avoid warnings with GTK+ 2.20
Added windows thingy for previewer build.
Readded 3.8 files to POTFILES.in (for 3.8 branch only).
* NEWS, configure.ac: Rolling 3.7.2.
Removing ugly line in NEWS
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support for deprecated GtkOptionMenu.
* gladeui/glade-project.c: Restore proper sorting of objects at save time.
* gladeui/glade-property-class.c: Properly order object properties
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Alphabetically sort GtkBox children for save.
* plugins/gtk+/glade-gtk.c, po/*.po: Fixed 'controled' typo with updates to po files, patch by Matt Woelfel for bug 633957.
* src/Makefile.am, gladeui/Makefile.am, plugins/gtk+/Makefile.am, plugins/gnome/Makefile.am: Fixed makefiles as per bug 521713 (patch initially by Daniel Macks).
* gladeui/glade-editor-property.c: Hide editor properties when the property is not available on the widget, bug 585299, fix by Marco Diego Aurélio Mesquita.
* gladeui/glade-editor-property.c: Unload currently loaded property in glade_editor_property_load_by_widget() when a NULL widget is specified or the property is not found.
* plugins/gtk+/glade-gtk.c: Fix alpha_sort_box_children() to give a consistent order to placeholders (bug 637534 fix by Marco Diego Aurélio Mesquita).
* plugins/gtk+/glade-gtk.c: Removed alpha_sort_box_children(), project needs to be sorted with box children by position, loading process depends on this.
Small code cleanup in GladeProject.
* gladeui/glade-widget.[ch]: Hide glade_widget_set_object(), improved reference count balancing and fixed segfaults upon closing projects that contain filechooser dialogs referenced by filechooserbuttons.
Moved unparenting of all widgets back to GladeProject at dispose time.
Removed debug prints from GladeProject
Fixed unused variables in GladeWidget source
* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-column-types.[ch]: Added glade_column_type_new() to create a GladeColumnType struct properly using g_slice_new0(). An occurance of allocating the struct with g_new0 was causing Glade to crash when freeing the block with g_slice_free (bug 637563). Many big thanks to Benjamin Otte for tracking down the problem.
* plugins/gtk+/glade-label-editor.c: Dont add invisible properties to the editor, instead the invisible editor-property gets tied to the life-cycle of the table it would have been added to (since recently glade_editor_property() explicitly shows/hides properties according to if thier widget actually has an instance of the property).
* gladeui/glade-project.c: Applying Marco Diego Aurélio Mesquita's patch to make the project preview only preview toplevels.
* gladeui/glade-editor.c: Fixed class header of GladeEditor to update when widgets unload (patch by Marco Diego Aurélio Mesquita, bug 637541).
* gladeui/glade-editor-property.c, gladeui/glade-property.c, gladeui/glade-widget.c, plugins/gtk+/glade-gtk.c: Fixing some discrepincies searching for properties as regular properties or packing properties. Now the conflicting "position" property on a GtkPaned widget packed into a GtkBox widget works properly (bug 637475).
Added loading objects dialog with progress and cancel.
* gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signal
* gladeui/glade-project.c: Added "parse-began" signal
Slightly modified notebook tab progress bar style (give it a good width)
* gladeui/glade-project.c: Fixed glade-project to unset the loading flag when loading project dependancies are not satisfied and there is an early return.
* gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/glade-app.[ch], src/glade-window.c, gladeui/glade-clipboard-view.[ch]: Removed GladeClipboradView completely.
* gladeui/glade-design-view.c: Made loading progress bar nicer looking and ellipsizing.
* gladeui/Makefile.am, gladeui/glade-project.c: Changed glade-previewer install name to glade-3-previewer, reserving the former name for parallel installable 3.10.
* plugins/gtk+/gtk+.xml.in: Updated catalog for 2.22 and 2.24 symbols.
* gladeui/glade-base-editor.c, gladeui/glade-command.c: Avoid setting a null name on a widget.
* plugins/gtk+/glade-tool-button-editor.c: Fixed unbalanced refcount of a sizegroup in the toolbutton editor.
* gladeui/glade-base-editor.c: Remove restriction for only GtkContainer widgets.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added editor to edit GtkAction/GtkActionGroup hierarchies.
Cleanup action editor.
Fixing action editor to disallow actions children of actions.
* gladeui/glade-project.c: Further fixing project dispose cycle, still leaking a little bit of memory for large projects but no crashes.
* plugins/gtk+/glade-gtk.c: Fixed loaded state of use-action-appearance so that it always loads as FALSE if there is no "related-action" at load time.
* gladeui/glade-property.c: Fixed glade_property_dup() to not incidentally sync the property object's value as a consequence of dupping (backend uses this to write properties with custom values and does not expect that).
Reordering ChangeLog.
* m4/python.m4: Applying patch to allow better builds on win32, patch by Dieter Verfaillie, bug 634978.
* plugins/gtk+/gtk+.xml.in: Setting "can-focus" as "save-always" for all widgets (bug 638079).
Removed some debug print form backend.
* gladeui/glade-project.c, gladeui/glade-id-allocator.c: Dont index unallocated memory when releasing a widget name that was never allocated (this can happen for loaded widgets with a number), fixes crash when setting naming policy for glom_developer.glade.
* NEWS: Rolling 3.7.3
Added glade-design-view to POTFILES.in
Xandru Armesto (3):
Added asturian language
Updated asturian translation
Updated asturian translation
Yair Hershkovitz (1):
Updated Hebrew translation
Yaron Shahrabani (4):
Updated Hebrew translation.
Updated Hebrew translation
Updated Hebrew translation
Updated Hebrew translation
YunQiang Su (1):
Update Simplified Chinese help translation.
noch (2):
Added Armenian translation - po file. Modified LINGUAS.
Updated hy.po file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]