aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-11-25Get rid of "cast throws away constness" warnings.Guy Harris1-2/+2
2016-11-19LBM_UIMflow: Fix range_ratio calculation (CID-1355421)Jaap Keuter1-1/+1
2016-11-13[Automatic update for 2016-11-13]Gerald Combs7-3796/+3883
2016-11-13Qt: populate Bookmarks menu in capture options dialogPeter Wu1-0/+1
2016-11-11Qt: Fix a "No such slot" warning.Gerald Combs2-2/+4
2016-11-11Qt: fix build without libpcapPeter Wu1-5/+7
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann3-19/+25
2016-11-10Enable exporting IMF traffic as an EML fileMoshe Kaplan9-1/+97
2016-11-10Qt: Handle retranslation events in the main window.Gerald Combs10-83/+125
2016-11-09CMake: Use find_program to find a program.Gerald Combs1-3/+3
2016-11-08Qt: Restore the default "About" box tab.Gerald Combs1-1/+1
2016-11-07interface_tree_model.cpp - ensure QObject namespace for tr()Michael Mann1-1/+1
2016-11-06[Automatic update for 2016-11-06]Gerald Combs7-665/+770
2016-11-06Qt: move declaration inside ifdef.Dario Lombardo1-1/+1
2016-11-04Qt/Bluetooth: Split LE Meta EventsMichal Labedzki2-6/+157
2016-11-03Fix lintian found spelling error "splitted" -> "split"Michael Mann1-1/+1
2016-11-02Qt: add "search authors" feature.Dario Lombardo3-11/+39
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris3-37/+51
2016-10-31Have the routine that handles dissection options not exit.Guy Harris3-8/+14
2016-10-30Have routines for parsing options that affect dissection.Guy Harris9-67/+262
2016-10-30InterfaceList: Fix build without pcapRoland Knall2-10/+42
2016-10-30[Automatic update for 2016-10-30]Gerald Combs7-5102/+5507
2016-10-30wlan_statistics_dialog (Qt): Fix display when there is no packets_Alexis La Goutte2-3/+15
2016-10-30Fix two warnings when compiling with rpcap support on macOS.Joerg Mayer2-3/+1
2016-10-28Qt: fix typo in layout_preferences_frame.Dario Lombardo1-7/+7
2016-10-27ManageInterfacesDialog: New handling of pipesRoland Knall13-267/+530
2016-10-27Fix compile errors in GTK buildMichael Mann2-2/+2
2016-10-26Qt: WLAN Statistics performance improvements.Gerald Combs2-3/+33
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo7-18/+52
2016-10-26Qt: Set uniformRowHeights for some of our trees.Gerald Combs6-0/+21
2016-10-26qt: fix build without pcap_createPeter Wu1-1/+4
2016-10-26InterfaceList: Make storing preferences optionalRoland Knall3-16/+32
2016-10-26InterfaceTreeList: Enable all editable columnsRoland Knall8-22/+430
2016-10-25SCTP: find right assoc idruengeler2-6/+9
2016-10-25Qt: Enhancements to VoIP call dialog:erikdejong3-7/+61
2016-10-24Qt: use ws_strtou function in sctp_chunk_statistics_dialog.Dario Lombardo1-1/+4
2016-10-24Move --fullscreen out of LONGOPT_CAPTURE_COMMON.Guy Harris1-0/+12
2016-10-24Qt: Make horizontal spacer size to be fixedMichal Labedzki1-0/+3
2016-10-24Qt: fix possible crash on sorting custom columnsPeter Wu1-2/+4
2016-10-23Qt: add fullscreen feature.Dario Lombardo6-2/+51
2016-10-23[Automatic update for 2016-10-23]Gerald Combs7-857/+1605
2016-10-23interface_sort_filter_model: don't dereference a NULL pointerMartin Kaiser1-0/+3
2016-10-22main_welcome: include QUrlMartin Kaiser1-0/+1
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-5/+5
2016-10-22Qt/Bluetooth: Add Display Filter Edit field to HCI Summary dialogueMichal Labedzki3-1/+42
2016-10-22Qt: Make "Learn" on the welcome screen clickable.Gerald Combs5-11/+28
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris2-11/+31
2016-10-22Fix some errors from the previous commit.Guy Harris2-2/+2
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris11-126/+195
2016-10-22localtime() can return NULL, even if it's unlikely.Guy Harris1-1/+4