aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/import_text_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Allow %D and %T in date/time formats.Guy Harris1-1/+1
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-1/+1
2018-12-17Qt: import hexdump into a pcapng fileJaap Keuter1-1/+1
2018-12-06Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris1-2/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-2/+4
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-1/+3
2018-10-31import: add export_pdu dummy header feature.Dario Lombardo1-10/+49
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
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-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-1/+1
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-2/+2
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-1/+1
2016-10-22localtime() can return NULL, even if it's unlikely.Guy Harris1-1/+4
2016-06-12Qt: Add import from hex dump without offsetsStig Bjørlykke1-0/+9
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-1/+7
2016-03-27Pull the invocation of the Lex scanner into common code.Guy Harris1-7/+1
2015-12-12Qt: validate format string before calling strftime()Pascal Quantin1-23/+69
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-6/+3
2015-09-08Qt: Fix use-after-free patternStig Bjørlykke1-2/+3
2015-08-27Qt: Fixed some memory leakagesStig Bjørlykke1-2/+4
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+2
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs1-2/+2
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-20Sort the encapsulation type combo box similar to the GTK change in r50077.Gerald Combs1-0/+1
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
2013-04-08Fix bug in "Import Hex Dump" where data was overwritten in the buffer.Irene Rüngeler1-2/+2
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler1-0/+5
2012-12-05Fix some C++ abuses that Guy found via LLVM.Gerald Combs1-3/+4
2012-10-31Set SVN properties.Gerald Combs1-1/+1
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-8/+1
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-115/+93
2012-10-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-09-26Implement "Save" and "Save As".Gerald Combs1-1/+0
2012-09-25Add modelines info for qtshark import fileAlexis La Goutte1-0/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs1-2/+7
2012-09-18Make the help button do something.Gerald Combs1-0/+8
2012-09-17Add a text import dialog. Use libui.Gerald Combs1-0/+446