Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-21 | merge with viewer-dev | Richard@Callum-HP-PC.lindenlab.com | |
2011-10-18 | EXP-1402 Nearby Voice panel does not update to new call or from nearby voice ↵ | Leyla Farazha | |
info once opened | |||
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |
2011-10-14 | EXP-1368 FIX -- Crash on Exit in FUI viewer | Leslie Linden | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-10-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-10-11 | EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport | Richard Linden | |
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private | |||
2011-10-11 | * New floater positioning code. Better than what's checked in but not great. | Leslie Linden | |
* Floater updates for positioning and to revert some earlier string changes. | |||
2011-10-11 | merge changes for vwr-26864 | Oz Linden | |
2011-10-10 | added compound LLSD parsing to param blocks | Richard Nelson | |
reviewed by Leslie | |||
2011-10-05 | merge with viewer-development | Richard Nelson | |
2011-10-05 | merge changes for vwr-26864 | Oz Linden | |
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-22 | STORM-1620 FIXED Re-enabled saving settings. | Vadim ProductEngine | |
Reason: settings.xml was mistakenly marked as a per session (not saved) settings file. See description of the "SessionSettingsFile" setting. Fix: It looks like the proper way to make the Advanced mode default is to leave the setting value empty, which is what this change does. It also re-fixes STORM-1616. | |||
2011-09-21 | STORM-1616: Change default initial mode to Advanced | Oz Linden | |
2011-09-20 | EXP-1230 FIX As a resident, I want to not have to choose a UI mode | Richard Linden | |
removed all references to basic mode | |||
2011-09-14 | STORM-1578 (viewer side only), STORM-1589 | Oz Linden | |
Remove the viewer side automatic logout after extended away time. Note, however, that the server still logs you out after 30 minutes away: see SVC 7251. Allow more time (10 seconds vs 2 seconds) after initiating Away status during which mouse movements do not remove the Away status. | |||
2011-09-07 | fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵ | Xiaohong Bao | |
errors and crashes associated with private memory pool. | |||
2011-09-07 | STORM-1587 FIXED Alert notifications were shown in English, no matter what ↵ | Vadim ProductEngine | |
viewer language was. | |||
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-26 | merge changes for storm-1543 | Oz Linden | |
2011-08-25 | merge changes for storm-1268 | Oz Linden | |
2011-08-22 | STORM-1543 WIP More cleanup and comments. | Vadim ProductEngine | |
2011-08-19 | STORM-1543 WIP Fixed auto-moving offered inventory items to trash. | Vadim ProductEngine | |
It turned out impossible to properly remove an inventory item from within LLDiscardAgentOffer::done(), because that would lead to nested LLInventoryModel::notifyObservers() calls. Fixed that by deferring removal until the next LLAppViewer::idle() iteration. Also elimiteed duplicated code. | |||
2011-08-19 | STORM-1268 Settings for ignorable dialogs were reset during deferred ↵ | Vadim ProductEngine | |
auto-upgrade. Reason: In case of deferred upgrade (i.e. when you select "Later...") the defaults for notifications settings are not loaded, so when the viewer exits after launching the updater, it incorrectly re-saves notifications settings. Fix: Initialize settings earlier, so that viewer picks them up in update mode. | |||
2011-08-08 | merge | Logan Dethrow | |
2011-08-01 | SH-2183 Add a debug setting to control whether or not to use multiple ↵ | Dave Parks | |
threads in LLCurl | |||
2011-07-28 | Merge | Logan Dethrow | |
2011-07-24 | merge | Dave Parks | |
2011-07-21 | SH-2031 Fix for stall in "Cleanup" | Dave Parks | |
2011-07-20 | add a debug setting "MemoryPrivatePoolEnabled" to turn on/off private memory ↵ | Xiaohong Bao | |
pool. | |||
2011-07-20 | fix a typo. | Xiaohong Bao | |
2011-07-19 | Merge | Xiaohong Bao | |
2011-07-19 | merge | Logan Dethrow | |
2011-07-18 | merge changes for storm-1516 | Oz Linden | |
2011-07-16 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | jenn | |
2011-07-15 | STORM-1482 Always run the crash loggers, they will check what to do and how ↵ | Aaron Stone | |
to clean up. | |||
2011-07-15 | Merge from viewer-development | Xiaohong Bao | |
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-12 | merge | Logan Dethrow | |
2011-07-11 | merge changes for storm-1315 | Oz Linden | |
2011-07-11 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/squire_linden/viewer-development-crash-horde | |||
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-05 | STORM-1112 Fixed crash on quit. Other minor fixes: | Logan Dethrow | |
* Reordered HTTP proxy choices in settings dialog * Now using setBlocking and setNonBlocking LLSocket methods during TCP handshakes. * Made those LLSocket methods available outside the class. | |||
2011-06-29 | STORM-1315 Ability to do simple math in numeric edit fields | Kadah_Coba | |
2011-06-09 | merge up latest viewer-development | Oz Linden | |
2011-06-06 | VWR-25965 Fix to two calls to LLDirIterator mask argument. | Logan Dethrow | |
Removed two cases in llappviewer.cpp where the mask argument to LLDirIterator had a leading delimiter. | |||
2011-06-06 | merge changes for viewer-development | Oz Linden | |