Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-25 | STORM-1233 FIXED Made the "Profile" button translatable in the Places panel ↵ | Vadim ProductEngine | |
by providing its layout stack with a unique name. | |||
2011-07-22 | merge changes from snowstorm team review build | Oz Linden | |
2011-07-20 | FIX INTL-58 set25, light set4 translation for 6 languages | eli | |
2011-07-19 | merge changes for storm-1221 | Oz Linden | |
2011-07-19 | merge changes for storm-1502 | Oz Linden | |
2011-07-19 | merge changes for storm-1503 | Oz Linden | |
2011-07-19 | STORM-1221 FIXED Hard coded dates made localizable under Group Profile ↵ | Seth ProductEngine | |
Land/Assets. Added a function for parsing a date string of specific format. Added strings defining the date format in Group Profile Land/Assets that should be localized. | |||
2011-07-18 | sync with viewer-development | eli | |
2011-07-18 | merge changes for storm-1517 | Oz Linden | |
2011-07-18 | merge changes for storm-1516 | Oz Linden | |
2011-07-18 | sync with viewer-development | eli | |
2011-07-16 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | jenn | |
2011-07-14 | FIX STORM-1494 remove duplicate ID and xml snippet | eli | |
2011-07-13 | STORM-1503 FIXED Find floater doesn't set focus to its browser. | Paul ProductEngine | |
Added tab stop for browser to get focus when find floater is focused. | |||
2011-07-13 | STORM-1502 FIXED Disable "Delete Water/Sky/Day Preset" dialogs if no user ↵ | Vadim ProductEngine | |
presets exist. | |||
2011-07-12 | Merge for STORM-1482 | Aaron Stone | |
2011-07-12 | STORM-1482 The Viewer shouldn't overwrite the crash behavior settings, some ↵ | Aaron Stone | |
cleanups to the crash reporters, and the ability to use --set GroupName.SettingName to set parameters outside of the (default) Global settings group. | |||
2011-07-11 | merge changes for storm-1459 | Oz Linden | |
2011-07-11 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/squire_linden/viewer-development-crash-horde | |||
2011-07-11 | more fix for STORM-1468: [crashhunters] pre-login crash at ↵ | Xiaohong Bao | |
LLViewerWindow::LLViewerWindow(std::basic_string,std::allocator > const &,std::basic_string,std::allocator > const &,int,int,int,int,int,int) [secondlife-bin llviewerwindow.cpp] | |||
2011-07-11 | merge changes for storm-1472 | Oz Linden | |
2011-07-08 | fix for STORM-1468: [crashhunters] pre-login crash at ↵ | Xiaohong Bao | |
LLViewerWindow::LLViewerWindow(std::basic_string,std::allocator > const &,std::basic_string,std::allocator > const &,int,int,int,int,int,int) [secondlife-bin llviewerwindow.cpp] | |||
2011-07-08 | merge changes for storm-1491 | Oz Linden | |
2011-07-08 | merge changes for storm-1489 | Oz Linden | |
2011-07-08 | ER-910 cleanup: removed a stale comment, tweaked text in About Land dialog | simon@lindenlab.com | |
Options tab. | |||
2011-07-08 | merge changes for storm-1484 | Oz Linden | |
2011-07-08 | merge changes for storm-1462 | Oz Linden | |
2011-07-07 | Merge latest from viewer trunk | simon@lindenlab.com | |
2011-07-07 | Revert code fo ER-1016 - "Remove ability for anyone to edit terrain" | simon@lindenlab.com | |
and muck with the "About Land" Options tab one more time. | |||
2011-07-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-07-07 | STORM-1484 FIXED Restored Apply button in the Estate tab of the REGION / ↵ | Vadim ProductEngine | |
ESTATE floater. | |||
2011-07-06 | EXP-982 FIX As a user, I wuold like to see the new web-based profiles ↵ | Richard Linden | |
without any browser chrome fixed status bar resizing to take up too much space | |||
2011-07-06 | EXP-847 FIX As a user, I would like to see the How To floater appear the ↵ | Richard Linden | |
first time I log in to basic mode | |||
2011-07-06 | STORM-1479 FIXED Duplicated IDs in the Edit Day Cycle floater. | Vadim ProductEngine | |
2011-07-06 | STORM-1472 FIXED Favorites folder in inventory does not translate properly | Paul ProductEngine | |
Reason: Instead of changing value of existing strings (Favorite and favorite) a new string(My Favorites) with wrong key was added. Solution: Deleted unnecessary string ("My Favorites") and added proper translation to the existing strings (Favorite and favorite). | |||
2011-07-05 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-07-05 | EXP-982 FIX As a user, I would like to see the new web-based profiles ↵ | Richard Linden | |
without any browser chrome and at an appropriate default size | |||
2011-07-05 | EXP-916 FIX -- Folder in Inbox indicates loading when all items are ↵ | Leslie Linden | |
displayed in folder * Updated inbox inventory to not ever display the loading status like other inventory windows. * show_load_status is now an optional parameter for LLInventoryPanel and LLFolderView. Its default value is true but it is overridden to be false for the LLInboxInventoryPanel. Reviewed by Richard. | |||
2011-07-06 | STORM-1262 FIXED Removed the original Windlight Region Settings implementation. | Vadim ProductEngine | |
2011-07-05 | EXP-860 FIX -- Display NEW for items added to inbox | Leslie Linden | |
* Added createFolderView, createFolderViewFolder and createFolderViewItem virtuals to LLInventoryPanel so these can be overridden by a derived class for custom display. * Added new LLInboxInventoryPanel class that overrides createFolderViewFolder with a LLInboxFolderViewFolder for custom display with NEW tags. * LLInboxFolderViewFolder NEW tag is tied to the mFresh variable that currently has no logic attached to it, meaning it remains off all the time. Reviewed by Richard. | |||
2011-07-05 | EXP-973 FIX -- Inbox and Outbox panel flash on and off when open inventory ↵ | Leslie Linden | |
panel for first time in session on Agni in direct delivery viewer Layout panels that contain the inbox and outbox are now invisible by default. Reviewed by Richard. | |||
2011-07-01 | ER-1016 - "Remove ability for anyone to edit terrain" and ER-910 "Parcel | simon@lindenlab.com | |
Privacy" changes. Many naming changes for the featureto be "See avatars" instead of "hidden avatars". Also removed the "anyone can edit terrain" checkbox and slammed the value to FALSE. | |||
2011-06-30 | EXP-919 FIX -- Items not shown in Received Items panel | Leslie Linden | |
EXP-929 FIX -- First Direct Delivery item purchased while logged in: Received Items folder visible in inventory and item not visible in Received items panel - no badge count update * Inbox and Outbox inventory panels now live in their own XML files and are hot loaded into place when appropriate, like when the "Received Items" folder is first created, for example. * The Inbox and Outbox panels now show relevant default messages when the folders are empty or do not exist * Added LLInventoryCategoryAddedObserver, a new inventory observer type to observe added folders * Hacked LLInventoryPanel to properly set up inbox and outbox inventory views for the "Received Items" folder and the "Merchant Outbox" folder that aren't created with the proper system folder type * Changed inventory badge count computation to use LLFolderView rather than the inventory directly * Applied various focus, selection and other inbox fixes to the outbox Reviewed by Richard. | |||
2011-06-30 | merge changes for latest viewer-development | Oz Linden | |
2011-06-30 | STORM-1445 FIXED Added border line to Estate, Environment tabs in ↵ | Vadim ProductEngine | |
Region/Estate Floater. | |||
2011-06-30 | merge changes for storm-1452 | Oz Linden | |
2011-06-30 | merge changes for storm-1406 | Oz Linden | |
2011-06-30 | merge changes for storm-1327 | Oz Linden | |
2011-06-30 | merge changes for storm-457 | Oz Linden | |
2011-06-29 | merge changes for storm-1392 | Oz Linden | |