Commit Graph

39337 Commits (405f5c879c44f32635dcb94de2c7dfb9e4a8673a)

Author SHA1 Message Date
Mark Palange (Mani) 65d8a5a11b Changed win32 generation of initial 'component_path' for webkit plugin.
DllMain() captures module handle.
Call to GetModuleFilePathA() gets the dll filepath, Filename is trimmed off.
2009-09-28 17:57:51 -07:00
Erica Olsen 4814ee159a EXT-1199 Small layout tweaks, EXT-927 'Block object by name' dialog is broken 2009-09-29 00:48:25 +00:00
James Cook 76dd17168a DEV-40528 Viewer 2 floods server with AvatarPropertiesRequest messages 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-28 23:11:18 +00:00
Ramzi Ramey a744ffcef4 DEV-38453 (part4) Modernize and rearrange the nodes of the localized floater_about.xml; NO CHANGES TO ENGLISH. 2009-09-28 22:37:51 +00:00
Adam Moss efd7e582bd DEV-40396 Error building pluginapi code on Linux 64bit standalone gcc 4.3.3.
rewritten the plugin address-splitting to make compilers grumble less and probably more readable.
code by merov, reviewed by moss.
2009-09-28 19:43:16 +00:00
Ramzi Ramey 423cba155a DEV-39252 fix duplicate name= elements in the EN xui. This breaks localization. 2009-09-28 18:46:51 +00:00
brad kittenbrink 3f05d552fe Merged in my fix of bogus libtcmalloc_minimal.dll packaging. 2009-09-28 11:03:00 -07:00
Erica Olsen 4d552bd085 EXT-1195 Default person and group icons too large for text size - reduce to 18 x 18 2009-09-28 17:38:13 +00:00
Jiao Li acd7d31f3e EXT-735 Login failed if start location wasn't defined by user -- reviewed by oreh 2009-09-28 06:17:18 +00:00
Nat Goodspeed bc4444cd78 Merge into viewer/viewer-20 yesterday's lindenlab/svn-imports-viewer-20 2009-09-26 18:08:24 -04:00
Mark Palange (Mani) 76dd0fd2cf merge 2009-09-25 19:25:25 -07:00
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