Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | Fix for critical task (EXT-4710) Update maturity icons for World Map. | Sergei Litovchuk | |
- Updated maturity icons in map overlay. --HG-- branch : product-engine | |||
2010-02-08 | merge | Brad Payne (Vir Linden) | |
2010-02-08 | Fixed normal bug (EXT-3044) Non-latin chars became invisible in LM ↵ | Sergei Litovchuk | |
description after saving. - Disabled non-ascii input in text editor. --HG-- branch : product-engine | |||
2010-02-08 | Fixed normal bug (EXT-4212) There's an ability to send non-latin group ↵ | Sergei Litovchuk | |
notices but they turn to '????...' in group profile page. - Disabled non-ascii input in text editor. --HG-- branch : product-engine | |||
2010-02-08 | fix for major EXT-5067 Copy-paste is broken in nearby and IM logs | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-08 | PE merge. | Tofu Linden | |
2010-02-08 | Implemented critical task (EXT-4710) Update maturity icons for World Map. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-08 | Fixed normal bug EXT - 3835 ([BSI] tabs in instant message floater should ↵ | Paul Guslisty | |
never change sizes) --HG-- branch : product-engine | |||
2010-02-08 | Add some asserts to catch some null derefs that, at least, the ↵ | Tofu Linden | |
render-pipeline code seems to be hitting. | |||
2010-02-08 | Update for critical bug EXT-4838 ([NUX] Add empty Groups list condition text) | Mike Antipov | |
- changed text of the message to "Try searching for some groups to join." --HG-- branch : product-engine | |||
2010-02-08 | Fixed major bug (EXT-5017) Landmark Info panel opens immediately after | Sergei Litovchuk | |
retrieving data about landmarking location. --HG-- branch : product-engine | |||
2010-02-08 | EXT-4821 [NUX] Home Panel should default to open on first-run | angela | |
2010-02-08 | EXT-4668 Hide URL checkbox is missing from the Sound tab of About Land | angela | |
2010-02-06 | EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect them | Tofu Linden | |
2010-02-06 | make the instancetracker unit test really, like, work. before I fiddle with ↵ | Tofu Linden | |
a big pile of stuff. | |||
2010-02-06 | Update the rest of the LLEventTimer users to #include lleventtimer.h. I think. | Tofu Linden | |
2010-02-06 | move LLEventTimer into its own source module. everyone includes it, almost ↵ | Tofu Linden | |
no-one wants it. now I can dick with it a bit without rebuilding the world, at least. :) | |||
2010-02-06 | Changed floater title strings to be more consistent. | Chuck Linden | |
http://jira.secondlife.com/browse/EXT-3719 | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-02-05 | Changed LLWindowWin32::getNativeKeyData() to use platform-specific names in ↵ | Monroe Linden | |
the key data. Changed MediaPluginWebkit::deserializeKeyboardData() to use platform-specific names when extracting the key data. Also fixed a mac-specific issue where the arguments were reversed, which was causing flash apps to get bad keycode data. Just pass 0 for the "native modifiers" param on windows, since it doesn't seem to actually have a native notion of a "modifier keys mask". The Qt (non-native) modifiers should be good enough. | |||
2010-02-05 | New mac llqtwebkit library built from: | Monroe Linden | |
Commit 2d75f75fcbfca93af40415a1499a849b560a65e6 of http://qt.gitorious.org/~girish/qt/girishs-qt/commits/lindenqt Revision b8715abf32cd of https://bitbucket.org/monroe_linden/llqtwebkit-4.6/ | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Mark Palange (Mani) | |
2010-02-05 | EXT-4754 Fix for LLEventTimer::updateClass crash. | Mark Palange (Mani) | |
Ugh. Update on Tofu's patch for this bug. Reviewed by Richard | |||
2010-02-05 | Test: reverting to well-formed xml | Eli Linden | |
2010-02-05 | test ill-formed xml | Eli Linden | |
2010-02-05 | Merge | Leyla Farazha | |
2010-02-05 | EXT-4102 [BSI] auto zoom on media prims push camera away when zoomed in ↵ | Leyla Farazha | |
and clicking reviewed by Rick | |||
2010-02-05 | EXT-4252 Streaming Audio lost after TP | Leyla Farazha | |
reviewed by Rick | |||
2010-02-05 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-02-05 | Fix for EXT-4943 (Text editor is broken). | Monroe Linden | |
Reviewed by Richard. | |||
2010-02-05 | For EXT-4919: Initial gesture setup is wrong for new users. Added a ↵ | Brad Payne (Vir Linden) | |
template-y mechanism for roundtripping an inventory fetch - hopefully could replace some gratuitous classes elsewhere as well. | |||
2010-02-05 | EXT-4984 : Dragging an object out of the COF manually does not unwear that item | Loren Shih | |
One-line change to forbid dragging items out of the COF. Also added some cosmetic cleanup (some whitespace cleanup, const, etc.) | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-05 | Cleaned up "My Profile" side-panels. | Chuck Linden | |
https://jira.secondlife.com/browse/EXT-4335 | |||
2010-02-05 | merge | richard | |
2010-02-05 | EXT-5026 - Crash when exiting from login screen | richard | |
reviewed by Mani | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-02-05 | EXT-5034 assert triggered for new avatars in LLVOAvatar::restoreMeshData() | Nyx (Neal Orman) | |
We had commented out the word "virtual" in front of the function definition for some reason. one-liner, reviewed by Bigpapi. | |||
2010-02-05 | For EXT-4919: Initial gesture setup is wrong for new users. Checkpointing ↵ | Brad Payne (Vir Linden) | |
work in progress. | |||
2010-02-05 | FIX EXT-4927: use internal browser when requested | Rick Pasetto | |
Review #97 This hopefully fixes the incorrect behavior of using the external browser when the target is specified. | |||
2010-02-05 | line ending conversion | richard | |
2010-02-05 | newlines fixed | richard | |
2010-02-05 | merge | richard | |
2010-02-05 | merge | Mark Palange (Mani) | |
2010-02-05 | merge | richard | |
2010-02-05 | EXT-4232 Keeping gSpashScreen up until the viewer window appears. | Mark Palange (Mani) | |
Move the call to LLSpashScreen::hide() to the point where we show the main window. Reviewed by Richard | |||
2010-02-05 | Merge | Eli Linden | |
2010-02-05 | DEV-43688 cycle3 for JA fixing 3 strings | Eli Linden | |
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2010-02-05 | EXT-4739 - Crash on teleport after viewer minimize. Making sure we don't ↵ | Eric M. Tulla (BigPapi) | |
accidentally set av self to null & added a few more null checks. -Reviewed by nyx |