Age | Commit message (Collapse) | Author | Files | Lines |
|
for various obscure technical reasons, it turned out to be necessary to
define the catalog directory in the autoconf file
* also use the AM_COND_IF macro whereever possible
|
|
* eases installation on Linux
* on MinGW where Glade-3 is in its own hierarchy, this will probably not work, but there's a fallback to install the catalogs into PREFIX/share directories
|
|
disposal/finalization
* in case Jens needs them
* also updated documentation
|
|
|
|
the ...VOID__LONG standard marshaller used worked for INT64 but this wasn't guaranteed (size of LONG is platform-dependant)
* now, required marshallers are generated if they don't already exist in gobject, if they do, only an alias is defined
* every widget has its own marshaller namespace
* exclude marshallers from Doxygen docs
|
|
|
|
navigator works
|
|
|
|
also some additional todos and changed sample tree store column
names
|
|
integer constant was pushed on stack as 32-bit integer, while
gtk_stree_store_set() expected a 64-bit integer.
this resulted in very strange crashes under 32-bit system
|
|
|
|
|
|
it hides libXML2 details when dealing with session.dtd XML files (Folker-transcript + session data)
|
|
|
|
* will be part of a larger library of experiment-player-related widgets (libgtk-experiment-widgets)
* an experiment-transcript widget will be part of that library later on
* Glade catalog for entire library; installed into experiment-player datadir
* preliminary stub for libexperiment-reader, a gobject-based library that abstracts from reading the "Folker"-based transcript files
|