summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-21Fix build for Qt 4.8Michal Labedzki2-3/+25
2016-10-21Qt: fix weird tree expander that results in a crashPeter Wu1-3/+12
2016-10-21WelcomeUI: Enhance Open and Capture clickable labelsJaap Keuter1-0/+15
2016-10-20InterfaceList: Add button to toggle hidden interfacesRoland Knall4-1/+30
2016-10-20Qt: remove unused private member (found by clang).Dario Lombardo1-1/+0
2016-10-20Fix compilation error without PCAP (using correct define)Mikael Kanstrup1-1/+1
2016-10-20wlan_statistics_dialog (Qt): Add percent of retryAlexis La Goutte1-12/+21
2016-10-20Qt/Bluetooth: Add Mark/Unmark functionalityMichal Labedzki12-10/+291
2016-10-20WelcomeUI: Make Open and Capture clickableRoland Knall9-4/+165
2016-10-20Officially require Qt 4.8 or newerPeter Wu4-18/+0
2016-10-20wlan_statistics_dialog: Add number of retryAlexis La Goutte1-11/+32
2016-10-19InterfaceList: Changing text clears the cellRoland Knall1-1/+1
2016-10-19Qt: add include to fix compilation without pcap.Dario Lombardo1-0/+1
2016-10-19Qt: declare one_em to fix compile error when HAVE_PCAP_REMOTE is definedHessam Jalali1-0/+1
2016-10-19InterfaceTree: Change foreach to const_iteratorRoland Knall3-18/+37
2016-10-19ManageInterfacesDialog: Implement View/Data ModelRoland Knall9-241/+456
2016-10-18Rename a function to have a name different from a data object's name.Guy Harris1-2/+2
2016-10-18Fix wrong local function namesMichal Labedzki1-6/+6
2016-10-18WiresharkApplication: Add signal emitter for Interface ChangesRoland Knall2-0/+4
2016-10-18Qt: Main welcome show/hide interface updates.Gerald Combs2-61/+43
2016-10-17InterfaceList: Change Buttons to comboboxRoland Knall8-97/+118
2016-10-17Some get rid of the remaining trivial Q_UNUSED cases.Joerg Mayer2-14/+11
2016-10-17Get rid of the trivial Q_UNUSED casesJoerg Mayer1-76/+33
2016-10-16[Automatic update for 2016-10-16]Gerald Combs7-62/+96