James Cook
6d411f006d
Removed "Show Side Tray" option from login debug menu
...
It doesn't work and makes my viewer hang.
2009-12-15 09:55:19 -08:00
James Cook
87ef5c2472
EXT-3471 Tabs need a pad_bottom override attribute
...
Added label_pad_bottom and label_pad_left for tab containers.
2009-12-15 09:54:50 -08:00
Mike Antipov
06f8017674
added more comments to code
...
--HG--
branch : product-engine
2009-12-15 19:32:22 +02:00
skolb
7c18f1c303
Merge
2009-12-15 09:25:08 -08:00
Loren Shih
d19a9f7cb2
EXT-3199 : Re-enable task inspection inventory sidepanel
...
Re-enabled right click menu option for bringing up this sidepanel.
--HG--
branch : avatar-pipeline
2009-12-15 12:10:36 -05:00
Lis Pardi
934b3b9258
Automated merge with ssh://lis@hg.lindenlab.com/james/gooey
2009-12-15 12:02:32 -05:00
Lis Pardi
9feaf35e06
ext-3360 [BSI] Dates do not fit in most recent list on about land --> objects
2009-12-15 12:02:23 -05:00
Mike Antipov
5eb82cdeaa
Work on task EXT-3147 (Implement new states for message indicators)
...
-- Implemented requirement: Opening either Message Well will clear the "new messages" state (and thus the "lit" status),
even though there may still be unread messages
--HG--
branch : product-engine
2009-12-15 18:56:38 +02:00
Loren Shih
871e64726a
automated merge avp->avp
...
--HG--
branch : avatar-pipeline
2009-12-15 11:52:44 -05:00
Loren Shih
045e3e0657
EXT-3199 : Re-enable task inspection inventory sidepanel
...
Re-added the task sidepanel.
Fixed bottom button layout.
Edit mode now always returns true for inventory sidepanels.
--HG--
branch : avatar-pipeline
2009-12-15 11:48:55 -05:00
Lynx Linden
870d4449f5
EXT-3441: Support various substitutions for Search URL.
...
The search URL is now specified in app_settings/settings.xml (instead
of in floater_search.xml), and it is now defined more flexibly with
support for various substitution strings, such as [QUERY], [AUTH_KEY],
[MATURITY], [GODLIKE], etc.
I pulled the common substitution code out into a new static method,
LLWeb::expandURLSubstitutions(). This provides support for common
strings like [VERSION], [CHANNEL], [LANGUAGE], [OS], etc. The Help and
Home sidetray code has been updated to use this new function, to avoid
replicating this behavior 3 times.
I also cleaned up the app_settings/settings.xml file and removed the
old search keys of: SearchURLDefault, SearchURLQuery, and
SearchURLSuffix2.
2009-12-15 16:00:28 +00:00
Justin C. Rounds (Chuck)
b7de450e3d
Adjusted button label vertical placement and input field text vertical placement to match.
2009-12-15 10:12:33 -05:00
Mike Antipov
eccc3ed597
Work on task EXT-3147 (Implement new states for message indicators)
...
-- fixed bug: Well icon leaves in "Unlit" state if new message arrives when it is in the "Lit" state while flashing
Improved behavior of reversing Lit/Unlit states
--HG--
branch : product-engine
2009-12-15 16:41:52 +02:00
Mike Antipov
40a10565ac
Work on task EXT-3147 (Implement new states for message indicators)
...
-- Code recactored for future implementation of "Opening either Message Well will clear the "new messages" state (and thus the "lit" status)"
--HG--
branch : product-engine
2009-12-15 15:40:13 +02:00
Alexei Arabadji
c77266e216
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-12-15 19:11:08 +02:00
Alexei Arabadji
7ba2f99ae0
mplemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice control panel is opened”;
...
--HG--
branch : product-engine
2009-12-15 19:10:27 +02:00
Sergei Litovchuk
0847789222
Fixed normal bug EXT-3409 "Places panel: pick for remote location created with current agent's coordinates".
...
- Fixed storing global position for remote location pick.
- Fixed setting current location to the pick.
- Fixed pick location text. Added resolving remote parcel name from ID.
- Cleaned up unused code in llpanelpick.
--HG--
branch : product-engine
2009-12-15 18:36:53 +02:00
Vadim Savchuk
e303864c17
Merge from default branch.
...
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs
remote change) by removing them.
--HG--
branch : product-engine
2009-12-15 17:14:31 +02:00
Dmitry Zaporozhan
40fa036891
Fix for normal bug EXT-3465 - Any changes made in Preferences floater are canceled after viewer shutdown.
...
--HG--
branch : product-engine
2009-12-15 16:18:26 +02:00
Yuri Chebotarev
fe56e4fbfb
fix for bug EXT-3254 IM well expands unexpectedly after attempt to resize
...
problem was with floater minHeight. set minheight to 1 list item height (so 1 item is always visible)
--HG--
branch : product-engine
2009-12-15 14:28:51 +02:00
Yuri Chebotarev
50792b7c2a
fix for normal EXT-3252 IM well closes if the lower IM session has been closed
...
--HG--
branch : product-engine
2009-12-15 13:22:09 +02:00
Lynx Linden
d82f82d796
EXT-3394: Reverting removal of prefs volume slider.
...
This change reverts the code parts of e038c0211968 that relate to the
sound preferences slider. Lis has already re-enabled the slider in the
panel_preferences_sound.xml XUI file.
So the overall change for EXT-3394 is now:
- remove the volume slider from the Voice Controls panel
- make 50 be the default volume level, not 62
2009-12-15 11:11:28 +00:00
Lynx Linden
f890a9399b
EXT-3394 EXT-3297: Putting back the prefs volume slider.
...
Further discussions between Q and Joe resulted in the decision to keep
the master gain control in the sound prefs panel. Reverting to Lis'
original change, which should match exactly the state in viewer-2-0.
2009-12-15 10:14:58 +00:00
Dmitry Zaporozhan
c157c1176a
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
...
Docked LLDialogs are part of toasts positioning rules.
--HG--
branch : product-engine
2009-12-15 10:54:37 +02:00
Alexei Arabadji
02e5d2fd83
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-12-15 09:55:36 +02:00
Alexei Arabadji
f8f1252d32
mplemented EXT-3396 “All bottom bar buttons, including chiclets and nearby chat, should work as toggles”,
...
made hide/unhide dockable floaters when undocked;
--HG--
branch : product-engine
2009-12-15 09:55:00 +02:00
Paul Guslisty
9294902626
Fixed normal bug EXT - 3288 (Tool-tips are missing on whole Places panel)
...
--HG--
branch : product-engine
2009-12-15 08:35:26 +02:00
Rick Pasetto
60e6fa139e
Automated merge with ssh://rick@hg.lindenlab.com/skolb/media
2009-12-14 17:58:19 -08:00
Rick Pasetto
77aa787c01
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
2009-12-14 17:57:13 -08:00
Rick Pasetto
c0eb697a53
Change LLViewerMedia::isInterestingEnough() to also check selection
...
If the object is in the selection, its interesting. Load its media data
ASAP.
Conceptually reviewed by monroe
2009-12-14 17:39:24 -08:00
Rick Pasetto
c063647b58
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
2009-12-14 17:30:17 -08:00
Rick Pasetto
a386296855
Automated merge with ssh://rick@hg.lindenlab.com/skolb/media
2009-12-14 17:28:04 -08:00
Rick Pasetto
c2f7e88fea
DEV-43872: Change Home URL and Current URL to Home Page and Current Page
2009-12-14 17:27:46 -08:00
brad kittenbrink
cee8909ee4
Final merge of precompiled header dependency cleanup work.
2009-12-14 16:53:52 -08:00
Monroe Linden
2078125f9a
Only do the "lowest interest loadable" calculation if we've already hit the PluginInstancesTotal cap. Otherwise, we always need to load the top media data item.
2009-12-14 16:44:22 -08:00
brad kittenbrink
e8c150b6b1
Yet again more fixups for compile errors after the last merge...
2009-12-14 16:34:20 -08:00
Ramzi Linden
3db7dd4541
L10N: used consistent terms between Pref > Advanced and floater_select_key !
2009-12-14 16:33:47 -08:00
Rick Pasetto
909a16e520
DEV-43913: tweak positions of play & pause so they look like they are the same button
2009-12-14 16:22:37 -08:00
Rick Pasetto
7a7562724d
follow-up from my last change
2009-12-14 15:47:57 -08:00
richard
ac086c56af
ext-3362 - about land -> objects -> most recented sorted by day
...
reviewed by Mani
2009-12-14 15:47:15 -08:00
Rick Pasetto
b877ed17e8
DEV-42327: Compute controls position & size for HUD objects
...
Review #62
Added facility to get the HUD projection and modelview matrices by refactoring the calls in llviewerdisplay a bit.
2009-12-14 15:41:09 -08:00
Monroe Linden
38483348ee
Made LLViewerMedia::isInterestingEnough() take the performance manager's priority list list into account.
2009-12-14 15:15:08 -08:00
richard
a63531145d
merge
2009-12-14 15:11:55 -08:00
Lis Pardi
daeef47ce1
Automated merge with ssh://lis@hg.lindenlab.com/james/gooey
2009-12-14 18:02:07 -05:00
Lis Pardi
1c482362d0
EXT-3297 Input/Output Devices are cut off in Preferences
2009-12-14 18:01:51 -05:00
richard
0d9bae83ed
merge
2009-12-14 14:54:37 -08:00
Nyx (Neal Orman)
f125039abc
merge with avatar-pipeline
...
--HG--
branch : avatar-pipeline
2009-12-14 17:46:53 -05:00
richard
861640adf9
merge
2009-12-14 14:35:24 -08:00
richard
7f0e7a1fed
manually merge
2009-12-14 14:33:48 -08:00
skolb
4a2d57ad48
Merge
2009-12-14 14:32:31 -08:00