aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Fix typo in French translation.Jeff Morriss2-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier7-8/+8
2014-09-10Add tche custom taps to WIRESHARK_TAP_SRCAndersBroman1-1/+1
2014-09-07Remove blank line, add newline at the end of the file.Guy Harris1-2/+1
2014-09-07Squelch a compiler warning and get rid of an unnecessary variable.Guy Harris1-2/+1
2014-09-07GTK (conversations table): Fix Dereference of null pointer found by Clang ana...Alexis La Goutte1-0/+3
2014-09-06Don't give names to parameters you don't use.Guy Harris1-1/+1
2014-09-05Fix compilation when we don't HAVE_GEOIP.Jeff Morriss1-1/+1
2014-09-05adjust the path to the translation filesMartin Kaiser1-1/+1
2014-09-05Fix compiler warnings from g30f3d52.Gerald Combs3-13/+13
2014-09-05Fix the GeoIP include path.Gerald Combs1-1/+1
2014-09-05Add the GeoIP include path to the Windows qmake build.Gerald Combs1-0/+1
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs30-993/+1827
2014-09-04another lupdate + lrelease for JapaneseMartin Kaiser2-689/+1281
2014-09-04From 竹下 恵 (Megumi Takeshita)Martin Kaiser2-700/+767
2014-09-03Work around an apparent bug in GtkFileChooserButton.Gerald Combs1-0/+12
2014-09-02Fix PortableApps packaging.Gerald Combs1-1/+1
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs17-41/+40
2014-09-01Make it possible to build builtin custom dissectors and GUI files with cmake ...AndersBroman2-0/+34
2014-08-31Remove make-tapreg-dotc and its uses, since Python is now mandatoryРоман Донченко4-29/+10
2014-08-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-08-30Qt Follow Stream Dialog : Add some missing text to translateAlexis La Goutte1-10/+10
2014-08-29Qt: Rework the "Manage Interfaces" dialog.Gerald Combs11-816/+743
2014-08-24Hack to fix RTP player progress line positionPeter Wu1-5/+52
2014-08-21Fix compilation when we don't HAVE_LIBSMI or HAVE_GEOIP.Jeff Morriss2-2/+4
2014-08-21Float constants end with "f"; assign float constants to gfloats.Guy Harris1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall10-0/+1055
2014-08-20In Visual Studio builds, enable the L4 warningGraham Bloice2-4/+0
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-18Capture Options: Add functionality to options and output tabIrene Ruengeler3-96/+517
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann24-1859/+309
2014-08-16tap-iousers: fix indent and add modelines infoAlexis La Goutte1-4/+17
2014-08-15Qt: Disable main menu items that don't do anything.Gerald Combs3-15/+42
2014-08-14Qt: Add note about relaunch Wireshark to apply change about languageAlexis La Goutte1-0/+7
2014-08-13Windows Qt: Add taskbar progress supportGerald Combs3-4/+47
2014-08-12Remove unneeded include of config.hJoerg Mayer2-2/+0
2014-08-11Use an explicit path for stats_tree_dialog.cpp.Tim Furlong1-1/+1
2014-08-11Fix modeline (use Wireshark standard with C comment and no C++ comment)Alexis La Goutte6-74/+76
2014-08-11Fix the CMake QT buildGraham Bloice2-0/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко2-27/+2
2014-08-09Qt: Fix when build with Qt < 4.8.0Alexis La Goutte2-1/+11
2014-08-09Qt: Add missing text to translationAlexis La Goutte1-2/+2
2014-08-08Qt: Make buildbot happyAlexis La Goutte1-1/+1
2014-08-08Use a QTreeWidget instead of QTableWidget.Gerald Combs10-336/+380
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier5-173/+173
2014-08-05 device.remote_opts.sampling_method and device.remote_opts.sampling_paramAndersBroman1-0/+2
2014-08-05Windows: Manage remote interfacesIrene Ruengeler13-321/+1567
2014-08-04Write out decode_as entries from the actual dissector tables.Guy Harris4-69/+72
2014-08-04Squelch a compiler warning.Guy Harris1-2/+2