[glade] Created tag GLADE_3_9_2



The unsigned tag 'GLADE_3_9_2' was created.

Tagger: Tristan Van Berkom <tristan van berkom gmail com>
Date: Tue Feb 1 20:00:14 2011 +0900

    Tagging 3.9.2 release.

Changes since the last tag 'GLADE_3_9_1':

Daniel Mustieles (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Emilio Pozuelo Monfort (1):
      * plugins/gtk+/Makefile.am: Don't install .in files.

Fran Diéguez (3):
      QA of Galician translations
      QA of Galician translations
      Updated Galician translations

Gabor Kelemen (1):
      Change "Emotes" to "Emoticons"

Javier Jardón (2):
      configure.ac: the bugzilla product is now glade, not glade3
      Update doap file to glade.doap instead glade3.doap

Johannes Schmid (4):
      * gladeui/glade-app.c: glade_app_get() should always return     the single instance and create it if necessary
      Revert "* gladeui/glade-app.c: glade_app_get() should always return"
      2011-01-15  Johannes Schmid <jhs gnome org>
      gladeui: Finish up anjuta/glade dnd integration

Jorge González (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Juan Pablo Ugarte (18):
      Experimental offscreen GladeDesignLayout
      2011-01-13  Juan Pablo Ugarte <juanpablougarte gmail com>
      Experimental offscreen GladeDesignLayout
      2011-01-22  Juan Pablo Ugarte <juanpablougarte gmail com>
      * gladeui/glade-design-layout.c: removed unused signals enum and ACTIVITY_STR macro
      * gladeui/glade-widget.c: fixed D&D regression by adding motion and button events to every runtime widget
      * gladeui/glade-design-layout.c:       o replaced cairo_clip()/cairo_paint_with_alpha() with cairo_fill()       o added alpha to the gradient using color_stop_rgba() to make it more noticeable
      * ChangeLog: added entry for offscreen-design-layout branch merge to master
      Merge branch 'offscreen-design-layout'
      * gladeui/glade-design-view.c:         o added a GtkVBox intead of a GladeDesignLayout to pack multiple layout/toplevels         o add/remove widgets from layout on GladeProject add-widget and remove-widget signals
      * gladeui/glade-design-view.c:         o draw viewport bg using base colors from style         o set Layout box border width and spacing
      * gladeui/glade-design-view.c: added a label at the end of the layout box to allow the last layout to resize
      * gladeui/glade-app.c: replaced GladeDesignLayout API with the new private one
      * gladeui/glade-design-view.[ch]:         o removed glade_design_view_get_layout() declaration         o removed gladeui/glade-design-layout.h include         o implemented _glade_design_view_freeze/thaw()         o handle widget adding and removal on project's add-widget and remove-widget signals         o use widget-visibility-changed to remove toplevel from project when its hidden
      * gladeui/glade-design-layout.c:         o implemented get_preferred_width_for_height() and get_preferred_width_for_height()           to fix allocation problem         o check if toplevel has a child selected before selecting it itself on button press         o dont draw selection if widget has no allocation
      * gladeui/glade-design-view.c: unified if statements in glade_design_view_selection_changed()
      Merge branch 'multiple-toplevels'
      Added Changelog entry for multiple-toplevels branch merge

Kjartan Maraas (2):
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.

Leandro Regueiro (1):
      Updated Galician translations

Tristan Van Berkom (45):
      * plugins/gtk+/glade-gtk.c: Fixed warnings from glade_gtk_box_get_first_blank() when     	  project closes.
      * gladeui/glade-project.[ch]:     	  - Added glade_project_widget_changed() to manually notify a "row-change"     	  - Add property references to the MISC_COLUMN (i.e. "Image Widget of button1" texts).
      * gladeui/glade-catalog.c, gladeui/glade-inspector.c, gladeui/glade-property-class.c,     	gladeui/glade-utils.c, gladeui/glade-widget-adaptor.c, gladeui/glade-widget.c,     	gladeui/glade-xml-utils.c, plugins/gtk+/glade-gtk.c:     	Plugging leaks found with valgrind.
      * gladeui/glade-builtins.c: Removed _() annotations for strings that dont need to be     	translated.
      Fixed typo on last commit.
      * gladeui/glade-project.c, gladeui/glade-property-class.c, gladeui/glade-widget-adaptor.c,     	gladeui/glade-widget.c, plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-model-data.c:     	Plugged more leaks found with valgrind.
      * plugins/gtk+/gtk+.xml.in: Remove GtkTreeSelection from the palette, it's only available     	  as the internal selection of a GtkTreeView.
      * gladeui/glade-editor-property.c, gladeui/glade-widget-adaptor.c: Pluggin more memory leaks.
      * gladeui/glade-palette.c: Dont strdup the adaptor names in the local hash table (those     	  strings are constant data, no need to dup them).
      * gladeui/glade-base-editor.c: Fixed many memory leaks in this rusty code, fixed nasty     	  bug where type_edited() was using the wrong enum to fetch the current type name, fixed     	  to make "Add Item" button always add items to the root.
      * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().
      * gladeui/glade-project.[ch], src/glade-window.c: Edit->Preferences becomes File->Properties     	along with some internal renames (closes bug 609485).
      * 41 files: Fixed typo in LGPL License file headers.
      * 41 files: Fixed typo in LGPL License file headers.
      * plugins/gtk+/glade-attributes.c: Relicensing to LGPL.
      * plugins/gtk+/Makefile.am, plugins/gtk+/glade-string-list.[ch]: Added Boxed type     	  and GladeEditorProperty to manage/edit a list of strings that can be translatable.     	  This property editor uses a treeview and supports reordering of rows with Drag'n'Drop     	  as well as deletion of rows using the 'Delete' key. Every row can have individual     	  i18n information set via the common i18n dialog.
      * gladeui/glade-popup.c: Fixed property popup to not show DevHelp link when the property     	  is a virtual one.
      * plugins/gtk+/glade-attributes.c: Relicensing to LGPL.
      * plugins/gtk+/Makefile.am, plugins/gtk+/glade-string-list.[ch]: Added Boxed type     	  and GladeEditorProperty to manage/edit a list of strings that can be translatable.     	  This property editor uses a treeview and supports reordering of rows with Drag'n'Drop     	  as well as deletion of rows using the 'Delete' key. Every row can have individual     	  i18n information set via the common i18n dialog.
      * gladeui/glade-popup.c: Fixed property popup to not show DevHelp link when the property     	  is a virtual one.
      * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support for GtkRecentFilter     	  as well as reading and writing the new <mime-types> <patterns> and <applications> tags     	  that are recently added to GtkRecentFilter's GtkBuildable implementation.
      Fixed typo on saved <aplication> tags.
      * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support to GtkFileFilter     	  for reading and writing the new <mime-types> and <patterns> tags     	  that are recently added to GtkFileFilter's GtkBuildable implementation.
      added glade-string-list.c to POTFILES.in
      * plugins/gtk+/gtk+.xml.in: Added GtkRecentManager to the palette.
      * gladeui/glade-xml-utils.h, gladeui/glade-widget-adaptor.[ch], gladeui/glade-widget.[ch]:     	  Added <add-child-verify-function> semantics to query the plugin if it's ok to add     	  a said "child" to an adaptors widget "parent" and warn the user about it in context.
      * plugins/gtk+/glade-model-data.c: Avoid committing the data if the data did not     	  change... committing the data when there is no change can cause the editor to     	  load itself, this editor does not deal with that well. Fixes crasher bug 622839.
      * plugins/gtk+/gtk+.xml.in: Add support for editing GtkOffscreenWindow, tricked     	  this out by just using the "parent" xml attribute and deriving GtkWindow and     	  disabling all the irrelevant GtkWindow properties.
      Marking GtkOffscreenWindow since="2.20"
      * src/main.c, src/glade-window.c: Make Glade use GtkApplication, now Glade is     	  a single instance app.
      Removed debug print.
      * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support for GtkRecentFilter     	  as well as reading and writing the new <mime-types> <patterns> and <applications> tags     	  that are recently added to GtkRecentFilter's GtkBuildable implementation.
      Fixed typo on saved <aplication> tags.
      * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added support to GtkFileFilter     	  for reading and writing the new <mime-types> and <patterns> tags     	  that are recently added to GtkFileFilter's GtkBuildable implementation.
      added glade-string-list.c to POTFILES.in
      * plugins/gtk+/gtk+.xml.in: Added GtkRecentManager to the palette.
      * gladeui/glade-xml-utils.h, gladeui/glade-widget-adaptor.[ch], gladeui/glade-widget.[ch]:     	  Added <add-child-verify-function> semantics to query the plugin if it's ok to add     	  a said "child" to an adaptors widget "parent" and warn the user about it in context.
      * plugins/gtk+/glade-model-data.c: Avoid committing the data if the data did not     	  change... committing the data when there is no change can cause the editor to     	  load itself, this editor does not deal with that well. Fixes crasher bug 622839.
      * plugins/gtk+/gtk+.xml.in: Add support for editing GtkOffscreenWindow, tricked     	  this out by just using the "parent" xml attribute and deriving GtkWindow and     	  disabling all the irrelevant GtkWindow properties.
      Marking GtkOffscreenWindow since="2.20"
      * src/main.c, src/glade-window.c: Make Glade use GtkApplication, now Glade is     	  a single instance app.
      Removed debug print.
      Fixed random spaces in ChangeLog
      * gladuei/glade-design-private.h, gladeui/glade-design-layout.[ch],     	gladeui/glade-design-view.[ch]: Relicensed LGPL, Juan Pablo Ugarte, Vincent Geddes and I     	are the only Copyright holders for these files and I have thier consent to relicense     	these files LGPL.
      * configure.ac, NEWS:

Yuri Myasoedov (1):
      Updated Russian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]