summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-04-08 04:26:07 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-04-08 04:26:07 +0000
commitd62e5925b3c5270f063f0b125a7eb685a3d09128 (patch)
treed04ccfddc85ab7aecee5a966416eb6189d5921e9
parentfb79368d165212ea151349eb9186e1795ac27093 (diff)
downloadglade-GLADE3_3_5_0.tar.gz
fixed distcheck errors.GLADE3_3_5_0
svn path=/trunk/; revision=1778
-rw-r--r--ChangeLog2
-rw-r--r--NEWS29
-rw-r--r--plugins/gtk+/Makefile.am2
-rw-r--r--po/POTFILES.in2
4 files changed, 33 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1837dfd1..8170dcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-04-08 Tristan Van Berkom <tvb@gnome.org>
+ * NEWS: Rolling 3.5.0
+
* src/glade-window.c: Reverted the project format menu from edit
* src/glade-utils.c: Add file format option to "save as" dialog,
diff --git a/NEWS b/NEWS
index f675f7f7..70dc27be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
===========
+Glade 3.5.0
+===========
+ - 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 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.
+
+New and updated translations
+============================
+ - Priit Laes (et)
+ - Laurent Dhima (sq)
+ - Baris Cicek (tr)
+ - Alexander Shopov (bg)
+
+===========
Glade 3.4.3
===========
- Backed out GtkScaleButton and GtkVolumeButton since
diff --git a/plugins/gtk+/Makefile.am b/plugins/gtk+/Makefile.am
index 90caae5f..accdda5d 100644
--- a/plugins/gtk+/Makefile.am
+++ b/plugins/gtk+/Makefile.am
@@ -28,7 +28,7 @@ libgladegtk_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
libgladegtk_la_LIBADD = $(libgladeui) $(GTK_LIBS)
libgladegtkincludedir= $(includedir)/libgladeui-1.0/gladeui
-libgladegtkinclude_HEADERS = glade-gtk.h
+libgladegtkinclude_HEADERS = glade-gtk.h glade-accels.h
if PLATFORM_WIN32
libgladegtk_la_LDFLAGS += -no-undefined
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5f9ada6a..9bb948f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -22,7 +22,6 @@ gladeui/glade-editor.c
gladeui/glade-fixed.c
gladeui/glade-palette.c
gladeui/glade-parameter.c
-gladeui/glade-parser.c
gladeui/glade-placeholder.c
gladeui/glade-popup.c
gladeui/glade-project.c
@@ -42,6 +41,7 @@ gladeui/icon-naming-spec.c
# gtk plugin backend
plugins/gtk+/glade-gtk.c
+plugins/gtk+/glade-accels.c
plugins/gtk+/gtk+.xml.in
plugins/gtk+/gtkunixprint.xml.in