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
Mark Palange (Mani)
6f4b9d63f8
Added dependcies to create_app_config_file.
...
Further Clean up of dll copying merge mess.
2009-09-18 19:29:18 -07:00
brad kittenbrink
afb053ebd7
Minor tweaks of test_win32_manifest output.
2009-09-18 19:30:10 -04:00
Erica Olsen
f9b7291784
EXT-1072 XUI Army Places layout from style guide - Created an empty layout 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-18 23:11:21 +00:00
brad kittenbrink
05739cf8ac
Merged my recent viewer/viewer-20 + login-api merge with latest login-api including DLL hell library changes.
2009-09-18 16:33:15 -04:00
brad kittenbrink
3380c7d9a2
Fixups for LLStringUtil link errors after the merge.
2009-09-18 16:25:22 -04:00
brad kittenbrink
bb1d4592bd
Merged latest viewer/viewer-20 into login-api.
2009-09-18 15:22:25 -04:00
Xiaohong Bao
0a5f50597a
merge -r132681 from texture-pipeline-4 to fix a flaw of endlessly fetching the default texture.
2009-09-18 18:50:55 +00:00
Mark Palange (Mani)
128c3dfc74
Applied patch for SLPlugin location from:
...
r133676 svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-6
2009-09-18 11:29:28 -07:00
brad kittenbrink
a56efcd7e4
Merged in my CRT dll hell library changes.
2009-09-17 20:03:56 -04:00
brad kittenbrink
4489a018ca
Merged my daggy fix to the broken curl package with later library work.
2009-09-17 20:00:58 -04:00
brad kittenbrink
9615727329
New build of windows freetype to fix CRT dll hell. This also upgrades to 2.3.9 (DEV-32831). When this merges to viewer-2.0 it should replace the build there.
2009-09-17 19:58:59 -04:00
brad kittenbrink
5b98de7a4b
Fix for broken jpeglib package I just uploaded.
2009-09-17 19:49:10 -04:00
brad kittenbrink
8ae5de0e31
Fix for broken windows curl package I just built. Still version 7.19.6 as per DEV-28321.
2009-09-17 19:45:00 -04:00
Erica Olsen
1f5e07408f
EXT-1048 Update "Report Abuse" floater with new width, art, and small wording tweaks
2009-09-17 23:01:52 +00:00
brad kittenbrink
8e8a5bd24f
Rebuilt the following libs to fix CRT dll hell: ares expat jpeglib libpng ndofdev xmlrpc-epi zlib
2009-09-17 17:41:16 -04:00
brad kittenbrink
c2623d5ab4
Rebuilding of windows curl to fix CRT dll hell. Also upgrading to 7.19.6 to avoid the need for special patching (see DEV-28321 vulnerability).
2009-09-17 16:24:16 -04:00
Kurt Stauffacher
55ab3dd1ff
Updated text labels in bottom bar to match spec EXT-1046
2009-09-17 20:19:47 +00:00
brad kittenbrink
33130868b2
Rebuild windows apr to fix CRT dll hell. Also upgrading to apr-1.3.8/apr-util-1.3.9 in the process for DEV-38196 vulnerability.
2009-09-17 16:05:02 -04:00
brad kittenbrink
a84b98e31e
Rebuilt windows boost for CRT version DLL hell, upgrading to 1.39 in the process.
2009-09-17 15:51:29 -04:00
Erica Olsen
63605366cb
EXT-802 tentative checkmarks can be easily mistaken for true checkmarks - Changed color of disabled checkmark, updated test floaters
2009-09-17 19:37:56 +00:00
James Cook
86d5a065d4
Fix warnings on Region/Estate floater display due to type="string" and length="1" in text boxes.
2009-09-17 17:58:38 +00:00
James Cook
053b14a97a
Fix error with message template incompatibility for 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-17 16:53:36 +00:00
CG Linden
422b9c5872
Relocate build.sh to the top of the source tree.
2009-09-16 21:50:40 -07:00
Kurt Stauffacher
1939e3fe00
Updated icon art replacing old icon art with new art EXT-1023 on floater_inventory_view_finder.xml
2009-09-16 23:37:50 +00:00
Kurt Stauffacher
cddd8251b4
Updated text color of credits on About Second life floater to be more visible EXT-1022
2009-09-16 22:49:54 +00:00
Kurt Stauffacher
8d8b624b33
Updated Sell Land Floater to address issue outlined in EXT-971 - Also made minor formatting changes to floater to accommodate new floatercrammed width of 313 pixels.
2009-09-16 20:54:17 +00:00
Mark Palange (Mani)
91645140d4
merge
2009-09-16 11:42:20 -07:00
Martin Reddy
387bf672f3
DEV-31898: merging the fix for this bug into viewer-2.0.0-3 so that it
...
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-16 12:59:13 +00:00
Erica Olsen
398c1a86e9
EXT-978 Clean up bulk permissions floater, add new inventory icons
2009-09-16 02:40:40 +00:00
Erica Olsen
72afca57a7
EXT-973 Upgrade layout of Resident Chooser, grid options
2009-09-16 00:28:50 +00:00
James Cook
307de3598f
EXT-803 Parcel highlight stays lit after setting a parcel for sale and 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-15 23:48:14 +00:00
Kurt Stauffacher
dd4cf261d9
Updated panel_people.xml and panel_notes.xml to accommodate new side-tray width EXT-970
2009-09-15 23:40:35 +00:00
Erica Olsen
d291c0e749
EXT-923 Add new art to viewer - Added DropTarget.png, restored Refresh button art.
2009-09-15 23:35:28 +00:00
Mark Palange (Mani)
8e7ba92eb9
More specific exepction handling to support correct crt_checking failures.
2009-09-15 16:33:00 -07:00
Kurt Stauffacher
6d60e17548
Updated movement and camera controls in the bottom bar with new art assets EXT-969 Reviewed by Erica
2009-09-15 23:12:22 +00:00
James Cook
441d18cd2c
DEV-40021 Can't walk after teleport until you click in world. Changed progress view to explicitly release focus when fade-out animation is complete. Reviewed with Richard.
2009-09-15 21:44:16 +00:00
Lisabeth Pardi
47a9bd447c
small tweaks for height and padding
...
commented out a bunch of options to make it cosmetically nice. will reinstate soon.
EXT-147
2009-09-15 20:59:50 +00:00
Ramzi Ramey
9bcace0608
Merging revisions 132612-133369 of 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-15 20:21:05 +00:00
Mark Palange (Mani)
9496b1ff45
merge
2009-09-15 12:39:28 -07:00