DEV-43439: Created new LLVersionInfo API.
Renamed llviewerversion to llversioninfo, to avoid confusion with llversionviewer in llcommon (llversion is already used by llwindow). Created new LLVersionInfo class with the following methods: static S32 getMajor(); static S32 getMinor(); static S32 getPatch(); static S32 getBuild(); static const std::string &getVersion(); static const std::string &getShortVersion(); static const std::string &getChannel(); All viewer code has been updated to use this API. Viewer code no longer directly includes llversionviewer.h from llcommon.
Showing
- indra/newview/CMakeLists.txt 2 additions, 2 deletionsindra/newview/CMakeLists.txt
- indra/newview/llappviewer.cpp 16 additions, 17 deletionsindra/newview/llappviewer.cpp
- indra/newview/llcurrencyuimanager.cpp 9 additions, 9 deletionsindra/newview/llcurrencyuimanager.cpp
- indra/newview/llfloaterabout.cpp 7 additions, 8 deletionsindra/newview/llfloaterabout.cpp
- indra/newview/llfloaterreporter.cpp 3 additions, 3 deletionsindra/newview/llfloaterreporter.cpp
- indra/newview/llpanellogin.cpp 7 additions, 6 deletionsindra/newview/llpanellogin.cpp
- indra/newview/llstartup.cpp 4 additions, 4 deletionsindra/newview/llstartup.cpp
- indra/newview/llversioninfo.cpp 109 additions, 0 deletionsindra/newview/llversioninfo.cpp
- indra/newview/llversioninfo.h 71 additions, 0 deletionsindra/newview/llversioninfo.h
- indra/newview/llviewercontrol.cpp 0 additions, 1 deletionindra/newview/llviewercontrol.cpp
- indra/newview/llviewerhelp.cpp 0 additions, 1 deletionindra/newview/llviewerhelp.cpp
- indra/newview/llviewerhelputil.cpp 6 additions, 7 deletionsindra/newview/llviewerhelputil.cpp
- indra/newview/llviewerhome.cpp 2 additions, 2 deletionsindra/newview/llviewerhome.cpp
- indra/newview/llviewermedia.cpp 2 additions, 2 deletionsindra/newview/llviewermedia.cpp
- indra/newview/llviewerprecompiledheaders.h 0 additions, 1 deletionindra/newview/llviewerprecompiledheaders.h
- indra/newview/tests/llviewerhelputil_test.cpp 6 additions, 2 deletionsindra/newview/tests/llviewerhelputil_test.cpp
Loading
Please register or sign in to comment