aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss11-31/+9
2012-09-19Use g_new instead of g_malloc to avoid manual C-style casting in C++ code.Evan Huus1-1/+1
2012-09-19Use guilibsdll and htmlhelp.lib in the Qt build.Gerald Combs1-1/+1
2012-09-18Remove a debugging mesage.Gerald Combs1-1/+0
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs2-13/+22
2012-09-18Add Gerald's recent qt text-import work to CMake build.Evan Huus1-0/+3
2012-09-18Make the help button do something.Gerald Combs2-0/+9
2012-09-18Adjust the Import Text dialog size policy, although it's still notGerald Combs1-33/+39
2012-09-17Restore set_last_open_dir. We need it on Windows.Gerald Combs2-0/+7
2012-09-17Add a text import dialog. Use libui.Gerald Combs10-48/+1102
2012-09-15Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris1-4/+1
2012-09-10Use the native merge dialog on Windows. This may break non-Windows builds.Gerald Combs2-26/+51
2012-09-10Show our packets after we've loaded a file.Gerald Combs1-1/+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-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 Huus1-1/+2
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 Mayer2-17/+17
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
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-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 Mayer1-17/+0
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer4-10/+20
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
2012-08-19Try colors from the Tango palette.Gerald Combs2-33/+97
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs6-19/+88
2012-08-18ui_main_welcome.h is another file generated by uic, so list it inGuy Harris1-0/+1
2012-08-18Make qtshark build again with autotools - possibly. Completely untested.Jörg Mayer1-0/+6
2012-08-18Make cmake build qtshark againJörg Mayer1-0/+1