Re: Embedded uses diverging Re: GTK+ 2.8.13 released

2006-03-01 Thread Matthias Clasen
On 2/28/06, Sean Kelley [EMAIL PROTECTED] wrote:
 At some point as Gtk+ progresses on to Gtk+ 2.10 and Gtk+ for embedded
 use remains pretty much a heavily patched Gtk+ 2.6 (nokia 770 et al),
 does it make sense to have a real branch for strictly embedded use?
 The reason I say that is the emphasis on things like Cairo, which is
 heavily floating point based really has no place in an fpu-less ARM
 processor.

 It also becomes hard to backport various and sundry bug fixes.

 Any thoughts?


It doesn't make sense to have a non-Cairo branch. Many of the maemo patches
are already in GTK+ head, and more are coming. In the long term,
we need to work on making Cairo more suitable for embedded use.
In the short term, I have no objections if people using 2.6 want to maintain
2.6 bugfixes in the gtk-2-6 branch in cvs, and maybe even do another
bugfix release from that branch. But it should be pretty clear that the
GTK+ team doesn't have the man power to maintain that branch.

Matthias
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Embedded uses diverging Re: GTK+ 2.8.13 released

2006-02-28 Thread Sean Kelley
At some point as Gtk+ progresses on to Gtk+ 2.10 and Gtk+ for embedded
use remains pretty much a heavily patched Gtk+ 2.6 (nokia 770 et al),
does it make sense to have a real branch for strictly embedded use? 
The reason I say that is the emphasis on things like Cairo, which is
heavily floating point based really has no place in an fpu-less ARM
processor.

It also becomes hard to backport various and sundry bug fixes.

Any thoughts?

Sean

On 2/24/06, Matthias Clasen [EMAIL PROTECTED] wrote:
 GTK+ 2.8.13 is now available for download at:

  ftp://ftp.gtk.org/pub/gtk/v2.8/
  http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/

 gtk+-2.8.13.tar.bz2   md5sum: 3b395d0b091d916d52cc1c2430407d35
 gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a

 This is a bugfix release in the 2.8.x series.


 What is GTK+
 

 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable for
 projects ranging from small one-off tools to complete application
 suites.

 GTK+ has been designed from the ground up to support a range of
 languages, not only C/C++. Using GTK+ from languages such as Perl and
 Python (especially in combination with the Glade GUI builder) provides
 an effective method of rapid application development.

 GTK+ is free software and part of the GNU Project. However, the
 licensing terms for GTK+, the GNU LGPL, allow it to be used by all
 developers, including those developing proprietary software, without
 any license fees or royalties.


 Where to get more information about GTK+
 

 Information about GTK+ including links to documentation can be
 found at:

 http://www.gtk.org/

 An installation guide for GTK+ 2.8 is found at:

  http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

 Common questions:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
 http://www.gtk.org/faq/


 Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
 ===

 * Bugs fixed:
  330732 Can't select some items in GtkIconView [Donald Straney]
  330944 gtk_icon_theme_list_icons: example contexts don't work
 [John Spray]
  331097 gnopernicus crashes on changing display screen source
 for magnifier [Oana Serb]
  331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
  331820 Small error in _gdk_gc_update_context [Matthias]
  331785 gtk.Notebook.get_current_page() returns incorrect page
 number when pages hidden [Sebastien Bacher]
  331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
  331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
  331651 GtkRadioButton does not issue notify::active
  332059 Make more use of G_DISABLE_ASSERT in TextView code
 [Arnaud Charlet]

 * Updated translations (eu,ka,uk)


 Matthias Clasen
 Feb 25, 2006
 ___
 gtk-list mailing list
 gtk-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/gtk-list

___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/v2.8/
 http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/

gtk+-2.8.13.tar.bz2   md5sum: 3b395d0b091d916d52cc1c2430407d35
gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a

This is a bugfix release in the 2.8.x series.


What is GTK+


GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.


Where to get more information about GTK+


Information about GTK+ including links to documentation can be
found at:

http://www.gtk.org/

An installation guide for GTK+ 2.8 is found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Common questions:

http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/


Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
[John Spray]
 331097 gnopernicus crashes on changing display screen source
for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page
number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code
[Arnaud Charlet]

* Updated translations (eu,ka,uk)


Matthias Clasen
Feb 25, 2006
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/v2.8/
 http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/

gtk+-2.8.13.tar.bz2   md5sum: 3b395d0b091d916d52cc1c2430407d35
gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a

This is a bugfix release in the 2.8.x series.


What is GTK+


GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.


Where to get more information about GTK+


Information about GTK+ including links to documentation can be
found at:

http://www.gtk.org/

An installation guide for GTK+ 2.8 is found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Common questions:

http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/


Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
[John Spray]
 331097 gnopernicus crashes on changing display screen source
for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page
number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code
[Arnaud Charlet]

* Updated translations (eu,ka,uk)


Matthias Clasen
Feb 25, 2006
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


GTK+ 2.8.13 released

2006-02-24 Thread Matthias Clasen
GTK+ 2.8.13 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/v2.8/
 http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/

gtk+-2.8.13.tar.bz2   md5sum: 3b395d0b091d916d52cc1c2430407d35
gtk+-2.8.13.tar.gzmd5sum: 01b030f1190f3735b54f5d6f7239449a

This is a bugfix release in the 2.8.x series.


What is GTK+


GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.


Where to get more information about GTK+


Information about GTK+ including links to documentation can be
found at:

http://www.gtk.org/

An installation guide for GTK+ 2.8 is found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Common questions:

http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/


Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
[John Spray]
 331097 gnopernicus crashes on changing display screen source
for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page
number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code
[Arnaud Charlet]

* Updated translations (eu,ka,uk)


Matthias Clasen
Feb 25, 2006
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list