aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Fix buildbot warning: variable `fdata' set but not used [-Werror=unused-but-s...Jakub Zawadzki1-2/+0
2012-07-25Allocate col_text & col_text_len only for columns not based on frame_dataJakub Zawadzki2-47/+61
2012-07-25Remove packet_list->column_typesJakub Zawadzki2-48/+34
2012-07-25Make PacketListRecord structure private.Jakub Zawadzki3-108/+73
2012-07-25Remove handlers for a couple of events we're not interested in.Martin Mathieson1-24/+5
2012-07-25Only call cairo_stroke() when the colour changes, and at the end of theMartin Mathieson1-1/+4
2012-07-25Unify the AktionEntries for apply/prepare filter we should probablyAnders Broman1-198/+221
2012-07-25When drawing the line elements, only call gdk_cairo_set_source_color()Martin Mathieson1-11/+27
2012-07-25Fix bug #7347: "Resize All Columns" fails in Time ColumnJakub Zawadzki1-80/+15
2012-07-25lupdate QtShark.pro (with the last change in translation and help menu)Alexis La Goutte2-29/+246
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte1-6/+6
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte2-0/+37
2012-07-25Add Help Menu to QtSharkAlexis La Goutte1-1/+113
2012-07-25When zooming in, never subdivide whole numbers on the Y axis (they areMartin Mathieson1-17/+25
2012-07-25Don't increase refnum unless graph is created. Also, don't allocateMartin Mathieson1-3/+4
2012-07-24Don't leak the graph (or skip a graph refnum) if single RLC channel notMartin Mathieson1-4/+7
2012-07-24Make proto_tree_draw wrapper function to proto_tree_draw_resolve.Jakub Zawadzki1-8/+3
2012-07-24Analyze->Apply as Filter and Analyze->Prepare a Filter cause crashesAnders Broman3-65/+63
2012-07-24Reinsert conversation colorization shortcutsAnders Broman1-11/+11
2012-07-23Fix bug #7520: Byteview related Glib-GObject-Critical msgs during GTK2 Wiresh...Jakub Zawadzki1-4/+33
2012-07-23Dynamicly allocate " items".Anders Broman1-13/+24
2012-07-23Align structs and code a bit, ultimatly code should be shared.Anders Broman3-63/+47
2012-07-22initialize required interface_t components of a newly created interfaceMartin Kaiser2-1/+6
2012-07-22Continuation of r43338, value stored in record->col_text_len always fit in gu...Jakub Zawadzki1-1/+1
2012-07-22Fix some memory leaks of returned string from gtk_combo_box_text_get_active_t...Jakub Zawadzki2-9/+14
2012-07-22Get rid of a GTK warning showing up when wireshark is started.Michael Tüxen1-1/+3
2012-07-22Two little cleanups from cppcheck:Evan Huus2-4/+2
2012-07-22Fix horizontal line that gets drawn from the last ACK to the r.h. edgeMartin Mathieson1-1/+1
2012-07-22Delete stray debug printf() call left in last commit.Martin Mathieson1-2/+0
2012-07-21Don't scale sequence numbers back to 0 (like TCP does). I want to seeMartin Mathieson1-25/+36
2012-07-21Add display filter and name resolution controls to the standard Qt openGerald Combs4-67/+150
2012-07-21Remove the filename from the GTK+ open file preview.Gerald Combs1-12/+0
2012-07-21Remove the filename from the Win32 file dialog preview. It's alreadyGerald Combs2-122/+123
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki13-53/+53
2012-07-20Decode as: Don't add notebook twice to hbox (fix r43825)Jakub Zawadzki1-2/+1
2012-07-20Fix bug #7377 for:Jakub Zawadzki3-3/+3
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki7-20/+20
2012-07-20BytesView: use "view" class (GtkTextView) instead of "entry" (GtkEntry) one.Jakub Zawadzki1-5/+5
2012-07-20Order alphabeticallyJörg Mayer1-1/+1
2012-07-20Add qtshark_de.tsJörg Mayer1-0/+1
2012-07-20Fix bug #7502Jakub Zawadzki1-0/+5
2012-07-20Beginnings of a German translation (review/improvements welcome)Jörg Mayer4-0/+217
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki10-27/+30
2012-07-20progress_dialog.* -> progress_bar.*Jörg Mayer1-2/+2
2012-07-19Need old-gtk-compat.h for gtk_widget_get_window() in older versions ofGuy Harris1-0/+2
2012-07-19Try to fix compilation on non-Windows systems.Gerald Combs3-86/+104
2012-07-19Reflect the name change of progress_dialog.{cpp,h} to progress_bar.{cpp,h}.Guy Harris1-2/+2
2012-07-19Remove some debugging statements. Fix the fade-in animation.Gerald Combs2-10/+10
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs15-248/+244
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman11-39/+42