summaryrefslogtreecommitdiff
path: root/ui/qt/export_object_dialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
of Q_WS_ in Qt4 projects See: http://qt-project.org/doc/qt-5.0/qtdoc/portingguide.html svn path=/trunk/; revision=49013
2012-10-31Set SVN properties.Gerald Combs1-1/+1
svn path=/trunk/; revision=45849
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * ↵Alexis La Goutte1-1/+1
file_set_dialog.ui * export_object_dialog.cpp * capture_file_dialog.cpp svn path=/trunk/; revision=45761
2012-10-24Add Modelines info for new Qtshark source file(s)Alexis La Goutte1-0/+13
svn path=/trunk/; revision=45760
2012-10-19Fix columns.Gerald Combs1-1/+1
svn path=/trunk/; revision=45662
2012-10-18Show the object export dialog in accordance with the QtGerald Combs1-32/+38
documentation. Remove our tap listener and clean up after ourselves. svn path=/trunk/; revision=45648
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-0/+316
Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export files. C++-ize epan/tap.h. Fix an apparent memory leak in eo_save_all_clicked_cb. The Qt dialog has an indeterminate progress bar. I tried adding something similar to the GTK+ dialog but event processing led down a rabbit hole. svn path=/trunk/; revision=45647