aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-06 22:58:39 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-06 22:58:39 +0000
commit2bda67e82e64510bb254999a90404009b19a3ce4 (patch)
tree262bfefa5e13ffddcfe0480877d0ce2e53af4be5 /doc
parent4333dd03f4e3a669bf93e3d0fbcd1905493cb3c9 (diff)
Implement File→Merge.
The GTK+ and native Win32 versions are slightly different. The GTK+ version lets you select an output file type and the Win32 version uses the existing capture filetype. We do the latter for now. Start documenting significant UI changes in README.qt. This might be better handled on the wiki. svn path=/trunk/; revision=44797
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 5e538e48ce..da9bd31421 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -132,6 +132,15 @@ DO NOT simply port things over. Every feature, window, and element should be
re-thought. For example, should the user have to navigate two dialogs to get
HTTP request statistics?
+2.1 Changes
+
+- The display filter entry has been significantly reworked.
+
+- The welcome screen has been reworked. The interface list includes sparklines
+
+- "Go to packet" pops up a text entry in the main window instead of a separate dialog.
+
+
3. Translations (i18n)
For make your own translation of QtShark ! it is easy !
@@ -139,7 +148,7 @@ For make your own translation of QtShark ! it is easy !
- Launch "lupdate QtShark.pro" to generate/update your translation file
- Translate with Qt Linguist
- Launch "lrelease QtShark.pro" to create/update qtshark_xx.qm file
-- Attach your modification ("svn diff") in Wireshark Bug Tracker
+- Attach your modification ("svn diff") in Wireshark Bug Tracker
-More information about Qt Linguist
+More information about Qt Linguist
http://qt-project.org/doc/qt-4.8/linguist-manual.html