aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/export_dissection_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Add a "Include column headings" checkbox in export dissections and print.Guy Harris1-0/+2
2018-06-27packet export: Add default file extensionGraham Bloice1-0/+14
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu1-0/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-1/+1
2016-12-16Rename packet-range.[ch] to packet_range.[ch]Michael Mann1-1/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-1/+6
2016-03-26Choose the appropriate initial directory for the Export Dissections window.Jeff Morriss1-2/+26
2016-03-01Don't show a progress bar when previewing for the Qt print dialog.Guy Harris1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-3/+4
2015-09-08Qt: Fix use-after-free patternStig Bjørlykke1-3/+7
2015-05-15Qt: Make sure we can fetch ExportDissectionDialog's layout.Gerald Combs1-0/+3
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-11Include ui/util.h.Gerald Combs1-0/+1
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs1-1/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-12packet-range.h moved to the epan directory.Guy Harris1-1/+1
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-13/+13
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-1/+0
2012-11-01Add a print dialog to the Qt UI. Add support for null page element Gerald Combs1-1/+0
2012-10-31Set SVN properties.Gerald Combs1-1/+1
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * file_...Alexis La Goutte1-6/+6
2012-10-24Add Modelines info for new Qtshark source file(s)Alexis La Goutte1-0/+13
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-3/+0
2012-10-16Add an include.Gerald Combs1-0/+2
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-8/+1
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs1-4/+17
2012-10-13Fix compilation with GCC:Evan Huus1-6/+5
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs1-18/+13
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs1-0/+249