Leyla Farazha
83a7a342ea
removing fullscreen functionality
...
reviewed by richard cc#212
2010-06-15 17:21:27 -07:00
Alexei Arabadji
4a4cdd3775
EXT-7268 FIXED Disabled local chat edit field for offline mode.
...
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/454
--HG--
branch : product-engine
2010-06-01 09:50:56 +03:00
Yuri Chebotarev
265f77747f
EXT-6598 FIX Handle tooltip message for separator
...
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/417/
--HG--
branch : product-engine
2010-05-20 16:55:06 +03:00
Yuri Chebotarev
56e88c6b2e
EXT-7367 FIX - eat sroll wheel above gesture popup list
...
reviwed by Mike Antipov at https://codereview.productengine.com/secondlife/r/411
--HG--
branch : product-engine
2010-05-20 10:49:15 +03:00
Andrew Polunin
61316403aa
EXT-7221 FIXED Now the 'Get More >>' link exists exactly before the 'View All >>' link in the Gestures list
...
- Added new setting GesturesMarketplaceURL in settings.xml to represent URL which points to the Gesture's Marketplace.
- Added mGetMoreItemIndex instance variable (similar to mViewAllItemIndex which was already there).
- Added mGetMoreItemIndex handling in the LLGestureComboList::onCommitGesture() (again, similar to mViewAllItemIndex).
- Added new string in strings.xml with name GetMoreGestures to represent Gesture's list item.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/386/
--HG--
branch : product-engine
2010-05-14 13:03:44 +03:00
Vadim Savchuk
3e23c04c9b
Merge from default branch
...
--HG--
branch : product-engine
2010-03-30 18:19:56 +03:00
Brad Payne (Vir Linden)
b2a667b722
For EXT-4666: changed LLGestureManager to LLGestureMgr throughout
2010-03-29 11:10:54 -04:00
Eugene Mutavchi
aebfa2f6f3
Fixed normal bug EXT-6353 (SLapp chat cannot chat spaces).
...
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/119/
--HG--
branch : product-engine
2010-03-26 20:22:52 +02:00
Richard Linden
b48ea0148c
EXT-5849 - [crashhunters] Crash in LLView::drawChildren()
...
attempted fix by removing gesture combo popup lists from floater view holder
reviewed by Leyla
2010-03-18 15:38:23 -07:00
Mike Antipov
acc97bd55f
Work on major bug EXT-5589 (Notifications button falls under side panel)
...
Applayed Eugene Mutavchi's patch:
-- removed min/max width params from xml <string> tags
-- "min_width" for nearby chat bar now is got from the an appropriate layout panel params
-- "max_width" for nearby chat bar is moved to constant.
--HG--
branch : product-engine
2010-02-24 16:41:28 +02:00
Andrew Dyukov
fe90c259da
Fixed major bug EXT-4767 (Any docked/undocked window overlaps Gesture menu).
...
- Changed adding of gestures scrolllist from NonSideTrayView to FloaterViewHolder.
--HG--
branch : product-engine
2010-01-29 19:32:42 +02:00
Andrew Dyukov
eb800ade7e
At last! Implemented normal task EXT-3477 (Change gesture list implementation).
...
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView
to properly draw it without using topcontrol (because it caused problems).
This commit also fixes following bugs:
EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button)
EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button)
EXT-2610 ('Gesture' btn: floater opens on OnMouseDown)
--HG--
branch : product-engine
2010-01-14 17:42:21 +02:00
Eugene Mutavchi
c63c9656fc
Fixed low bug EXT-4189 (Pressing Gesture button by SPACE/ENTER key doesn't open gestures list)
...
--HG--
branch : product-engine
2010-01-13 13:44:44 +02:00
brad kittenbrink
1ea60591a9
Refactoring of llviewerprecompiledheaders.h to hopefully increase stability
...
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in
the long run this will reduce build time. Also cleaned up a lot of header
file usage to conform better to the coding standard.
reviewed by james and steve.
2009-11-13 20:33:59 -05: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
Yuri Chebotarev
bff45e735f
merge
...
--HG--
branch : product-engine
2009-11-13 16:30:39 +02:00
Denis Serdjuk
0ec8d0aacf
implemented major task EXT-1897 Ctl + G Gestures floater should show ALL gestures from inventory, not just Active Gestures
...
refactoring of gesture's manager
--HG--
branch : product-engine
2009-11-13 15:51:22 +02:00
James Cook
d6136a40b1
merge
2009-11-12 08:29:38 -08:00
Mike Antipov
ee759fb32e
merge
...
--HG--
branch : product-engine
2009-11-11 18:12:32 +02:00
James Cook
fb20a7281d
EXT-2338 Move button tooltips to strings the viewer translation tool can parse.
...
Also moved mSpeakBtn from llnearbychatbar to llbottomtray, because the bottom
tray is its parent.
2009-11-10 17:12:07 -08:00
Mike Antipov
3eafbeaac5
Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
...
Initial refactoring of functionality:
- Re-Fixed bug with visibility of chiclet panel of the min size
- updated bottomtray xml to make buttons identical to each other
- Imroved logic while resizing of bottom tray (changing width of chiclet & nearby panels, hide/show buttons)
--HG--
branch : product-engine
2009-11-10 15:02:42 +02:00
Tofu Linden
e9d09879d6
Don't have LLVoiceClient manually poke the nearbychatbar's 'speak' button's visual state as a special case
...
- all speak buttons will soon know how to poll (sigh) the ptt state, with more reliability.
2009-11-09 17:06:49 +00:00
Tofu Linden
6d6fcc46ef
Merge from viewer2voiceparity, conflicts resolved, and I fixed the 'speak' button which is broken on trunk.
2009-11-05 13:17:19 +00:00
Bryan O'Sullivan
b806edf4ac
Redo Bao's broken merge
2009-11-04 14:59:23 -08:00
Tofu Linden
179f18d1ab
LLTalkButton -> LLSpeakButton, 'cos that's what it is.
2009-11-04 20:34:11 +00:00
Tofu Linden
c9ac2b54b9
fix up the refactoring...
2009-11-04 19:24:09 +00:00
Dmitry Zaporozhan
07dabef250
Fixed normal bug EXT-1972 Nearby chat: Please limit chat field with 254 characters for simple Latin; less for multi-byte characters
...
--HG--
branch : product-engine
2009-10-30 12:39:23 +02:00
Sergey Borushevsky
bdddca899b
Fixed normal bug EXT-1450 (Set max height on Gestures tray).
...
--HG--
branch : product-engine
2009-10-26 21:16:23 +02:00
Steven Bennetts
b43771cad5
Merging revisions 2156-2183 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
...
* Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572
* Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747
2009-10-23 17:20:45 +00:00
Steven Bennetts
b5ffeaff1a
merge -r 2014-2032 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
...
* Bugs: EXT-1005 EXT-1488 EXT-320 EXT-1236 EXT-1236 EXT-1002 EXT-1030
* New Dev: EXT-1293 EXT-1416
2009-10-14 20:37:03 +00:00
Steven Bennetts
20e56a6925
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1992 https://svn.aws.productengine.com/secondlife/pe/stable-2@2004 -> viewer-2.0.0-3
...
* Bugs: EXT-1091 EXT-1418 EXT-996 EXT-1150 EXT-1188 EXT-1417 EXT-1181 EXT-1058 EXT-1397 EXT-836 EXT-1437 EXT-1379
* Dev: EXT-1291 EXT-1255 EXT-992 EXT-96 EXT-1157
2009-10-13 16:25:48 +00:00
Richard Nelson
6c70154cd1
converted focus change callbacks to use signals
...
replaced mFocusChangedSignal that PE added with our hierarchical focus mgmt
reviewed by Leyla
2009-09-30 01:00:51 +00:00
Steven Bennetts
606b381c9f
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3
...
JIRAS:
EXT-96 EXT-204 EXT-312 EXT-334 EXT-479 EXT-498 EXT-514 EXT-637 EXT-647 EXT-746 EXT-748 EXT-749 EXT-757 EXT-789 EXT-794 EXT-808 EXT-817 EXT-823 EXT-831 EXT-834 EXT-837 EXT-844 EXT-848 EXT-862 EXT-876 EXT-896 EXT-897 EXT-898 EXT-899 EXT-910 EXT-912 EXT-918 EXT-921 EXT-925 EXT-926 EXT-928 EXT-930 EXT-931 EXT-935 EXT-938 EXT-939 EXT-952 EXT-985 EXT-986 EXT-992 EXT-994 EXT-995 EXT-996 EXT-997 EXT-998 EXT-1001 EXT-1004 EXT-1010 EXT-1012 EXT-1016 EXT-1018 EXT-1020 EXT-1028 EXT-1041 EXT-1044 EXT-1051 EXT-1052 EXT-1061 EXT-1069 EXT-1071 EXT-1074 EXT-1075 EXT-1076 EXT-1078 EXT-1080 EXT-1081 EXT-1082 EXT-1083 EXT-1085 EXT-1092 EXT-1093 EXT-1099 EXT-1100 EXT-1101 EXT-1104 EXT-1106 EXT-1111 EXT-1113 EXT-1114 EXT-1115 EXT-1116 EXT-1118 EXT-1119 EXT-1129 EXT-1132 EXT-1135 EXT-1138 EXT-1142 EXT-1161 EXT-1162 EXT-1178 EXT-1180
* NEW DEVELOPMENT:
* EXT-898 - Add dock/undock support for camera and movement controls
* Avatar list changes
* Bottom bar changes: menu, docking, visibility
* Camera changes
* Camera & Movement Floaters
* Dockable Floaters (LLDockableFloater)
* Removed LLListCtrl
* Toast / Notification changes: signal / destruction changes, ordering
* Nearby chat input should display active voice indicator
QA NOTES:
* Message Well Window is ready to be tested for regression & matching the spec.
* Verify Group List Item L&F
* Verify All tabs in People Panel
* Verify that Picks behavior is not changed
2009-09-29 19:37:05 +00:00
Martin Reddy
cb926640b7
DEV-15182 VWR-5474 SEC-20: re-enabled support for clicking on the
...
following SLAPP URL types in an untrusted browser:
secondlife:///app/agent/...
secondlife:///app/group/...
secondlife:///app/parcel/...
In order to find a compromise between supporting these commands and
security concerns over potential griefing vectors, we use a throttling
solution when these commands are issued by untrusted web browsers.
That is, we only process one command per 15 seconds.
This applies to external browsers, like Firefox, as well as the
internal SL browser.
Notably, we continue to block secondlife:///app/teleport URLs.
Reviewed by james.
2009-09-14 17:09:45 +00:00
Steven Bennetts
7df79382a0
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1634 https://svn.aws.productengine.com/secondlife/pe/stable-2@1648 -> viewer-2.0.0-3
...
* Bugs: EXT-888 EXT-866 EXT-861 EXT-858 EXT-864 EXT-875 EXT-884 EXT-718 EXT-786 EXT-885 EXT-910 EXT-845 EXT-312 EXT-823 EXT-868
* New Development: EXT-748 EXT-863 EXT-835
QA: Please test Recent List to verify it has no troubles.
2009-09-11 23:50:59 +00:00
Monroe Williams
745845f799
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
...
svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05
Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge.
2009-08-27 19:00:18 +00:00
Richard Nelson
138bf11322
merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3
...
DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684
improved text editor (handles multiple fonts simultaneously as well as inline widgets)
2009-08-24 20:04:52 +00:00
Steven Bennetts
0bf4b5f222
merge https://svn.aws.productengine.com/secondlife/export-from-ll@1277 https://svn.aws.productengine.com/secondlife/pe/stable-1@1297 -> viewer-2-0
...
Fixes:
EXT 208 EXT 366 EXT-211 EXT-245 EXT-246 EXT-278 EXT-279 EXT-280 EXT-298 EXT-301 EXT-304 EXT-311 EXT-317 EXT-318 EXT-319 EXT-339 EXT-343 EXT-344 EXT-346 EXT-349 EXT-350 EXT-351 EXT-354 EXT-355 EXT-358 EXT-360 EXT-362 EXT-369 EXT-372 EXT-374 EXT-381 EXT-382 EXT-383 EXT-395 EXT-396 EXT-412
Other changes:
Movement & Caemra controls work
Profile and Me panel refactoring
Notification refactoring
2009-08-12 01:12:27 +00:00
Richard Nelson
eb853f55c0
svn merge -r 128442:129343 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3
2009-08-04 01:12:59 +00:00
Steven Bennetts
db5cda2667
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1211 https://svn.aws.productengine.com/secondlife/pe/stable-1@1228 -> viewer-2.0.0-3
...
QA:
New movement and camera controls. Test all movement and camera behavior against spec and expected behaviors, including sitting & standing.
Many other changes to the bottom bar.
Changes to local chat behavior.
2009-08-03 22:25:48 +00:00
Steven Bennetts
e97f7728a9
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3
2009-07-30 23:22:41 +00:00