[glade3] Created tag GLADE_3_7_1
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Created tag GLADE_3_7_1
- Date: Fri, 14 May 2010 22:02:43 +0000 (UTC)
The unsigned tag 'GLADE_3_7_1' was created.
Tagger: Tristan <tristan lightning (none)>
Date: Fri May 14 17:35:50 2010 -0400
Tagging 3.7.1 release
Changes since the last tag 'GLADE_3_7_0-GOOD_TAG':
Christian Persch (1):
Save glade files with UTF-8 encoding
Daniel Nylander (1):
Updated Swedish translation
Federico Mena Quintero (1):
bgo#594231 - Fix vertical orientation of VBoxes and other vertical widgets
Fran Diéguez (3):
Updated Galician translation
Updated Galician translation
Updated Galician translation
Francisco Diéguez (1):
Updated Galician translations
Gintautas Miliauskas (1):
Updated Lithuanian translation.
Inaki Larranaga Murgoitio (3):
Updated Basque language
Updated Basque language
Updated Basque language
Javier Jardón (3):
Do not show the event box in signal editor
Update POTFILES.in file
Remove some unneded GTK+ version checks
Johannes Schmid (25):
gladeui: Add glade_widget_get_children() convenience layer
gladeui: Initial tree model for GladeProject
gladeui: Fix a Gtk-Critical in GladePalette
gladeui: Finished tree model for GladeProject
gladeui: fixed addition and removal of widgets
gladeui: Added nice enum for the model columns
gladeui: Port inspector to use GladeProject as GtkTreeModel.
glade-widget: Don't duplicate the list of children
glade-inspector: Fixed searching and removed lots of obsolete code
glade-project: Fixed bug in glade_project_get_widget_by_name()
glade-widget: Don't list children without associated GladeWidget but do it in-place
signal-editor: clean-up public members and remove silly signals all over.
signal-editor: move column-enum from .h to .c as it is really a private thing.
signal-editor: As this derives from GtkVBox there is no need to call get_widget()
glade-widget: Add a g_return_if_fail() if we cannot find an apator for widgets
Fix selection handling in inspector and deleting of widgets
Fix glade_widget_get_children() to always return a correct list
glade-inspector: Add a GtkEntryCompletion to the search entry
Remove debug messages
Allow destroying (and recreation) of GladeApp object
Make all members of GladeSignalClass const as they should.
Free the signals correctly
Improved search to us partial match instead of prefix match
inspector: Bring back old search entry
Cache the list of objects in the projects
Jonh Wendell (1):
Given credits to pt_BR translator Antonio Fernandes
Jordi Serratosa (1):
Fixes to Catalan translation
Jorge González (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Marek Ä?ernocký (1):
Update Czech translation
Mario Blättermann (1):
Updated German translation
Mario Reyer (1):
Updated German doc translation
Olav Vitters (1):
Fix doap file
Thomas Thurman (1):
Updated Shavian transliteration
Tristan (4):
Merge branch 'master' into project-tree-model
Added ChangeLog entry for Johannes's work, fixed some compile warnings.
* gladeui/glade-widget.c: Added some clarification to the docs of glade_widget_get_children(), fixed glade_widget_get_children() to not call g_list_append() in a loop.
* configure.ac, NEWS: Rolling Glade 3.7.1
Tristan Van Berkom (33):
2010-03-11 Aaron Brown <aaron j brown hotmail com>
2010-03-20 Marco Diego Aurélio Mesquita <marcodiegomesquita gmail com>
2010-03-20 Javier Jardón <jjardon gnome org>
2010-03-24 Tristan Van Berkom <tvb gnome org>
* plugins/gtk+/gtk+.xml.in: Flag 'save-always' for 'can-focus' property on GtkEntry.
* gladeui/Makefile.am, gladeui/glade-palette.c: - Removed glade-palette-box.[ch], glade-palette-expander.[ch] and glade-palette-item.[ch]. - Integrated GtkToolPalette as the internal implementation of Glade's palette (bug 613956).
Fixed broken Makefile.am (still needed newly missing glade-palette-item.h)
* plugins/gtk+/gtk+.xml.in, plugins/gnome/gnome.xml.in, plugins/gnome/canvas.xml.in, plugins/gnome/gtkunixprint.xml.in: Added missing displayable values and rooted out latest resulting startup warnings for GTK+ 2.20.
fixing changelog.
2010-03-26 Tristan Van Berkom <tvb gnome org>
* gladeui/glade-marshallers.list, gladeui/glade-placeholder.c: Make GladePlaceholder a scrollable widget (hypothetically) to avoid runtime warnings.
* plugins/gtk+/glade-gtk.c: - Check for type compatibility before setting cell renderer attributes - Clear cell renderer attributes before setting liststore column types and resync them after (Avoids cricital warnings where the underlying data types changed and dont match the properties of the renderers) - Fill in the gaps in model data while loading some columns with non serializable types (fixes severe bug: model data was loaded with missing columns of data).
2010-03-28 Tristan Van Berkom <tvb gnome org>
* gladeui/glade-widget-adaptor.[ch]: Add a "scrollable" flag on the adaptor class vtable introspected by checking if (widget_class->set_scroll_adjustments_signal) != 0.
* gladeui/glade-xml-utils.h: Added "swapped" attribute definition
2010-03-28 Marco Diego Aurélio Mesquita <marcodiegomesquita gmail com>
2010-03-28 Tristan Van Berkom <tvb gnome org>
* plugins/gtk+/glade-model-data.c, plugins/gtk+/glade-attributes.c: Use GladeCellRendererIcon instead of GladeCellRendererButton which was more convoluted (included only an icon when editing).
2010-03-29 Tristan Van Berkom <tvb gnome org>
* gladeui/glade-editor-property.[ch]: - Give object dialogs a bigger default size and hide the column headers
Fixing typo in changelog
* gladeui/glade-editor-property.[ch]: - Fixed an assertion and page-size != 0 for adjustment properties in libglade mode
* gladeui/glade-signal-editor.c: - Reordered support icon to come before the signal name and let the column be user resizable along with the others (non-resizable unellipzised signal name columns expand over time)
* gladeui/glade-popup.c: Allow adding new actions to action groups from the palette ("Add widget here").
2010-03-30 Tristan Van Berkom <tvb gnome org>
* gladeui/glade-signal-editor.c: Fixed access to signal name in object dialog hander (was a crasher).
* plugins/gtk+/gtk+.xml.in: Removed GtkUIManager as its not really editable in Glade but still asks for an icon at startup.
* src/Makefile.am, src/glade-close-button.[ch]: Using Paolo Borelli's close button code for notebook tab close buttons.
* gladeui/glade-base-editor.c: Fixed to unref in ->dispose() and to unset the loaded widget in the signal editor when doing so.
* gladeui/glade-signal-editor.c: Save some space in treeview column headers.
* src/glade-window.c: - Added option to show/hide statusbar in the View menu and session data.
2010-04-01 Tristan Van Berkom <tvb gnome org>
* gladeui/glade-project.c: - Stop showing preferences at project new time (now we have tooltips that tell you this stuff), finally closing bug 574095.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]