summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-07-09Make sure we uncheck the "Find Packet" action.Gerald Combs4-1/+14
2015-07-09service_response_time_dialog/response_time_delay_dialog(.h): fix '@return' co...Alexis La Goutte2-2/+0
2015-07-09main_window(.h): fix parameter 'menu_path' not found in the function declarat...Alexis La Goutte1-1/+1
2015-07-09qt_ui_utils.h: fix empty paragraph passed to '@return' command [-Wdocumentation]Alexis La Goutte1-1/+1
2015-07-09Qt: Add dynamic menu support.Gerald Combs9-98/+121
2015-07-08Handle setModule(NULL) more safely.Guy Harris1-6/+3
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs2-4/+21
2015-07-08Add SimpleStatisticsDialog.Gerald Combs7-2/+372
2015-07-08Put back closing } accidentally removed in previous commit.Guy Harris1-0/+2
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs11-31/+377
2015-07-07qt_ui_utils.h: fix @param command used in a comment that is not attached to a...Alexis La Goutte1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer20-96/+38
2015-07-07Continuing to remove Q_UNUSEDJoerg Mayer9-77/+30
2015-07-07Qt: Add initial Lua support.Gerald Combs22-27/+1212
2015-07-07Actually, user_data *is* used there.Guy Harris1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer19-101/+39
2015-07-05[Automatic update for 2015-07-05]Gerald Combs10-3342/+3503
2015-07-04Add "custom" dissector table tab to Internals->Dissector Tables dialogMichael Mann1-0/+26
2015-07-04Add missing C++ headerMichal Labedzki1-0/+1
2015-07-04Do error checking on simple_error_message_box() calls and fix errors.Guy Harris1-1/+1
2015-07-04Squelch a compiler warning.Guy Harris1-3/+3
2015-07-03rpc: use direct hashing rather than malloced intsEvan Huus1-3/+3
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs29-67/+1145
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann5-490/+0
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann27-1032/+594
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris1-33/+33
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman8-32/+32
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-4/+8
2015-07-02Have RPC program hash table use native gtk hash functions.Michael Mann1-4/+4
2015-07-01Don't assume the source directory's path has no spaces in it.Guy Harris1-3/+3
2015-07-01Explicitly check for DCE/RPC dissector name in the Decode As dialog because i...Michael Mann1-3/+2
2015-06-30Disable overlay scrollingPeter Hatina1-0/+3
2015-06-30Fix setting widget visibility when changing the layout.Gerald Combs1-18/+7
2015-06-29Fixup the packet list navigation action behavior.Gerald Combs1-6/+20
2015-06-29gtk: Fix use-after-free on removing recent filePeter Wu1-2/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann10-48/+55
2015-06-28[Automatic update for 2015-06-28]Gerald Combs13-3571/+3660
2015-06-27Free a malloc'ed error message to not leak memoryEvan Huus1-0/+2
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson1-1/+1
2015-06-26Qt: tweaks to Capture Interfaces dialogPascal Quantin3-18/+67
2015-06-26PDU export: increase time precision to nano secondsPascal Quantin1-2/+2
2015-06-26Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSEDJoerg Mayer2-6/+2
2015-06-25Qt: when a capture file is closed, go back to the welcome screen onlyMartin Kaiser1-2/+3
2015-06-25Add Makefile_common.common to wireshark-tap-register.c dependencies (windows)Bill Meier1-1/+1
2015-06-25Regenerate *-tap-register.c when associated Makefile.common is updated (*nix)Bill Meier2-4/+4
2015-06-25Make sure the byte view maintains visibility.Gerald Combs1-1/+2
2015-06-25Remove the other g_hash_table_containsEvan Huus2-15/+13
2015-06-25Limit the text displayed for the Filter label in the SRT dialog so it doesn't...Michael Mann2-2/+16
2015-06-25Qt, cmake: put the build dir before the source dir in the include pathMartin Kaiser1-1/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser61-61/+61