summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki10-26/+25
2012-10-16Add an include.Gerald Combs1-0/+2
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs10-87/+63
2012-10-16Remove some no-longer-needed SSL dummy routines.Gerald Combs1-20/+0
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs10-89/+224
2012-10-16Fix In file included from export_dissection_dialog.cpp:24:0: export_dissectio...Alexis La Goutte1-0/+1
2012-10-16Include config.h so that the necessary HAVE_HEADER_H macros are defined on theEvan Huus1-0/+2
2012-10-16Comment out some more unused code to fix a few gcc errors.Evan Huus1-3/+5
2012-10-16Use $${INSTALL_DIR} instead of wireshark-gtk2.Gerald Combs1-1/+1
2012-10-16Fix includes.Gerald Combs1-1/+6
2012-10-16Add "Export Packet Bytes".Gerald Combs5-7/+164
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs8-9/+64
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson3-33/+118
2012-10-15Try a experimental gtk3 buildAnders Broman1-0/+1
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus3-5/+4
2012-10-13Reduce variable scopes where possible.Evan Huus4-7/+11
2012-10-13Fix compilation with GCC:Evan Huus1-6/+5
2012-10-13Add missing arguments.Gerald Combs1-6/+6
2012-10-13Fix initialization order.Gerald Combs1-1/+1
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs8-143/+143
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs15-50/+707
2012-10-11Make new text translatable (a Alexis La Goutte3-89/+232
2012-10-11From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+2
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
2012-10-11Fix crash when use pcapng with comments (with QtShark)Alexis La Goutte1-0/+4
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-1/+3
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs3-30/+27
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson2-2/+8
2012-10-10RevertJörg Mayer2-0/+0
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs3-24/+23
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs3-26/+65
2012-10-09Add syntax_line_edit.h to CMakeLists to fix CMake qtshark build.Evan Huus1-0/+1
2012-10-08Remove a debugging #include.Gerald Combs1-1/+0
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs22-359/+1333
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+1
2012-10-08Update French translations !Alexis La Goutte1-226/+300
2012-10-08Make new text translatable (for QtShark:file_set_dialog.cpp)Alexis La Goutte3-13/+426
2012-10-08Fix crash when exporting packet dissection as plain text on Windows (regressi...Pascal Quantin1-0/+2
2012-10-07(Trivial) Remove unneeded #include.Bill Meier1-35/+34
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-10-07This is an attempt to improve the default window placement position when ther...Chris Maynard1-1/+25
2012-10-06Get QMake to build our .qm files.Gerald Combs1-0/+22
2012-10-06Don't store qm files in svn: they're generated from the ts files and get removedEvan Huus2-0/+0
2012-10-06Use ellipses rather than crosses made from lines to show data points,Martin Mathieson1-84/+105
2012-10-06Fix some indentation, add missing braces, and don't bother callingMartin Mathieson1-21/+19
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs3-23/+23
2012-10-05A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve...Chris Maynard1-7/+5
2012-10-04Modify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-79/+49
2012-10-04Fix tpyo.Guy Harris1-1/+1