Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2014-03-19 | logging cleanup in support of debugging text editor problems | Oz Linden | |
2014-03-14 | merge changes for 3.7.3-release | Oz Linden | |
2014-03-14 | STORM-1831 initialize LLKeywords::mLoaded in constructor (fixes ↵ | Oz Linden | |
black-on-black text in various places) | |||
2014-03-14 | correct logging levels (ERR causes a crash), and a minor style fix | Oz Linden | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-11 | Merge downstream code to 3.7.4 | simon | |
2014-03-10 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-03-09 | storm-1831 Fixing identificaton of label for highlighting. | Ima Mechanique | |
2014-03-06 | storm-1831: Fixing constants not getting highlighted. Fixing ratation ↵ | Ima Mechanique | |
constant treated as string. Adding logging of unrecognised token groups. | |||
2014-03-06 | MAINT-3610 FIXED SL viewer partly 'eats' chat-messages | maksymsproductengine | |
2014-03-11 | Merge downstream code with 3.7.3 and new version number | simon | |
2014-03-05 | fix build problem | Mnikolenko ProductEngine | |
2014-03-03 | [MAINT-3555][MAINT-3703] | Baker Linden | |
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully) | |||
2014-02-28 | MAINT-358 FIXED [PUBLIC]Verbs buttons are available for landmarks folder if ↵ | andreykproductengine | |
it was selected via keyboard | |||
2014-02-27 | Merge downstream code | simon | |
2014-02-27 | Merge downstream code | simon | |
2014-02-26 | Fix linux build - make default check in switch statement | Simon Linden | |
2014-02-26 | MAINT-3555 FIXED crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- LLFloaterView::mToolbarRects[3] was transformed to LLRect mToolbarLeftRect, mToolbarBottomRect, mToolbarRightRect; | |||
2014-02-26 | MAINT-3555 : crash in LLPanel::~LLPanel() on shutdown. Fixes to be paranoid | simon | |
about the return type for calls to LLView::getParent(): never assume a down cast is possible. | |||
2014-02-25 | Merge downstream code | simon | |
2014-02-25 | Merge downstream code | simon | |
2014-02-25 | [MAINT-3784] - Viewer takes too long to shut down | Baker Linden | |
- Removed a lot of logging code to reduce application close time | |||
2014-02-25 | merge changes for 3.7.2-release | Oz Linden | |