Mark Palange (Mani)
17f9fd5f96
Changes force no crt manifest linking in windows plugin files.
2009-09-25 19:23:24 -07:00
Ramzi Ramey
09bf3c1fec
EXT-757 Create a consistent Me menu on the login screen
...
Also reorganize Login menu to the Viewer Design Spec - Top Menus
Also reorganize Debug menu to the Viewer Design Spec - Top Menus
2009-09-25 23:26:25 +00:00
Nat Goodspeed
16ac0ec91d
Merge up to current viewer/viewer-20
2009-09-25 16:33:16 -04:00
Martin Reddy
b5724bc0e9
SNOW-194 DEV-40415: pulling this snowglobe patch into viewer 2.0. This
...
fixes all of the parentheses warnings in the code.
Original patch was reviewed by merov (and others).
2009-09-25 16:51:25 +00:00
Bradley Payne
af774fc9db
For EXT-1121: Attaching / detaching objects doesn't affect the Current 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-25 15:18:34 +00:00
Nat Goodspeed
ec52e19dd1
DEV-32777, QAR-1619: Disable MSVC Release-build optimization for LLCoros::launchImpl().
...
This fixes the Release-build crash in lllogin_test.cpp.
2009-09-25 10:55:25 -04:00
Erica Olsen
8bdd77f1fd
EXT-1147 Update layout of grid options floater to be localizable
2009-09-25 01:39:13 +00:00
Erica Olsen
de5abfcb08
EXT-1146 Apply new layout to Beacons Floater
2009-09-25 01:34:25 +00:00
Erica Olsen
b323c24dca
EXT-1145 Update layout of Buy/Pay/Open floaters
2009-09-25 01:21:05 +00:00
Bradley Payne
7eca974a11
Merging down avatar-pipeline/currently-worn-folder-8. Includes fixes for 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-24 18:05:38 +00:00
Nat Goodspeed
c3e8c1f738
Disable MSVC "fatal warning" 4702 for boost::lexical_cast in Release build
2009-09-24 13:46:02 -04:00
Martin Reddy
7b2737e0e1
EXT-944 EXT-1026: cleaning up my quick fix for these issues.
...
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-24 10:41:08 +00:00
Richard Nelson
f5b66f353e
EXT-1008 - Unable to use the Tab key to select anything past Name Tags On
...
removed bad LLUICtrl::onFocusLost and LLUICtrl::onFocusReceived overrides
to be reviewed
2009-09-24 01:41:21 +00:00
brad kittenbrink
0eedd1d9e8
Oops libtcmalloc_minimal.dll was being packaged in a subdir it shouldn't have been.
2009-09-23 19:46:36 -04:00
Steven Bennetts
4e22fa7578
Decided that the lldebugs should really be llwarns.
2009-09-23 23:32:29 +00:00
Richard Nelson
afcdda2e36
EXT-904 Build tools does not show tooltips on any checkbox
...
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-23 22:25:18 +00:00
Steven Bennetts
8a9204596a
Partial fix for EXT-1123 (this shouldn't merit a notification), but we should investigate why these requests are failing in the first place.
2009-09-23 21:08:50 +00:00
Xiaohong Bao
5433dbee39
fix for EXT-1125: Mini-map terrain appears green on login with Low graphics settings.
2009-09-23 21:04:57 +00:00
Steven Bennetts
e19c983a11
* EXT-1037 - Left-clicking anywhere in in-world area resets camera position
...
NOTE: Temporary fix that may break MOAP behavior. Needs to be reviewd and potentially designed.
2009-09-23 19:03:26 +00:00
James Cook
01c7b50edb
EXT-646 Pinned menus display incorrectly. Menu needs to follow bottom-left 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-23 18:45:51 +00:00
Kurt Stauffacher
fed64f4bd5
Updated formatting changes to About floater EXT-1022
2009-09-23 17:39:17 +00:00
Nat Goodspeed
bd0c306752
Add pth-2.0.7-linden.txt with S3 URL for the original Pth source tarball.
...
Add this file to pth.txt manifest file.
Update install.xml with the URL for new pth-2.0.7-darwin-20090923.tar.bz2.
2009-09-23 12:25:44 -04:00
Martin Reddy
a0e44e3dd3
EXT-944 EXT-1026: re-fixing these crashing bugs by making sure
...
that we don't use character offsets when mixing utf8 and wide
strings. Internal JIRAs: DEV-40127 DEV-39966.
2009-09-23 14:56:02 +00:00
Martin Reddy
47abd55908
EXT-944 EXT-1026: reverting my previous fix for these crashes.
...
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-23 13:57:06 +00:00
David Parks
658849ee95
Getting rid of "gl used while not active" test until such time as it is needed/useful (when threading is revisited).
2009-09-23 08:02:49 +00:00
Xiaohong Bao
5ea4952ca5
fix for EXT-1108: Green terrain rendering on login on Windows nVidia 9600 GT.
...
to be reviewed by davep.
2009-09-23 01:27:21 +00:00
James Cook
1b71689ad7
EXT-331 Speak button uses the "Pressed" state and not the "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-22 23:24:20 +00:00
Kurt Stauffacher
32d88d3879
Added width to buttons in button bar so text was fully visible EXT-902
2009-09-22 23:05:49 +00:00
Adam Moss
d65c7b0f90
svn merge -c-134040 .
...
back-out my last commit - it fixed the build test, but the build still fails; I'll leave it alone...
2009-09-22 22:12:54 +00:00
Leyla Farazha
696b71938c
EXT-1070: [Inspectors] Gear icon missing on people inspector on MAC
2009-09-22 22:10:23 +00:00
Adam Moss
8f0625548f
a stab at fixing this test.
2009-09-22 21:43:00 +00:00
Kurt Stauffacher
b37a5d659e
Updated build tools to use new icon art for object icons and top menu items EXT-1109
2009-09-22 21:40:19 +00:00
Lisabeth Pardi
84ed1ee1b8
Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to panel_preferences_advanced.xml
...
EXT-760
EXT-759
2009-09-22 21:20:20 +00:00
Lisabeth Pardi
46ca48306b
Moved Tap-Tap-Hold to Run and Enable Lip Sync from menu_viewer to panel_preferences_advanced.xml
...
EXT-760
EXT-759
2009-09-22 21:20:08 +00:00
David Parks
513c24c3e9
Fix for non fullbright face spam.
2009-09-22 21:10:31 +00:00
Nat Goodspeed
28ae55538c
ND-37009: Add Pth license text to licenses-mac.txt
2009-09-22 16:58:43 -04:00
Nat Goodspeed
68c7cd2a10
ND-37009: re-add Pth to list of licenses in floater_about.xml
2009-09-22 16:25:50 -04:00
Adam Moss
f87f9d17d2
DEV-32832 OSX: freetype 2.3.9 upgrade
...
My first stab at building an OSX package, I hope the results are okay; back this out if things barf.
2009-09-22 18:56:02 +00:00
CG Linden
8ddc0c0ac4
Viewer-2-0 has no dependencies on externals, so remove them after merging in the "daggy fix" for build scripts.
2009-09-22 11:50:03 -07:00
Martin Reddy
12762053e5
EXT-944 EXT-1026: converted the LLUrlRegistry::findUrl() method to
...
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 18:00:16 +00:00
Erica Olsen
be41bf82c6
EXT-1106 Add new art to viewer - 9/22/09 Added this week's art drop and referenced in textures.xml, EXT-1073 Add icon and style the L$ Balance button in top navigation bar
2009-09-22 17:31:39 +00:00
Nat Goodspeed
103ba961e4
Automated merge with ssh://hg.lindenlab.com/viewer/login-api/
2009-09-22 11:13:54 -04:00
Nat Goodspeed
a4c6e3610a
Import inventory template fix from viewer/viewer-2.0.0-3 rev 133575.
2009-09-22 11:09:15 -04:00
David Parks
536e38ad51
Merging render-pipeline-6-qa-2 into viewer-2
...
Self reviewed.
2009-09-22 11:11:45 +00:00
Jiao Li
760adead96
EXT-1006 Name Tag options not remembered in the Preferences window -- to be reviewed
2009-09-22 04:30:11 +00:00
Jiao Li
34b00eeda2
EXT-1015 terrain detail text not grayed out -- to be reviewed
2009-09-22 04:05:44 +00:00
brad kittenbrink
b5ed4fec54
New package of zlib since I broke the name of the debug .lib.
2009-09-21 18:51:50 -04:00
brad kittenbrink
008d21eb44
New build of googlemock generated against the right CRT build to fix DLL hell.
2009-09-21 18:51:22 -04:00
James Cook
ebbdfa3a01
EXT-832 Unable to copy and paste from the help --> about dialog. Added edit 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-21 16:59:27 +00:00
Martin Reddy
6fc22cf35c
DEV-39997: merging all of the recent xui file updates from the
...
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-21 10:42:22 +00:00