Commit Graph

1236 Commits (a0ee6fbbdda8aeb4e5cd9733650182866247eb9e)

Author SHA1 Message Date
Adam Moss a0ee6fbbdd DEV-41408 convert lldependencies tut test to llcommon integration test. 2009-10-16 13:42:58 +00:00
Adam Moss d999da2072 DEV-41407 resurrect and fix LLControlGroup test, convert it to a llxml integration test. 2009-10-16 13:28:31 +00:00
Adam Moss 90a8ec369f DEV-41406 resurrect dead llpartdata test, turn it into a llmessage integration test. 2009-10-16 13:09:10 +00:00
Adam Moss 6c32554591 DEV-41405 convert llxfer test to a llmessage integration test. 2009-10-16 12:57:58 +00:00
Adam Moss b2641d8915 DEV-41404 convert monolithic tut llinventoryparcel test to llinventory integration test. 2009-10-16 12:45:19 +00:00
Adam Moss e922089ff4 DEV-41080 more automated testing love - minor comment fixing. 2009-10-16 12:39:05 +00:00
Adam Moss fc6c7e3933 DEV-41403 convert reflection tut test to llcommon integration test. 2009-10-16 11:37:17 +00:00
Adam Moss 95cf5766f9 DEV-41402 convert stringize tut test to llcommon integration test. 2009-10-16 11:32:46 +00:00
Richard Nelson f8997965eb fixed first click on SLURL not spawning inspector by handling mouse down when clicking on url
reviewed by Mani
2009-10-16 01:49:34 +00:00
Richard Nelson ddef4292bd svn revert -r136312 llinstancetracker.h - reverted changed to instance tracker that won't work with llcommon.dll 2009-10-16 01:45:47 +00:00
Ramzi Ramey 5d80277c57 DEV-41389 Localize the splash screen 'loading...' icon in all languages
* added files should already be covered in viewer_manifest.py
* Also fix a 1-line typo in Italian installer.
2009-10-16 00:12:48 +00:00
Erica Olsen b8b5af4a39 EXT-1561 Update People Profiles to match Style guide
EXT-770 Update Me Profile and Me Edit Profile to match updated style guide
EXT-302 Update and My Account links in the Me Panel are misplaced
EXT-805 Update Me Pick Info and Me Edit Edit Pick Info to match updated style guide
2009-10-16 00:01:10 +00:00
Justin Rounds 3976c2a7b0 Fixed search button icon to match spec. http://jira.secondlife.com/browse/EXT-1320 2009-10-15 22:20:17 +00:00
Justin Rounds f20e9521a9 Set scale_image to false in combo_box.xml to fix stretching. http://jira.secondlife.com/browse/EXT-1319 2009-10-15 22:08:19 +00:00
Richard Nelson 2ff7f8a772 fix for gcc build 2009-10-15 21:35:30 +00:00
Justin Rounds 5debafb966 Discovered implementation of Favorites links is not to spec (they are buttons instead of text links). Edited XML to "fake" the spec and make the Favorites "buttons" behave as required. Made other layout changes as per http://jira.secondlife.com/browse/EXT-1317 2009-10-15 21:06:48 +00:00
Richard Nelson 5edb4f2171 removed requirement for specializing ParamCompare on boost::function types
eliminated usage of iterator_range from LLInitParam
made LLTextEditor::addChar consistent with truncate in counting text bytes (not including null terminator)
EXT-1494 - Avatar profile description text truncated to 255 characters

reviewed by Leyla
2009-10-15 19:56:45 +00:00
Adam Moss 56fed69c4a remove moved test from this CMakeLists. 2009-10-15 19:06:40 +00:00
Adam Moss 6db2141a06 skip a failing resurrected test in m3math >:( 2009-10-15 19:04:42 +00:00
Adam Moss 4a8c59bd96 DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration test. 2009-10-15 18:58:23 +00:00
Adam Moss 9672abecd4 DEV-41367 resurrect dead bitpack test, convert it to a llcommon integration test. 2009-10-15 18:51:23 +00:00
Adam Moss 35c0d21c1e DEV-41366 convert monolithic llbase64 test into a llcommon integration test. 2009-10-15 18:44:59 +00:00
Adam Moss 7c55efa4bc DEV-41363 convert legacy llhost tut test into a llmessage integration test. 2009-10-15 18:41:04 +00:00
Adam Moss 4d5a74da9e DEV-41357 resurrect dead lldir test, turn it into an integration test of llvfs. 2009-10-15 18:31:45 +00:00
Adam Moss 11501bb4b4 DEV-41355 convert llmime monolithic tut test to a llmessage unit test. 2009-10-15 18:16:51 +00:00
Adam Moss ad583afe2c DEV-41354 #includes tidyup. 2009-10-15 18:12:10 +00:00
Adam Moss db6dff1d1f DEV-41354 convert llerror tut test into a llcommon integration test 2009-10-15 18:10:46 +00:00
Adam Moss 986bf99839 DEV-41352 convert lluri tut test to a llcommon integration test 2009-10-15 18:05:15 +00:00
Ramzi Ramey 2af2a25c8a L10N: add a comment to provide context to a string in strings.xml 2009-10-15 17:43:07 +00:00
Ramzi Ramey 1a1c7efe4b EXT-1477 (part2) Last tweak to the Develop menu with a much better name for the Console Window option thingy. 2009-10-15 16:59:58 +00:00
Adam Moss f31397291b DEV-41345 turn llmodularmath_tut into a real llmath unit test. 2009-10-15 16:59:54 +00:00
Adam Moss c7df37b531 DEV-41344 convert monolithic tut lltreeiterators test to a llcommon integration test. 2009-10-15 16:49:08 +00:00
Adam Moss 226c08130d DEV-41343 lljoint unit test - resurrected - this was previously disabled (and old-style monolithic tut) 2009-10-15 16:43:12 +00:00
Adam Moss 423f5b0078 DEV-41341 tut lltiming test -> llframetimer integration test 2009-10-15 16:32:56 +00:00
Martin Reddy 925f01f6a0 DEV-41253: Updated the help context calculation code so that it will
now search through a panel's children to see if there are any visible
tabs that have a help topic string defined. If so, we use this string.

Updated all of the XUI files that include a tab_container to define
help topic strings for their child panels. I named all of these strings
with the floater name as the prefix and "tab" at the end. For example,
"preferences_display_tab" or "people_nearby_tab".
2009-10-15 13:08:12 +00:00
Richard Nelson 0051f6bc6d forgot to shift timing values by 8 bits on mac
fixed fast timer values being multiplied by 256
2009-10-15 02:31:50 +00:00
Erica Olsen 76a9e26ba7 EXT-1561 Update People Profiles to match Style guide
EXT-1562 Improve design of Home panel in Sidetray
2009-10-14 23:46:48 +00:00
James Cook 93983272bd EXT-1304 DEV-40867 Login screen typed in start location is now readable. Changed combo_box.xml text tentative color to black, because autocomplete is sufficient to inform the user that they typed something that matches an item in the list. Reviewed with Erica. 2009-10-14 23:34:02 +00:00
Richard Nelson e3cb3e9e8d fixed a bug in LLFastTimer data gathering, and made them even faster (122 cycles on my 2.5Ghz Xeon)
can call LLFastTimer::nextFrame with timers still on the stack...first step towards more flexible data gathering
LLInstanceTracker works with statically allocated instances now
reviewed by Brad
2009-10-14 23:13:16 +00:00
James Cook 8799193fde EXT-946 There is no terrain on the Mini-Map. Unclear if this fixes the problem or not, does not reliably repro for me. Found several uninitialized variables in LLNetMap and fixed those. Reviewed with Richard. 2009-10-14 23:02:38 +00:00
Ramzi Ramey 69228f1197 DEV-35179 (part2) improve Keyboard shortcut indicators - oops, missed a few references in other files.
TEXT CHANGES ONLY
2009-10-14 22:52:08 +00:00
Lisabeth Pardi 50b1706511 Texture view "Keep"/"Discard" buttons are in reverse order. Also, changed Keep/Discard to OK/Cancel
EXT-762
2009-10-14 22:35:48 +00:00
Lisabeth Pardi 32445ee3f9 Remove old art resources from viewer
EXT-785
2009-10-14 21:11:28 +00:00
Brian McGroarty f25602181f Merge r135130 for DEV-4476 - Edits to notecards not visible in viewer session 2009-10-14 20:49:17 +00:00
Lisabeth Pardi 2cea021f5e Remove old art resources from viewer
EXT-785
2009-10-14 20:47:52 +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 7475ec05fc merge -r 2005-2011 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
* Bugs: EXT-1472 EXT-996
2009-10-14 20:28:07 +00:00
Richard Nelson fd312d1929 improved metrics for llfontgl::getWidth (use greater of character width/xadvance)
llfontgl::Addchar now called consistently when requesting font metrics
no longer possible to have font glyph info without rendered font

EXT-1294 - LLExpandableTextBox: wrong ellipses

reviewed by James and Mani
2009-10-14 20:16:18 +00:00
Ramzi Ramey 7197e1aa96 EXT-1477 (part2) Update top menus and top menu spec - a few more consistencies so that same words are used to refer to same thing, put Rendering stuff together, eliminate the Alt+Enter shortcut 2009-10-14 19:57:31 +00:00
Ramzi Ramey 09e46fe751 DEV-35179 (part2) improve Keyboard shortcut indicators, using native Mac symbols
* This was made possible by DEV-24828 internationalization work.
2009-10-14 18:49:36 +00:00