summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2014-04-18Begin 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-16Orphaned definitionCinder
2014-04-16bool not U32Cinder
2014-04-08merge latest changes from ImaOz Linden
2014-03-28strom-1831: Cleaning out commented and unused codeIma Mechanique
2014-03-28DRTVWR-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-27DRTVWR-363: re-enable commented-out LLNotificationsListener::listChannels()Nat Goodspeed
and its caller.
2014-03-19OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBSOz Linden
2014-03-19logging cleanup in support of debugging text editor problemsOz Linden
2014-03-14merge changes for 3.7.3-releaseOz Linden
2014-03-14STORM-1831 initialize LLKeywords::mLoaded in constructor (fixes ↵Oz Linden
black-on-black text in various places)
2014-03-14correct logging levels (ERR causes a crash), and a minor style fixOz Linden
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-03-11Merge downstream code to 3.7.4simon
2014-03-10Pull merge from lindenlab/viewer-releaseMerov Linden
2014-03-09storm-1831 Fixing identificaton of label for highlighting.Ima Mechanique
2014-03-06storm-1831: Fixing constants not getting highlighted. Fixing ratation ↵Ima Mechanique
constant treated as string. Adding logging of unrecognised token groups.
2014-03-06MAINT-3610 FIXED SL viewer partly 'eats' chat-messagesmaksymsproductengine
2014-03-11Merge downstream code with 3.7.3 and new version numbersimon
2014-03-05fix build problemMnikolenko 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-28MAINT-358 FIXED [PUBLIC]Verbs buttons are available for landmarks folder if ↵andreykproductengine
it was selected via keyboard
2014-02-27Merge downstream codesimon
2014-02-27Merge downstream codesimon
2014-02-26Fix linux build - make default check in switch statementSimon Linden
2014-02-26MAINT-3555 FIXED crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- LLFloaterView::mToolbarRects[3] was transformed to LLRect mToolbarLeftRect, mToolbarBottomRect, mToolbarRightRect;
2014-02-26MAINT-3555 : crash in LLPanel::~LLPanel() on shutdown. Fixes to be paranoidsimon
about the return type for calls to LLView::getParent(): never assume a down cast is possible.
2014-02-25Merge downstream codesimon
2014-02-25Merge downstream codesimon
2014-02-25[MAINT-3784] - Viewer takes too long to shut downBaker Linden
- Removed a lot of logging code to reduce application close time
2014-02-25merge changes for 3.7.2-releaseOz Linden
2014-02-25merge latest changes from Ima with 3.6.14-releaseOz Linden
2014-02-24MAINT-2059 FIX Corner scaling doesn't highlight distance textRichard Linden
much cleanup of vector math also made Stretch Both Sides checkbox clickable via label
2014-02-24Pull merge from viewer-releaseMerov Linden
2014-02-21Merge downstream codesimon
2014-02-20[MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the ↵Baker Linden
cause of the crash
2014-02-12merge with releaseRichard Linden
2014-02-11mergeBrad Payne (Vir Linden)
2014-02-06Adding clear methods to remove any highlighting.Ima Mechanique
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-02-18Pull in viewer-lion to lock down next releasesimon
2014-02-14More memory cleanup of containers after DeletePairedPointer() usage.simon
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
- Added clear() after DeletePointer() call to hopfully fix this...
2014-02-10Merge downstream code with viewer-releasesimon
2014-02-10Merge viewer-releasesimon
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-01-30minor white-space fixesIma Mechanique
2014-01-20MAINT-3618 FIXED Don't copy spaces after cursor to the next line.maxim@mnikolenko
2014-01-15Adding error output for attributes containing MAP or ARRAY elements.Ima Mechanique