Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not remove `tumbler-sections.txt` when running `make clean` | Gaƫl Bonithon | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Add README.md to EXTRA_DIST | Andre Miranda | 2020-11-13 | 1 | -2/+5 |
| | |||||
* | Add new icon needed for xfce4-about-dialog. | Maurizio Galli | 2020-11-10 | 1 | -1/+8 |
| | |||||
* | Fix all m4 warnings | Harald Judt | 2015-02-23 | 1 | -0/+2 |
| | |||||
* | Auto generate the ChangeLog. | Nick Schermer | 2011-12-04 | 1 | -0/+9 |
| | |||||
* | Fix several mistakes and typos, and therewith make distcheck. | Jannis Pohlmann | 2009-09-30 | 1 | -2/+2 |
| | |||||
* | Build plugins after the library. | Jannis Pohlmann | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Add plugin interface for cache and thumbnailer implementations. | Jannis Pohlmann | 2009-06-08 | 1 | -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 Pohlmann | 2009-05-22 | 1 | -0/+4 |
| | |||||
* | Add tumbler utility library, rename the service to tumblerd. | Jannis Pohlmann | 2009-05-21 | 1 | -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 Pohlmann | 2009-05-17 | 1 | -0/+22 |