Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-19 | fixed Doxygen distribution and installation (using custom automake hooks) | Robin Haberkorn | 1 | -5/+13 | |
2013-07-19 | fixed Doxyfile & build docs directly in doc/ | Robin Haberkorn | 2 | -7/+6 | |
2013-07-19 | removed everything unrelated to the GtkVlcPlayer widget | Robin Haberkorn | 13 | -1170/+2 | |
2013-07-19 | install new screenshot images and package them in windows Zip distributions | Robin Haberkorn | 1 | -1/+4 | |
* also include session.dtd since we refer to it in the documentation | |||||
2013-07-19 | completely revised "Getting Started" chapter and "Config File" chapter, ↵ | Jens Lammert | 4 | -95/+256 | |
adding some screenshots | |||||
2013-06-10 | install and distribute user doc images | Robin Haberkorn | 1 | -1/+3 | |
2013-06-10 | minor Doxyfile changes: disable Latex output | Robin Haberkorn | 1 | -2/+2 | |
2013-06-09 | added screenshots | Jens Lammert | 6 | -0/+0 | |
2013-06-09 | user docs: first few sections of "Getting Started" chapter | Jens Lammert | 1 | -71/+110 | |
2013-06-09 | user documentation: written chapter explaining the GUI | Jens Lammert | 1 | -0/+62 | |
2013-06-09 | updated user documentation: "Installation" chapter | Jens Lammert | 1 | -18/+36 | |
2012-07-11 | Documentation added | Jens Lammert | 1 | -8/+147 | |
2012-05-14 | added test suite for libexperiment-reader using GTester | Robin Haberkorn | 1 | -1/+2 | |
* automatically generate test reports * does not abort when gtester tools are missing (as test suite programs can be built nevertheless) | |||||
2012-05-12 | use proper CClosure marshallers for vlc-player and experiment-navigator signals | Robin Haberkorn | 1 | -1/+1 | |
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 | |||||
2012-05-12 | ensure that doxygen is executed always on make | Robin Haberkorn | 1 | -0/+1 | |
the doxygen directory does not depend on any actual sourcefile or library, so it should be updated on every make to ensure it's up to date | |||||
2012-05-12 | inclusion of developer documentation in Doxygen docs is configurable | Robin Haberkorn | 1 | -3/+4 | |
* added --enable-doxygen-extract-private site-config option | |||||
2012-05-04 | updated Doxyfile template: also document libraries | Robin Haberkorn | 1 | -2/+2 | |
2012-05-02 | added skeleton docbook and site-configuration support | Robin Haberkorn | 4 | -1/+747 | |
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs) | |||||
2012-05-02 | Doxygen support | Robin Haberkorn | 2 | -0/+1561 | |
* Doxyfile is generated by ./configure * files will be placed under doc/doxygen/. They aren't installed or distributed. |