summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-09-30DEV-40452 VWR-15527: Correct small errors and linguistic consistency in the ↵Ramzi Ramey
LSL editor tooltips - also fixes the specific cases of VWR-3766, VWR-1794 - string changes only, NO CODE changed. - this is needed so that we can begin the Localization round
2009-09-30DEV-35039 Viewer 2.0 Help System - Viewer DevelopmentAdam Moss
svn merge -r134800:134805 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer2help-3
2009-09-30Cherry pick of simple fix for duplicate inventory folders (one non working) ↵Eric Tulla
in some inventory panel views. Result of: svn merge -c 134827 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-10 .
2009-09-30converted focus change callbacks to use signalsRichard Nelson
replaced mFocusChangedSignal that PE added with our hierarchical focus mgmt reviewed by Leyla
2009-09-29Syncing latest appearance work from avatar pipeline into viewer2.0.Eric Tulla
Result of: (NO CONFLICTS) svn merge -r 134301:134742 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-9 .
2009-09-29Removing script errors from viewer filesLisabeth Pardi
DEV-14830
2009-09-29Some XML files didn't have native line endings. Now they do.Bryan O'Sullivan
2009-09-29Script errors checkbox and radio buttons addedLisabeth Pardi
DEV-14830
2009-09-29merge ↵Steven Bennetts
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-29made button wider. >> couldn't be seen when it had smaller width.Lisabeth Pardi
EXT-606
2009-09-29changed make_visible_control="LagMeterShrunk" to ↵Lisabeth Pardi
visiblity_control="LagMeterShrunk" because the former doesn't exist. Also changed minor spacing issues. EXT-606
2009-09-29EXT-1199 Small layout tweaks, EXT-927 'Block object by name' dialog is brokenErica Olsen
2009-09-28DEV-40528 Viewer 2 floods server with AvatarPropertiesRequest messages ↵James Cook
causing database load. Icon cache was only being used to provide images more quickly, not to suppress network traffic. Made it suppress network traffic, which may result in stale icons occasionally. Converted online/offline tooltip to use LLAvatarTracker. Will port to viewer-2-qa-1. Reviewed with Richard.
2009-09-28DEV-38453 (part4) Modernize and rearrange the nodes of the localized ↵Ramzi Ramey
floater_about.xml; NO CHANGES TO ENGLISH.
2009-09-28DEV-40396 Error building pluginapi code on Linux 64bit standalone gcc 4.3.3.Adam Moss
rewritten the plugin address-splitting to make compilers grumble less and probably more readable. code by merov, reviewed by moss.
2009-09-28DEV-39252 fix duplicate name= elements in the EN xui. This breaks localization.Ramzi Ramey
2009-09-28EXT-1195 Default person and group icons too large for text size - reduce to ↵Erica Olsen
18 x 18
2009-09-28EXT-735 Login failed if start location wasn't defined by user -- reviewed by ↵Jiao Li
oreh
2009-09-25EXT-757 Create a consistent Me menu on the login screenRamzi Ramey
Also reorganize Login menu to the Viewer Design Spec - Top Menus Also reorganize Debug menu to the Viewer Design Spec - Top Menus
2009-09-25SNOW-194 DEV-40415: pulling this snowglobe patch into viewer 2.0. ThisMartin Reddy
fixes all of the parentheses warnings in the code. Original patch was reviewed by merov (and others).
2009-09-25For EXT-1121: Attaching / detaching objects doesn't affect the Current ↵Bradley Payne
Outfit folder and EXT-1090: Attachments detach on login. This is still in short term fix territory - trying to avoid creating duplicate attachment links when wearing outfits. It's not 100% robust because of the possibility of race conditions.
2009-09-25EXT-1147 Update layout of grid options floater to be localizableErica Olsen
2009-09-25EXT-1146 Apply new layout to Beacons FloaterErica Olsen
2009-09-25EXT-1145 Update layout of Buy/Pay/Open floatersErica Olsen
2009-09-24Merging down avatar-pipeline/currently-worn-folder-8. Includes fixes for ↵Bradley Payne
EXT-1121: Attaching / detaching objects doesn't affect the Current Outfit folder, and EXT-1090: Attachments detach on login, as well as work in progress for ensemble support and look details.
2009-09-24EXT-944 EXT-1026: cleaning up my quick fix for these issues.Martin Reddy
I've now added an explicit LLUrlRegistry::findUrl() method for LLWStrings. This deals with correcting the start/end range for the url appropriately. Now the API can be used without worrying about utf8/utf32 character offset issues. Internal JIRAs: DEV-40127 DEV-39966.
2009-09-24EXT-1008 - Unable to use the Tab key to select anything past Name Tags OnRichard Nelson
removed bad LLUICtrl::onFocusLost and LLUICtrl::onFocusReceived overrides to be reviewed
2009-09-23Decided that the lldebugs should really be llwarns.Steven Bennetts
2009-09-23EXT-904 Build tools does not show tooltips on any checkboxRichard Nelson
EXT-877 There is no tooltip with a date for Time indicator in Nav bar EXT-860 Crosshairs and "Press ESC to..." warning are dislocated in mouselook mode when UI Size is not exactly set to 1.00 (Menu Me -> Preferences-> Graphics) EXT-783 Script editor inserts text twice when using the editors paste, or choosing LSL elements from the pull-down list. EXT-764 mis-location of cursor in edit script panel (fixed cursor width) EXT-658 Inventory window's "Fetched Items" needs spacing reviewed by James
2009-09-23Partial fix for EXT-1123 (this shouldn't merit a notification), but we ↵Steven Bennetts
should investigate why these requests are failing in the first place.
2009-09-23fix for EXT-1125: Mini-map terrain appears green on login with Low graphics ↵Xiaohong Bao
settings.
2009-09-23* EXT-1037 - Left-clicking anywhere in in-world area resets camera positionSteven Bennetts
NOTE: Temporary fix that may break MOAP behavior. Needs to be reviewd and potentially designed.
2009-09-23EXT-646 Pinned menus display incorrectly. Menu needs to follow bottom-left ↵James Cook
corner to avoid being pulled up when floater resizes to accommodate. Fixed floater height computation, removed magic numbers. Added XML configuration file for menu_item_tear_off so we can set colors to make the lines visible when highlighted. Reviewed with Richard.
2009-09-23Updated formatting changes to About floater EXT-1022Kurt Stauffacher
2009-09-23EXT-944 EXT-1026: re-fixing these crashing bugs by making sureMartin Reddy
that we don't use character offsets when mixing utf8 and wide strings. Internal JIRAs: DEV-40127 DEV-39966.
2009-09-23EXT-944 EXT-1026: reverting my previous fix for these crashes.Martin Reddy
This didn't work on Windows because wchar_t is 2 bytes on that platform, not 4 bytes (whereas llwchar is 4 bytes everywhere). Boost's regex methods need to work on wchar_t, but I believe that using a UTF-16 string would still be prone to crashing on Windows as UTF-16 is still a variable-length encoding. Besides, trying to compile a UTF-16 solution generates weird link errors. Instead, I'm going to fix this problem a different way. And I'm starting by reverting the previous attempt. Thanks Win32.
2009-09-23Getting rid of "gl used while not active" test until such time as it is ↵David Parks
needed/useful (when threading is revisited).
2009-09-23fix for EXT-1108: Green terrain rendering on login on Windows nVidia 9600 GT.Xiaohong Bao
to be reviewed by davep.
2009-09-22EXT-331 Speak button uses the "Pressed" state and not the ↵James Cook
"Active/Selected/On" state. Speak button was hard-coded to segmented-button art -- removed hard-coding so it uses normal button params. Also changed walk-mode and camera-mode icons to use green backgrounds, which emphasizes the radio-button aspect of the controls. Reviewed with Erica.
2009-09-22Added width to buttons in button bar so text was fully visible EXT-902Kurt Stauffacher
2009-09-22svn merge -c-134040 .Adam Moss
back-out my last commit - it fixed the build test, but the build still fails; I'll leave it alone...
2009-09-22EXT-1070: [Inspectors] Gear icon missing on people inspector on MACLeyla Farazha
2009-09-22a stab at fixing this test.Adam Moss
2009-09-22Updated build tools to use new icon art for object icons and top menu items ↵Kurt Stauffacher
EXT-1109
2009-09-22Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to ↵Lisabeth Pardi
panel_preferences_advanced.xml EXT-760 EXT-759
2009-09-22Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to ↵Lisabeth Pardi
panel_preferences_advanced.xml EXT-760 EXT-759
2009-09-22Fix for non fullbright face spam.David Parks
2009-09-22EXT-944 EXT-1026: converted the LLUrlRegistry::findUrl() method toMartin Reddy
work on an LLWString instead of a std::string, so that we don't have to worry about character offsets for variable-length-encoded UTF-8 strings. This was causing crashes whenever we would try to show a textbox with a URL and foreign characters (> 1 byte chars). Damn, I suck!
2009-09-22 EXT-1106 Add new art to viewer - 9/22/09 Added this week's art drop and ↵Erica Olsen
referenced in textures.xml, EXT-1073 Add icon and style the L$ Balance button in top navigation bar
2009-09-22Merging render-pipeline-6-qa-2 into viewer-2David Parks
Self reviewed.