summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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.
2009-09-22EXT-1006 Name Tag options not remembered in the Preferences window -- to be ↵Jiao Li
reviewed
2009-09-22EXT-1015 terrain detail text not grayed out -- to be reviewedJiao Li
2009-09-21EXT-832 Unable to copy and paste from the help --> about dialog. Added edit ↵James Cook
menu items into menu_login.xml under the Debug item to make keyboard shortcuts work. Added "Copy to Clipboard" button. Broke text into a tab container with Support, Credits and Licenses sections. Reviewed with Qarl.
2009-09-21DEV-39997: merging all of the recent xui file updates from theMartin Reddy
viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence. This involves giving all floaters and side panels a help_topic attribute, to specify a logical name for that UI element's page in the help viewer. If you are creating/updating a floater or panel, please consider adding a help_topic field. For details, see the wiki page on XUI Documentation: https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic I'm also merging in some updates to the lastest floater button artwork to ensure these are 16x16 pixels. (Note, the new help code is still being developed in viewer2help-1 and is NOT being merged into 2.0 with this checkin. This is just data files.)
2009-09-18EXT-1072 XUI Army Places layout from style guide - Created an empty layout ↵Erica Olsen
for Places Profile - File should be removed and layout integrated into PE Places work. Layout lives in: panel_place_profile_layout.xml Included new for sale icon.
2009-09-18merge -r132681 from texture-pipeline-4 to fix a flaw of endlessly fetching ↵Xiaohong Bao
the default texture.
2009-09-17EXT-1048 Update "Report Abuse" floater with new width, art, and small ↵Erica Olsen
wording tweaks
2009-09-17Updated text labels in bottom bar to match spec EXT-1046Kurt Stauffacher
2009-09-17EXT-802 tentative checkmarks can be easily mistaken for true checkmarks - ↵Erica Olsen
Changed color of disabled checkmark, updated test floaters
2009-09-17Fix warnings on Region/Estate floater display due to type="string" and ↵James Cook
length="1" in text boxes.
2009-09-17Fix error with message template incompatibility for ↵James Cook
LinkInventoryItem.Merging newinventorymsg__merge__viewer-2.0.0-3__r131585 into viewer-2 trunk, see QAR-1804 and QAR-1805. Merging revisions 131698-132325 of svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/newinventorymsg__merge__viewer-2.0.0-3__r131585 into D:\viewer-2.0.0-3, respecting ancestry
2009-09-16Updated icon art replacing old icon art with new art EXT-1023 on ↵Kurt Stauffacher
floater_inventory_view_finder.xml
2009-09-16Updated text color of credits on About Second life floater to be more ↵Kurt Stauffacher
visible EXT-1022
2009-09-16Updated Sell Land Floater to address issue outlined in EXT-971 - Also made ↵Kurt Stauffacher
minor formatting changes to floater to accommodate new floatercrammed width of 313 pixels.
2009-09-16mergeMark Palange (Mani)
2009-09-16DEV-31898: merging the fix for this bug into viewer-2.0.0-3 so that itMartin Reddy
will be available in our next public release. The server part of the fix missed 1.30, but should (hopefully) get into 1.32. Original fix was reviewed by soft and kelly.
2009-09-16EXT-978 Clean up bulk permissions floater, add new inventory iconsErica Olsen
2009-09-16EXT-973 Upgrade layout of Resident Chooser, grid optionsErica Olsen
2009-09-15EXT-803 Parcel highlight stays lit after setting a parcel for sale and ↵James Cook
closing the About Land floater. The LLFloaterReg conversion made this floater single_instance, which means it does not destroy itself on close. We therefore need to explicitly clean up the parcel selection when the sell land floater is closed. Reviewed with Leyla.
2009-09-15Updated panel_people.xml and panel_notes.xml to accommodate new side-tray ↵Kurt Stauffacher
width EXT-970
2009-09-15EXT-923 Add new art to viewer - Added DropTarget.png, restored Refresh ↵Erica Olsen
button art.
2009-09-15Updated movement and camera controls in the bottom bar with new art assets ↵Kurt Stauffacher
EXT-969 Reviewed by Erica
2009-09-15DEV-40021 Can't walk after teleport until you click in world. Changed ↵James Cook
progress view to explicitly release focus when fade-out animation is complete. Reviewed with Richard.
2009-09-15small tweaks for height and paddingLisabeth Pardi
commented out a bunch of options to make it cosmetically nice. will reinstate soon. EXT-147
2009-09-15Merging revisions 132612-133369 of ↵Ramzi Ramey
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22 DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH. - match the new structures/widget language of the post-skinning work - restore some strings.xml entries from the former ui_strings.xml file - copy the Low/Mid/High translations into strings.xml - strip out all superfluous length= and type= parameters; these default to the EN value anyway I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
2009-09-15EXT-610 Cannot change file type in snapshots floater -- to be reviewedJiao Li