Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1943 https://svn.aws.productengine.com/secondlife/pe/stable-2@1958 -> viewer-2.0.0-3 * Bugs: EXT-1148 EXT-1330 EXT-990 EXT-1259 EXT-1184 EXT-1327 EXT-1389 EXT-1276 EXT-1390 EXT-1396 EXT-1050 EXT-1094 EXT-1166 EXT-1137 EXT-1327 EXT-782 EXT-1137 EXT-1394 EXT-1326 EXT-917 EXT-1262 * New Dev: EXT-1292 EXT-1139 | |||
2009-10-08 | Fixed a problem where floaters that failed to load their XML would still be ↵ | Steven Bennetts | |
opened. This was particularly a problem with Modal Dialogs since the UI would loose focus with no floater to respond to. Reviewed by Leyla | |||
2009-10-08 | EXT-1425 Revert floatercrammed region/estate to floater, merge changes since ↵ | Erica Olsen | |
June - Added _layout to crammed files for future sidepanel inclusion | |||
2009-10-08 | EXT-1408 - URL not working for chat | Richard Nelson | |
Reviewed by James | |||
2009-10-08 | Add "Web Browser Test" to login menus. Add "Dump Timers" to debug menus. ↵ | James Cook | |
Not reviewed. | |||
2009-10-08 | DEV-41080 fix and upgrade v4color_test.cpp to a real unit test. | Adam Moss | |
2009-10-08 | DEV-41080 - wriggle some method implementations out into header ↵ | Adam Moss | |
implementations, just enough so that llbboxlocal can be a unit test rather than an integration test. Slightly dubious about whether it's worth it. | |||
2009-10-08 | DEV-41080 | Adam Moss | |
The unit testing framework itself doesn't (shouldn't) depend upon llmath, so relax that dependancy when we're actually testing llmath itself. This makes llmath unit-testable. Subsequently, upgrade some of the llmath Integration tests to something much closer to Unit tests (hooray). | |||
2009-10-08 | DEV-41080 - I found out why llmath can't be unit tested and fixed it, this ↵ | Adam Moss | |
checkin is some harmless preparation for that... | |||
2009-10-08 | DEV-41080 expand the test case for LLStringUtil::containsNonprintable() | Adam Moss | |
2009-10-08 | DEV-41081 - better than using the msvc kludge for suppressing warnings about ↵ | Adam Moss | |
memcpy, don't actually use memcpy - use our own safe 'copy' method. also stripNonprintable() is probably a little faster now... | |||
2009-10-08 | suppress win32 warning about strcpy. yuck. | Adam Moss | |
2009-10-08 | DEV-41090 convert legacy llrand tut test into a llcommon integration test. | Adam Moss | |
2009-10-08 | DEV-41089 convert legacy tut llrect test into a llmath integration test. | Adam Moss | |
2009-10-08 | DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test. | Adam Moss | |
2009-10-08 | repair the legacy tut test manifest. | Adam Moss | |
2009-10-08 | DEV-41087 more llmath test conversions from legacy tut tests. | Adam Moss | |
2009-10-08 | DEV-41086 convert llmath legacy tut tests to integration tests. batch 2. | Adam Moss | |
2009-10-08 | DEV-41085 Convert legacy tut tests into llmath integration tests. Batch 1. | Adam Moss | |
2009-10-08 | Extend automated string tests to cover the formerly-crashing "[]" ↵ | Adam Moss | |
substitution case (EXT-1282, DEV-41081) Also 'fix' string tests to match the new expected behaviour of LLStringUtil::format(). They must have been failing dreadfully before, but the legacy tut tests aren't run in a viewer-only build, so... | |||
2009-10-08 | DEV-41081 turn llstring_tut into a real llcommon unit (well, integration :() ↵ | Adam Moss | |
test. | |||
2009-10-08 | EXT-1356: Updated the Buy L$ floater so that we now display any error | Martin Reddy | |
message that we received from the server. It wasn't a good idea to ignore these and assume that any problem could be dealt with by going to the secondlife.com billing webpage. I also improved the layout of the main Buy L$ page. For example, the "Getting data..." message now appears in the same place where the actual currency figure will be updated. I also generally improved the placement of text and buttons. | |||
2009-10-08 | * EXT-1357 - Client gets stuck when invited to a voice call. Incorrect .xml ↵ | Steven Bennetts | |
file specified. (merged from viewer-2.0-qa-4) | |||
2009-10-08 | DEV-38453 (part5) Modernize the foreign language versions of ↵ | Ramzi Ramey | |
floater_price_for_listing.xml, menu_pie_avatar.xml, panel_group_land_money.xml NO CHANGES TO ENGLISH | |||
2009-10-08 | * EXT-1282 Fixed a crash when attempting to display strings with [] in them | Steven Bennetts | |
(merged from viewer-2.0-qa-4) | |||
2009-10-08 | EXT-1288 l18n - Add extra line to the tool description text area at the top ↵ | Erica Olsen | |
of build tools EXT-922 Debug Permissions flags are truncated in Build Tools | |||
2009-10-08 | EXT-1407 Change layout of Active Gestures floater to become Gestures floater | Erica Olsen | |
2009-10-08 | only add LLScrollContainers to text widgets when requested, saving on ↵ | Richard Nelson | |
LLTextBox construction time combined clip and scroll attributes of text editors and text boxes...if you want to clip text, you need to introduce a scrollbar moved clear to LLTextEditor so that text boxes won't empty out when calling LLPanel::clearCtrls() EXT-1354 - added optional wrapping to LLTooltips...inspector tooltips don't wrap, everything else does added LLFastTimer::reset call on application init to prime timers for pre-login timing fixed tooltips positioning incorrectly due to mis-sized tooltipview eliminated hide_scrollbar param for text editors reviewed by Leyla | |||
2009-10-08 | DEV-38453 (part5) Modernize the foreign language versions of floater_tools.xml | Ramzi Ramey | |
NO CHANGES TO ENGLISH | |||
2009-10-08 | EXT-919 The 'Use' checkbox is not disabled when Editing linked parts | Ramzi Ramey | |
2009-10-08 | DEV-37301 ignoretext phrases in in Preferences > Alerts to be more ↵ | Ramzi Ramey | |
concise/localizable - found one straggler string in from MOAP | |||
2009-10-08 | DEV-38453 (part5) Tiny cleanup of notifications.xml in the foreign languages | Ramzi Ramey | |
NO CHANGES TO ENGLISH | |||
2009-10-08 | EXT-1325 Texture Picker does not open | Leyla Farazha | |
EXT-1264 'Zoom in' world context menu opens IM session reviewed by Richard | |||
2009-10-08 | Clean up a bunch of weird indented spacing in notifications.xml. | Ramzi Ramey | |
- Besides making some awkward spacing visible to the user, it flags a ton of strings for a new translation, when they havent really changed. Please dont do this. | |||
2009-10-08 | Nav bar only searches for existing landmarks in "My Favorites" and ↵ | James Cook | |
"Landmarks" folders. This is a partial fix for EXT-1402 Thousands of "WARNING: LLAssetStorage::getAssetData: Discarding duplicate request for asset". Somewhat reduces the number of asset downloads on login. Reviewed with Steve. | |||
2009-10-07 | LLFastTimer::dumpCurTimes() now gives accurate times mid-frame | Richard Nelson | |
reviewed by Brad | |||
2009-10-07 | EXT-1339 Create onClose method in LLFloater, and remove most bindings to ↵ | James Cook | |
mCloseSignal. In the vast majority of cases, mCloseSignal is being bound to an onClose function. Just make it virtual and be done with it. Renamed a couple of LLPanel close methods to onClosePanel() to distinguish them. Reviewed with Richard. | |||
2009-10-07 | added LLFastTimer::dumpCurTimes | Richard Nelson | |
reviewed by James | |||
2009-10-07 | EXT-1346 Inspectors - Eliminate unused Tooltip* strings from strings.xml. ↵ | James Cook | |
Not reviewed. | |||
2009-10-07 | Remove minimize*.tga from textures.xml to eliminate warnings on startup. ↵ | James Cook | |
Those art files no longer exist. Not reviewed. | |||
2009-10-07 | EXT-261 I18N: Labels in /character/avatar_lad.xml are not localizable | Jiao Li | |
2009-10-07 | DEV-40215, DEV-40829,DEV-40374 ,DEV-40197, DEV-40749, DEV-3877 -- reviewed ↵ | Jiao Li | |
by rick | |||
2009-10-07 | Removing tool icons from viewerRes.rc | Steven Bennetts | |
2009-10-07 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1908 https://svn.aws.productengine.com/secondlife/pe/stable-2@1917 -> viewer-2.0.0-3 * Bugs: EXT-1257 EXT-1299 EXT-1149 EXT-1117 EXT-1134 * New Dev: EXT-721 | |||
2009-10-07 | EXT-1384 Apply style guide to inspectors, test with live data, adjust layout ↵ | Erica Olsen | |
as needed | |||
2009-10-07 | DEV-38453 (part5) Modernize the foreign language versions of ↵ | Ramzi Ramey | |
floater_camera.xml, floater_color_picker.xml, floater_land_holdings.xml, panel_avatar.xml NO CHANGES TO ENGLISH | |||
2009-10-07 | EXT-1141 Remove one-click cursor icons from art directories. Cursor is now ↵ | James Cook | |
a hand for all one-click actions, at Erica's request. Deleted art files for Win/Mac/Linux, including repackaging the SDL binary download package. Reviewed with Kelly. | |||
2009-10-06 | fixed texture scaling on filter_editor and search_editor | Richard Nelson | |
2009-10-06 | EXT-1283 [Inspectors] Avatar gear menu does not dismiss when selecting ↵ | Leyla Farazha | |
another AV reviewed by James | |||
2009-10-06 | Moved LLFloaterPay implementation to .cpp file so header file is just ↵ | James Cook | |
lightweight interface. Not reviewed. |