replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
[metze/wireshark/wip.git] / ui / qt / uat_dialog.cpp
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario LombardoQt: use SPDX identifiers.
2017-11-16 Stig BjørlykkeQt: Add UAT move up and down buttons
2017-10-21 Michael MannAdd button in Qt UAT dialog/frame to remove all UAT...
2017-07-26 Roland KnallQt: Move utils to separate utils directory
2017-07-16 Peter WuQt: refactor UatTreeView into something reusable
2017-06-22 Michael MannAdd support for "bool" and "display filter" types for...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2016-11-28 Stig BjørlykkeQt: Position UAT hint label just below the list.
2016-11-28 Stig BjørlykkeQt: Update UAT OK button enabled on delete.
2016-10-12 Peter WuQt: convert UatDialog to model/view pattern, improve UX
2016-10-03 Peter WuQt: properly handle UAT changes on dialog close
2016-09-18 Peter WuQt: allow file dialogs to mark an UAT as dirty
2016-08-28 Michał SkalskiUAT gtk-ui, Qt-ui: Fixed copying records when no cp...
2016-04-28 Jeff Morrissuat_dialog (Qt): uat_ can't be NULL here, no need to...
2016-04-24 Jeff MorrissQt UAT: call the UAT update callback after each field...
2016-02-28 Stig BjørlykkeQt: Add dialog geometry restore
2015-12-31 João Valverdeuat: Fix warnings [-Wcast-qual]
2015-12-03 Pascal QuantinQt: fix selection of folder in UAT dialog
2015-11-13 Pascal QuantinQt: fix UI artifacts seen in UAT window on Linux or OSX
2015-10-28 Pascal QuantinQt: initialize all UAT fields when creating a new line
2015-10-16 Pascal QuantinQt: various fixes to UAT dialog
2015-08-26 Gerald CombsDon't emit app signals from dialogs.
2015-08-22 Gerald CombsAdd the display filter macros dialog.
2015-07-07 Joerg MayerStarting to get rid of Q_UNUSED declarations for unused...
2015-06-25 Martin KaiserQt: use <> for including the generated ui_*.h files
2015-05-28 Gerald CombsUse an "Open" instead of a "Save" dialog for UAT prefs.
2015-02-15 Peter WuFix handling of invalid UAT items
2015-02-13 Gerald CombsQt: More #include → forward declarations.
2015-02-10 Gerald CombsQt/C++: Change a bunch of includes to forward declarations.
2015-01-13 Guy Harrisuat_load() and uat_save() return a success indication...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2015-01-12 Michael MannRemove emem APIs from UAT functionality.
2015-01-08 Michael Mannbytes_to_ep_str -> bytes_to_str
2014-12-24 Alexis La GoutteQt (KeyPressEvent): Missing break in switch (CID 115920...
2014-12-01 Peter Wuqt: fix use-after-free pattern
2014-11-10 Stig BjørlykkeImproved deregistering fields.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub Zawadzkimissing include
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-10 Irene RüngelerUse PT_TXTMOD_NONE for columns that should not be editable.
2013-11-26 Irene RüngelerInitialize more values and set the current item explicitly.
2013-11-12 Irene RüngelerFix segfault bug and show the combo-box.
2013-08-27 Gerald CombsFix some warnings.
2013-07-26 Alexis La GoutteFrom Thomas ERSFELD (GSoC13)
2013-07-26 Alexis La GoutteOups... Revert my change (See revision 50905)
2013-07-26 Alexis La GoutteFix compilation of qtshark
2013-07-26 Guy HarrisGuess what the intent of the enable_ok Boolean was.
2013-07-26 Gerald CombsCall on_uatTreeWidget_itemActivated directly. Fixes...
2013-07-25 Gerald CombsAdd a UAT dialog. Make UAT preferences uat_t * instead...