URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=999bbc9b700543d92d6db7301b4893ebbcd883cc
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
999bbc9 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add more version and packaging information to the main window.
Add a "flavor" (for lack of a better word) banner, which can be set at
build time via WIRESHARK_VERSION_FLAVOR / VERSION_FLAVOR. Set it to
"Development Build" by default. This effectively migrates the
"DEVELOPMENT VERSION" logo image text from the GTK+ UI.
Add full release and automatic update information at the bottom.
Remove the short version from the welcome banner (top left).
To do:
- Add back support for gui_version_placement.
- Move the version and repository branch to the flavor label?
- Add update links as appropriate to the bottom.
- Clean up layout and spacing.
Change-Id: I28af33e6c2beb855f803a2dfedef49f3e8389057
Reviewed-on: https://code.wireshark.org/review/7071
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from c200f1e Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.
adds 999bbc9 Qt: Add more version and packaging information to the main window.
Summary of changes:
CMakeLists.txt | 7 +++++++
Makefile.nmake | 1 +
cmakeconfig.h.in | 2 ++
config.h.win32 | 2 ++
config.nmake | 7 +++++++
configure.ac | 2 ++
ui/qt/main_welcome.cpp | 49 +++++++++++++++++++++++++++++++++++++++++++++++-
ui/qt/main_welcome.ui | 49 ++++++++++++++++++++++++++++++++++++++----------
8 files changed, 108 insertions(+), 11 deletions(-)