Leyla Farazha
54b9992eae
remove parens from mini-inspector if not using display names
2010-08-24 15:12:56 -07:00
Leyla Farazha
5fab3253f9
Merge from dessie/viewer-release
2010-08-20 14:48:00 -07:00
Leyla Farazha
ab320a12e6
DEV-52702 Avatar search in Viewer hangs with Searching... when searching for invalid characters in Viewer
2010-08-19 15:48:51 -07:00
Leyla Farazha
eaf2359782
fixed line endings
2010-08-19 14:27:23 -07:00
Leyla Farazha
83253d12f1
DEV-52377 Long display name gets cut off in Inventory Items properties for owner and creator
2010-08-19 14:24:38 -07:00
Leyla Farazha
c39d74ac98
synchronous llavatarcachename::get calls now return true even if entry is expired
2010-08-19 14:23:14 -07:00
Leyla Farazha
650171af17
DEV-51021 Viewer returns misleading error message when a blocked user attempts to change his display name
2010-08-19 14:20:49 -07:00
Leyla Farazha
3a5ef5bd6f
fixed nametag reverting to legacy name ever 3 minutes
2010-08-13 17:33:25 -07:00
Leyla Farazha
bc60707968
DEV-52163 Long display name with wide characters not fully visible in viewer aside from nametag
2010-08-13 17:33:04 -07:00
Christian Goetze (CG)
cde71ddc88
Pulled "viewer-hotfix" into "viewer-release".
2010-08-12 12:42:25 -07:00
Christian Goetze (CG)
3678a3e6e5
Pulled "viewer-hotfix" into "viewer-release".
2010-08-12 12:29:51 -07:00
Dessie Linden
51d460089e
Changed channel info back to Second Life Developer
2010-08-11 14:04:27 -07:00
Dessie Linden
67d1837ce7
Updated viewer patch number & channel
2010-08-11 11:14:59 -07:00
Xiaohong Bao
7fe4d599b3
EXT-8596: FIXED: crash at LLTextureFetchWorker::doWork(int) [secondlife-bin lltexturefetch.cpp] line 1061
2010-08-09 17:07:34 -06:00
Eli Linden
e6842244f8
CT-575 WIP PL global edit part 1/2; PL DA set 16 translation for 2.1.1; FR linguistic
2010-08-09 15:06:26 -07:00
Monroe Linden
bcd8443371
Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity"
...
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel().
Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid.
2010-08-06 20:06:16 -07:00
Leyla Farazha
9bb2c74dc5
fix for local chat
2010-08-06 13:06:28 -07:00
Eli Linden
768a98bc2a
CT-575 WIP FR linguistic
2010-08-06 11:17:45 -07:00
Eli Linden
4277bfbba6
CT-575 WIP FR linguistic
2010-08-06 11:17:45 -07:00
Leyla Farazha
7f43506552
Set Name... to Set Display Name...
2010-08-06 10:59:19 -07:00
Xiaohong Bao
f36bd31b3d
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
2010-08-06 09:40:54 -06:00
Xiaohong Bao
fd3891ead5
EXT-8447: FIXED: crash at LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp]
2010-08-06 09:29:33 -06:00
Xiaohong Bao
4682264ead
EXT-8447: FIXED: crash at LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp]
2010-08-06 09:29:33 -06:00
Tofu Linden
0a3493db08
EXT-8579 FIXED Develop.Avatar.Animation Info should not show asset IDs
...
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode.
2010-08-06 14:28:26 +01:00
Tofu Linden
6d1b892516
merge from PE's viewer-release
2010-08-06 12:28:51 +01:00
Leyla Farazha
af169167ff
Clarifying the "Use Display Names" preference by changing it to "View Display Names"
2010-08-05 16:53:39 -07:00
Leyla Farazha
10b664833a
adding DisplayNamesEnabled and DisplayNamesShowUsername to the top level of our viewer stats
2010-08-05 16:30:32 -07:00
Leyla Farazha
e5fc80b43f
DEV-52366 Long display name gets cut off in Places page for owner listing
2010-08-05 16:17:02 -07:00
Eli Linden
bcb7401645
CT-575 WIP IT translation for set16 for Viewer 2.1.1
2010-08-05 11:04:56 -07:00
Leyla Farazha
3057bb08be
DEV-52475 Avatar picker only shows 10 results for search
2010-08-05 09:53:10 -07:00
Tofu Linden
e4ec91fecd
merge
2010-08-05 16:27:15 +01:00
Tofu Linden
838dbb9b0f
EXT-8304 FIXED [crashhunters] crash in LLKeyframeMotion::deserialize
...
Speculative bunch of robustification.
Reviewed by Soft.
2010-08-05 16:26:39 +01:00
Xiaohong Bao
0e673902f4
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
2010-08-05 08:55:31 -06:00
Vadim Savchuk
b103141506
EXT-8309 FIXED Incorrect French date format in place profile and status bar.
...
Changes:
- Added support for formatting day of the month without leading zero ("sday").
- Changed date format in place profile (landmark info) and in the top status bar
according to bug reporter's request.
Technical details:
Actually implementation of strftime() in Linux and Windows supports stripping the
leading zero (with "%-d" and "%#d" respectively).
But that's not supported in MacOSX, so I had to reimplement it.
Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/
2010-08-05 15:57:19 +03:00
Eli Linden
35f279a907
CT-575 WIP IT translation for set16 for Viewer 2.1.1
2010-08-05 11:04:56 -07:00
Vadim Savchuk
46334b6310
EXT-8309 FIXED Incorrect French date format in place profile and status bar.
...
Changes:
- Added support for formatting day of the month without leading zero ("sday").
- Changed date format in place profile (landmark info) and in the top status bar
according to bug reporter's request.
Technical details:
Actually implementation of strftime() in Linux and Windows supports stripping the
leading zero (with "%-d" and "%#d" respectively).
But that's not supported in MacOSX, so I had to reimplement it.
Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/
--HG--
branch : product-engine
2010-08-05 15:57:19 +03:00
Andrew Dyukov
4701fc0a18
EXT-8553 FIXED Substituted "Object Profile" menu item label by "Item Profile" in My Outfits.
...
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/836/
--HG--
branch : product-engine
2010-08-05 15:49:06 +03:00
Vadim Savchuk
2435126081
Merge from default branch
...
--HG--
branch : product-engine
2010-08-05 15:11:27 +03:00
Tofu Linden
eef6ababcd
merge from PE's viewer-release
2010-08-05 12:39:08 +01:00
Leyla Farazha
c7d49b4cb2
DEV-52354 Username shown in local chat if idle for over 90 seconds
...
reviewd by richard
2010-08-04 17:11:01 -07:00
Xiaohong Bao
cd628d8ea8
merge the fix of SNOW-793: memory leak in LLImageFormatted::appendData
2010-08-04 16:58:21 -06:00
Leyla Farazha
6f256e2d57
Merge with dessie/viewer-release
2010-08-04 15:44:45 -07:00
Eli Linden
057568bddc
CT-575 WIP FR translation for set16 for Viewer 2.1.1
2010-08-04 15:35:13 -07:00
Brad Payne (Vir Linden)
2a8e330605
merge
2010-08-04 17:22:50 -04:00
Brad Payne (Vir Linden)
e6d5cc3bd1
EXT-8283 FIX, EXT-8360 FIX - original fixes got broken, presumably during some merge
2010-08-04 17:21:33 -04:00
Eli Linden
b4b503d4ac
Merge
2010-08-04 12:52:06 -07:00
Eli Linden
b3fd508cff
CT-575 WIP PT translation for set16 for Viewer 2.1.1
2010-08-04 12:51:12 -07:00
Andrew Dyukov
d774469aee
EXT-7511 FIXED Fixed item selection cropping in Edit Outfit
...
Restored changeset which was lost after merge 58571b4e704b.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/780/
2010-08-04 21:13:11 +03:00
Andrew Dyukov
7253c7eeb1
EXT-7511 FIXED Fixed item selection cropping in Edit Outfit
...
Restored changeset which was lost after merge 58571b4e704b.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/780/
--HG--
branch : product-engine
2010-08-04 21:13:11 +03:00
Xiaohong Bao
aaa41211c8
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
2010-08-04 11:19:39 -06:00