Commit Graph

2548 Commits (d181b84dfdce83d1999d086c3eda2cdc51849a11)

Author SHA1 Message Date
Leyla Farazha d181b84dfd EXT-1478 Tool-tip background and border colors are being ignored
EXT-2082   	 Multifloater preview tab container extends outside window border
EXT-773   	 odd notecard behaviour on closing an unsaved notcard
reviewed by Richard
2009-11-10 17:10:47 -08:00
Loren Shih c9937716aa EXT-1866 : Inventory Side Panel
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items.
This is to make the UI behavior compliant with the Inventory Panel MVP.

Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
2009-11-09 12:26:27 -05:00
Ramzi Linden 90d985946c merge 2009-11-09 17:53:26 +08:00
Ramzi Linden 4f66c87c11 EXT-2106 I18N Nav bar: a node in panel_navigation_bar.xml cant be localized because it has no name=
I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name=
I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error
L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml
2009-11-09 17:48:02 +08:00
Lynx Linden 6b7c072c1d Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2009-11-08 20:01:33 +00:00
Lynx Linden 73b1e2bf47 DEV-38840: Fix the Pay Resident floater.
It was failing to open due to an unknown string and the L$5 button was
labelled incorrectly (it said L$1).
2009-11-08 19:38:21 +00:00
Lynx Linden 7cabb9de68 EXT-332: Added support for local currency estimates to the Buy L$
and Buy Land floaters.

We now check for a new estimatedLocalCost key from the XML-RPC server,
which provides the estimated cost in the user's local currency, e.g.,
"US$ 10.00" or "10.00 Euros". Note: the server is not currently
sending this information.

The previous codepath still exists and should be unaffected. That is,
we will continue to check for an estimatedCost key from the server with
a value specified in US cents. We give precedence to estimatedLocalCost
though and may want to remove this code once the international billing
server changes go live.

<lynx@lindenlab.com> HG: branch 'default' HG: changed
indra/newview/llcurrencyuimanager.cpp HG: changed
indra/newview/llcurrencyuimanager.h HG: changed
indra/newview/llfloaterbuyland.cpp HG: changed
indra/newview/skins/default/xui/en/floater_buy_land.xml
2009-11-08 17:24:08 +00:00
Nat Goodspeed 12f038b599 DEV-42215: Don't zap valid g(First|Last)name with empty strings.
In the --autologin case, gFirstname, gLastname were validly set from
gSavedSettings, but at the last minute were overwritten with empty strings
from gLoginHandler. Only perform those assignments if gLoginHandler has
non-empty strings to contribute.
2009-11-07 12:49:07 -05:00
Steve Bennetts f76dab71d6 merge 2009-11-07 09:40:03 -08:00
Monroe Linden 5fba55f58e Partial fix for DEV-42153.
This code seems to work on some objects and not on others.  I suspect I'm not doing something quite right in LLVOVolume::getApproximateFaceNormal().
2009-11-06 19:30:52 -08:00
Erica fcbad172a6 Added camera preset art and attached to camera controls 2009-11-06 18:57:35 -08:00
Steve Bennetts 8631443847 merge changes from product-engine 2009-11-06 18:13:38 -08:00
Erica ce60f82b23 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-06 18:10:24 -08:00
Erica 4a2b77aebb New inventory icon 2009-11-06 18:08:51 -08:00
Steve Bennetts 5e85642650 Temp fix to prevent crash while missing sidepanel_task_info.xml. 2009-11-06 18:04:29 -08:00
Steve Bennetts 485dcd9a8f Fixed textrue prioritization so that boosted textures are always highest priority. 2009-11-06 16:16:01 -08:00
Steve Bennetts 0a5cbfd195 EXT-2031 Admin Menu Missing Without Advanced Menu Enabled 2009-11-06 16:14:42 -08:00
CG Linden 66cf090114 Adding new option definition - forgot. 2009-11-06 15:54:11 -08:00
CG Linden 99f75c9bca Add support for externally specified revision number (codeticket) 2009-11-06 15:52:51 -08:00
Eric M. Tulla (BigPapi) 35ae408547 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-06 18:42:51 -05:00
Eric M. Tulla (BigPapi) 573e986ea2 Merge of avatar-pipeline changes into viewer2 2009-11-06 18:41:47 -05:00
Loren Shih 9c048d12fd merge
--HG--
branch : avatar-pipeline
2009-11-06 18:31:52 -05:00
Leyla Farazha 1c40cf8225 merge 2009-11-06 15:29:32 -08:00
Leyla Farazha 3fa1e785a6 EXT-1576 "Zoom In" menu option should be disabled when the person is not in range
EXT-2306   	 Default voice input/output pref panel to closed
2009-11-06 15:16:40 -08:00
Steve Bennetts 4b9abdc833 Reverting OSX changes to expat from texture-pipeline merge 2009-11-06 14:51:52 -08:00
Steve Bennetts a24eee0dd6 DEV-42272 - viewer crash on startup in LLCurlRequest::process 2009-11-06 14:36:16 -08:00
Loren Shih 2aa981ac23 EXT-2278 : "Save Texture As" for bottom panel
EXT-2310 : "Save Texture As" for inventory right-click menu

"Save Texture As" now works properly and brings up the texture preview while saving.
Also added "Save Texture As" to the right-click inventory context menu.

--HG--
branch : avatar-pipeline
2009-11-06 17:35:05 -05:00
James Cook f3bbcfb9d4 merge 2009-11-06 14:07:40 -08:00
James Cook 0b3bbf8cfc EXT-1501 Menu fonts now configurable in XUI, set size to SansSerifSmall 2009-11-06 13:51:16 -08:00
James Cook d158cc8619 Don't hg ignore the newview/skins directory, we add files there regularly. 2009-11-06 13:49:07 -08:00
Loren Shih 98eb085b64 Changed llwarns on spurious InventoryPanel::buildNewViews debug mesage to lldebugs.
--HG--
branch : avatar-pipeline
2009-11-06 16:30:35 -05:00
Justin C. Rounds (Chuck) 2911fa2270 Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-06 16:13:56 -05:00
Justin C. Rounds (Chuck) f7483487c4 Changed "Support" tab to "Info".
http://jira.secondlife.com/browse/EXT-2177
2009-11-06 16:11:42 -05:00
Rick Pasetto 78db8dd83b merge from remote repo 2009-11-06 13:09:48 -08:00
Rick Pasetto d4f790f728 FIX: zoom/unzoom should appear to be one icon
this was a fairly trivial UI change....
2009-11-06 13:07:50 -08:00
Steve Bennetts eea1057b70 EXT-2215 - Viewer crashes while trying to decode image
llwarns is not entirely thread safe. Need to fix that, but for now, use LL_DEBUGS instead.
2009-11-06 12:58:10 -08:00
Justin C. Rounds (Chuck) 3f81727078 Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-06 15:45:56 -05:00
Justin C. Rounds (Chuck) c9b03c56af Updated default_profile_picture to match style. Added Blank graphic to use as overlay icon (in order to produce tool-tip). Created panel_profile_user.xml which is a profile panel specifically for the current user, and modified panel_me_profile to call it accordingly.
http://jira.secondlife.com/browse/EXT-2245
2009-11-06 15:44:43 -05:00
Rick Pasetto 113c7edf60 FIX DEV-41587: Update current URL in draw()
The current URL is now re-fetched from the current selection.
Also did some minor refactoring
2009-11-06 12:21:21 -08:00
Steve Bennetts 0db73b1ac5 merge 2009-11-06 12:20:52 -08:00
Steve Bennetts afe6350160 merge from texture-pipeline 2009-11-06 12:15:41 -08:00
James Cook 5b5df47697 Make test text floaters so Erica can make a call on final font sizes. 2009-11-06 12:15:36 -08:00
Sergei Litovchuk 9c55ff9390 Fixed normal bug EXT-1509 "Going into mouselook while in a private call
ruins the call floater.":
- Made callfloater a single instance floater.
- Updated floater IM panel visibility change logic.
- Added NULL checks for voice client pointers in LLFloaterIMPanel.

--HG--
branch : product-engine
2009-11-06 22:13:59 +02:00
Vadim Savchuk 591d9d5c2b hg merge
--HG--
branch : product-engine
2009-11-06 21:30:10 +02:00
Vadim Savchuk 64b476133f merge
--HG--
branch : product-engine
2009-11-06 21:28:48 +02:00
James Cook 07c63d8906 merge 2009-11-06 11:17:43 -08:00
Denis Serdjuk cd9c07258d fixed bug EXT-2111 Unable to edit the Notes & Privacy content
--HG--
branch : product-engine
2009-11-06 21:17:08 +02:00
James Cook d8864522a4 Changed default help URL for board demo per email discussion on viewer2009@lists. 2009-11-06 11:09:09 -08:00
James Cook 30467bda7c Show glow around interactive objects on hover. Glow shows through objects/avatars - this is expected.
Effect from DaveP long ago, hover code by me long ago, just changing the default setting.
2009-11-06 11:06:20 -08:00
Vadim Savchuk 22a1f909b4 merge
--HG--
branch : product-engine
2009-11-06 21:04:36 +02:00