There's no __solaris__ predefine for Solaris; just use __sun.
[metze/wireshark/wip.git] / ui /
2012-04-10 Guy HarrisThere's no __solaris__ predefine for Solaris; just...
2012-04-10 Guy HarrisOK, that doesn't work; on Solaris, try _XOPEN_SOURCE...
2012-04-10 Jakub ZawadzkiAdd missing consts.
2012-04-09 Jakub ZawadzkiFix 'overflow in implicit constant conversion', make...
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-04-05 Gerald CombsInstead of loading our coordinates from a separate...
2012-04-05 Martin MathiesonFix test to avoid dividing by 0.0 (was displaying as...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-04-04 Jeff MorrissFix CID 613: item_str can't be NULL here so don't check...
2012-04-04 Jeff MorrissFix CID 614: callsinfo can't be NULL here so don't...
2012-04-04 Jeff MorrissFix CID 615: strinfo can't be NULL here so don't check...
2012-04-04 Jeff MorrissFix CID 616: callsinfo can't be NULL here so don't...
2012-04-04 Jeff MorrissFix CID 617: te can't be NULL here (unless si is NULL...
2012-04-02 Michael TüxenFrom Irene Ruengeler: Fix a warning when capturing.
2012-04-02 Anders BromanIf a comment is cleared, remove it from fdata->opt_comment.
2012-04-02 Anders BromanFix a couple of typos and missing return for GTK 3.
2012-04-02 Anders BromanIntroduce utility function to ease GTK3 depcrecated...
2012-04-01 Michael TüxenMore whitespace changes...
2012-04-01 Michael TüxenRemove waring.
2012-04-01 Anders BromanFrom Cal Turney: IO Graph LOAD inaccuracy, intervals...
2012-03-31 Anders BromanFrom Martin Kaiser: Fix for main_menubar.c:3874: error...
2012-03-30 Jörg Mayergcc 4.7 would complain that the getopt stuff was not...
2012-03-30 Stig BjørlykkeRecreate the packet list when changing UAT for header...
2012-03-30 Jeff MorrissAs pointed out by Alexis: remove a bunch of set-but...
2012-03-30 Martin MathiesonFix the flag used in a test.
2012-03-29 Martin MathiesonFix a test to avoid setting an invalid display filter.
2012-03-28 Stephen FisherAdd newline at end of file to fix compilation error.
2012-03-28 Michael TüxenFrom Irene Ruengeler: Fix a crash.
2012-03-28 Michael TüxenFix compilation.
2012-03-27 Stig BjørlykkeUser data is not used in capture_prepare_cb and capture...
2012-03-27 Jeff MorrissGet things compiling if we HAVE_AIRPCAP.
2012-03-25 Gerald CombsGive qmake a VERSION it will accept.
2012-03-25 Gerald CombsFix the Qt build for Win64.
2012-03-23 Jeff MorrissOnly enable the OK button if we have an address and...
2012-03-23 Jeff MorrissAs I think Guy said a while back (quoting some HIG...
2012-03-23 Jeff MorrissDon't mark the file as unsaved unless the capture or...
2012-03-21 Martin MathiesonWhen a TCP graph is summoned, work out how many unique...
2012-03-21 Michael TüxenFrom Irene Ruengeler: Restore functinality of last...
2012-03-21 Guy HarrisMake the comment I added, saying what scan_local_interf...
2012-03-21 Guy Harrisscan_local_interfaces() isn't in capture_opts.c; don...
2012-03-21 Guy HarrisHandle bogus values of the error that *should* be comin...
2012-03-21 Guy HarrisFix 4-space tabs.
2012-03-21 Jeff Morrissactivate_link_cb() is only defined and used if we have...
2012-03-21 Jeff Morrisswelcome_if_tree_load() is static and only called (and...
2012-03-21 Guy HarrisWell, it doesn't recurse with that code there, but...
2012-03-21 Guy HarrisThe chimney stuff is Windows-only (not that we shouldn...
2012-03-21 Guy HarrisRecursion, n. See "recursion".
2012-03-21 Guy Harriswelcome_if_tree_load() is not used outside ui/gtk/main_...
2012-03-21 Guy Harris#ifdef out some variables used only if we have libpcap.
2012-03-20 Guy HarrisJust put both clear_capture_box() and fill_capture_box...
2012-03-20 Anders BromanSee if this fixes the OSX build
2012-03-20 Anders BromanSee if this fixes the OSX build
2012-03-20 Anders Bromanmake it compile on Windows, \main_welcome.c(1024) ...
2012-03-20 Michael TüxenFrom Irene Ruengeler: Make sure we can remove all inter...
2012-03-19 Guy HarrisWe don't use a GENERATED_H_FILES macro anywhere else...
2012-03-19 Guy HarrisRemove the generated-but-not-distributed source files...
2012-03-19 Guy HarrisAdd main.cpp as an EXTRA_DIST file; for now, we don...
2012-03-19 Guy HarrisDon't distribute the output of various Qt preprocessing...
2012-03-19 Guy HarrisAnother generated file.
2012-03-19 Guy HarrisGet rid of blank line at the end.
2012-03-19 Guy HarrisSort the EXTRA_DIST list.
2012-03-19 Guy HarrisCall the UI library in the Qt directory libqtui, not...
2012-03-19 Jeff MorrissUntil someone creates a .vcproj file for QT, don't...
2012-03-19 Jeff MorrissSet eol-style to native (just to make these files reada...
2012-03-19 Jeff MorrissAdd ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing...
2012-03-19 Jeff MorrissFix path to doxygen_global.cfg
2012-03-18 Guy HarrisAdd in the Makefile_custom.common file.
2012-03-18 Guy HarrisAdd automake support for Qt - use --with-qt as a config...
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2012-03-18 Bill MeierFrom Bill Schiller: New dissector for the HART/IP protocol
2012-03-16 Alexis La GoutteFix some Gui Text not translate and update french trans...
2012-03-16 Guy HarrisAdd @configure_input@ to a bunch of .in files that...
2012-03-16 Jeff MorrissActually, the Lua-menu-items aren't necessary anyway...
2012-03-16 Jeff MorrissGet the Lua menus working again: when adding UI menus...
2012-03-16 Jeff MorrissFix menu path typos: Stataistics->Statistics, LUA->Lua
2012-03-14 Jörg MayerFix:
2012-03-14 Anders Bromanvoip_calls.c Use the hastable instead, we should do...
2012-03-14 Anders BromanVoIP Calls Graph Analysis: Elements not sorted by Time.
2012-03-13 Guy HarrisAdd an explicit capture_cb_capture_failed indication...
2012-03-13 Guy HarrisSystemConfiguration framework, not IOKit?
2012-03-13 Guy HarrisSuggest a better way of getting the interface type...
2012-03-13 Guy HarrisClosing a capture file has nothing to do with the list...
2012-03-12 Martin MathiesonAdd checkboxes to filter for RACH attempts and SRs.
2012-03-12 Martin MathiesonAdd a checkbox to filter for RACH attempts.
2012-03-12 Anders BromanAdd doxygen tags.
2012-03-11 Guy HarrisDon't close the currently loaded capture file in captur...
2012-03-11 Anders BromanAdd a comments LED
2012-03-11 Stig BjørlykkeFree name string only when used.
2012-03-11 Guy Harriscapture_opts_add_opt() does just fine at adding an...
2012-03-10 Alexis La GoutteFix QtShark build after the move of alert_box.c in...
2012-03-10 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-03-10 Guy HarrisReplace 4-space tabs (and one 8-space tab, the only...
2012-03-10 Guy HarrisReplace inconsistent tabs with spaces.
2012-03-09 Jeff MorrissFix up indentation (get rid of 4-space tabs).
2012-03-09 Anders BromanMark an unused parameter as such.
2012-03-09 Anders BromanMake packet comments editable from the expert info...
2012-03-08 Guy HarrisConvert 4-space tabs to spaces.
2012-03-08 Gerald CombsUpdate the comment icons and tooltips.
2012-03-08 Guy HarrisMove alert_box.c to the ui directory.
next