Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | New build of googlemock generated against the right CRT build to fix DLL hell. | brad kittenbrink | |
2009-09-21 | EXT-832 Unable to copy and paste from the help --> about dialog. Added edit ↵ | James Cook | |
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 | DEV-39997: merging all of the recent xui file updates from the | Martin Reddy | |
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-18 | Added dependcies to create_app_config_file. | Mark Palange (Mani) | |
Further Clean up of dll copying merge mess. | |||
2009-09-18 | Minor tweaks of test_win32_manifest output. | brad kittenbrink | |
2009-09-18 | EXT-1072 XUI Army Places layout from style guide - Created an empty layout ↵ | Erica Olsen | |
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 | Merged my recent viewer/viewer-20 + login-api merge with latest login-api ↵ | brad kittenbrink | |
including DLL hell library changes. | |||
2009-09-18 | Fixups for LLStringUtil link errors after the merge. | brad kittenbrink | |
2009-09-18 | Merged latest viewer/viewer-20 into login-api. | brad kittenbrink | |
2009-09-18 | merge -r132681 from texture-pipeline-4 to fix a flaw of endlessly fetching ↵ | Xiaohong Bao | |
the default texture. | |||
2009-09-18 | Applied patch for SLPlugin location from: | Mark Palange (Mani) | |
r133676 svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-6 | |||
2009-09-17 | Merged in my CRT dll hell library changes. | brad kittenbrink | |
2009-09-17 | Merged my daggy fix to the broken curl package with later library work. | brad kittenbrink | |
2009-09-17 | New build of windows freetype to fix CRT dll hell. This also upgrades to ↵ | brad kittenbrink | |
2.3.9 (DEV-32831). When this merges to viewer-2.0 it should replace the build there. | |||
2009-09-17 | Fix for broken jpeglib package I just uploaded. | brad kittenbrink | |
2009-09-17 | Fix for broken windows curl package I just built. Still version 7.19.6 as ↵ | brad kittenbrink | |
per DEV-28321. | |||
2009-09-17 | EXT-1048 Update "Report Abuse" floater with new width, art, and small ↵ | Erica Olsen | |
wording tweaks | |||
2009-09-17 | Rebuilt the following libs to fix CRT dll hell: ares expat jpeglib libpng ↵ | brad kittenbrink | |
ndofdev xmlrpc-epi zlib | |||
2009-09-17 | Rebuilding of windows curl to fix CRT dll hell. Also upgrading to 7.19.6 to ↵ | brad kittenbrink | |
avoid the need for special patching (see DEV-28321 vulnerability). | |||
2009-09-17 | Updated text labels in bottom bar to match spec EXT-1046 | Kurt Stauffacher | |
2009-09-17 | Rebuild windows apr to fix CRT dll hell. Also upgrading to ↵ | brad kittenbrink | |
apr-1.3.8/apr-util-1.3.9 in the process for DEV-38196 vulnerability. | |||
2009-09-17 | Rebuilt windows boost for CRT version DLL hell, upgrading to 1.39 in the ↵ | brad kittenbrink | |
process. | |||
2009-09-17 | EXT-802 tentative checkmarks can be easily mistaken for true checkmarks - ↵ | Erica Olsen | |
Changed color of disabled checkmark, updated test floaters | |||
2009-09-17 | Fix warnings on Region/Estate floater display due to type="string" and ↵ | James Cook | |
length="1" in text boxes. | |||
2009-09-17 | Fix error with message template incompatibility for ↵ | James Cook | |
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-16 | Relocate build.sh to the top of the source tree. | CG Linden | |
2009-09-16 | Updated icon art replacing old icon art with new art EXT-1023 on ↵ | Kurt Stauffacher | |
floater_inventory_view_finder.xml | |||
2009-09-16 | Updated text color of credits on About Second life floater to be more ↵ | Kurt Stauffacher | |
visible EXT-1022 | |||
2009-09-16 | Updated Sell Land Floater to address issue outlined in EXT-971 - Also made ↵ | Kurt Stauffacher | |
minor formatting changes to floater to accommodate new floatercrammed width of 313 pixels. | |||
2009-09-16 | merge | Mark Palange (Mani) | |
2009-09-16 | DEV-31898: merging the fix for this bug into viewer-2.0.0-3 so that it | Martin Reddy | |
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 | EXT-978 Clean up bulk permissions floater, add new inventory icons | Erica Olsen | |
2009-09-16 | EXT-973 Upgrade layout of Resident Chooser, grid options | Erica Olsen | |
2009-09-15 | EXT-803 Parcel highlight stays lit after setting a parcel for sale and ↵ | James Cook | |
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 | Updated panel_people.xml and panel_notes.xml to accommodate new side-tray ↵ | Kurt Stauffacher | |
width EXT-970 | |||
2009-09-15 | EXT-923 Add new art to viewer - Added DropTarget.png, restored Refresh ↵ | Erica Olsen | |
button art. | |||
2009-09-15 | More specific exepction handling to support correct crt_checking failures. | Mark Palange (Mani) | |
2009-09-15 | Updated movement and camera controls in the bottom bar with new art assets ↵ | Kurt Stauffacher | |
EXT-969 Reviewed by Erica | |||
2009-09-15 | DEV-40021 Can't walk after teleport until you click in world. Changed ↵ | James Cook | |
progress view to explicitly release focus when fade-out animation is complete. Reviewed with Richard. | |||
2009-09-15 | small tweaks for height and padding | Lisabeth Pardi | |
commented out a bunch of options to make it cosmetically nice. will reinstate soon. EXT-147 | |||
2009-09-15 | Merging revisions 132612-133369 of ↵ | Ramzi Ramey | |
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 | merge | Mark Palange (Mani) | |
2009-09-15 | Fixed up CopyWinLibs.cmake post moap/viewer-2.0.0-3 merge. | Mark Palange (Mani) | |
Added CRT assembly check to viewer_manifest.py. twiddled test_win32_manifest.py for ease of use. | |||
2009-09-15 | EXT-610 Cannot change file type in snapshots floater -- to be reviewed | Jiao Li | |
2009-09-15 | EXT-804 Preferences > General does not show the static text, or combo_box ↵ | Jiao Li | |
for Maturity rating -- to be reviewed | |||
2009-09-15 | EXT-615 First click on Close does not close Abuse Report info popup ↵ | Jiao Li | |
--reviewed by Richard | |||
2009-09-15 | DEV-35097: Rename "SLURL" -> "SLurl" as the term approved by legal. | Martin Reddy | |
2009-09-15 | Animation preview - updated widgets and layout | Erica Olsen | |
2009-09-14 | EXT-940 Add new art to viewer - 9/14/09 Adding references to new art in ↵ | Erica Olsen | |
textures.xml | |||
2009-09-14 | DEV-39949 Normalize fonts across systems | Adam Moss | |
This attempts to be pretty close to the 80-20 style guide (sizewise probably a bit closer than we were before) while remaining pragmatically close to what we've already been using in viewer2. The main goal is to bring fonts to parity across all platforms to the extent that truncation issues and layout glitches need to be fixed and tested on only one platform, not 3+. |