summaryrefslogtreecommitdiff
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Qt: fix "Assigned value is garbage or undefined"Peter Wu1-151/+115
2015-02-15Fix handling of invalid UAT itemsPeter Wu1-0/+4
2015-02-14WSUG and image updates.Gerald Combs1-4/+2
2015-02-14Qt: Fix side effects of recent WiresharkDialog changes.Gerald Combs5-4/+7
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs4-3/+10
2015-02-13Qt: Try to make some dialogs behave like windows.Gerald Combs2-3/+3
2015-02-13Italian translation updateVincenzo Reale2-556/+559
2015-02-13Qt: Revert g6e88978 for main_status_bar.Gerald Combs2-9/+9
2015-02-13Qt: Make WiresharkDialog act like a window.Gerald Combs1-1/+1
2015-02-13Qt: Double clicking a packet opens the packet window.Gerald Combs1-0/+2
2015-02-13Qt: More #include → forward declarations.Gerald Combs27-106/+150
2015-02-13Qt: ElidedLabel doesn't support rich text / HTML.Gerald Combs3-14/+24
2015-02-13Try to fix compilation on OS X.Gerald Combs1-0/+1
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs14-63/+464
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs37-45/+98
2015-02-07Don't call the Bluetooth code's UUID type "uuid_t".Guy Harris1-2/+2
2015-02-07Add the profile name to the Coloring Rules window title.Gerald Combs1-1/+3
2015-02-07WSUG: Update the Packet Colorization section.Gerald Combs1-1/+1
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki10-0/+743
2015-02-07Fix RTP crash on RTP analysis attemptPeter Wu2-4/+2
2015-02-07Qt: Fix coloring rules reordering.Gerald Combs1-0/+1
2015-02-07Qt: Add the Coloring Rules dialog.Gerald Combs17-133/+815
2015-02-06Qt: Fix preference change behavior.Gerald Combs5-41/+58
2015-02-04Qt: Add "Copy As..." to the Protocol Hierarchy stats.Gerald Combs3-10/+144
2015-02-04HTTP2: Add tap for HTTP2 dissectorAlexis La Goutte3-0/+16
2015-02-04Qt: Add the Protocol Hierarchy statistics dialog.Gerald Combs15-14/+621
2015-02-04Decorate declarations with G_GNUC_PRINTF() as appropriate.Guy Harris1-2/+4
2015-02-03Updates in it translation.Dario Lombardo2-675/+934
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann3-1/+42
2015-02-03Qt: Fix IO Graph capture file closing.Gerald Combs2-5/+8
2015-01-30Qt: Fix library path reset.Gerald Combs1-25/+0
2015-01-30Qt: Clear our library path at startup on Windows.Gerald Combs1-0/+25
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs14-5/+1033
2015-01-29Qt: Add address conversion convenience routinesGerald Combs9-39/+73
2015-01-27Qt: Update packet list freeze/thaw behavior.Gerald Combs1-4/+5
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo3-0/+15
2015-01-27Qt: Add checkable for Find Packet iconAlexis La Goutte1-12/+6
2015-01-27Packet List (Qt): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2015-01-27qt: clear tree and bytes when no packet selectedEvan Huus1-0/+4
2015-01-23Qt: Remove windowIcon property from our .ui files.Gerald Combs5-29/+6
2015-01-23Try to fix the jaggy taskbar icon.Gerald Combs1-0/+4
2015-01-18[Qt] Run windeployqt for Qt versions greater than 5.2AndersBroman1-1/+1
2015-01-18Update some comments to reflect reality.Guy Harris1-1/+0
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris7-18/+31
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+4
2015-01-18Remove emem from GeoIPMichael Mann1-1/+2
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-1/+4
2015-01-16QT: stats_tree plug-ins not added to statistics menuDeon van der Westhuysen3-0/+61
2015-01-15Packet List (Qt): Missing break in switch (CID 1262418)Alexis La Goutte1-0/+1
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris3-12/+13