summaryrefslogtreecommitdiff
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris2-0/+26
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ørlykke4-51/+150
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ørlykke14-7/+1699
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris3-3/+3
2017-04-23[Automatic update for 2017-04-23]Gerald Combs7-245/+245
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-1/+1
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-19remove unnecessary guint64 cast in IO graphXiaochuan Sun1-8/+8
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-2/+2
2017-04-18CMake: Sort entriesStig Bjørlykke2-4/+4
2017-04-18Qt: AdditionalToolbars is a menuStig Bjørlykke3-10/+10
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum5-14/+42
2017-04-16[Automatic update for 2017-04-16]Gerald Combs7-176/+60
2017-04-12Rename routines to clarify what they do.Guy Harris2-3/+3
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+12
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 Harris1-11/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris4-73/+5
2017-04-09[Automatic update for 2017-04-09]Gerald Combs7-883/+882
2017-04-09Move the filter file reading code to libui.Guy Harris5-5/+5
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-32/+1
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris2-41/+2
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris5-53/+32
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 Harris22-41/+41
2017-04-05Qt: support selecting the min/max packet from IO GraphPeter Wu1-1/+7
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 Mayer1-0/+1
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