aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-01-01Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout,...Bill Meier1-2/+11
2012-12-31Make sure moc can find config.h.Gerald Combs1-1/+1
2012-12-31It might help for the Qt version of Wireshark to link against the QtGerald Combs2-31/+36
2012-12-31Update Makefile to add packet_comment_dialog filesAlexis La Goutte2-0/+3
2012-12-31Add a .cpp target for each ui_*.h prerequisite.Gerald Combs1-13/+13
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs11-44/+216
2012-12-29Add a few consts to fix some compiler (GCC) errors.Bill Meier1-1/+2
2012-12-29Add a vertical scrollbar to the summary dialog window.Bill Meier1-2/+8
2012-12-29Show the current profile name. Fix the packet status.Gerald Combs3-5/+16
2012-12-29Fix distcheck.Gerald Combs1-0/+1
2012-12-29Add profile_dialog.Gerald Combs3-0/+11
2012-12-29Try to fix compilation on Windows.Gerald Combs1-0/+4
2012-12-29Profile switching works when we have a capture file open so go ahead andGerald Combs1-12/+12
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs19-284/+988
2012-12-28Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...Alexis La Goutte1-4/+4
2012-12-28Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...Alexis La Goutte2-2/+2
2012-12-27Remove an unused variable.Gerald Combs1-2/+1
2012-12-27Make sure our loops terminate.Gerald Combs1-1/+5
2012-12-27Move common profile code to ui/profile.[ch].Gerald Combs5-335/+494
2012-12-26Cast away another const warning that only shows up under really recent GCCs.Evan Huus1-10/+16
2012-12-26if 0 out debug codeAnders Broman1-0/+2
2012-12-26if 0 out debug codeAnders Broman1-2/+2
2012-12-26Move summary related stuff to summary_dlgAnders Broman5-80/+92
2012-12-26Fix another discarded qualifier error.Guy Harris4-20/+3
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