summaryrefslogtreecommitdiff
path: root/ui/qt/decode_as_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Qt: fix Decode As dialog when using octal or hexadecimal typesPascal Quantin1-1/+1
2015-08-29Fix a GHashTable assertion in DecodeAsDialog.Gerald Combs1-9/+31
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-1/+1
2015-08-06Use int_to_qstring in a few more places.Gerald Combs1-1/+2
2015-07-17Qt: Fix DecodeAs for String tablesMichal Labedzki1-1/+3
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-12/+4
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-23Qt: change default behavior of 'Decode As' windowPascal Quantin1-4/+16
2015-03-19Unused parameters are done differently in C++.Guy Harris1-1/+1
2015-03-15Qt: Sort names in DecodeAs dialogMichal Labedzki1-0/+1
2015-03-14Qt: Fix DecodeAsMichal Labedzki1-9/+107
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+1
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-0/+1
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-2/+2
2014-08-04Write out decode_as entries from the actual dissector tables.Guy Harris1-13/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-3/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-13Simplify column sizing.Gerald Combs1-10/+5
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs1-1/+3
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-50/+411
2013-11-22Fix typo in top filenameAlexis La Goutte1-1/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-0/+167