glade3 r1778 - in trunk: . plugins/gtk+ po
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1778 - in trunk: . plugins/gtk+ po
- Date: Tue, 8 Apr 2008 05:26:07 +0100 (BST)
Author: tvb
Date: Tue Apr 8 05:26:07 2008
New Revision: 1778
URL: http://svn.gnome.org/viewvc/glade3?rev=1778&view=rev
Log:
fixed distcheck errors.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/plugins/gtk+/Makefile.am
trunk/po/POTFILES.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Apr 8 05:26:07 2008
@@ -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
Modified: trunk/plugins/gtk+/Makefile.am
==============================================================================
--- trunk/plugins/gtk+/Makefile.am (original)
+++ trunk/plugins/gtk+/Makefile.am Tue Apr 8 05:26:07 2008
@@ -28,7 +28,7 @@
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
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Tue Apr 8 05:26:07 2008
@@ -22,7 +22,6 @@
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 @@
# gtk plugin backend
plugins/gtk+/glade-gtk.c
+plugins/gtk+/glade-accels.c
plugins/gtk+/gtk+.xml.in
plugins/gtk+/gtkunixprint.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]