aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-23Add the code to add a Heuristics protocol page.Anders Broman1-30/+290
2012-01-23Not working Conversation Filter in (analyse menu)Anders Broman1-5/+3
2012-01-22All valid file types should have file type strings (and, currently, theyGuy Harris1-14/+20
2012-01-21We already added the separator *if* we needed it; don't add it again.Guy Harris1-1/+1
2012-01-21Well, yeah, you can leave the list of patterns out, but then they don'tGuy Harris1-1/+2
2012-01-21Fix calls to g_string_free() (added so as not to leak memory).Guy Harris1-2/+2
2012-01-21At least according to the Microsoft documentation, you don't duplicateGuy Harris1-17/+17
2012-01-21What you get from wtap_get_file_extensions_list() are extensions, notGuy Harris1-2/+2
2012-01-21Fix print call.Guy Harris1-1/+1
2012-01-21Append the trailing ), don't overwrite the string.Guy Harris1-1/+1
2012-01-21Fix -v for QtSharkAlexis La Goutte2-3/+64
2012-01-21Get make checkapi working again.Michael Tüxen1-2/+2
2012-01-21Add missing variable.Guy Harris1-0/+1
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-4/+23
2012-01-20Convert forward slashes in URI to backslashes if WIN32. Patch from Cal Turne...Chris Maynard1-4/+10
2012-01-20Add more configuration information to config.pri which lets us removeGerald Combs1-14/+1
2012-01-20Try copying our plugins to an accessible directory. This assumes you've setGerald Combs1-15/+23
2012-01-20Remove or mark unused variables.Gerald Combs3-9/+14
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen3-1/+77
2012-01-18Get rid of no-longer-applicable comments.Guy Harris1-8/+0
2012-01-18Get rid of some redeclarations, include "ui/recent_utils.h" to get thoseGuy Harris2-17/+1
2012-01-18Another fix for the move of recent.h.Guy Harris1-1/+1
2012-01-18Following the move of recent.*Alexis La Goutte1-6/+6
2012-01-18New include file needs to be included.Guy Harris1-0/+2
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris1-1/+0
2012-01-18Another fix for the move of recent.h to the ui directory.Guy Harris1-1/+1
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris5-16/+15
2012-01-18Add some files that didn't get checked in.Guy Harris2-0/+153
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris40-1293/+112
2012-01-16Move alert_box.c back up to the top-level directory for now, to fix theGuy Harris1-134/+0
2012-01-16Just include it from the current directory.Guy Harris1-1/+1
2012-01-16Another fix for the move of the win32 directory.Guy Harris1-1/+1
2012-01-16Fix up for the move from the top-level directory to the ui directory.Guy Harris1-5/+5