summaryrefslogtreecommitdiff
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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 Harris1-13/+1
2014-08-03Have ConversationDialog retain data between captures.Gerald Combs1-0/+6
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-08-02CompiledFilterOutput dialog fixes and updates.Gerald Combs4-50/+62
2014-08-01Move the AirPcap stuff into caputils.Guy Harris2-3/+2
2014-07-29Ensure that QT5_BASE_DIR is known by QtShark.proPascal Quantin1-1/+1
2014-07-28From 竹下 恵 (Megumi Takeshita)Martin Kaiser2-192/+192
2014-07-26Refactor "common" Conversation table functionality.Michael Mann6-333/+108
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 Harris2-79/+48
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-10/+5
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-3/+7
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 Combs19-79/+1979
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 Harris3-9/+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-17Try to make tap operations in the Qt UI more responsive.Gerald Combs1-0/+3
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris5-6/+6
2014-07-15Cleanup the "export PDU" common code.Guy Harris1-0/+1
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs9-67/+145
2014-07-11GTK Remote CapturingIrene Ruengeler5-177/+0
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-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-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-04Add missing /AndersBroman1-1/+1