aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Rework Windows Wireshark Qt build configuration a bit:Bill Meier1-1/+67
2012-01-28From Martin Kaiser:Anders Broman1-1/+2
2012-01-27FixAlexis La Goutte1-1/+1
2012-01-26Fix Coverity CID 1371: UNINIT.Chris Maynard1-1/+1
2012-01-25Try to make the buildbots happy.Michael Tüxen1-5/+7
2012-01-25The proper scope / spec name for OS X is "macx".Gerald Combs1-2/+2
2012-01-25Fix error when building QtShark:Bill Meier1-3/+3
2012-01-25Address warnings reported by Bill.Michael Tüxen1-5/+1
2012-01-25'error' is only used when we HAVE_LIBPCAP so only define it when that is the ...Jeff Morriss1-2/+4
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen10-2084/+1561
2012-01-25Use sizeof(buff) as length argument when calling g_snprintf().Martin Mathieson1-4/+5
2012-01-25Delete a TODO comment (now that there is an equivalent tshark tap).Martin Mathieson1-4/+0
2012-01-25Put back an "explicit" for now. I'm not sure it's necessary but QtGerald Combs1-3/+3
2012-01-25Add a comment discussing what it will take to have native file dialogsGerald Combs1-1/+25
2012-01-24Compile PortAudio if it's available.Gerald Combs1-12/+35
2012-01-24Note that INIT_DELAY is .1 second.Guy Harris1-1/+1
2012-01-24Use wtap_get_file_extensions_list(), and prepare to useGuy Harris1-1/+83
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen10-1495/+2083
2012-01-24(Try to) make the buildbot happy.Michael Tüxen1-1/+2
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen10-2084/+1495
2012-01-24build_file_save_type_list() isn't called if there are no savable fileGuy Harris1-8/+3
2012-01-24Only free the file extensions list if there is one to free.Guy Harris1-1/+1
2012-01-24Don't free the list of savable file types in build_file_save_type_list()Guy Harris1-1/+0
2012-01-24Fix warnings.Guy Harris1-1/+2
2012-01-24Use wtap_get_savable_file_types() for the Win32 file save dialog.Guy Harris1-105/+83
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-60/+16
2012-01-24Don't treate WTAP_FILE_UNKNOWN as a real file type.Guy Harris1-0/+8
2012-01-23In the table of capture file types, have:Guy Harris1-2/+2
2012-01-23g_string_append_printf() returns nothing.Guy Harris1-1/+1
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-1/+1
2012-01-23Finish wrapping heuristic dissector functions in #if conditionals; change the...Jeff Morriss1-8/+21
2012-01-23Put back the #include changes from a previous commit.Guy Harris1-7/+7
2012-01-23Remove a debug statement.Anders Broman1-1/+1