Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | merge latest changes from Ima | Oz Linden | |
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 | |
2014-02-25 | merge latest changes from Ima with 3.6.14-release | Oz Linden | |
2014-02-24 | MAINT-2059 FIX Corner scaling doesn't highlight distance text | Richard Linden | |
much cleanup of vector math also made Stretch Both Sides checkbox clickable via label | |||
2014-02-24 | Pull merge from viewer-release | Merov Linden | |
2014-02-21 | Merge downstream code | simon | |
2014-02-20 | [MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the ↵ | Baker Linden | |
cause of the crash | |||
2014-02-12 | merge with release | Richard Linden | |
2014-02-11 | merge | Brad Payne (Vir Linden) | |
2014-02-06 | Adding clear methods to remove any highlighting. | Ima Mechanique | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | More memory cleanup of containers after DeletePairedPointer() usage. | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2014-02-10 | Merge downstream code with viewer-release | simon | |
2014-02-10 | Merge viewer-release | simon | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-01-30 | minor white-space fixes | Ima Mechanique | |
2014-01-20 | MAINT-3618 FIXED Don't copy spaces after cursor to the next line. | maxim@mnikolenko | |
2014-01-15 | Adding error output for attributes containing MAP or ARRAY elements. | Ima Mechanique | |