Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
Commit message (Collapse)AuthorAgeFilesLines
* [libdocument] Add EvAnnotationAttachment to support attachment annotationsCarlos Garcia Campos2009-11-162-19/+102
|
* [libdocument] Do not require GAppInfo to support uris when opening an attachmentCarlos Garcia Campos2009-11-161-1/+1
| | | | We are already saving the attachment to a local temp file.
* [libdocument] Use g_file_replace() when saving attachmentsCarlos Garcia Campos2009-11-161-1/+1
| | | | | It was broken since the temp files handling rework, because temp files are now created by ev_mkstemp_file().
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
| | | | Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL).
* [build] Remove gitignore files from gitChristian Persch2009-10-251-29/+0
| | | | They're autogenerated now.
* [libdocument] Remove ev_tmp_dir()Christian Persch2009-10-252-13/+7
| | | | | All access to the tmp dir should be through ev_mkstemp[_file]() and ev_mkdtemp() now.
* libdocument: Clean up temp file handlingChristian Persch2009-10-254-93/+202
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
*