summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Create 16x16 and 24x24 versions of the document icon with a contrastingGerald Combs4-6/+56
2012-12-05Make it more obvious that we're locking and unlocking.Gerald Combs1-2/+1
2012-12-05Choose direction properly if launching graph based upon channel ofMartin Mathieson1-1/+2
2012-12-05Add more missing #includes.Gerald Combs2-0/+7
2012-12-05Fix some C++ abuses that Guy found via LLVM.Gerald Combs6-6/+15
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier62-255/+256
2012-12-05Add some generated header files to GENERATED_NODIST_HEADER_FILES (to fixJeff Morriss1-0/+3
2012-12-05From Michal Labedzki:Anders Broman2-67/+67
2012-12-05Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson2-3/+2
2012-12-05Remove an unused variable. Use ITEM_LABEL_LENGTH instead of a magicGerald Combs1-5/+3
2012-12-04Fix up a comment.Gerald Combs1-2/+1
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs7-21/+25
2012-12-04Rename utilityToolBar to displayFilterToolbar and move the displayGerald Combs3-12/+32
2012-12-04lupdate -no-obsolete QtShark.pro Updating 'qtshark_de.ts'... Found 328 source...Alexis La Goutte4-200/+102
2012-12-04Use more restrictive selectors, otherwise we end up styling things weGerald Combs1-1/+1
2012-12-03Reduce the scope of one variable definition slightly.Evan Huus1-2/+1
2012-12-03Make sure packets_bar_update does something.Gerald Combs2-17/+19
2012-12-03Add some more uic lines.Guy Harris1-0/+35
2012-12-03Automatically size the interface column.Gerald Combs2-0/+15
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs12-77/+162
2012-11-30Do a better job of getting the user's attention for temporary messages.Gerald Combs4-33/+72
2012-11-30Add addr_resolution_dlg.cJeff Morriss1-0/+1
2012-11-30Add a menu to view the current address resolution.Anders Broman4-0/+312
2012-11-29select_ifaces and select_current_ifaces haven't been used since r40715.Gerald Combs2-52/+6
2012-11-29Make tap_param.enum_vals const.Jeff Morriss1-3/+3
2012-11-29Make an enum_val_t const.Jeff Morriss1-1/+1
2012-11-29Add missing newline at end of filePascal Quantin1-1/+1
2012-11-29From Michal Labedzki:Anders Broman4-22/+22
2012-11-28Remove a now-unused variable.Jeff Morriss1-1/+0
2012-11-28Add a copy button that copies to clipboard.Anders Broman1-7/+27
2012-11-28- Allocate the correct number of elements to drawMartin Mathieson1-95/+94
2012-11-27Add more information about the capture.Anders Broman1-1/+132
2012-11-27Get rid of now unused variable.Anders Broman1-1/+0
2012-11-27Start including info from Statistics/Summary.Anders Broman5-15/+124
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte2-0/+17
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte2-1/+15
2012-11-27Add %DL padding to LTE MAC stats.Martin Mathieson2-5/+32
2012-11-26Add comment syúmmary to GUI and add Capture comment from SHB.Anders Broman2-0/+14
2012-11-26Rudimentary code to show comments summary.Anders Broman4-0/+81
2012-11-26From Jim Young:Anders Broman1-1/+1
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-26/+26
2012-11-25 Fix a [-Wshadow] warning;Bill Meier1-28/+28
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier3-469/+487
2012-11-25Fix a [-Wshadow] warning;Bill Meier1-124/+122
2012-11-25Fix several [-Wshadow] warnings;Bill Meier2-183/+208
2012-11-25Set line width 1 for the cairo context used to draw all lines (bugMartin Mathieson1-0/+3
2012-11-25Needed to match up correct element lists for data + control for tcptraceMartin Mathieson1-21/+13
2012-11-25Show ACK after data list, so grey/blue is visible when zoomed out.Martin Mathieson1-68/+75
2012-11-24From Jim Young:Martin Mathieson1-2/+5
2012-11-24Rename get_windows_interface_friendlyname() toGuy Harris1-5/+5