summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-02-18Create a libui (static) library in the ui directory, which contains theGuy Harris4-0/+317
2012-02-18Rename the (static) library built from stuff in ui/gtk to "libgtkui" inGuy Harris3-15/+15
2012-02-17Fix tooltips (There is a hidden column).Michael Tüxen1-7/+7
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer10-10/+10
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer43-1/+12716
2012-02-16Fix from Irene Ruengeler: Show correct details in the interface dialog onMichael Tüxen1-5/+2
2012-02-13From Sean Bright:Anders Broman1-0/+2
2012-02-13Mark an unused parameter.Anders Broman1-1/+1
2012-02-13Edit packet commentsAnders Broman2-4/+28
2012-02-13Drop count is 64 bitsAnders Broman1-0/+22
2012-02-12Add edit_packet_comment_dlg.h to the source distributionJeff Morriss1-0/+1
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris6-18/+29
2012-02-12Add a button row.Anders Broman1-9/+43
2012-02-12Get it compiling.Michael Tüxen1-1/+1
2012-02-12Get the comment and put it in the textview.Anders Broman3-2/+25
2012-02-12Try to make the buildbot happy.Anders Broman1-2/+19
2012-02-12Add the edit packet comment menu entry and the empty filesAnders Broman5-2/+96
2012-02-10Sean Bright <sean.bright@gmail.com>:Jörg Mayer1-1/+1
2012-02-10Delete the TH_* defines and use those from epan/dissectors/packet-tcp.h.Chris Maynard1-7/+0
2012-02-08From a.piesk:Anders Broman1-0/+1
2012-02-08When building QtShark on Windows: Don't (re)compile Wireshark .c filesBill Meier1-45/+56
2012-02-08Disable the File->Merge... menu item if we cannot save-as,Stig Bjørlykke1-1/+1
2012-02-07Initiliase another variable.Martin Mathieson1-1/+1
2012-02-07Initialise a variable to avoid warning.Martin Mathieson1-1/+1
2012-02-07packet-gsm_sim.c was the wrong file to check in.Jörg Mayer1-2/+2
2012-02-07Allways use g_list_prepend().Anders Broman1-16/+16
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06From Cristian Constantin:Anders Broman1-1/+2
2012-02-06From Cristian Constantin:Anders Broman3-66/+79
2012-02-06Copy over rev 40874 to gtk3Jörg Mayer1-0/+1
2012-02-06SMB response time stats dissapeared a while ago. Ronnie Sahlberg1-0/+1
2012-02-04Add the magic incantation to get icons into the cmake build.Jörg Mayer1-0/+4
2012-02-04From Cristian Constantin:Anders Broman1-0/+5
2012-02-04Rename the binary Wireshark -> qtsharkJörg Mayer1-1/+1
2012-02-03Don't forget about the .qrc files.Jörg Mayer1-16/+19
2012-02-03Add a link back to previous frame for UM sequence number analysis.Martin Mathieson1-17/+12
2012-02-03Update the list of problems with gtk3 and where to findJörg Mayer1-3/+5
2012-02-02Add a comment about automoc (but don't use it as this wouldJörg Mayer1-0/+5
2012-02-02Fix make install for qtshark.Jörg Mayer1-2/+7
2012-02-02Make out-of-tree builds work.Jörg Mayer1-0/+5
2012-02-02- Move setting _U_ into config.h, becauseJörg Mayer1-41/+6
2012-02-02Update svn:ignore for existing qtshark build processJörg Mayer1-0/+171
2012-02-02Prepare the cmake infrastucture for eventually buildingJörg Mayer1-2/+2
2012-02-01Fix some Windows qmake and Qt Wireshark build issues:Bill Meier1-44/+16
2012-02-01Fix a typoBill Meier1-1/+1
2012-01-30Compile .cpp files with CXXFLAGS the same as CFLAGS used for compiling .c files.Bill Meier1-2/+13
2012-01-30No need to set new save icon if equal to previous icon.Stig Bjørlykke1-8/+10
2012-01-30Disable the save-as button in the toolbar if we cannot save-as,Stig Bjørlykke3-6/+7