summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Don't use capture_interface_list() in this dialog.Guy Harris1-19/+17
2014-07-25Make Capture -> Refresh Interfaces work.Guy Harris4-0/+25
2014-07-25Handle empty interface lists when the list changes.Guy Harris3-81/+53
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte2-13/+5
2014-07-23Clean up indentation (consistent two-space indentation).Guy Harris1-72/+72
2014-07-23Clean up indentation (consistent 4-space indentation).Guy Harris1-18/+18
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris4-29/+19
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-3/+7
2014-07-22Fixed C++ style commentGraham Bloice1-1/+1
2014-07-22Makes the RTP Player graphs work with GTK3Patrice Fournier1-0/+19
2014-07-22Our users are not particpants in a comedy sketch.Gerald Combs3-11/+24
2014-07-22Don't connect to non-existent slots.Guy Harris3-2/+7
2014-07-21Rename ifListChanged to localInterfaceListChanged.Guy Harris5-5/+5
2014-07-21[WIP] Add a conversation dialog.Gerald Combs63-1265/+3511
2014-07-21Have the interface "tree" directly connect to ifListChanged.Guy Harris2-1/+2
2014-07-21Make the Qt version update displays when interfaces appear or disappear.Guy Harris4-0/+84
2014-07-21Add a warning that not all command line options are implementedJoerg Mayer1-0/+1
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris6-18/+0
2014-07-20Add qtshark_ja_JP.qm to the list of .qm files we distribute.Guy Harris1-4/+5
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser8-0/+8563
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-17Try to make tap operations in the Qt UI more responsive.Gerald Combs1-0/+3
2014-07-16Mark unused parameter as suchEvan Huus1-1/+1
2014-07-16Allow expert info to show only items in the display filter.Michael Mann1-17/+59
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris1-1/+1
2014-07-16The plural is "PDUs", not "PDU:s".Guy Harris3-4/+4
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris6-7/+7
2014-07-15Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-9/+12
2014-07-15Cleanup the "export PDU" common code.Guy Harris4-8/+7
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-13/+37
2014-07-12fix scan_local_interfaces()Martin Kaiser1-0/+19
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs9-67/+145
2014-07-11Try to fix the build.AndersBroman2-6/+6
2014-07-11GTK Remote CapturingIrene Ruengeler9-314/+210
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2-23/+23
2014-07-10Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris1-2/+2
2014-07-09See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris1-2/+2
2014-07-09Add back actionFileQuit.Gerald Combs1-0/+16
2014-07-09Fix a "recent items" crash.Gerald Combs3-23/+19
2014-07-09Merge capture->interfaces and capture->optionsEvan Huus3-24/+1
2014-07-09Wireshark Qt: Fix recent (update the list of file when quit Wireshark)Alexis La Goutte2-25/+10
2014-07-08don't print the interface description if it's nullMartin Kaiser1-1/+3
2014-07-08Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-25/+34
2014-07-08Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-2/+3
2014-07-07Update README.qt and add todo items.Gerald Combs1-0/+1
2014-07-07Qt: Cache packet list column strings.Gerald Combs4-122/+237
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-07-06GTK: fix crash when closing Capture Options dialog box on WindowsPascal Quantin1-1/+1
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-04Add missing /AndersBroman1-1/+1