Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-04 | add build configuration to the About box if it is not Release | Oz Linden | |
remove some superfluous other information from About | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-22 | MAINT-5147: correct menu colors for test viewers | Oz Linden | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-07 | derive version number from indra/VIEWER_VERSION.txt | Oz Linden | |
2010-12-01 | CHOP-238 Fix to bug introduced by ↵ | Mark Palange (Mani) | |
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad | |||
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2009-12-08 | DEV-43439: Created new LLVersionInfo API. | Lynx Linden | |
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. |