Comment # 7
on bug 10890
from Jim Young
Using git bisect the "void QCocoaMenu::insertNative(QCocoaMenuItem *,
QCocoaMenuItem *) Menu item is already in a menu, remove it from the other menu
first before inserting" messages first appear with commit 5025bc2 for
1.99.1-431-g5025bc2:
> commit 5025bc258cdeabbd498919d5c6b4554accdad842
> Author: Michal Labedzki <[email protected]>
> Date: Sat Dec 21 17:55:43 2013 +0100
>
> 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 <[email protected]>
> Reviewed-by: Michal Labedzki <[email protected]>
This makes sense as the Qt UI components were touched with this commit.
What makes less sense (to me) is the date of 2013-12-21 listed with commit
5025bc2. The previous commit 15e78de for 1.99.1-430-g15e78de has the date
2014-10-31 while the subsequent commit e41f088 for 1.99.1-432-ge41f088 has the
date 2014-11-04. Guess I need to read up on what the Date field of the git
show report really means.
You are receiving this mail because:
- You are watching all bug changes.