Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | Remove reference to mozilla in the linux viewer launch-script. | Tofu Linden | |
2009-11-13 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
Improved functionality to process Buttons showing via context menu - added new alert dialog ("BottomTrayButtonCanNotBeShown") in case when there is no enough space to show button For now it contains a such message: "Selected button can not be shown right now. The button will be shown when there is enough space for it." It should be reviewed by XUI team --HG-- branch : product-engine | |||
2009-11-13 | remove debug llinfos | Tofu Linden | |
2009-11-13 | minor code restructuring to aid more state-change dialog-jiggery. | Tofu Linden | |
2009-11-13 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
Implemented functionality to process Buttons hidden/shown via context menu 1. hidden buttons are not processed while resizing 2. setTrayButtonVisibleIfPossible() is implemented: * If it is impossible to show required button via context menu due to there is no enough room in bottom tray * it will no be shown. * Method also stores resize state to be processed while future bottom tray extending: * - if hidden while resizing button should be hidden it will not be shown while extending; * - if hidden via context menu button should be shown but there is no enough room for now * it will be shown while extending. --HG-- branch : product-engine | |||
2009-11-13 | fixed normal bug (EXT-2393) Items aren't highlighted on mouse over in the ↵ | Dmitry Oleshko | |
Message Well returned necessary attributes to the corresponding XML-files that were corrupted by Erica's commit (changesets 3991 and 3992) --HG-- branch : product-engine | |||
2009-11-13 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | fixed normal bug (EXT-1217) Non-interactive notifications in queue aren't ↵ | Dmitry Oleshko | |
dismissed when overflow toast is dismissed proactively returned a call to the appropriate function "onOverflowToastHide" that was brocen by commit r2150 to SVN --HG-- branch : product-engine | |||
2009-11-13 | implemented major task EXT-1897 Ctl + G Gestures floater should show ALL ↵ | Denis Serdjuk | |
gestures from inventory, not just Active Gestures refactoring of gesture's manager --HG-- branch : product-engine | |||
2009-11-13 | trivial comment change. | Tofu Linden | |
2009-11-13 | Fixed EXT-2320 "Viewer creates empty Friends folders every startup". | Sergei Litovchuk | |
- Added check for "Friends" folder and all its contents to be fetched from server. Only after fetch is complete friends cards are synchronized with agent's buddies list. --HG-- branch : product-engine | |||
2009-11-13 | EXT-2458: Added global mute/unmute button to the status bar. | Lynx Linden | |
2009-11-13 | fixed normal bug (EXT-2454) "Unread message" indicator isn't reset for ↵ | Dmitry Oleshko | |
chiclet in the Message Well after opening IM window added a check, whether a new message came, in order to prevent unwanted return from function, that makes impossible updating chiclets' states --HG-- branch : product-engine | |||
2009-11-13 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
Implemented functionality to process shrink after bottom tray min width is reached --HG-- branch : product-engine | |||
2009-11-13 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-13 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-13 | fix of normal bug (EXT-2411) Toast for a group notification has bigger ↵ | Dmitry Oleshko | |
width, than other toasts fixed panel's size in XML. Also formatted XML according to standards using viewer's XML util. --HG-- branch : product-engine | |||
2009-11-13 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | EXT-2342 Script : Fails to work in Alpha 6 | Yuri Chebotarev | |
ok toast for objects are back... also add object inspector to nearby chat object context menu --HG-- branch : product-engine | |||
2009-11-13 | merge | Vadim Savchuk | |
2009-11-13 | merge | Vadim Savchuk | |
2009-11-13 | No ticket. Fixed crash caused by wierdly coded std::map by MS | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | No ticket. Fix to prevent crash. | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | EXT-2339 Chat : Nearby chat does not show full text - increase max_length to 512 | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-13 | implemented normal task EXT-2175 Set up functionality for \"Leave Selected ↵ | Andrew Polunin | |
Group\" option --HG-- branch : product-engine | |||
2009-11-13 | No ticket. A little refactoring. | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-13 | Fixed Low bug EXT-2404-Nearby Chat: There is redundant semicolon in the log ↵ | Eugene Kondrashev | |
for system messages --HG-- branch : product-engine | |||
2009-11-13 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-13 | fix style readonlycolor overwriting color | angela | |
2009-11-12 | Test intentionally not-found LLUICtrl. | James Cook | |
2009-11-12 | Temporary build un breakage - removing broken unit test from build while fixing. | Mark Palange (Mani) | |
2009-11-12 | Couple LLMimeDiscoveryResponder more tightly with LLViewerMediaImpl. This ↵ | Monroe Linden | |
should fix DEV-41596, as well as other potential problems. | |||
2009-11-12 | EXT-2433 Fix tab max width on build tools | Erica | |
2009-11-12 | Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs | Nat Goodspeed | |
for all registered operations. (untested) Introduce LLEventDispatcher::getMetadata(name) query so you can discover, for a given named operation, its query string and required parameters. (untested) Introduce LLEventDispatcher::add() convenience methods allowing you to omit description strings. Fix LLLoginInstance (which uses a non-LLEventAPI LLEventDispatcher) back to description-less add() calls. However, filter LLEventDispatcher::add() methods inherited by LLEventAPI so that an LLEventAPI subclass *must* provide a description string. | |||
2009-11-12 | Merge with product-engine | Steve Bennetts | |
2009-11-13 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | merge | skolb | |
2009-11-12 | EXT-2135 [BSI] Scrolling the TOS agreement makes the entire agreement unreadable | skolb | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-12 | merge | richard | |
2009-11-12 | DEV-42747 - lltreeiterators_test.cpp broken on Windows | richard | |
reviewed by Nat | |||
2009-11-12 | merge | James Cook | |
2009-11-12 | do not apply additional decode priority to textures with high boost levels. | Xiaohong Bao | |
2009-11-12 | fix a bug of making invisible spatial group visible. | Xiaohong Bao | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-12 | Corrected 9-slice coords (again) for Tooltip. | Justin C. Rounds (Chuck) | |
2009-11-12 | Fixed 9-slice scaling coords for Tooltip. | Justin C. Rounds (Chuck) | |