summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-09-21Make it possible to disable PercentBarDelegate.Gerald Combs2-1/+29
2015-09-21Qt: Add idle dissection.Gerald Combs3-1/+48
2015-09-20[Automatic update for 2015-09-20]Gerald Combs13-1084/+1109
2015-09-19Start moving RTP decoding routines to the ui directory.Gerald Combs5-89/+234
2015-09-19Fix 'Decode As' when used with IPv6-in-IPv6 packetsPascal Quantin2-6/+40
2015-09-19Fix more signal+slot mismatches.Gerald Combs5-12/+12
2015-09-19Fix a VoipCallsDialog signal+slot mismatch.Gerald Combs2-3/+3
2015-09-19Qt: set default current protocol in 'Decode As' window to none instead of HTTPPascal Quantin1-2/+2
2015-09-18Fix WLAN statistics header behavior.Gerald Combs1-1/+1
2015-09-18Sync GTK+ and Qt progress timer logic.Gerald Combs1-4/+4
2015-09-18Qt: flush visible rows before trying to select onePascal Quantin1-0/+1
2015-09-18main_toolbar (GTK): Fix no previous prototype for ‘plugin_if_maintoolbar_go...Alexis La Goutte1-1/+2
2015-09-18When we're updating the progress bar, ask that it be updated (redrawn) too.Jeff Morriss1-0/+3
2015-09-17Fix some signal → slot mismatches.Gerald Combs4-9/+9
2015-09-17Qt: Add an event processing timer.Gerald Combs4-7/+16
2015-09-17Packet list speedups.Gerald Combs5-22/+68
2015-09-15MTP3 Summary: fix no previous prototype for ‘register_tap_listener_gtk_mtp3...Alexis La Goutte1-1/+2
2015-09-15Eliminate proto_tree_add_text from odds and ends.Michael Mann2-10/+8
2015-09-14Qt: align display of packets statistics in status bar with GTK UIPascal Quantin1-5/+16
2015-09-14Qt: add displayed packets percentage to status barPascal Quantin1-1/+2
2015-09-13Qt: remove unused variables in IAX2 analysis codePascal Quantin1-4/+0
2015-09-13Qt: refresh column content after editing itPascal Quantin2-1/+7
2015-09-13Don't invalidate the column cache when we filter packets.Gerald Combs2-6/+3
2015-09-13Stock icon (Qt): Missing break in switch (CID 1323928)Alexis La Goutte1-0/+1
2015-09-13help_url: fix typo found by Coverity (CID 1323927) and Clang analyzerAlexis La Goutte1-2/+3
2015-09-13[Automatic update for 2015-09-13]Gerald Combs13-4189/+6797
2015-09-13Fix misaligned read and buffer overrunPeter Wu2-21/+13
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs14-39/+48
2015-09-11Try using GStringChunks in PacketListRecord.Gerald Combs3-10/+32
2015-09-11Make sure we delete our PacketListRecords.Gerald Combs1-0/+1
2015-09-11Export captured packets correctly.Gerald Combs3-2/+22
2015-09-11Make StockIconToolButton independent.Gerald Combs11-188/+250
2015-09-11qt: Fix crash when stopping an empty live capturePeter Wu1-5/+7
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo4-20/+20
2015-09-10Check if -fPIC is needed for Qt5 code to compileJeffrey Smith1-1/+1
2015-09-09Add the IAX2 Analysis dialog.Gerald Combs16-37/+2008
2015-09-09Add the Telephony→LTE menu.Gerald Combs2-0/+24
2015-09-09Fix Flow Graph never using Standard Addresses when requestedBen Fox-Moore1-1/+1
2015-09-09codecs/gtk: fix int to size_tDario Lombardo1-14/+18
2015-09-09PluginIF: Fix GTK PluginIF interfaceRoland Knall3-29/+39
2015-09-08PluginIF: Parent menu and goto frameRoland Knall4-5/+73
2015-09-08Qt: Fixed a resource leak in getFilterFromRowAndColumnStig Bjørlykke2-3/+3
2015-09-08Qt: Fixed a resource leak in updateSelectionStatusStig Bjørlykke1-2/+3
2015-09-08Qt: Fix use-after-free patternStig Bjørlykke4-12/+23
2015-09-07Enable the display filter arrow tooltip.Gerald Combs2-3/+29
2015-09-07Add a URL for the tooltip bug.Gerald Combs1-3/+5
2015-09-07Re-enable display filter editor tooltips.Gerald Combs2-7/+30
2015-09-06Disable display filter tooltips for now.Gerald Combs2-27/+27
2015-09-06Keep focus rects from showing through the welcome screen.Gerald Combs3-0/+13
2015-09-06[Automatic update for 2015-09-06]Gerald Combs13-4153/+5341