aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris3-0/+38
2017-05-08Qt: try harder to find a working monospace fontPeter Wu1-1/+9
2017-05-07[Automatic update for 2017-05-07]Gerald Combs7-259/+259
2017-05-04Qt: Inhibit Disable Protocol when applicableJaap Keuter1-0/+1
2017-05-02Qt: Fix build without extcapStig Bjørlykke1-0/+2
2017-05-02Qt: Interface Toolbar improvementsStig Bjørlykke5-52/+151
2017-04-30[Automatic update for 2017-04-30]Gerald Combs7-3745/+3976
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-04-26Qt: Remove semicolon behind Q_UNUSED macro, part 2Stig Bjørlykke1-2/+2
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke5-12/+12
2017-04-26Qt: Don't use _U_ for unused parameters in C++Stig Bjørlykke3-5/+4
2017-04-26Fix no-extcap build.Guy Harris1-0/+2
2017-04-25Qt: fix compilation without pcap.Dario Lombardo2-0/+5
2017-04-25Qt: Make text in SimpleDialog selectable by mouseStig Bjørlykke1-0/+1
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke20-7/+1890
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris7-3/+502
2017-04-23[Automatic update for 2017-04-23]Gerald Combs7-245/+245
2017-04-20Use cfile_write_failure_message() in the randpkt code.Guy Harris1-10/+18
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris2-35/+53
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris2-11/+11
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris7-166/+239
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris3-23/+40
2017-04-20Qt: show relative time for the IO Graph in an appropriate unitPeter Wu2-18/+127
2017-04-20Qt: Prevent moving other columns on drag and dropPeter Wu1-1/+35
2017-04-20memory leak: Qt code doesn't pass 'parent' argument to some Qt class construc...Max Dmitrichenko2-2/+2
2017-04-20Fix a comment.Guy Harris1-1/+1
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris4-0/+528
2017-04-19Have a common "capture file write failure alert box" routine.Guy Harris2-7/+101
2017-04-19Have a common "capture file close alert box" routine.Guy Harris2-1/+72
2017-04-19remove unnecessary guint64 cast in IO graphXiaochuan Sun1-8/+8
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Have a common "capture file close alert box" routine.Guy Harris5-5/+105
2017-04-18CMake: Sort entriesStig Bjørlykke2-4/+4
2017-04-18Qt: AdditionalToolbars is a menuStig Bjørlykke3-10/+10
2017-04-18Have a commont "capture file open alert box" routine.Guy Harris3-4/+170
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum6-17/+48
2017-04-17Check for localtime() failing.Guy Harris1-2/+12
2017-04-17Clean up documentation and help messages for protocol enabling/disabling.Guy Harris1-0/+2
2017-04-16[Automatic update for 2017-04-16]Gerald Combs7-176/+60
2017-04-12Rename routines to clarify what they do.Guy Harris8-10/+10
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris2-0/+22
2017-04-11Qt: mark bool and enum prefs as changed when modified via the menuPeter Wu1-0/+2
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2-22/+4
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris8-176/+70
2017-04-09[Automatic update for 2017-04-09]Gerald Combs7-883/+882
2017-04-09We use libui with dumpcap, which is built PIE, so libui should be, too.Guy Harris1-0/+8
2017-04-09Move the filter file reading code to libui.Guy Harris11-7/+786
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris2-64/+2
2017-04-09Have vwarning_alert_box() pop up a warning, not an error.Guy Harris1-1/+1