summaryrefslogtreecommitdiff
path: root/ui/file_dialog.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-1/+2
Change-Id: I5ff46a40cdb1f8f41565d2aa54c6f9e61d397e3a Reviewed-on: https://code.wireshark.org/review/16013 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte1-0/+13
svn path=/trunk/; revision=45764
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs1-0/+15
definition. svn path=/trunk/; revision=45440
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs1-0/+43
likely break compilation on Windows. I'll take care of it shortly. svn path=/trunk/; revision=45105