aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser3-0/+9
2012-09-10From Rick Krull:Anders Broman1-0/+1
2012-09-07I presume the mergeType method is supposed to be provided regardless ofGuy Harris1-9/+9
2012-09-06Fix compilation on Windows.Gerald Combs2-146/+122
2012-09-06Implement File→Merge. Gerald Combs4-153/+481
2012-09-06Don't use a variable after we've freed it.Gerald Combs1-1/+2
2012-09-05The Qt documentation is mysteriously silent about where qmake can findGerald Combs1-4/+4
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus5-5/+10
2012-09-04Add modelines for Qtshark fileAlexis La Goutte51-0/+662
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer22-250/+250
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer18-21/+21
2012-09-03LIBGCRYPT_CFLAGS and LIBGNUTLS_CFLAGS don't seem to be necessary here.Jeff Morriss1-1/+1
2012-09-03add a vertical scrollbar to the text input windows for capture commentMartin Kaiser1-4/+18
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
2012-09-03new_packet_list: cleanup show_cell_data_funcJakub Zawadzki1-25/+25
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki4-14/+14
2012-09-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7688 :Pascal Quantin1-5/+5
2012-09-02Add default branch to try to fix buildbot [-Werror=switch]Anders Broman1-0/+2
2012-09-02From Cal Turney: Incorrect io-stat table format when unsupported -t operand i...Anders Broman1-24/+29
2012-09-01Clean up mgcpDialedDigits and add modelines.Evan Huus1-8/+29
2012-09-01Remove a bunch of unused variables.Evan Huus1-18/+6
2012-09-01Don't leak memory when given an empty remote host (caught by cppcheck).Evan Huus1-3/+4
2012-09-01Temporarilly comment out param names while they're unused (basicallyEvan Huus1-3/+3
2012-09-01Fix part of build on latest GCC.Evan Huus1-1/+1
2012-08-31Don't try to read from our input pipe on Windows after we're done capturing.Gerald Combs1-3/+9
2012-08-31Connect and disconnect our signals correctly.Gerald Combs1-2/+2
2012-08-31Fix compilation on Windows.Gerald Combs4-21/+21
2012-08-31Initialize a variable so that we can quit. Remove some debuggingGerald Combs2-4/+3
2012-08-31It ain't Wireshark unless we can capture.Gerald Combs9-195/+1091
2012-08-31Add Q&A icon for qtsharkAlexis La Goutte1-1/+8
2012-08-31File => Open (Ctrl+O) on Qtshark (broke with last change...)Alexis La Goutte2-0/+7
2012-08-31From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs...Anders Broman1-116/+124
2012-08-29Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)Michael Mann1-1/+1
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs5-229/+150
2012-08-23Fix compilation on Windows.Gerald Combs1-0/+1
2012-08-23Move the pipe input routines to the common UI directory.Gerald Combs5-150/+228
2012-08-23Allow focus in the task list, which in turn allows keyboard navigation.Gerald Combs2-4/+0
2012-08-23Fill in some missing functionality. Rename some variables and rearrangeGerald Combs4-184/+165
2012-08-23The proper way to set compiler flags in cmake is not by usingJörg Mayer1-7/+0
2012-08-23Remove commented out rulesJörg Mayer2-23/+0
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer4-10/+20
2012-08-23Rationalise the way lists/elements are allocated.Martin Mathieson1-4/+6
2012-08-23Catch key events where needed and direct them to the display filterGerald Combs6-96/+112
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.Gerald Combs1-1/+12
2012-08-21Fix compilation.Gerald Combs1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.Gerald Combs2-3/+17
2012-08-20Stylize the "go to packet" bar.Gerald Combs3-3/+29
2012-08-20Basic "Go to Packet" implementation.Gerald Combs5-5/+98
2012-08-19Handle double-clicks in the tree.Gerald Combs4-23/+58
2012-08-19Be more specific.Gerald Combs1-27/+27