summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris4-78/+5
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris17-149/+144
2017-04-07Qt: Remember exact position of selected item in treePeter Wu1-3/+45
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris31-55/+55
2017-04-05Qt: support selecting the min/max packet from IO GraphPeter Wu2-1/+51
2017-04-05Qt: fix tracer and selection of packet in IO GraphPeter Wu2-9/+32
2017-04-05Qt: Remove unused argument in Size stringStig Bjørlykke1-3/+3
2017-04-04Qt: Fix Conversation dialog's refreshing tableMichal Labedzki1-1/+1
2017-04-04Qt/Bluetooth: add results filter in HCI Summary windowPatryk Nowak3-0/+38
2017-04-02[Automatic update for 2017-04-02]Gerald Combs7-593/+606
2017-03-31Qt: do not expand collapsed trees when switching packetsPeter Wu1-2/+9
2017-03-30Qt: Fix uninitialized memory access in val_units_Peter Wu1-3/+5
2017-03-29Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer2-0/+2
2017-03-29Throw in a cast to squelch a compiler warning.Guy Harris1-1/+1
2017-03-29Qt: propagate selection from main screen to dialogPeter Wu6-3/+45
2017-03-29Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann3-7/+4