mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-12-08 00:04:56 -05:00
* configure.ac, NEWS: Rolling Glade 3.7.0
This commit is contained in:
parent
0c0399d8ac
commit
e3ea0626ce
@ -1,5 +1,7 @@
|
|||||||
2010-03-10 Tristan Van Berkom <tvb@gnome.org>
|
2010-03-10 Tristan Van Berkom <tvb@gnome.org>
|
||||||
|
|
||||||
|
* configure.ac, NEWS: Rolling Glade 3.7.0
|
||||||
|
|
||||||
* plugins/gtk+/gtk+.xml.in: Removed alot of virtually defined properties that were not available
|
* plugins/gtk+/gtk+.xml.in: Removed alot of virtually defined properties that were not available
|
||||||
in GTK+ 2.14, now they are available.
|
in GTK+ 2.14, now they are available.
|
||||||
|
|
||||||
|
|||||||
20
NEWS
20
NEWS
@ -1,4 +1,24 @@
|
|||||||
|
|
||||||
|
===========
|
||||||
|
Glade 3.7.0
|
||||||
|
===========
|
||||||
|
- Fixed loading state of assigned GtkTreeModels of GtkCellRendererCombo objects (bug 566928).
|
||||||
|
- Fixed crasher while copying internal widgets (bug 595156)
|
||||||
|
- Support silent build when using automake >= 1.11 (Javier Jardón)
|
||||||
|
- Proper ordering of GtkAdjustment properties in glade files (bug 578484).
|
||||||
|
- Refactoring work for GSEAL (Javier Jardón)
|
||||||
|
- Avoid collapsing commands when a project is freshly saved (this fixes a false "unmodified"
|
||||||
|
state after changing the same property before and after project save) (Marco Diego Aurélio Mesquita)
|
||||||
|
- Allow litteral strings as column type definitions in GtkTreeStores (closes bug 597059).
|
||||||
|
- Updated Glade GTK+ catalog info to include deprecations, new properties and signals since 2.18 and 2.20
|
||||||
|
and some translatable strings (brought to you also in part by Johannes H. Jensen for some translatable
|
||||||
|
strings and Javier Jardón for some deprecations), some new objects this consequently adds:
|
||||||
|
o GtkEntryBuffer
|
||||||
|
o GtkSpinner
|
||||||
|
o GtkCellRendererSpinner
|
||||||
|
- Fixed crasher editing some data types in the liststore data editor (bug 608011).
|
||||||
|
- Enhanced the GtkEntry editor to allow the user to chose between the "text" and the "buffer" exclusively.
|
||||||
|
|
||||||
===========
|
===========
|
||||||
Glade 3.6.7
|
Glade 3.6.7
|
||||||
===========
|
===========
|
||||||
|
|||||||
2
README
2
README
@ -15,7 +15,7 @@ General Information
|
|||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Glade is a RAD tool to enable quick & easy development of user interfaces
|
Glade is a RAD tool to enable quick & easy development of user interfaces
|
||||||
for the Gtk+ toolkit and the GNOME desktop environment.
|
for the GTK+ toolkit and the GNOME desktop environment.
|
||||||
The user interfaces designed in Glade are stored in XML format,
|
The user interfaces designed in Glade are stored in XML format,
|
||||||
enabling easy integration with external tools.
|
enabling easy integration with external tools.
|
||||||
In particular libglade can load the XML files and create the interfaces
|
In particular libglade can load the XML files and create the interfaces
|
||||||
|
|||||||
@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
m4_define(glade_major_version, 3)
|
m4_define(glade_major_version, 3)
|
||||||
m4_define(glade_minor_version, 6)
|
m4_define(glade_minor_version, 7)
|
||||||
m4_define(glade_micro_version, 7)
|
m4_define(glade_micro_version, 0)
|
||||||
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
|
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
|
||||||
|
|
||||||
AC_INIT([glade3], [glade_version],
|
AC_INIT([glade3], [glade_version],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user