aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/tempfile.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-0/+9
svn path=/trunk/; revision=53379
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-2/+2
Create a new dialog each time the user follows a stream. A lot of the follow code seems to assume one and only one dialog so there are likely outstanding bugs. Don't use the global cfile (should we deprecate its usage?). We want to move closer to multiple documents, not further away. Clean up after ourselves. Free our payload list and unlink our temp file. Make a bunch of gchar*s QStrings. Make sure our destructor gets called and use it. Make member variable and method names more consistent. svn path=/trunk/; revision=53306
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-0/+66
svn path=/trunk/; revision=50163