From 5025bc258cdeabbd498919d5c6b4554accdad842 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Sat, 21 Dec 2013 17:55:43 +0100 Subject: Qt: Dynamic languages - get language as soon as possible (before creating any Qt objects) to make all translations working - dynamic list of supported languages - runtime change of GUI language (no need to restart application) - add flags icons support - search for *.qm languages in buildin resources, then data dir called "languages" (main directory in sources or /usr/share/wireshark/languages), then user directory (UNIX: ~/.wireshark/languages); "languages" directory should contains files wireshark_xx.qm where xx is language code (en, en_GB, etc.), and optional xx.svg for flag icon - try to fix some untranslated manually-created UI items (need manual reset text of those components) Change-Id: I62ca8a8cddce47cec9dbcad6b0bd68b6cfd92229 Reviewed-on: https://code.wireshark.org/review/5041 Tested-by: Michal Labedzki Reviewed-by: Michal Labedzki --- ui/qt/main_window.ui | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'ui/qt/main_window.ui') diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui index 59d7c912c6..72f46fba4a 100644 --- a/ui/qt/main_window.ui +++ b/ui/qt/main_window.ui @@ -2103,6 +2103,36 @@ Show or hide the packet bytes + + + Follow... + + + + + SCTP + + + + + Apply as Filter + + + + + Prepare a Filter + + + + + Copy + + + + + Bytes + + -- cgit v1.2.3