aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Fix compilation on Windows.Gerald Combs1-1/+1
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs10-445/+545
2012-09-18Add python cache and temporary files to the list of files to clean up.Jeff Morriss3-3/+8
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss2-6/+22
2012-09-18If we have PYTHON use make-tap-reg.py (like we do on Windows): it's slightlyJeff Morriss1-3/+8
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 Combs12-56/+1127
2012-09-17callsinfo->stop_fd not set in all branches for UNISTIM.Anders Broman1-5/+7
2012-09-17Minor cleanup:Bill Meier1-28/+14
2012-09-17Minor cleanup:Bill Meier1-57/+51
2012-09-16Cleanup:Bill Meier1-50/+38
2012-09-16Trivial cleanup:Bill Meier1-120/+122
2012-09-16(trivial) fix a typoBill Meier1-1/+1
2012-09-15Trivial whitespace formatting cleanup;Bill Meier1-122/+128
2012-09-15Minor cleanup:Bill Meier1-48/+10
2012-09-15Trivial cleanup;Bill Meier1-65/+67
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2-0/+11
2012-09-15Don't redefine WIRESHARK_UI_SRCAnders Broman1-5/+0
2012-09-15text_import_scanner_lex.h and text_import_scanner.c are now part ofGuy Harris2-7/+7
2012-09-15*Do* use DIRTY_GENERATED_C_FILES, as it's defined; sadly, flex doesn'tGuy Harris1-2/+4
2012-09-15DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,Guy Harris2-6/+2
2012-09-15Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris1-4/+1
2012-09-14libgtkui_dirty → libui_dirty.Gerald Combs2-8/+8
2012-09-14More fixes for the text import move.Gerald Combs4-11/+11
2012-09-14Deletions from the last commit didn't make it for some reason.Gerald Combs4-1215/+0
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs10-30/+1283
2012-09-14Use consistent indentation and formatting style;Bill Meier1-132/+134
2012-09-14Use consistent indentation and formatting.Bill Meier1-274/+343
2012-09-12Also disable the resize grip on the profile bar (as it is on the info andJeff Morriss1-0/+3
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-10Fix breakage from r44859.Gerald Combs1-16/+16
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs3-242/+238
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