Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-08 | Removed most llappearance -> llui dependencies (LLTrans remains). Moved ↵ | Don Kjer | |
LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender. | |||
2012-08-22 | merge changes for DRTVWR-203 | Oz Linden | |
2012-08-20 | merge back beta fixes | Oz Linden | |
2012-08-16 | merge changes for storm-1879 | Oz Linden | |
2012-08-15 | merge changes for DRTVWR-194 | Oz Linden | |
2012-08-13 | PATH-849: CRASHFIX This should fix the crash caused by ↵ | Todd Stinson | |
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | |||
2012-08-08 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-08-08 | Move llhandle.h into llcommon; same generality as llpointer.h. | Nat Goodspeed | |
Leaving llhandle.h in llui restricts the set of viewer project directories which could potentially use it, and there's nothing whatsoever UI-specific about it. | |||
2012-08-03 | Merge with lindenlab/viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-28 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-18 | MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. | Nat Goodspeed | |
Instead of forbidding std::map<const std::type_info*, ...> outright (which includes LLRegistry<const std::type_info*, ...> and LLRegistrySingleton<const std::type_info*, ...>), try to make it work by specializing std::less<const std::type_info*> to use std::type_info::before(). Make LLRegistryDefaultComparator<T> use std::less<T> so it can capitalize on that specialization. | |||
2012-07-18 | MAINT-1175: merge backout LLRegistrySingleton<std::type_info::name()> | Nat Goodspeed | |
2012-07-18 | Backed out changeset a25bfa87418d (using std::type_info::name()) | Nat Goodspeed | |
The changeset above touched every consumer of the two LLRegistrySingletons originally defined with std::type_info* as keys. Those two LLRegistrySingletons were changed to use const char* as keys, then all consumers were changed to pass std::type_info::name() instead of the plain std::type_info* pointer -- to deal with the observed fact that on Linux, a given type might produce different std::type_info* pointers in different load modules. Since then, Richard turned up the fascinating fact that at least some implementations of gcc's std::type_info::before() method already accommodate this peculiarity. It seems worth backing out the (dismayingly pervasive) change to see if properly using std::type_info::before() as the map comparator will work just as well, with conceptually simpler source code. This backout is transitional: we don't expect things to build/run properly until we've cherry-picked certain other pertinent changes. | |||
2012-07-11 | MAINT-1175: Properly pass LLRegistry's COMPARATOR to underlying map. | Nat Goodspeed | |
Although LLRegistry and LLRegistrySingleton have always defined a COMPARATOR template parameter, it wasn't used for the underlying map. Therefore every type, including any pointer type, was being compared using std::less. This happens to work most of the time -- but is tripping us up now. Pass COMPARATOR to underlying std::map. Fix a couple minor bugs in LLRegistryDefaultComparator (never before used!). Specialize for const char*. Remove CompareTypeID and LLCompareTypeID because we now actively forbid using LLRegistry<std::type_info*, ...>; remove only known reference (LLWidgetNameRegistry definition). | |||
2012-07-11 | MAINT-1175: Forbid LLRegistry[Singleton]<std::type_info*, ...>. | Nat Goodspeed | |
Back out code that selects LLTypeInfoLookup for the underlying map implementation when KEY = [const] std::type_info*, because LLTypeInfoLookup's API is changing to become incompatible with std::map. Instead, fail with STATIC_ASSERT when LLRegistry's KEY is [const] std::type_info*. Fix all existing uses to use std::type_info::name() string instead. | |||
2012-06-29 | Merge simon/viewmaster-merge for latest maint work | simon@Simon-PC.lindenlab.com | |
2012-06-28 | Merge | Dave Parks | |
2012-06-26 | v-r to drano merge conflicts wip | Brad Payne (Vir Linden) | |
2012-06-25 | MAINT-30 Estate access lists for groups and residents are blank when "Allow ↵ | Kelly Washington | |
public access" is checked. MAINT-1200 Resident names not sorted in About Land (or Estate management) floater's allowed/banned boxes reviewed with Simon | |||
2012-06-25 | STORM-1879: Inventory gear menu remains on screen after floater is closed | MartinRJ Fayray | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-21 | merge changes for DRTVWR-171 | Oz Linden | |
2012-06-19 | STORM-1887 FIXED Added words are not saved in dictionaries if main ↵ | Kitty Barnett | |
dictionary was reselected The user's custom dictionary and ignore list are now independent of the primary dictionary. | |||
2012-06-15 | Merge | Dave Parks | |
2012-06-12 | EXP-1953: Altering the behavior of building an LLTextBase such that icons ↵ | Todd Stinson | |
are appended in place rather than prepended out of context. | |||
2012-06-11 | merge spelling changes for UI review | Oz Linden | |
2012-06-11 | STORM-276 Added the ability to remove (user-installed) dictionaries | Kitty Barnett | |
2012-06-11 | STORM-276 Distinguish between default dictionaries and user-installed ↵ | Kitty Barnett | |
dictionaries | |||
2012-06-11 | STORM-276 Insert braces around if/for/while loops | Kitty Barnett | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-06-04 | merge dictionary import | Oz Linden | |
2012-06-04 | STORM-276 Dictionary import functionality and floater | Kitty Barnett | |
2012-06-01 | merge latest fixes from Kitty | Oz Linden | |
2012-05-31 | STORM-276 FIXED Last word in a line editor isn't spell checked | Kitty Barnett | |
2012-05-31 | merge changes for storm-276 | Oz Linden | |
2012-05-31 | STORM-276 FIXED Line editor misspells are checked every frame | Kitty Barnett | |
2012-05-31 | STORM-276 FIXED "Add to Ignore" doesn't trigger | Kitty Barnett | |
2012-05-30 | Merged with viewer-release | Kitty Barnett | |
2012-05-30 | merge up to 3.3.2-release | Oz Linden | |
2012-05-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-152 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-149 | Oz Linden | |