Qt: More byte view and proto tree fixes.
[metze/wireshark/wip.git] / ui / qt /
2018-02-01 Gerald CombsQt: More byte view and proto tree fixes.
2018-02-01 Gerald CombsQt: Avoid a potentially large memdup.
2018-01-31 Pascal QuantinQt: fix compilation when building without Lua
2018-01-31 Gerald CombsQt: About dialog updates.
2018-01-31 Gerald CombsQt: Byte view and proto tree fixes.
2018-01-31 Stig BjørlykkeQt: Write recent before applying profile changes
2018-01-31 Gerald CombsIO Graph: Add some vector checks.
2018-01-30 Jaap KeuterQt: Fix crash when no plugins are configured
2018-01-30 Gerald CombsQt: Check for a valid capture file in the status bar.
2018-01-30 Gerald CombsByte view: Mark bytes using an outline.
2018-01-28 Gerald Combs[Automatic update for 2018-01-28]
2018-01-27 Gerald CombsQt: Translate some about box strings.
2018-01-26 Stig BjørlykkeQt: Allow filter with deprecated syntax as button
2018-01-26 Stig BjørlykkeQt: Remove unused label_folders
2018-01-26 Peter WuQt: Simplify files column in about dialog
2018-01-25 Peter WuQt 4.8 compatibility fixes
2018-01-25 Gerald CombsQt: Adjust the about box layout.
2018-01-24 Alexis La Gouttebyte_view_text (qt): Fix Dead Store (Dead assignement...
2018-01-21 Gerald CombsQt: Translate files in subdirectories.
2018-01-21 Gerald CombsQt: Proto tree fixes
2018-01-21 Gerald CombsQt: Implement ProtoTreeModel::flags.
2018-01-21 Gerald CombsQt: Create byte views at the proper zoom level.
2018-01-21 Gerald CombsQt: Initialize a struct (found by Coverity)
2018-01-21 Gerald Combs[Automatic update for 2018-01-21]
2018-01-19 Gerald CombsQt: Force integer font metrics in the byte view.
2018-01-19 Dario LombardoQt: add sanity check in InterfaceTreeCacheModel (found...
2018-01-19 Dario LombardoQt: remove leak from PathChooserDelegate (found by...
2018-01-18 Gerald CombsQt: Fixup a cast.
2018-01-18 Dario LombardoQt: return if cf_read_record() fails in PacketDialog...
2018-01-18 Guy HarrisMake apply_profile_changes() return a non-const pointer.
2018-01-18 Gerald CombsQt: Fix bits highlighting in the byte view.
2018-01-18 Gerald CombsQt: I/O graph fixes.
2018-01-17 Gerald CombsQt: ByteViewText hover fixes & updates.
2018-01-16 Dario LombardoQt: add more sanity checks in utils (found by clang).
2018-01-16 Gerald CombsQt: Fix proto tree links and related frames.
2018-01-16 Gerald CombsProtoTree behavior fixes.
2018-01-15 Dario LombardoQt: add assert to avoid null dereference (CID: 1427426).
2018-01-15 Dario LombardoQt: rename index to tab_index to pacify checkAPI.
2018-01-15 Dario LombardoQt: change obsolete qVariantFromValue into QVariant...
2018-01-15 Michael MannBugfix VoipCallsDialog tap handling
2018-01-15 Gerald CombsQt: Expand subtrees when a packet is selected.
2018-01-14 Michael MannInterfaceFrame: don't use pointers for models
2018-01-14 Stig BjørlykkeQt: Reword text shown when no interfaces displayed
2018-01-14 Gerald Combs[Automatic update for 2018-01-14]
2018-01-13 Stig BjørlykkeQt: Use the text "Initializing external capture plugins"
2018-01-13 Stig BjørlykkeQt: Don't use the term "extcap" interfaces in UI
2018-01-12 Dario LombardoQt: fix compilation without pcap.
2018-01-12 Gerald CombsQt: Add some translation hints.
2018-01-12 Roland KnallQt: add info for extcap disabled in main window.
2018-01-12 Roland KnallQt: Add InfoProxyModel
2018-01-12 Dario LombardoQt: add initializer (CID: 1427425).
2018-01-11 Gerald CombsQt: Adjust About box column sizing.
2018-01-11 Alexis La Gouttewireshark_preference (Qt): fix extra ';' outside of...
2018-01-10 Dario LombardoQt: refresh interfaces on exit if extcap status has...
2018-01-09 Michael MannConvert GUI layout preferences to use preference effects.
2018-01-09 Dario Lombardoextcap: add preference to prevent interfaces loading.
2018-01-09 Guy HarrisUse pcapng as the name of the file format.
2018-01-08 Michael MannBugfix the sort order of protocols in Preference dialog.
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2018-01-07 Gerald Combs[Automatic update for 2018-01-07]
2018-01-07 Michael MannSet captures preferences for PREF_EFFECT_CAPTURE.
2018-01-06 Martin MathiesonWLAN stats: make filter + apply button work
2018-01-06 Michael MannAdd ability for preferences to determine what they...
2018-01-05 Pascal Quantinwireshark_preference.cpp: rework comments to please...
2018-01-05 Roland KnallQt: Fix windows version of Preference Dialog
2018-01-05 Michael MannQt: Add manager for preference dialog
2018-01-05 Stig BjørlykkeQt: Bring back correct profile_status font size
2018-01-05 Gerald CombsQt: Byte view recent updates.
2018-01-05 Gerald CombsQt: Move sized toolbar images to stock_icons.
2018-01-05 Michael MannQt: Cleanup cases where QTreeWidgetItem is no longer...
2018-01-04 Michael MannQt: Reexpand dissector table and enabled protocol trees...
2018-01-04 Michael MannConvert preference dialog to use more models.
2018-01-04 Roland KnallQt: Redesign profile menu in status bar
2018-01-04 Dario LombardoQt: add conditional compilation in switches.
2018-01-04 Gerald CombsQt: Fix capture file properties averages.
2018-01-03 Stig BjørlykkeQt: Use switch/case in MainWindow::captureEventHandler
2018-01-03 Stig BjørlykkeQt: Fix CaptureEvent::Reload event handling
2018-01-02 Roland KnallBuild: Fix Ubuntu moc build
2017-12-31 Gerald CombsQt: Fixup fieldSelected behavior.
2017-12-31 Gerald Combs[Automatic update for 2017-12-31]
2017-12-29 Dario LombardoQt: add check after cast.
2017-12-29 Dario LombardoQt: handle a failed open file the right way (CID: 1159174).
2017-12-29 Dario LombardoQt: remove unneeded check (CID: 1415729).
2017-12-29 Dario LombardoQt: add initializers (CID: 1412975).
2017-12-29 Gerald CombsQt: Miscellaneous translation hints.
2017-12-29 Michael MannPopulate Remote Interfaces with data from recent file
2017-12-29 Dario LombardoQt: check preference existence.
2017-12-29 Dario LombardoQt: check return value of strtok() (CID: 1372271).
2017-12-28 Dario LombardoQt: use QVariant::String instead of QMetaType::QString.
2017-12-28 Roland KnallQt: Fix moc interface issue
2017-12-28 Roland KnallQt: Remove duplicate copy actions
2017-12-28 Martin MathiesonLTE stats: trivial changes after review
2017-12-27 Alexis La Gouttecapture_file(.h): fix commas at the end of enumerator...
2017-12-27 Michael MannAdd template helper for simple Qt tree models
2017-12-27 Gerald CombsQt: Add "Copy as…" to the byte view.
2017-12-27 Michael MannApply new CaptureEvents to statistics dialogs.
2017-12-27 Michael MannConvert Export Objects dialog to use a model.
2017-12-26 Guy HarrisDon't close something we didn't manage to open.
2017-12-26 Martin MathiesonRLC Stats: SaveAs working for all columns
2017-12-26 Martin Kaiserqt: follow stream: use the new CaptureEvent signal
next