10 Commits

Author SHA1 Message Date
Ignacio Casal Quinteiro
4dd25f0b61 Bump pygobject requisite to pygobject 3. Fixes bug #658667. 2011-09-19 16:57:47 -03:00
Juan Pablo Ugarte
ed87745317 Fixed warning moving glade.h include after pythons. 2011-03-03 01:03:47 -03:00
Craig Keogh
69f0d52563 Migrate from PyGTK to PyGObject introspection-based bindings 2011-03-02 19:49:19 -03:00
Tristan Van Berkom
bc939d5ff6 * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:
indent   \
	--braces-after-if-line   \
	--case-brace-indentation0   \
	--case-indentation2   \
	--braces-after-struct-decl-line   \
	--line-length80   --no-tabs  \
	--dont-line-up-parentheses   \
	--continuation-indentation4 \
	--continue-at-parentheses  \
	--honour-newlines  --tab-size8  --indent-level2 -nbbo
2010-12-30 20:19:58 +09:00
Tristan Van Berkom
612b0fcfd1 * Making offscreen-gtk3 branch compile again after merging master,
also making libgladeui library libgladeui-2.
2010-12-22 18:18:59 +09:00
Johannes Schmid
5a713f9810 Fix bgo#635545 - glade3 fails to build using jhbuild 2010-11-27 12:10:01 +01:00
Pablo Castellano
613508b97c Updated .gitignore files 2010-09-23 15:41:51 +02:00
Tristan Van Berkom
b6dd2b5baa * gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for old
fashioned custom widgets from glade-2.

	* plugins/python/Makefile.am: Fixed to link with new core library (libgladeui-2).
2010-06-15 16:50:59 -04:00
Tristan Van Berkom
b7ef9f280a * configure.in, NEWS: Rolling Glade 3.6.5 (added more output in configure.ac
config summery).

	* gladeui/glade-project.[ch], gladeui/glade-command.c, gladeui/glade-inspector.c:
	Really fixing widget naming policies again, this time I hope it sticks (bug 580745).

	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed dissapearing
	dialogs on ESC (bug 582559)

	* plugins/python/Makefile.am: Fixed relocated link problems with python
	plugin build (bug 582982, patch by Arun Raghavan).
2009-06-12 19:25:22 -04:00
Juan Pablo Ugarte
94982e0587 added name parameter to GladeCatalogInitFunc.
* gladeui/glade-catalog.c: added name parameter to
  GladeCatalogInitFunc.

* python/glade-python.c: New plugin to support python widget
  at runtime.

* m4/python.m4, glade3/configure.ac, plugins/Makefile.am,
  plugins/python/Makefile.am:
  added python check and build rules.

* gnome/glade-gnome.c: updated glade_gnomeui_init() prototype


svn path=/trunk/; revision=1844
2008-07-24 18:36:33 +00:00