aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/import_text_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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