Ramzi Ramey
a1770db936
EXT-1534 Remove 'Group __' from accordian names in Group profile (panel_group_info_sidetray.xml)
...
EXT-1520 some very preliminary Groups profile cleanup
- add some emphasis color for readability
- fix the missized text_editor on L$ Planning tab
2009-10-21 19:20:37 +00:00
Rick Pasetto
7135537435
Backed out changeset 60da2fc952a0
2009-10-21 11:15:46 -07:00
callum
2528d3a75f
Test code to allow drag/drop of *file* (not URLs) into the viewer Window - Will not be pushed to main repository - only committed so I can bundle my changes and share
2009-10-21 11:01:11 -07:00
Loren Shih
6e75434493
DEV-41622 : [BUG] : "Could find parent for..." spam from LLInventoryPanel
...
It's now possible that items may not exist in the hierachy of the inventorypanel's contents, so this warning spam is a false positive.
Removed unnecessary spam, did slight code cleanup.
2009-10-21 17:17:28 +00:00
Ramzi Ramey
db8db81764
L10N: call it 'My Inventory' in the menu_viewer
2009-10-21 17:11:39 +00:00
Ramzi Ramey
c59f479352
Also change the capitalization of some terms in strings.xml
2009-10-21 16:51:08 +00:00
Ramzi Ramey
ceb313bb88
Add more comments to annotate strings.xml, for future translators
2009-10-21 16:39:54 +00:00
Steven Bennetts
6f41747bc4
Merging revisions 2112-2128 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
...
* Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587
* Dev: EXT-748 EXT-1447
* IM Cleanup
2009-10-21 04:58:23 +00:00
Steven Bennetts
57fca109ca
Merging revisions 2107-2109 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
...
* Bugs: EXT-1557
2009-10-21 04:50:52 +00:00
Steven Bennetts
2c1aacf814
Merging revisions 2102-2104 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
...
* Bugs: EXT-1609 EXT-1255 EXT-1299
2009-10-21 04:47:55 +00:00
James Cook
044557a853
EXT-1365 Side tray panel borders fixed, XUI opacity of panels rationalized, eliminated programmatic setting of panel opacity, moved side tray panel buttons to flush with right of screen. Not reviewed.
2009-10-21 04:40:54 +00:00
Steven Bennetts
fe9719e804
Merging revisions 2094-2099 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
...
* Bugs: EXT-1612 EXT-1604 EXT-1163 EXT-1163 EXT-1167
* Dev: EXT-1516
2009-10-21 03:39:04 +00:00
Monroe Linden
19d23352bd
Fix for DEV-41567 (MoaP lags from "WARNING: LLViewerMediaImpl::calculateInterest: no texture!" log spam).
...
This log statement used to be an anomaly, but now that media can be unloaded it's a relatively common case.
2009-10-20 19:37:48 -07:00
Monroe Linden
6b4b69c234
Fix for clicking "home" or "reload" on a web media prim causing a flash of the underlying texture.
2009-10-20 19:36:46 -07:00
Monroe Linden
eaf27e7fac
Fix for DEV-41572 (login screen image does not display).
2009-10-20 19:13:01 -07:00
Martin Reddy
b782560865
EXT-1643: Removed the FirstMedia first use popup.
...
The notification text for this popup is commented out of the
notifications.xml file, so I'm commenting out the code that tries to
pop up this notification too. This is just a quick short-term fix. In
the longer term, I believe the plan is to remove all First Use dialogs
entirely, so this entire file will eventually die.
2009-10-21 00:42:11 +00:00
James Cook
a2d0b1d77f
Side tray uses normal panel colors, not hard-coded floater colors.
...
Added "Show Side Tray" to login debug menu.
Fixed strange border color around Home side tray panel, more similar fixes to follow.
Reviewed with Richard.
2009-10-21 00:32:19 +00:00
Martin Reddy
40ca1f90ce
EXT-1549: Moved the Lock icon to the left of Help button.
...
Various floaters can display a lock icon in the title bar, but these
were appearing over the new Help button, "?". This change moves the
Lock icons to the left of the Help button.
While debugging the change I found some modal dialogs that shouldn't
display a help button, so I removed their help_topic definitions.
2009-10-21 00:24:31 +00:00
Richard Nelson
11fc9c4098
fix for gcc build
2009-10-20 23:37:56 +00:00
James Cook
c0637c8326
Remove hard-coded black border around side tray, relates to EXT-1365
...
This leaves side tray contiguous with favorites bar, will be fixed by
drop shadow from EXT-1742.
Reviewed with Erica.
2009-10-20 22:59:38 +00:00
James Cook
e0826b455c
Eliminated extraneous border around side tray panels as partial fix toward EXT-1365
2009-10-20 22:16:35 +00:00
Richard Nelson
fdc848cf72
removed unnecessary static variable instantiations to improve compile times
...
moved a bunch of template class statics to cpp files
also added filename parameter to LLXUIParser::readXUI for better debugging of XUI errors
reviewed by James
2009-10-20 22:05:00 +00:00
Lisabeth Pardi
2c05f237d2
Making capitalization within preferences uniform
2009-10-20 22:01:00 +00:00
Lisabeth Pardi
cf251a4a48
Away timeout and Busy Mode Response moving from My Profile to Preferences
...
EXT-328
2009-10-20 21:59:53 +00:00
Leyla Farazha
2de36de179
Pulled out another pair of strings from the locationctrl widgets file.
...
Also apparently search doesn't need it's tooltip in widgets, it gets specified in the xml file that uses it.
2009-10-20 20:50:07 +00:00
Neal Orman
366c54e9bb
EXT-1664 male avatars have female bodies
...
Previous patch improved the situation but reversed it - it was still possible to have a mismatch between an avatar's head and body for their gender.
This patch makes the copying of the gender from your shape wearable to your avatar more explicit, which appears to fix the issue for now.
This should get the behavior correct for testing purposes, and we will look into fixing more underlying issues for the next cycle.
Code reviewed by Seraph
2009-10-20 20:01:27 +00:00
Steve Bennetts
85c4d40614
merge
2009-10-20 12:59:16 -07:00
Erica Olsen
a374d7b58c
EXT-1376 Viewer 2.0 Fit & Finish Pass: People Panel - Friends
2009-10-20 19:39:40 +00:00
Lisabeth Pardi
4adb9f46e3
Preferences > Sounds -- "Device Settings" button should hide/show settings below it
...
EXT-1737
2009-10-20 19:24:53 +00:00
Lisabeth Pardi
df1f9344b9
Preferences > Sounds -- "Device Settings" button should hide/show settings below it
...
EXT-1737
2009-10-20 19:24:34 +00:00
Nat Goodspeed
b0dccf883a
skip() failing test rather than silently commenting out
2009-10-20 15:24:21 -04:00
Ramzi Ramey
a68b34eadf
EXT-1734 Rename Preferences panel file names in the other languages
2009-10-20 19:10:44 +00:00
Ramzi Ramey
09439fb21c
L10N: localizability changes to text to make it more clear.
...
TEXT ONLY; NO CODE CHANGED
2009-10-20 18:32:49 +00:00
Leyla Farazha
2156b0ca60
EXT-1479: I18N: string in /en/widgets/location_input.xml wont honor its translation
...
Pulling these out of widgets and putting them in strings.xml for the sake of the translation tools.
reviewed by James
2009-10-20 18:21:34 +00:00
James Cook
25639b267d
EXT-462 Avatar context menu only shows Freeze/Eject/Debug when in god mode.
...
Changed enable and visible named callbacks to "IsGodCustomerService" so we
have one global function that can be used in menus everywhere.
Reviewed with Leyla.
2009-10-20 17:52:56 +00:00
Steve Bennetts
afcccc3b36
merge
2009-10-20 10:52:53 -07:00
James Cook
5bd6a24c65
Change Mac sparse disk image size to 700 MB
2009-10-20 17:31:08 +00:00
Lisabeth Pardi
91fe3e7c79
Rename Preferences panel file names
...
EXT-1734
2009-10-20 16:26:50 +00:00
Lisabeth Pardi
3865eda939
Update Preferences > Sound with new layout and featureset from spec
...
EXT-943
2009-10-20 16:24:54 +00:00
Lisabeth Pardi
0cbbd4c381
Edit tool_tips for uniform capitalization and punctuation
...
EXT-1675
Log, Speak and Gestures btns don't have tool-tips
EXT-1444
2009-10-20 16:23:57 +00:00
Nat Goodspeed
aa75245a1a
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-20 11:34:46 -04:00
Nat Goodspeed
7aff3d0842
Disabling dubious getHostName() test as explained in comments
2009-10-20 11:32:45 -04:00
Martin Reddy
eb620735fc
DEV-41358: Added support for search categories.
...
You can now specify a search category for all web-based searches,
e.g., "all" (default), "people", "places", "events", "groups", "wiki",
"destinations", "classifieds". Specifying a category will add the
relevant subdir to the search URL, as specified by the search team.
2009-10-20 14:07:50 +00:00
Nat Goodspeed
6f44e1de9b
Don't include linden_common.h in lldate.h, or any other .h files.
...
Migrate to the .cpp files where it's needed.
2009-10-20 08:53:18 -04:00
Nat Goodspeed
b52b97b6e1
It seems that ADD_INTEGRATION_TEST tests now require GoogleMock to build
2009-10-20 08:51:23 -04:00
angela@angelas-macbook-pro.local
d9e61b280f
media option always disabled in build tools
2009-10-20 13:57:58 +08:00
CG Linden
f36c9b3743
added eol to indra/newview/llinspect.h
2009-10-19 21:54:08 -07:00
Richard Nelson
2180706f4c
EXT-1583 - Landmark "Favorites Bar" item tool-tips need to remain onscreen while mouse pointer is over them.
...
also, improved tooltip display to show region name and coordinates
reviewed by Leyla
2009-10-20 01:40:13 +00:00
Richard Nelson
6d60cbde99
better layout of chat separators in local chat
...
also, removed some extraneous parameters from textbase.xml
reviewed by Leyla
2009-10-20 01:38:55 +00:00
Richard Nelson
ce5a5f84d5
ext-1670 - fix the chat history use of widgets
...
reviewed by leyla
2009-10-20 00:41:41 +00:00