[glade] Created tag GLADE_3_16_1
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Created tag GLADE_3_16_1
- Date: Wed, 18 Dec 2013 21:38:10 +0000 (UTC)
The unsigned tag 'GLADE_3_16_1' was created.
Tagger: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Wed Dec 18 18:37:44 2013 -0300
Rolling 3.16.1
Changes since the last tag 'GLADE_3_16_0':
Carles Ferrando (1):
[l10n] Updated Catalan (Valencian) translation
Christian Kirbach (1):
Updated German translation
Gil Forcada (1):
[l10n] Update Catalan translation
Juan Pablo Ugarte (23):
Fixed Bug 702314 "Cancelling an Add Parent action is destructive"
Fixed _glade_dnd_dest_set() crash. thanks to Lubomir Rintel for pointing the problem.
Closes bug 711568 "[PATCH] glade crashes upon startup"
Fixed warning in recent_add() and recent_remove() when path is not absolute by prepending
g_get_current_dir() to it.
Report parsing error when loading a project. Fixes Bug 712289 "Glade silently fails to open
malformed ui file"
Sort object dependancy before saving using a topological sorting algorithm _glade_tsort() instead
of g_list_sort() with glade_widget_depends() which is not a transitive property.
Added toplevel-order test
Fixed bug in GtkScrolledWindow editor, vertical adjustmet was refering to the wrong property.
Remove timestamp from glade comment to avoid unnecessary changes in the file. Fixes Bug 711863
'Remove "Generated with glade" XML comment'
Fixed <requires> tag output GLADE_GTKBUILDER_HAS_VERSIONING check was broken for gtk >= 3.0
Fixed GtkBox virtual size property value on load. This bug was introduced by commit
787cc5cac5d1950ac57783478279a9135c640995 which fixed Bug 652655 "Setting entry on combobox moves the
widget"
Fixed cellrenderer model column combobox chooser. If treeview model is a filter or a sort model we
need to walk up until we find a tree or list store which is where glade have defined the model columns.
Fix issue with numeric property editors. We have to make sure glade_eprop_numeric_load() is not
called during glade_eprop_numeric_force_update() to prevent gtk_spin_button_set_value() changing the
the value the user is trying to input.
Fixed identation spaces in function declarations.
GladeWindow: disable keybinding used by glade in every widget in the workspace. Now its posible to
delete an GtkEntry with Delete again!
GladeProject: implemented GtkTreeModelIface with a GtkTreeStore proxy object.
_glade_tsort() simplyfied api by using a GList for edges instead of a custom linked struct since we
do not need the marginal speedup now that dependencies are only between toplevels. This allow us to
easily sort edges alphabetically.
GladeProject: Changed the way we calculate graph dependencies. Instead of using
glade_widget_depends() which implied N^2 invocations/iterations (where N is the numbers of objects in the
project) we now calcualte dependencies based on property references. This way we only have to iterace
over every object once to check the list of properties that constitute a reference to them.
GladeWidget: Removed get_toplevel() cache. This micro optimization in no longer needed and it was
incomplete.
Updated Readme
tests/create-widgets: skip GtkRecentChooser because it tries to remove an unknown source id
tests/toplevel-order: User GResource for test UI files to make sure it will work in distcheck
Rolling 3.16.1
tests/toplevel-order: added missing gresource file
Martin Srebotnjak (1):
Updated Slovenian translation
Piotr Drąg (1):
Updated POTFILES.skip
Richard Hughes (1):
Actually use intltool to merge in the AppData translations
Rūdolfs Mazurs (1):
Updated Latvian translation
Timm Bäder (1):
pango attribute editor: don't write on cancel for color/font
Tristan Van Berkom (1):
Bug 720585 - Fix order of customized property output.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]