URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4e3d8cbf3b8815f8affb3cb625ff5e8813bd0a8
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f4e3d8c by Roland Knall (rknall@xxxxxxxxx):
Qt: Rename MainWelcome
Currently exist two main pages within Wireshark. The first being
the main welcome page and the second the packet capture page. The
first is called "main_welcome.?" and the second is actually the
master_split_ object defined in main_window.h. The first being a
QFrame, the second not.
In preparation for future developments (dockable windows, multiple capture
files), this is being corrected, with the main welcome being renamed
as welcome_page as a first step
Change-Id: I40703e6ed15ff6f6b62b2a3cf31f5636ac6da9ec
Reviewed-on: https://code.wireshark.org/review/27949
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 5ff8c38 SCCP: fix performance drop in reassembler code
adds f4e3d8c Qt: Rename MainWelcome
Summary of changes:
ui/qt/CMakeLists.txt | 6 +--
ui/qt/main_window.cpp | 14 +++----
ui/qt/main_window.h | 4 +-
ui/qt/main_window.ui | 6 +--
ui/qt/main_window_layout.cpp | 2 +-
ui/qt/main_window_slots.cpp | 16 ++++----
ui/qt/{main_welcome.cpp => welcome_page.cpp} | 60 ++++++++++++++--------------
ui/qt/{main_welcome.h => welcome_page.h} | 18 ++++-----
ui/qt/{main_welcome.ui => welcome_page.ui} | 4 +-
9 files changed, 65 insertions(+), 65 deletions(-)
rename ui/qt/{main_welcome.cpp => welcome_page.cpp} (92%)
rename ui/qt/{main_welcome.h => welcome_page.h} (89%)
rename ui/qt/{main_welcome.ui => welcome_page.ui} (99%)