aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Qt: Add UAT move up and down buttonsStig Bjørlykke1-0/+51
2017-10-21Add button in Qt UAT dialog/frame to remove all UAT entries at once.Michael Mann1-0/+21
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-16Qt: refactor UatTreeView into something reusablePeter Wu1-3/+5
2017-06-22Add support for "bool" and "display filter" types for UATs.Michael Mann1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-11-28Qt: Position UAT hint label just below the list.Stig Bjørlykke1-1/+1
2016-11-28Qt: Update UAT OK button enabled on delete.Stig Bjørlykke1-0/+10
2016-10-12Qt: convert UatDialog to model/view pattern, improve UXPeter Wu1-413/+82
2016-10-03Qt: properly handle UAT changes on dialog closePeter Wu1-2/+4
2016-09-18Qt: allow file dialogs to mark an UAT as dirtyPeter Wu1-0/+2
2016-08-28UAT gtk-ui, Qt-ui: Fixed copying records when no cp callback is definedMichał Skalski1-2/+7
2016-04-28uat_dialog (Qt): uat_ can't be NULL here, no need to check it. (CID 1358793)Jeff Morriss1-1/+1
2016-04-24Qt UAT: call the UAT update callback after each field is updated.Jeff Morriss1-3/+15
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde1-5/+5
2015-12-03Qt: fix selection of folder in UAT dialogPascal Quantin1-3/+10
2015-11-13Qt: fix UI artifacts seen in UAT window on Linux or OSXPascal Quantin1-0/+3
2015-10-28Qt: initialize all UAT fields when creating a new linePascal Quantin1-1/+8
2015-10-16Qt: various fixes to UAT dialogPascal Quantin1-28/+66
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-2/+2
2015-08-22Add the display filter macros dialog.Gerald Combs1-0/+7
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-2/+0
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-05-28Use an "Open" instead of a "Save" dialog for UAT prefs.Gerald Combs1-1/+1
2015-02-15Fix handling of invalid UAT itemsPeter Wu1-0/+4
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-2/+3
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+2
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-5/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-4/+6
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+7
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+6
2014-12-24Qt (KeyPressEvent): Missing break in switch (CID 1159205, 1159206, 1159208, 1...Alexis La Goutte1-0/+2
2014-12-01qt: fix use-after-free patternPeter Wu1-8/+9
2014-11-10Improved deregistering fields.Stig Bjørlykke1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21missing includeJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-0/+2
2013-11-26Initialize more values and set the current item explicitly.Irene Rüngeler1-2/+12
2013-11-12Fix segfault bug and show the combo-box.Irene Rüngeler1-1/+1
2013-08-27Fix some warnings.Gerald Combs1-5/+5
2013-07-26From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+6
2013-07-26Oups... Revert my change (See revision 50905)Alexis La Goutte1-0/+2
2013-07-26Fix compilation of qtsharkAlexis La Goutte1-3/+1
2013-07-26Guess what the intent of the enable_ok Boolean was.Guy Harris1-1/+1
2013-07-26Call on_uatTreeWidget_itemActivated directly. Fixes compilation onGerald Combs1-1/+1
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-0/+524