Age | Commit message (Collapse) | Author | Files | Lines |
|
-compprep to use it
Original commit message from CVS:
added shim for g_object_class_list_properties and converted -inspect and -compprep to use it
|
|
Original commit message from CVS:
ported example plugin to gobject
|
|
Original commit message from CVS:
ported to gobject
|
|
Original commit message from CVS:
Merge from HEAD to BRANCH-GOBJECT1 at 200106241
|
|
Original commit message from CVS:
Commented out the Gtk widget stuff.
|
|
Original commit message from CVS:
Some compile fixes.
|
|
Original commit message from CVS:
Added the festival plugin and udp.
|
|
Original commit message from CVS:
Added some random ramblings about a the design of an event system.
|
|
Original commit message from CVS:
Removed some debug noise.
|
|
Original commit message from CVS:
Compile fixes for gtk.
|
|
Original commit message from CVS:
Fixed the examples for glib2
Removed plugins for now (need to run the script on it)
|
|
Original commit message from CVS:
Lots of compile fixes for glib2.0
|
|
Original commit message from CVS:
Lots of compile fixes against glib2.0
|
|
Original commit message from CVS:
Disable most of the gnome/gtk stuff when compiling with glib2
|
|
Original commit message from CVS:
marked up the function pointers with GST_DEBUG_FUNCPTR
|
|
Original commit message from CVS:
Compile fixes for GObject.
|
|
Original commit message from CVS:
Fixed a compileation error for GObject.
|
|
Original commit message from CVS:
Compile fixes for gobject.
|
|
Original commit message from CVS:
Added some signal shims.
Fixed the queue state_change stuff.
|
|
Original commit message from CVS:
Added a shim for a marshaller.
|
|
Original commit message from CVS:
Added som shims for GTypeFlags and GParamFlags
|
|
Original commit message from CVS:
Fixed an arg called "class", it's a C++ reserved word..
|
|
Original commit message from CVS:
Added g_type_from_name to the shims.
|
|
implementation.
Original commit message from CVS:
Renamed the shortname field in GParamSpec to name to match the glib2.0
implementation.
|
|
Original commit message from CVS:
Added object properties introspection.
|
|
Original commit message from CVS:
Added a better shim for g_object_get_property
|
|
Original commit message from CVS:
fixed signal registration problem in gobject2gtk shim
|
|
Original commit message from CVS:
More GObject updates, cleanups to some of the elements to make the port
correct.
|
|
Original commit message from CVS:
Updated the params a bit.
|
|
Original commit message from CVS:
Fixed the utils for getting properties again.
Added come const directives to the arguments again.
Check for non exiting properties.
|
|
Original commit message from CVS:
Print out the enum values too.
|
|
Original commit message from CVS:
Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)
|
|
Original commit message from CVS:
removed configure.ac and configure.in
|
|
Original commit message from CVS:
Added enums to inspect.
|
|
support for selecting between glib and gtk (-...
Original commit message from CVS:
Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time
support for selecting between glib and gtk (--enable-glib2 to build with
gobject).
|
|
Original commit message from CVS:
Fixed the utils for getting properties.
Added come const directives to the arguments.
|
|
Original commit message from CVS:
Figured out how to get a property from an object.
|
|
Original commit message from CVS:
Pff, this doesn't seem to work...
Can someone try to get a property from a GObject?
|
|
Original commit message from CVS:
Somewhat fixed -inspect
|
|
Original commit message from CVS:
Removed the obsolete libs.
|
|
Perl script, with only a few minor manual...
Original commit message from CVS:
Mega patch updates almost all the plugins to GObject. This was done with
a Perl script, with only a few minor manual tweaks where the perl didn't
catch the code just right. There may be a few minor issues remaining from
this, but they should be easy to catch (plugin doesn't work).
There are several plugins that have GDK/GTK code in them that shouldn't,
these need to be dealt with next.
|
|
Original commit message from CVS:
Removed old unused libs.
|
|
Original commit message from CVS:
various fixes needed to get to sinesrc ! osssink
|
|
Original commit message from CVS:
Fixed some minor compiler warnings.
|
|
Original commit message from CVS:
added gmodule to glib-2.0 stuff
|
|
autogenerated
Original commit message from CVS:
new files that need to be removed at some point because they are to be autogenerated
|
|
Original commit message from CVS:
Bring all the other stuff in gst/ up to match libgst.la's GObject port.
Fixed some minor problems with the signalling stuff in the core.
IT WORKS!
|
|
Original commit message from CVS:
new configure check for glib 2.0, now requires pkg-config to be installed
|
|
are a few things commented out. Specifi...
Original commit message from CVS:
First round of changes to port to GObject. libgst.la compiles, though
there are a few things commented out. Specifically object destruction
is probably broken, but wtay gets to fix that because he researched the
problem of glib 2.0 object destruction while doing the first round.
Some of the XML stuff is commented out, but that's an easy fix.
Next is the rest of the gst/ directory, then on to the plugins.
|
|
Original commit message from CVS:
changed indent and argnames to trigger gtk2gobject.sh
|