aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2015-07-26Minor Enabled Protocols tweaks.Gerald Combs1-3/+6
2015-07-24Try deleting WiresharkDialog when we close it.Gerald Combs4-11/+19
2015-07-24Fix the Copy menu placement in the ProtoTree context menu.Gerald Combs1-2/+2
2015-07-23Fix QCocoaMenu errors.Gerald Combs2-37/+32
2015-07-23Fixup selected packet arithmetic.Gerald Combs1-1/+3
2015-07-23Add Enabled Protocols dialog for QtMichael Mann10-1/+576
2015-07-23Qt < 5.1 doesn't have devicePixelRatio().Gerald Combs1-2/+4
2015-07-23qt_ui_utils.h: fix empty paragraph passed to '@return' command [-Wdocumentation]Alexis La Goutte1-1/+0
2015-07-23Show the current selection in the overlay scrollbar.Gerald Combs3-20/+41
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-2/+10
2015-07-22Ensure to copy the (un)resolved (source|destination) address columns before f...Pascal Quantin1-17/+17
2015-07-21Translation (Qt): fix typoAlexis La Goutte1-1/+1
2015-07-21Add manual name address resolution.Gerald Combs13-21/+473
2015-07-20show_timer_ isn't used on OS X with Qt < 5.0.0.Guy Harris1-0/+2
2015-07-20Add a ProgressFrame to the RTP analysis dialog.Gerald Combs3-64/+48
2015-07-20Qt: Add option to back white line separator for packet list itemsMichal Labedzki5-1/+50
2015-07-20Try to minimize sorting overhead.Gerald Combs1-1/+3
2015-07-20Add general a busy progress indicator.Gerald Combs20-83/+166
2015-07-19[Automatic update for 2015-07-19]Gerald Combs13-3707/+8203
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki10-0/+1542
2015-07-17Qt: Fix DecodeAs for String tablesMichal Labedzki1-1/+3
2015-07-16Draw packet colors in the packet list scrollbar.Gerald Combs12-15/+483
2015-07-16Get rid of _U_, which was (mis)used in some places:Joerg Mayer2-5/+9
2015-07-16Qt: remove unused parametersPascal Quantin1-3/+3
2015-07-16Qt: Frame flag updates.Gerald Combs5-126/+137
2015-07-16Add display_is_remote.Gerald Combs2-3/+3
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs20-29/+2110
2015-07-15Check for a valid pointer when ignoring a frame.Gerald Combs1-0/+1
2015-07-15Resize the name column every time we re-display the interface tree.Guy Harris1-0/+1
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-07-13PacketList column fixes.Gerald Combs6-25/+92
2015-07-12Fixup packet list selection.Gerald Combs3-8/+7
2015-07-12[Automatic update for 2015-07-12]Gerald Combs13-4906/+7468
2015-07-11simple_statistics_dialog(.h): fix parameter 'rtd_table/user_table' not found ...Alexis La Goutte1-3/+1
2015-07-11Set the font.Gerald Combs1-1/+2
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs7-16/+263
2015-07-10Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris1-67/+77
2015-07-10Fix a typoJoerg Mayer1-1/+1
2015-07-10Add the "Resolved Addresses" dialog.Gerald Combs11-0/+757
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-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 Combs8-27/+373
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