File glade3.changes of Package glade3

-------------------------------------------------------------------
Wed Aug 19 18:30:02 CEST 2009 - beineri@opensuse.org

- fix Name field of .desktop file

-------------------------------------------------------------------
Mon Jul 20 11:25:07 CEST 2009 - vuntz@novell.com

- Update to version 3.6.7:
  + Sync up remaining properties at load time (fixes
    use-action-appearance property and any other unmentioned
    property states at load time, also unvails broken orientation
    default value in GTK+, bgo#587256).
  + Fixed glitches with use-action-appearance at save time.
  + Make stock button labels save as non-translatable automatically
    (bgo#352446).
  + Fixed crashes when handling GtkTextView in GtkBuilder format.
  + Fixed crashes with editable treeview column types (bgo#586715).
  + Detect correct modifiers and buttons to spawn a context menu in
    a platform independant way (bgo#587128).
  + Added --enable-mac-bundle configure argument to resolve paths
    correctly when building bundles on osx.

-------------------------------------------------------------------
Sun Jun 28 01:17:39 CEST 2009 - captain.magnus@opensuse.org

- Update to version 3.6.6:
  + Fixed missing image dialogs for packing properties
  + Make assistant page-titles translatable (bgo#503146)
  + Make GtkMessageDialog texts translatable (bgo586063)
  + Fixed obscure crash at project load time (bgo#585860)
  + Migrated to use non-deprecated symbols from glib/GTK+
    (bgo#572756)
  + Introspect lowest GTK+ project dependancy when loading files
    with missing versioning info (bgo#586046)
  + Fixed runtime path resolutions on osx

-------------------------------------------------------------------
Sat Jun 13 15:24:59 CEST 2009 - vuntz@novell.com

- Update to version 3.6.5:
  + Quartz build support and use ige-mac-integration to setup the
    menubar as an optional build dependancy.
  + Fixed dissapearing dialogs on ESC (bgo#582559)
  + Really fixing widget naming policies again, this time I hope it
    sticks (bgo#580745)
  + Fixed relocated link problems with python plugin build
    (bgo#582982)

-------------------------------------------------------------------
Tue Jun  9 14:35:32 CEST 2009 - vuntz@novell.com

- Update to version 3.6.4:
  + Check project naming policy at add_object() time (bgo#580745).
  + Fixed bug loading and saving icon sources.
  + Fixed sizes of fixed/layout children at load time (bgo#584334).

-------------------------------------------------------------------
Wed Apr 22 21:52:34 CEST 2009 - vuntz@novell.com

- Update to version 3.6.3:
  + Maintain current widget selection during commits of
    related-action (was causing crashes when the selection changed
    as a result of a commit, bgo#578869)
  + GtkButton only accepts real stock *items* and not icons (to use
    an icon, use a GtkImage with an unrestricted stock icon)
  + Added documentation on integrating Python widgets
  + Fixed output format for GtkLabel attributes (bgo#579793)
  + Removed hard coded size request to palette (bgo#579624)
  + Made Atk proxy objects always have unique names (bgo#579565)
  + Removed buggy query dialog from notebook creation (bgo#578727)

-------------------------------------------------------------------
Thu Apr 16 14:16:16 CEST 2009 - vuntz@novell.com

- Update to version 3.6.2:
  + Fixed missing properties/attributes when serializing GtkWindows
    (bgo#578211)
  + Fixed loading state of cellrenderer attributes (whether to use
    attribute or property directly, bgo#566928).
  + Updated translations.

-------------------------------------------------------------------
Tue Apr  7 20:24:46 CEST 2009 - vuntz@novell.com

- Update to version 3.6.1:
  + Fixed win32 crasher (bgo#575206)
  + Fixed crasher on internal widget selection
  + Fixed libglade regression (libglade needs specific ordering of
    properties, atk props, signals and accelerators)
  + Fixed MSYS/MinGW build (bgo#576851)
  + Disable loading and displaying of 'data' property on
    GtkTreeStore (only GtkListStore understands the 'data'
    construct).
  + Properly initialize a GValue on stack (bgo#577822)
  + Updated translations.

-------------------------------------------------------------------
Mon Mar 16 22:51:41 CET 2009 - mboman@suse.de

- Update to version 3.6.0:
  + Bugs fixed: bgo#574260, bgo#573513, bgo#573453, bgo#574706,
    bgo#567809
  + Translation updates
- Don't package omf files twice (they are in the lang package too).
- Move gtk-doc to -devel (obsoleting -doc)
- Remove custom CFLAGS

-------------------------------------------------------------------
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz

- Added support for translation-update-upstream (FATE#301344).

-------------------------------------------------------------------
Fri Feb  6 08:19:09 EST 2009 - mboman@suse.de

- Update to version 3.5.7:
  + Added GladeDesignLayout::widget-event signal (bgo#542337)
  + GObjectify signal editor and allow custom signal editors
    (bgo#540691)
  + Make virtual properties in GTK+ 2.16 in order to support
    running from GTK+ 2.14 and targetting 2.16
  + New activatable editor to handle activatable properties in
    smart ways
  + Fix markup in confirm close dialog (bgo#567450)
  + Marked use-stock property from imagemenuitem to be save-always
    (bgo#568064)
  + Translation updates

-------------------------------------------------------------------
Wed Jan 28 18:44:23 WET 2009 - lmedinas@gmail.com

- Update to version 3.5.6:
  + Handling of new entry properties
  + Added filechooser dialog to pixbuf properties
  + Translation updates

-------------------------------------------------------------------
Mon Jan 26 21:32:29 CET 2009 - crrodriguez@suse.de

- remove "la" files 

-------------------------------------------------------------------
Fri Jan 23 16:49:12 CET 2009 - vuntz@novell.com

- Drop glade3-3.5.2.diff: it's not needed anymore.
- Remove all static libraries.

-------------------------------------------------------------------
Tue Jan  6 09:47:30 EST 2009 - mboman@suse.de

- Update to version 3.5.5:
  + Model data editor improvments (sequential editing mode, better
    key navigation)
  + Treeview editor revamp, few crashers fixed
  + Few crashers fixed bgo#525839, bgo#522542
  + Expand inspector treeview by default
  + Many more bug fixes including bgo#533471
  + Added short readable versions of new enum/flag values
  + Fixed a crasher in the store editor
  + Focus always stays in the store editor when editing cells get cancelled
  + Better resizing in editors (property names/warnings expand, inputs dont)
  + Cleaned up gtk+ includes (bgo#561260)
  + Some code now available under LGPL
  + Translation updates 

-------------------------------------------------------------------
Tue Dec 23 21:30:18 WET 2008 - lmedinas@gmail.com

- Update to version 3.5.4:
  + Introduced support for new Gtk widgets.
  + Misc Bug fixes.
  + Updated translations.
- Rename libgladeui-1-5 to libgladeui-1-7

-------------------------------------------------------------------
Mon Oct 20 17:12:36 CEST 2008 - schwab@suse.de

- Fix missing declaration AGAIN.

-------------------------------------------------------------------
Wed Aug 06 19:54:49 CEST 2008 - mboman@novell.com

- Updated to 3.5.2:
  + oops, was parsing booleans as doubles, fixed bugs with 
    builder-unsupported and deprecated.
  + Added versioning support, you can always chose the target version of
    your project starting with gtk+ 2.8 - a project preferences dialog has
    been added where you can switch your format, switch your target version
    and test for incompatabilities. incompatability error dialogs are also
    launched on save as. Target versions are saved to the glade file; 
    TODO: patch GtkBuilder to test the required gtk+ version from
    <requires lib="gtk+" version="2.8"> and at least warn, also let
    third party widget developers test thier own versions using builder
    (all new catalog tags and properties are also documented).
  + Resurrected GtkScaleButton and GtkVolumeButton
  + We finally have Vincent Geddes's icon choser dialog 
    (was skipped before because of string changes)
  + Not allowed to have duplicate widget names anymore (bug bgo#442860)
  + Now the first widget in a project shows up automatically
    when opening the project.
  + Old parser was trashed and rewritten from the ground up.
  + New plugin support for read_widget() and write_widget(), also
    create_eprop() which allows the plugin to create widgets to
    edit properties in the editor (accelerators are edited from
    the plugin now for instance).
  + Dual file format support available, its a beginning, you dont
    get any of the GObjects that GtkBuilder supports but all widgets
    you were formerly using with glade can now be loaded/saved in 
    builder format.
  + Api reference docs for embedders and widget authors ressurected
    after 2 years, concerning integrating widgets, the docs are
    practically rewritten.
  + Backed out GtkScaleButton and GtkVolumeButton since
    they introduced strings.
  + Translation updates.

-------------------------------------------------------------------
Thu Apr  3 19:54:49 CEST 2008 - maw@suse.de

- Own %{_datadir}/glade3/pixmaps/16x16.

-------------------------------------------------------------------
Mon Mar 31 21:46:23 CEST 2008 - vuntz@suse.de

- Updated to version 3.4.3. Too many changes to list here. 
- Remove glade3-3.1.5.diff, shouldn't be needed anymore.
- Add gnome-common buildrequires.
- Rename libgladeui-1-5 to libgladeui-1-7

-------------------------------------------------------------------
Mon Jan 21 15:09:27 CET 2008 - schwab@suse.de

- Fix missing declarations.

-------------------------------------------------------------------
Tue Oct 23 14:27:38 CEST 2007 - sbrabec@suse.cz

- Updated to branch3, version 3.1.5:
  * complete rewrite of the original Glade codebase
  * C code generation has been removed from glade-3
  * designed to make maximal use of GObject introspection
  * stacked Undo/Redo and Multiple Project support
  * respects the same XML format as glade-2
- Split package according to library packaging policy.

-------------------------------------------------------------------
Thu Oct 11 16:39:38 CEST 2007 - sbrabec@suse.cz

- Removed bogus dependency on mDNSResponder.

-------------------------------------------------------------------
Thu Aug  9 19:33:18 CEST 2007 - maw@suse.de

- Fix up the lang subpackage.

-------------------------------------------------------------------
Wed Aug  8 04:48:43 CEST 2007 - mauro@suse.de

- Split out a -lang subpackage
- Add %fdupes stuff

-------------------------------------------------------------------
Fri Aug  3 18:02:33 CEST 2007 - maw@suse.de

- Add includes.patch.

-------------------------------------------------------------------
Mon Jan 15 14:13:36 CET 2007 - sbrabec@suse.cz

- Prefix changed to /usr.
- Spec file cleanup.

-------------------------------------------------------------------
Fri Feb 17 23:00:52 CET 2006 - sreeves@suse.de

- Update .desktop file (Name, GenericName, Comment, DocPath)

-------------------------------------------------------------------
Wed Jan 25 21:31:37 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Wed Jan 18 16:08:12 CET 2006 - sbrabec@suse.cz

- Update to version 2.12.1.

-------------------------------------------------------------------
Fri Sep 16 10:48:47 CEST 2005 - rodrigo@suse.de

- Update to version 2.12.0
- Removed upstreamed patches.

-------------------------------------------------------------------
Fri Jul  8 23:16:39 CEST 2005 - gekker@suse.de

- Re-enable gnome-db and patch it to work with the latest libgnomedb
- Fixup nfb 

-------------------------------------------------------------------
Thu Jul  7 23:22:09 CEST 2005 - gekker@suse.de

- Disable the gnome-db configure flag until we can update to the
new GNOME DB APIs. 

-------------------------------------------------------------------
Mon Jun 20 13:51:51 CEST 2005 - sbrabec@suse.cz

- Updated to version 2.10.0.
- Added MIME type association (#8460, patch from Rodrigo Moya).
- Enabled GNOME DB support.

-------------------------------------------------------------------
Wed Mar 16 08:06:28 CET 2005 - clahey@suse.de

- Remove desktop file patch.

-------------------------------------------------------------------
Sat Feb 12 00:12:12 CET 2005 - gekker@suse.de

- Update to version 2.9.0 

-------------------------------------------------------------------
Tue Jan 25 19:10:44 CET 2005 - gekker@suse.de

- Update to version 2.6.6 

-------------------------------------------------------------------
Sat Oct 30 00:55:08 CEST 2004 - ro@suse.de

- locale rename: no -> nb

-------------------------------------------------------------------
Tue Jun 08 17:19:59 CEST 2004 - sbrabec@suse.cz

- Updated to version 2.6.0.

-------------------------------------------------------------------
Mon May 10 23:21:51 CEST 2004 - clahey@suse.de

- Updated to 2.5.0.
- Added desktop file patch.

-------------------------------------------------------------------
Fri Feb 20 13:25:31 CET 2004 - sbrabec@suse.cz

- Package renamed to glade.

-------------------------------------------------------------------
Thu Feb 12 15:27:10 CET 2004 - sbrabec@suse.cz

- Updated to version 2.0.1.

-------------------------------------------------------------------
Sat Jan 10 12:34:33 CET 2004 - adrian@suse.de

- add %defattr

-------------------------------------------------------------------
Tue Oct 28 02:09:24 CET 2003 - ro@suse.de

- added gtksourceview to neededforbuild 

-------------------------------------------------------------------
Mon Sep  1 09:21:30 CEST 2003 - adrian@suse.de

- add Category

-------------------------------------------------------------------
Mon Aug 18 18:38:07 CEST 2003 - sbrabec@suse.cz


- Use libgda instead of libgda2 (package was renamed).

-------------------------------------------------------------------
Mon Jul 14 15:36:35 CEST 2003 - sbrabec@suse.cz

- GNOME prefix change to /opt/gnome.

-------------------------------------------------------------------
Thu Jun 26 17:57:28 CEST 2003 - sbrabec@suse.cz

- Updated to version 2.0.0.
- Updated neededforbuild.
- Use %find_lang.

-------------------------------------------------------------------
Mon Nov 11 23:49:53 CET 2002 - ro@suse.de

- changed neededforbuild <xf86 xdevel> to <x-devel-packages>

-------------------------------------------------------------------
Tue Oct 22 11:45:36 CEST 2002 - hhetter@suse.de

- removed wrong docdir
- updated to version 1.1.2 

-------------------------------------------------------------------
Tue Sep 24 16:11:53 CEST 2002 - sbrabec@suse.cz

- Added alsa-devel to neededforbuild, because esound-devel can require it.

-------------------------------------------------------------------
Thu Sep 19 10:55:34 CEST 2002 - sbrabec@suse.cz

- Added alsa to neededforbuild, because esound can depend on it.

-------------------------------------------------------------------
Tue Aug 13 01:37:15 CEST 2002 - ro@suse.de

- removed control-center from neededforbuild 

-------------------------------------------------------------------
Wed Jul 24 11:25:10 CEST 2002 - hhetter@suse.de

- updated to version 1.1.1  
- fix filelist

-------------------------------------------------------------------
Tue Jul  9 12:04:55 CEST 2002 - hhetter@suse.de

- fix filelist 

-------------------------------------------------------------------
Tue Jun 11 13:55:11 CEST 2002 - hhetter@suse.de

- initial SuSE package 

openSUSE Build Service is sponsored by