Sergey Borushevsky
de2fe92bb9
Fixed normal bug EXT-2150 (IM Floaters should display their title in CAPS (p2p, group, ad-hoc)).
...
--HG--
branch : product-engine
2009-11-03 21:58:09 +02:00
Eugene Mutavchi
fc7ac26ea3
Implemented major sub-task EXT-2140 (Avatar icon in p2p should take all available space on Control Panel)
...
--HG--
branch : product-engine
2009-11-03 21:38:19 +02:00
Denis Serdjuk
80ec865c2b
fixed minor bug EXT-1618 Add Landmark does nothing if resident stands exactly in the location of existing landmark
...
--HG--
branch : product-engine
2009-11-03 21:34:14 +02:00
Denis Serdjuk
90f03ea00b
rollback changes after commit fcc1a5f44ee8
...
--HG--
branch : product-engine
2009-11-03 20:57:55 +02:00
Sergey Borushevsky
1ceee1b80b
Fixed EXT-2025 (Gesture btn couses nothing)
...
--HG--
branch : product-engine
2009-11-03 20:51:18 +02:00
Denis Serdjuk
a85f2b4b77
Merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-11-03 20:18:38 +02:00
Sergey Borushevsky
db6fb2208e
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-11-03 20:06:43 +02:00
Sergey Borushevsky
864594f68e
Fixed normal bug EXT-2041 (Gestures toolbar button should be a button like move/view, not a dropdown).
...
--HG--
branch : product-engine
2009-11-03 20:05:57 +02:00
Denis Serdjuk
ebfe3d93d9
implemented minor task EXT-1617 No need to expand all accordion panels in the My Landmarks
...
--HG--
branch : product-engine
2009-11-03 20:04:57 +02:00
Eugene Mutavchi
fd3a9fb152
Fixed major bug EXT-2007 (Friends Conference: Names of partisipants are invisible)
...
--HG--
branch : product-engine
2009-11-03 19:47:26 +02:00
Denis Serdjuk
7b4a5d7ba8
EXT-1976 Voice indicator in Nearby Chat entry field is active during a private call.
...
Cause:
Nearbychat bar had used LLActiveSpeakerMgr instead of LLlocalSpeakerMgr.
--HG--
branch : product-engine
2009-11-03 19:38:53 +02:00
Sergei Litovchuk
ed40da6795
Implemented sub-task EXT-1452 '"places" title should not be on this
...
panel':
- Made LLPlaceInfo a base class for two derived LLPlaceProfile and LLLandmarkInfo classes each representing a separate panel with its own XUI layout.
- Fixed broken title change for Place Profile and Landmark cases.
--HG--
branch : product-engine
2009-11-03 19:13:36 +02:00
Eugene Mutavchi
5ea6474aeb
Implemented low task EXT-1787 (Implement sorting of participant list)
...
--HG--
branch : product-engine
2009-11-03 17:47:20 +02:00
Mike Antipov
3483f9e0d0
Fixed major bug EXT-2098 (Unable to delete landmarks)
...
The reason of this bug is that moved (removed to trash) Inventory Item exists in Panel which has no Trash folder
in View hierarchy (Favorites & Landmarks accordions).
I have updated LLInventoryPanel::modelChanged for case Inventory structure is changed:
- added condition to verify if moved item is in Inventory Panel having content of some Inventory Folder
and is not moved into the same folder. In this case appropriate View is removed from the Panel hierarchy.
--HG--
branch : product-engine
2009-11-03 17:40:26 +02:00
Yuri Chebotarev
506f1787a5
merge
...
--HG--
branch : product-engine
2009-11-03 17:33:03 +02:00
Yuri Chebotarev
f1d834c50d
fix for normal task EXT-239 Save chat window state and position between sessions
...
--HG--
branch : product-engine
2009-11-03 17:31:26 +02:00
Andrew Polunin
efa9c7a5ba
fixed bug EXT-1480 [BSI] Cannot give invenotry offers by dragging an item to profile on the sidebar
...
--HG--
branch : product-engine
2009-11-03 17:26:57 +02:00
Vadim Savchuk
5599547f4f
merge
...
--HG--
branch : product-engine
2009-11-03 15:41:50 +02:00
Vadim Savchuk
4a3eeda1ea
Merge from default branch
...
--HG--
branch : product-engine
2009-11-03 15:32:54 +02:00
Dmitry Zaporozhan
6d292f0e81
Merge
...
--HG--
branch : product-engine
2009-11-03 15:00:10 +02:00
Dmitry Zaporozhan
4fa120feb4
Fixed low bug EXT-1620 - Collapsed accordion panels should expand while filtering if they contain matched items.
...
--HG--
branch : product-engine
2009-11-03 14:58:31 +02:00
Sergey Borushevsky
a7d82c0d0e
Temporary fix for normal task EXT-1510 (Implement left side sticking control panels for IM floaters)
...
Disabled resizing of left side control panel to not occupy space for chat history on the right side.
Changed follows properties for icon and buttons in panel_im_control_panel, icon sticked to top, buttons to bottom.
--HG--
branch : product-engine
2009-11-03 14:54:43 +02:00
Eugene Kondrashev
37742cbbf2
Added double click avatar list item callback showing new IM session
...
--HG--
branch : product-engine
2009-11-03 14:35:00 +02:00
Igor Borovkov
330a3a460b
merge
...
--HG--
branch : product-engine
2009-11-03 14:26:51 +02:00
Igor Borovkov
24179cbcc6
fixed normal EXT-1131 Message Well counts non-interactive notifications however chiclet-window is opened
...
--HG--
branch : product-engine
2009-11-03 14:25:08 +02:00
Denis Serdjuk
c4935ea25b
no ticket. Mistyped class name has been corrected.
...
--HG--
branch : product-engine
2009-11-03 14:24:57 +02:00
Andrew Dyukov
645e258851
Fixed EXT-1854 (Area of working for nav bar context menu is changed)
...
--HG--
branch : product-engine
2009-11-03 14:01:33 +02:00
Yuri Chebotarev
3b17d74cb0
fix for normal task EXT-2099 Make the Log button toggleable
...
--HG--
branch : product-engine
2009-11-03 13:34:19 +02:00
Igor Borovkov
01724523cf
IM: defensive fix to get rid of warnings about attempts to get speaker mgr for removed sessions
...
--HG--
branch : product-engine
2009-11-03 13:15:15 +02:00
Eugene Kondrashev
c940d3d5b9
Added 'Loading...' message to avatarlist while opening group/adhoc chat
...
--HG--
branch : product-engine
2009-11-03 13:11:49 +02:00
Igor Borovkov
3a09e94c7c
got rid of exit crash and warning messages 'Trying to access deleted singleton'
...
--HG--
branch : product-engine
2009-11-03 12:57:21 +02:00
Lynx Linden
eff50b018c
merged
2009-11-03 10:43:13 +00:00
Dmitry Zaporozhan
5f30904db4
Fixed Windows build.
...
--HG--
branch : product-engine
2009-11-03 12:30:09 +02:00
Lynx Linden
077025fa1e
DEV-39999: Removed all legacy help buttons and notifications from the
...
code. All help should now go through the new help server, via the Help
Browser floater. There should no longer be any custom "?" buttons in
the UI - all <button> and <notification> XUI references relating to
custom help buttons have been expunged.
(I previously extracted all of the help strings from notifications.xml
and passed these to the doc team to include in the help server pages.)
I have checked that none of the XUI elements that are removed here are
still referenced by any C++ code. I've also confirmed that there are
no new notifications removed that I have not already passed on to the
doc team. And I've also done a pass through the UI to make sure that
all of the floaters still look as they should. Finally, I've confirmed
that the new help system for floaters and side panels still works.
2,276 lines deleted - 0 lines added.
2009-11-03 10:28:57 +00:00
Dmitry Zaporozhan
6508b4f13f
Fixed potencial bug in People Panel.
...
--HG--
branch : product-engine
2009-11-03 11:39:43 +02:00
CG Linden
d3bb2931ab
Add missing eol at eof
2009-11-02 22:21:36 -08:00
angela
0b1ed9af5f
merge
2009-11-03 11:09:44 +08:00
angela
399e922d33
merge + EXT-1926 I18N: the folder name Contents in Build tools > Contents wont honor its translation + EXT-648 Cannot edit an object you are sitting on
2009-11-03 11:06:59 +08:00
Monroe Linden
3c1c0d7544
Changed the operation of the "mute all" button in the nearby media floater to be closer to spec-compliant, per a design discussion this afternoon.
2009-11-02 17:58:10 -08:00
Rick Pasetto
967e171ed6
merge from remote repo
2009-11-02 16:43:35 -08:00
Eric M. Tulla (BigPapi)
345c2a02cd
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-11-02 18:56:30 -05:00
Eric M. Tulla (BigPapi)
f344c5b7ec
Fix for EXT-894: upload anim preview was using bad texture data instead of grey.
...
Switched rendering of dummy mesh for previews (anim, etc) to use default image,
instead of default avatar image.
-Reviewed by nyx
2009-11-02 18:50:50 -05:00
Lynx Linden
7e3e89f127
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
2009-11-02 23:46:51 +00:00
Lynx Linden
8af4e3359c
EXT-1588: Remove support for automatic hyperlinking of URLs in
...
notecards until this issue can be addressed correctly.
The best solution would be to implement support for alternative
display strings for URL text segments. That way, the raw text will
contain the original URL string, but we can show a display-only
alternate label for the URL. Until I get round to doing this, I'm
turning off URL hyperlinking in notecards to avoid the potential
for data loss.
2009-11-02 23:44:21 +00:00
Rick Pasetto
44eea89d00
Make the "default hover controls" be the "authored" controls
...
(and I made a debug setting that can override this)
2009-11-02 15:10:08 -08:00
Leyla Farazha
5e6868743f
merge
2009-11-02 14:31:14 -08:00
Erica
20d9a21468
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-11-02 14:29:32 -08:00
Erica
d1a0cf67bd
mergeypants
2009-11-02 14:27:06 -08:00
Mark Palange (Mani)
2a79326ff6
Removed tabs. Fixed errant 'else(APPLE)'
2009-11-02 14:23:40 -08:00
Leyla Farazha
cb2febb017
merge
2009-11-02 14:16:59 -08:00