Richard Linden
20221c8e77
EXP-1485 FIX -- Viewer should have a minimum size
...
moved min size logic into LLWindow
2011-11-28 12:51:15 -08:00
callum
e4e4977f5e
EXP-1527 FIX Debug values for windowwidth and windowheight can be set below minimum required values
...
and
EXP-1528 Launching viewer with a settings.xml file with windowwidth and windowheight set below minimum values, launches to those values not minimum window size
2011-11-11 12:29:04 -08:00
Richard Linden
b2fffa74f7
Automated merge with http://hg.secondlife.com/viewer-development
2011-11-10 10:58:11 -08:00
Richard Linden
a507fc259b
finished removing remnants of media browser
2011-11-07 15:04:53 -08:00
Brad Payne (Vir Linden)
51c7887f8d
merge
2011-10-31 11:35:22 -04:00
Brad Payne (Vir Linden)
5c868a90f2
SH-2635 FIX - always send crash report if previous session froze
2011-10-27 17:39:07 -04:00
Xiaohong Bao
0637fe27bc
fix for SH-2624: crash at LLPrivateMemoryPoolManager::freeMem: ASSERT (!addr)
2011-10-25 22:53:40 -06:00
Richard@Callum-HP-PC.lindenlab.com
f5197b6158
merge with viewer-dev
2011-10-21 14:41:24 -07:00
Xiaohong Bao
dbb353d3b0
fix for SH-2516: Full Bright Geometry Rendering Increases Rapidly, Destroying Frame Rate.
2011-10-21 11:53:29 -06:00
Leyla Farazha
4e17d830ba
EXP-1402 Nearby Voice panel does not update to new call or from nearby voice info once opened
2011-10-18 16:46:41 -07:00
Oz Linden
53ce47fc1c
merge changes for STORM-1654
2011-10-18 17:40:04 -04:00
Leslie Linden
b1fa752282
EXP-1368 FIX -- Crash on Exit in FUI viewer
2011-10-14 12:13:49 -07:00
Dave Parks
c0ca8e5e2e
Merge backout of b782a75c99e6
2011-10-14 11:58:35 -05:00
Dave Parks
4331c112ab
Backed out changeset b782a75c99e6
2011-10-14 11:52:40 -05:00
Richard Linden
bb93dc154a
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
2011-10-11 22:49:47 -07:00
Richard Linden
d0cda13235
EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport
...
Ctrl+Shift+U now toggles UI and hides floaters
refactored main_view.xml
made all members of llviewerwindow private
2011-10-11 22:49:00 -07:00
Leslie Linden
f9e900f5ac
* New floater positioning code. Better than what's checked in but not great.
...
* Floater updates for positioning and to revert some earlier string changes.
2011-10-11 17:36:23 -07:00
Oz Linden
852349218e
merge changes for vwr-26864
2011-10-11 10:58:02 -04:00
Richard Nelson
e61569d714
added compound LLSD parsing to param blocks
...
reviewed by Leslie
2011-10-10 14:08:14 -07:00
Richard Nelson
e61da05739
merge with viewer-development
2011-10-05 13:01:29 -07:00
Oz Linden
194bedbb96
merge changes for vwr-26864
2011-10-05 09:03:24 -04:00
Paul ProductEngine
9d3fc5d930
EXP-1209 FIXED Sidetray removed.
...
- Removed all sidetray dependencies and the sidetray itself.
- Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29 21:43:07 +03:00
Vadim ProductEngine
7e4e4175ff
STORM-1620 FIXED Re-enabled saving settings.
...
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-22 22:02:02 +03:00
Oz Linden
7d7d0e696a
STORM-1616: Change default initial mode to Advanced
2011-09-21 18:01:44 -04:00
Richard Linden
bc3f0e0a81
EXP-1230 FIX As a resident, I want to not have to choose a UI mode
...
removed all references to basic mode
2011-09-20 18:47:13 -07:00
Oz Linden
a3e092db14
STORM-1578 (viewer side only), STORM-1589
...
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-14 08:54:07 -04:00
Xiaohong Bao
616a7b549d
fix for VWR-26864: Recent commit to Snowstorm project introduces frequent errors and crashes associated with private memory pool.
2011-09-07 23:23:08 -06:00
Vadim ProductEngine
535710ae25
STORM-1587 FIXED Alert notifications were shown in English, no matter what viewer language was.
2011-09-07 22:13:05 +03:00
Xiaohong Bao
749d9ebadc
Merge
2011-08-31 10:48:56 -06:00
Oz Linden
6f009080b9
merge changes for storm-1543
2011-08-26 10:02:23 -04:00
Oz Linden
4057afd291
merge changes for storm-1268
2011-08-25 13:27:52 -04:00
Vadim ProductEngine
5578c285d8
STORM-1543 WIP More cleanup and comments.
2011-08-22 14:01:18 +03:00
Vadim ProductEngine
1ed945b5a0
STORM-1543 WIP Fixed auto-moving offered inventory items to trash.
...
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 19:58:00 +03:00
Vadim ProductEngine
0f1dea30f8
STORM-1268 Settings for ignorable dialogs were reset during deferred 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-19 13:48:44 +03:00
Logan Dethrow
1fa2afbe20
merge
2011-08-08 18:09:11 -04:00
Dave Parks
fbd5bd7adc
SH-2183 Add a debug setting to control whether or not to use multiple threads in LLCurl
2011-08-01 17:50:43 -05:00
Logan Dethrow
814a2d24dc
Merge
2011-07-28 10:41:59 -04:00
Dave Parks
0f86c26fa5
merge
2011-07-24 15:10:13 -05:00
Dave Parks
65d82fe192
SH-2031 Fix for stall in "Cleanup"
2011-07-21 13:10:28 -05:00
Xiaohong Bao
48d949150c
add a debug setting "MemoryPrivatePoolEnabled" to turn on/off private memory pool.
2011-07-20 16:05:19 -06:00
Xiaohong Bao
f7861eaf4e
fix a typo.
2011-07-20 11:21:08 -06:00
Xiaohong Bao
83e48f4a51
Merge
2011-07-19 23:48:11 -06:00
Logan Dethrow
0f501293bd
merge
2011-07-19 15:06:56 -04:00
Oz Linden
24524bee42
merge changes for storm-1516
2011-07-18 15:39:58 -04:00
jenn
1b7316c7e4
Automated merge with https://bitbucket.org/lindenlab/viewer-development
2011-07-16 05:53:34 +00:00
Aaron Stone
5f99d30c20
STORM-1482 Always run the crash loggers, they will check what to do and how to clean up.
2011-07-15 16:25:32 -07:00
Xiaohong Bao
d951267467
Merge from viewer-development
2011-07-15 12:14:34 -06:00
Aaron Stone
450b64981c
Merge for STORM-1482
2011-07-12 15:52:14 -07:00
Aaron Stone
42daa3497b
STORM-1482 The Viewer shouldn't overwrite the crash behavior settings, some 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 15:48:02 -07:00
Logan Dethrow
b750a5afb7
merge
2011-07-12 13:59:26 -04:00