Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-30 | DD-92 : pull merge lindenlab/sunshine-external to get AISv3 work | Merov Linden | |
2014-05-30 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-28 | Half of STORM-2025, fix flow-control highlighting | Cinder | |
2014-05-28 | Don't hardcode black as the default color for syntax | Cinder | |
2014-05-28 | MAINT-4070 FIXED Use icon in urls when content is trusted. | maxim@mnikolenko | |
2014-05-27 | MAINT-4009: Ensuring that the view listeners are properly cleaned up at app ↵ | Stinson Linden | |
close. | |||
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Stinson Linden | |
2014-05-16 | DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵ | Merov Linden | |
getting listings several times | |||
2014-05-16 | Remove orphaned LLKeywords methods | Cinder | |
2014-05-27 | MAINT-4072 FIXED Searching object content by typing letters no longer works ↵ | andreykproductengine | |
for non-capitalised names. | |||
2014-05-21 | MAINT-4064 FIXED Don't show Folder arrow for folders without visible children. | Mnikolenko ProductEngine | |
2014-05-14 | Refactor more script editor properties away from LLTextEditor to LLScriptEditor | Cinder | |
2014-05-14 | Begin syntax coloring personalization | Cinder | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-12 | MAINT-4009: Patching a minor leak for when the status text box for the ↵ | Stinson Linden | |
folder view has not been reparented. | |||
2014-05-07 | Merge up. | Cinder | |
2014-05-07 | Code policy | Cinder | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for DRTVWR-363 | Oz Linden | |
2014-05-07 | correct bad merges from 3.7.7-release | Oz Linden | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | MAINT-3967 FIXED Up arrow key does not move the cursor up in chat field. | maksymsproductengine | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-05-06 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2014-05-06 | Let's get started: some code policy cleanup, reference arguments where we ↵ | Cinder | |
can, correct spelling | |||
2014-05-05 | MAINT-4009: Patching a small memory leak for when menu items were being ↵ | Stinson Linden | |
created before the viewer window initialization had created the menu holder. Also, added llasserts in other cases when referencing the menu holder to ensure the holder is non-null. | |||
2014-05-02 | MAINT-4009: Patching the memory leak occurring in the scenario where avatar ↵ | Stinson Linden | |
icon was being created, but the tab container did not have a button to accept the gieven icon. | |||
2014-04-30 | MAINT-4009: Patching the LLTabContainer that was leaking some child views ↵ | Stinson Linden | |
and their associated llimage allocations. | |||
2014-04-30 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2014-04-30 | MAINT-4009: Patching another memory leak in LLBadgeOwner that indirectly was ↵ | Stinson Linden | |
also causing leaks in llimage. | |||
2014-04-29 | MAINT-3975 FIX Group Invitation window omits ? button for listed residents ↵ | Richard Linden | |
(INTEREST LIST RC only) | |||
2014-04-23 | merge changes for STORM-1831 | Oz Linden | |
2014-04-22 | merge changes for OPEN-199 | Oz Linden | |
2014-04-22 | Merge | Xiaohong Bao | |
2014-04-22 | merge up to 3.7.6-release | Oz Linden | |
2014-04-22 | merge | Brad Payne (Vir Linden) | |
2014-04-21 | Merge downstream code | simon | |
2014-04-21 | Merge downstream code updating version to 3.7.7 | simon | |
2014-04-18 | Move some more script editor functions from LLTextEditor to LLScriptEditor | Cinder | |
2014-04-18 | Begin moving script editor portions of LLTextEditor to their own derived class. | Cinder | |
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake | |||
2014-04-16 | Orphaned definition | Cinder | |
2014-04-16 | bool not U32 | Cinder | |
2014-04-21 | Merge downstream code | simon | |
2014-04-08 | merge latest changes from Ima | Oz Linden | |
2014-04-01 | MAINT-1180 FIXED Cannot delete object description. | andreykproductengine | |
2014-03-28 | strom-1831: Cleaning out commented and unused code | Ima Mechanique | |
2014-03-28 | DRTVWR-363: Fix LLNotificationsListener::listChannels() channel walk. | Nat Goodspeed | |
LLNotifications::ChannelMap went away when LLNotificationChannel became an LLInstanceTracker subclass. Iterate the universe of channels using LLNotificationChannel::beginInstances(), endInstances() instead. More troubling is that LLNotificationChannel::getParentChannelName() went away too. When LLNotificationChannel acquired a Params block and corresponding constructor, it acquired the ability to listen on multiple upstream sources. That meant that a single mParent string became inapplicable, and its access method was removed. (Curiously, mParent was not itself removed, but it was left unused.) Change mParent to mParents, a vector<string>, built by connectToChannel(). Introduce getParents(), an accessor returning an iterator_range over that vector. Change LLNotificationsListener::listChannels() to collect a "parents" key in the map returned for each channel, and -- for backwards compatibility -- capture the first entry in the "parents" array as "parent". | |||
2014-03-27 | DRTVWR-363: re-enable commented-out LLNotificationsListener::listChannels() | Nat Goodspeed | |
and its caller. |