aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris2-5/+5
2012-12-26simple_dialog_primary_start() and simple_dialog_primary_end() are nowGuy Harris1-4/+4
2012-12-26Hopefully this case is OK in C++; bit-fields can't be enums in standardGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris57-293/+295
2012-12-24The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it. ThatGuy Harris1-5/+5
2012-12-24The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it (thisGuy Harris1-1/+1
2012-12-24Cast away warnings implicit 64-bit-to-32-bit conversions. (We shouldGuy Harris2-9/+10
2012-12-23Use the types that PortAudio specifies for values passed to or returnedGuy Harris1-14/+11
2012-12-23Add ui_packet_comment_dialog.h and ui_time_shift_dialog.h.Gerald Combs1-1/+3
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs17-17/+305
2012-12-23Add the time shift dialog.Gerald Combs3-0/+11
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus17-31/+31
2012-12-22Remove one unneeded initializer and add one missing initializer, as foundEvan Huus2-2/+2
2012-12-22The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs6-12/+12
2012-12-22R46374 replaced too many GTK_STOCK_SAVEs. Put them back.Gerald Combs2-5/+5
2012-12-21Don't use so much white space.Gerald Combs1-23/+4
2012-12-21Add time shifting to the packet list context menu.Gerald Combs1-2/+1
2012-12-21Enable and disable the time shift menu action as needed.Gerald Combs1-2/+1
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs18-619/+1458
2012-12-21trivial: clean up ui/gtk/prefs_filter_expressions.cMartin Kaiser1-54/+61
2012-12-21Convert to use new ws_gtk_grid...() wrappers to replaceBill Meier1-7/+7
2012-12-21Wrapper functions and macros to be used to replaceBill Meier2-31/+181
2012-12-21Reduce the spacer height in the "go to" and search frames. Fix theGerald Combs2-7/+10
2012-12-20From Edwin Groothuis:Anders Broman1-5/+37
2012-12-20Tweak the order of the UI updates when finishing a live-update capture so thatEvan Huus1-3/+6
2012-12-20Remove unused parameter from iousers_process_address_packetEvan Huus1-8/+8
2012-12-20Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann1-53/+103
2012-12-19Try using the system-supplied zlib on OS X.Gerald Combs1-3/+5
2012-12-19Set the icon for the wireless device if the decription name contains Wi-FiIrene Rüngeler1-0/+3
2012-12-19Set SVN propertiesJeff Morriss2-2/+2
2012-12-18Add an AccordionFrame class which can animate showing and hiding (exceptGerald Combs11-37/+185
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs12-32/+640
2012-12-17Add libui_dirty.Gerald Combs1-5/+14
2012-12-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8100 :Jeff Morriss1-4/+8
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson4-10/+10
2012-12-16Don't cast away const qualifier.Martin Mathieson3-5/+5
2012-12-15Link qtshark with libui_dirty on unix.Evan Huus1-1/+1
2012-12-15From Masatake Yamato, adding preference names used with -o option to tooltip ...Michael Mann1-9/+40
2012-12-15Add a missing backslash.Gerald Combs1-1/+1
2012-12-15Set SVN properties.Gerald Combs2-2/+2
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs16-51/+753
2012-12-14Try to cast avay:Anders Broman1-3/+3
2012-12-14Fixed uninitialized value warning.Evan Huus1-0/+1
2012-12-14fix compiler warningMartin Kaiser1-1/+1
2012-12-13Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (...Michael Mann1-162/+163
2012-12-13Bug 3528 - When following an HTTP tcp stream decode gzip data automatically (...Michael Mann2-1/+155
2012-12-12From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-5/+9
2012-12-11Alphabetically sort filesJörg Mayer1-1/+1
2012-12-11Make "Edit Interfaces Dialog" modalIrene Rüngeler1-0/+1
2012-12-11Capture Options Dialog: Update buttons for "Capture all in Prom. Mode" and "C...Irene Rüngeler1-4/+63