Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
James Cook a8533e9126 merge 2009-11-16 13:48:24 -08:00
James Cook e3236a906d EXT-2512 Turned off Hover Glow Objects by default.
Should resolve EXT-2499 EXT-2522 EXT-2514
Consider turning back on for Viewer 2.1 and tuning.
2009-11-16 13:47:54 -08:00
Eric M. Tulla (BigPapi) c4b65b6f93 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-16 16:23:32 -05:00
Eric M. Tulla (BigPapi) 19267a29c9 EXT-491 - Renaming item expanded all closed folders 2009-11-16 16:22:35 -05:00
Vadim Savchuk 4b80c9978c Fixed Stand / Stop flying buttons (EXT-2408, EXT-2467, EXT-2513).
The buttons are now attached to the movement controls floater while it's visible (EXT-984).

--HG--
branch : product-engine
2009-11-16 23:17:24 +02:00
Ramzi Linden 9d6816a613 DEV-42911 Remove the Tier3 localized languages which we cannot support in the 2.0 release. 2009-11-17 04:54:47 +08:00
James Cook 7cc233b3a8 EXT-772 Dropbox widget needs "pressed" state - currently shows wrong art
Reviewed with Richard.
2009-11-16 12:52:25 -08:00
James Cook d5efbfcd28 Convert mForcePressedState to bool from BOOL 2009-11-16 12:36:35 -08:00
Andrew Dyukov 19d90dc5ed fixed minor bug EXT-2506 ('Add friend' menu item is enabled in fiend miniinspector's gear menu).
--HG--
branch : product-engine
2009-11-16 21:40:11 +02:00
richard 81b64fd88b changed spacing to accomodate icons in owner/creator label 2009-11-16 11:35:33 -08:00
Loren Shih 909125258d Minor cleanup, changed inventorypanel start folder special casing keyword "INVENTORY" to using generic "My Inventory" keyword.
--HG--
branch : avatar-pipeline
2009-11-16 14:23:46 -05:00
Tofu Linden b42b421d25 better debug spew
yes, it looks like we really don't get much detail from llvoiceclient, it's not just llvoicechannel that's dumbed-down!
2009-11-16 17:53:17 +00:00
Denis Serdjuk 743c8f7cbb fixed minor bug EXT-2292 Teleport History items don't fit to width of panel
--HG--
branch : product-engine
2009-11-16 19:53:07 +02:00
Tofu Linden 5b6002f5cc speculative attempt at a 'no answer' dialog state, and some more debug spew. 2009-11-16 17:36:07 +00:00
Denis Serdjuk e12126bf89 implemented task EXT-1899 Add button to Gestures floater which activates/deactivates
--HG--
branch : product-engine
2009-11-16 19:27:35 +02:00
Loren Shih 85e142b949 Header file cleanup
Removed unnecessary headers from llagent.cpp.  Alphabetized headers in llagent.h and llagent.cpp.
Trivial whitespace addition to llcallingcard.h

--HG--
branch : avatar-pipeline
2009-11-16 12:23:39 -05:00
Tofu Linden 2128df33ec Be more generous with the voicechannel states that trigger the Calling popup.
Huh, the voicechannel state machine isn't much of a state machine.
2009-11-16 17:13:02 +00:00
Steve Bennetts be666bc14f merge from product-engine 2009-11-16 09:03:05 -08:00
Nyx (Neal Orman) 211529eee9 re-adding "make outfit button"
the "make outfit" button in the appearance editor was accidentally removed (merge issue).
Re-adding the XML tag for the button to floater_customize.xml

Reviewed by Bigpapi
2009-11-16 11:54:53 -05:00
Dmitry Oleshko aba8b04cfc fix of a normal bug (EXT-2448) [BSI] Notification toasts should resize when text is to long to be displayed
A maximum number of characters for textbox/texteditor could be set only through XML.
In case when a corresponding attribute was absent - the maximun number was set to 255, and there were no chance (no function) to change it.
So in this fix such a function was added.

--HG--
branch : product-engine
2009-11-16 18:51:54 +02:00
Eugene Mutavchi 914e76fe41 Fixed low bug EXT-2324 ('+' btn do nothing in Recent and Nearby tabs on People panel when focus is set to non-friend avatar)
--HG--
branch : product-engine
2009-11-16 18:30:33 +02:00
Andrew Dyukov 32d8e9e396 Some coding style changes of EXT-1014 (Unable to move undocked camera controls bar)
fix (c63047a5bf60).

--HG--
branch : product-engine
2009-11-16 18:09:33 +02:00
Loren Shih 95cbf689f3 merge
--HG--
branch : avatar-pipeline
2009-11-16 11:05:33 -05:00
Alexei Arabadji 1a7166dd40 Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
2009-11-16 16:52:28 +02:00
Alexei Arabadji a77bf7a1c2 fixed EXT-2365 "LLAlertHandler should can process notifications before login.";
initialized notifications screen channels after LLViewerWindow instantiated
and disabled all old notifications widgets(LLNotifyBox, LLGroupNotifyBox,
LLAlertDialog);

--HG--
branch : product-engine
2009-11-16 16:51:06 +02:00
Vadim Savchuk 8971d6bd7e merge
--HG--
branch : product-engine
2009-11-16 16:28:45 +02:00
Vadim Savchuk eef22e0baf Merge from default branch
--HG--
branch : product-engine
2009-11-16 16:28:04 +02:00
Denis Serdjuk beb62fa222 Fix for bug EXT-1234. Crash after click on For Sale banner for remote place
Cause:
After teleporting LLViewerParcelMgr resets current selected parcel.
Changes:
Complementary check of selected parcel has been added.

--HG--
branch : product-engine
2009-11-16 15:37:30 +02:00
angela bce2cab144 EXT-2317 I18N: use the localized names for [ATTACHMENT_POINT] in strings.xml WornOnAttachmentPoint 2009-11-16 21:27:08 +08:00
angela c5a01e8b35 Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-16 20:52:22 +08:00
angela 1baf1d2186 fix chat format for /me 2009-11-16 20:46:40 +08:00
Alexei Arabadji 59d575fe61 Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
2009-11-16 14:36:46 +02:00
Alexei Arabadji 89e917599b fixed EXT-862 "Add support for Busy mode into notifications";
disabled showing toasts except alertmodal in busy mode

--HG--
branch : product-engine
2009-11-16 14:36:09 +02:00
Dmitry Oleshko 154f501cb1 fixed normal bug (EXT-2503) Clicking on (x) button in Message Well Window doesn't dismiss a group notice
Added to the handler of group notices functionality on rejecting of notifications.
This behavior was broken earlier in the handler for script notifications.

--HG--
branch : product-engine
2009-11-16 14:34:38 +02:00
Yuri Chebotarev eeaeca81b9 fix for normal ticket EXT-2459 Nearby toasts aren't visible when nearby chat console is minimized
--HG--
branch : product-engine
2009-11-16 14:13:36 +02:00
Alexei Arabadji 508097d0f6 fixed EXT-2500 "Avatar stops moving when online/offline notification toast
popups"

--HG--
branch : product-engine
2009-11-16 14:11:50 +02:00
Eugene Mutavchi e62d7410ee Fixed normal bug EXT-2376 (Friends List folder not being correctly identified/fetched)
--HG--
branch : product-engine
2009-11-16 13:24:50 +02:00
Mike Antipov 75fe049b18 Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
- code cleaned up, removed commented out & unused code
Functionality was not changed

--HG--
branch : product-engine
2009-11-16 13:18:42 +02:00
Andrew Dyukov 602921ba2d Fixed normal bug EXT-2452 (Favorites Bar tooltip shows only 2 out of 3 coordinates).
--HG--
branch : product-engine
2009-11-16 13:15:09 +02:00
Dmitry Zaporozhan 471897cfab Merge
--HG--
branch : product-engine
2009-11-16 12:33:52 +02:00
Alexei Arabadji e7519e8a97 fixed EXT-2402 "Clicking on notification item in the Message Well should bring
it to front"
made LLToast and LLDockableFloater goes foreground on setVisible(TRUE);

--HG--
branch : product-engine
2009-11-16 11:41:21 +02:00
Steve Bennetts bd42c1ae2c merge 2009-11-15 22:42:16 -08:00
Steve Bennetts 651541a899 Fixed a deadlock causing textrue caching to stall. 2009-11-15 22:39:48 -08:00
Eric M. Tulla (BigPapi) c6f1c8e704 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-15 23:23:10 -05:00
Eric M. Tulla (BigPapi) d029874531 EXT-2203 & EXT-2302 - Look->Outfit rename and wear button enabling not properly hooked up 2009-11-15 23:21:28 -05:00
CG Linden 6b47e36b15 Add some debug output to develop.py 2009-11-15 11:39:00 -08:00
CG Linden 853faf5316 Invoke native python for develop.py, not CYGWIN python, revert develop.py's original usage 2009-11-15 09:41:07 -08:00
CG Linden da4f76c17a Set PATH to devenv.com to avoid problem with develop.py's use of os.system() 2009-11-15 09:22:00 -08:00
Steve Bennetts f17399212e Compile fix for Windows 2009-11-14 11:09:07 -08:00
Steve Bennetts 1e1b8d036f merge 2009-11-14 10:26:34 -08:00