aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-16Inspired by prevous commit: grep for wlan_mgt turned up a few more occurrence...Joerg Mayer2-4/+4
2016-10-14UI: Free up the -m flag.Gerald Combs1-4/+0
2016-10-13Qt+macOS: Fix the default font name.Gerald Combs1-2/+8
2016-10-13Fix compilation error without PCAP.Dario Lombardo1-1/+1
2016-10-13Interface List: Fix display of zero entriesRoland Knall5-12/+42
2016-10-12MTP3: Added SS7 Point Code Name ResolutionBinh Trinh1-1/+2
2016-10-12Qt: convert UatDialog to model/view pattern, improve UXPeter Wu11-437/+864
2016-10-09[Automatic update for 2016-10-09]Gerald Combs7-253/+304
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann12-365/+381
2016-10-07Qt: valign text in RTP Stream Analysis window.Jaap Keuter1-24/+24
2016-10-07Interface View/Model: Correct column orderingRoland Knall5-17/+63
2016-10-04Qt: add condition to compile without extcap.Dario Lombardo1-0/+2
2016-10-04Interface View/Model: Fix pcap-less buildRoland Knall1-7/+6
2016-10-04Qt: Have logo in the center of the about dialogJaap Keuter1-0/+3
2016-10-03Be more forgiving about invalid Coloring Rules.Gerald Combs1-5/+7
2016-10-03Interface List: Allow column filtering in modelRoland Knall5-100/+210
2016-10-03Qt: make parameter unused when SHOW_BUFFER_COLUMN is undefined.Dario Lombardo1-0/+2
2016-10-03Qt: properly handle UAT changes on dialog closePeter Wu2-4/+6
2016-10-03tshark: follow streams should start with chunk 1.Michael Mann1-1/+1
2016-10-02Interface List: Fix build for no PCAP buildsRoland Knall4-12/+49
2016-10-02Interface List: Hide button for only one interfaceRoland Knall2-38/+54