summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build: Check for best possible grep, egrep, sedGaël Bonithon2022-01-091-1/+1
| | | | | In particular, $EGREP was introduced in d82e509551db98ff70e47d1990f759948ee7fecd whithout check.
* Do not remove `tumbler-sections.txt` when running `make clean`Gaël Bonithon2021-11-101-1/+1
|
* Add README.md to EXTRA_DISTAndre Miranda2020-11-131-2/+5
|
* Add new icon needed for xfce4-about-dialog.Maurizio Galli2020-11-101-1/+8
|
* Fix all m4 warningsHarald Judt2015-02-231-0/+2
|
* Auto generate the ChangeLog.Nick Schermer2011-12-041-0/+9
|
* Fix several mistakes and typos, and therewith make distcheck.Jannis Pohlmann2009-09-301-2/+2
|
* Build plugins after the library.Jannis Pohlmann2009-06-171-1/+1
|
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | This is a major refactoring of the source code. Amongst others, the classes TumblerProviderFactory, TumblerThumbnailer, TumblerAbstractThumbnailer, TumblerThumbnailerProvider, TumblerCache, TumblerCacheProvider and TumblerFileInfo have been added. From now on tumbler supports different storage backends and thumbnailers as plugins. Storage backends have to implement TumblerCache, thumbnailers have to implement TumblerThumbnailer. Plugins have to implement three methods: tumbler_plugin_initialize(), tumbler_plugin_shutdown() and tumbler_plugin_get_types(). The latter is expected to return a list of provider types for cache or thumbnailer implementations. Two example plugins have been added, one for the XDG thumbnail cache and one for a GdkPixbuf based thumbnailer. The code of tumblerd was updated to reflect these changes in libtumbler.
* Add API docs for tumbler (not tumblerd) using GTK-Doc.Jannis Pohlmann2009-05-221-0/+4
|
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-211-1/+2
| | | | | | | | | There's a library called tumbler (or tumbler-1) now which provides utility classes and functions for writing specialized thumbnailers. The libary is LGPL while the D-Bus service itself is GPL. The tumbler service was renamed to tumblerd and the marshallers were moved into the library.
* Initial import. Nothing useful yet.Jannis Pohlmann2009-05-171-0/+22