Leyla Farazha
4374490445
tab container fixes..
2009-10-28 17:12:47 -07:00
Leyla Farazha
9426de7e10
merging...
2009-10-28 17:09:13 -07:00
Steve Bennetts
d993ce14d8
merge
2009-10-28 16:21:14 -07:00
Palmer
9cfcb53d19
Accidently used pull and update instead of fetch. No code changed.
2009-10-28 15:56:43 -07:00
Palmer
0be3878182
EXT-1930 - Crash after failed region crossing then teleport. Null pointer accessed.
...
Reviewed by Nyx
2009-10-28 15:53:29 -07:00
richard
480a1db354
merge
2009-10-28 15:21:44 -07:00
richard
da58b59217
ext-1483 - Scrollable lists in side panel can sometimes get stuck
...
apparent XUI error
Also fixed terminating newlines in text editors not flowing to next line
reviewed by Leyla
2009-10-28 15:21:23 -07:00
Steve Bennetts
7d87e55c54
Merge PE revisions 3765-3786 from https://hg.aws.productengine.com/secondlife/viewer-2-0/
2009-10-28 15:19:32 -07:00
Vadim Savchuk
10aa210e04
Partial implementation of normal priority task EXT-1096 (Implement recent time in recent people list).
...
- Implemented display of last interaction time (e.g. 5m, 3d, 10w).
- Removed dead code for displaying avatar away/busy status.
TODO: i18n, visual fixes.
--HG--
branch : product-engine
2009-10-28 23:59:51 +02:00
Erica Firment
74e70f2f23
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-28 14:57:35 -07:00
Leyla Farazha
a0e766da94
EXT-1697 tab label type not to spec
...
EXT-1870 Remove default tooltips from tab_container widget
EXT-1699 right and left tab edges don't align with edges of tab content area
EXT-1869 tabs flash when your cursor passes over data fields
reviewed by richard
2009-10-28 14:56:31 -07:00
Erica Firment
8e93f2bdf7
EXT-1559 [BSI] Report Abuse floater contains overlapping and truncated text
2009-10-28 14:56:18 -07:00
Steve Bennetts
59407cdb9c
merge
2009-10-28 14:42:46 -07:00
Erica Firment
a81e911382
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-28 14:10:50 -07:00
Erica Firment
42571ea16c
Added new hover art for 3D inspector tooltip
2009-10-28 14:10:34 -07:00
Sergei Litovchuk
07c04df983
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-10-28 22:58:27 +02:00
Sergei Litovchuk
cdefaf5efa
Implemented EXT-1832 'Landmark title - Coordinates should be in second line'.
...
--HG--
branch : product-engine
2009-10-28 22:57:50 +02:00
richard
6e8c5d206e
fix for layout updates of chat history
...
update document rect twice
increased right padding of inline widgets
2009-10-28 12:33:25 -07:00
Eugene Kondrashev
08d8056f16
Merge
...
--HG--
branch : product-engine
2009-10-28 21:11:47 +02:00
Eugene Kondrashev
79738b2a65
Fixed normal bug EXT-1857-'Group Info' btn is unnecessary in Friends Conference floater
...
--HG--
branch : product-engine
2009-10-28 20:59:33 +02:00
Denis Serdjuk
fabebd8c0c
minor change to landmarksactions to meet the code style.
...
--HG--
branch : product-engine
2009-10-28 20:58:07 +02:00
richard
16f5b86ff9
merge
2009-10-28 11:49:28 -07:00
richard
135697dcff
added font alignment tests to floater_test_textbox.xml
2009-10-28 11:49:09 -07:00
richard
bb9fe04b5f
EXT-1949 - Viewer freezes on resizing IM window
...
cleaned up some rectangle tracking logic and introduced LLInlineViewSegment param block
reviewed by Leyla
2009-10-28 11:48:10 -07:00
Dmitry Zaporozhan
e9c83f2343
Merge
...
--HG--
branch : product-engine
2009-10-28 20:16:13 +02:00
Dmitry Zaporozhan
e8e5dfeb36
Fixed critical bug EXT-1918 - [BSI] Region Messages crash the sender and anyone set busy.
...
NOTE - this is temporary workaround to fix the crash.
--HG--
branch : product-engine
2009-10-28 20:12:48 +02:00
Sergei Litovchuk
d01f7a7422
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-10-28 19:36:45 +02:00
Sergei Litovchuk
2735bbd655
Fixed normal bug EXT-1523 'Side Tray can become stuck in mode where it expands every time you click the ground'.
...
Fixed opening Side Tray upon estate covenant reply arrival.
--HG--
branch : product-engine
2009-10-28 19:35:25 +02:00
Nat Goodspeed
faa70a5986
DEV-41929: implement event API to query About-box info
2009-10-28 17:27:06 +00:00
Eugene Mutavchi
4ca9e28f91
No ticket, just renamed mProfileButtonEnabled to mOtherParticipantIsAvatar
...
--HG--
branch : product-engine
2009-10-28 18:44:31 +02:00
Nat Goodspeed
11f36ceab1
DEV-41929: Move boilerplate About text to floater_about.xml.
...
Simplify C++ construction code to call new getInfo() method, then assemble a
sequence of optional text sections. Convert LLSD block returned by getInfo()
to LLStringUtil::format_map_t as expected by two-arg LLPanel::getString()
method.
2009-10-28 16:40:57 +00:00
Rick Pasetto
c4992e3065
Merge from remote repo
2009-10-28 09:32:48 -07:00
Rick Pasetto
88166e7d22
Merge
2009-10-28 09:32:00 -07:00
Igor Borovkov
86921724c4
IM refactoring: moved speakers management stuff in its own files llspeakers.* from dying llfloateractivespeakers. *
...
Decresed number of llfloateractivespeakers.h includes to a minimum.
--HG--
branch : product-engine
2009-10-28 18:31:43 +02:00
Eugene Kondrashev
f5b4635c43
Fixed Normal bug EXT-1913-Make Participant List in IM Floaters transparent the same as floaters when focus is lost
...
--HG--
branch : product-engine
2009-10-28 18:21:31 +02:00
angela
4f4be142b3
DEV-41714 Display a play/pause control for the inspected face if it contains time-based media
2009-10-29 00:12:17 +08:00
Mike Antipov
c70214f941
Fixed normal bug EXT-1619 (Accodion panel should be hidden if it has no content matches filter)
...
- added processing a count of visibled items in accordion tabs.
--HG--
branch : product-engine
2009-10-28 18:00:00 +02:00
Dmitry Zaporozhan
e2a15bc7b8
Added comment
...
--HG--
branch : product-engine
2009-10-28 17:55:24 +02:00
Dmitry Zaporozhan
ae4c4a18a1
Fixed normal bug EXT-1164 - FlatList isn't reshaped on filtering when accordion panels are collpased.
...
--HG--
branch : product-engine
2009-10-28 17:49:32 +02:00
Dmitry Zaporozhan
46ed828c8d
Merged
...
--HG--
branch : product-engine
2009-10-28 16:55:42 +02:00
Dmitry Zaporozhan
726b00fd18
Merge
...
--HG--
branch : product-engine
2009-10-28 16:53:45 +02:00
Vadim Savchuk
66ff81c8c1
merge
...
--HG--
branch : product-engine
2009-10-28 16:53:12 +02:00
Dmitry Zaporozhan
0e4f48950b
Merge
...
--HG--
branch : product-engine
2009-10-28 16:52:47 +02:00
Dmitry Zaporozhan
515ce7fdbb
Fixed normal bug EXT-1834 - Check spacing on landmark detail paragraph.
...
--HG--
branch : product-engine
2009-10-28 16:44:02 +02:00
Eugene Mutavchi
a999e50a8e
Implemented major sub-task EXT-1912 ( Add handling restrictions of PSTN P2P calls in new IM Floaters )
...
--HG--
branch : product-engine
2009-10-28 16:14:52 +02:00
Vadim Savchuk
2663bad36b
merge from default
...
--HG--
branch : product-engine
2009-10-28 15:50:36 +02:00
Eugene Mutavchi
33af464c44
Implemented major sub-task EXT-1904 (New IM floater should handle Session Update)
...
--HG--
branch : product-engine
2009-10-28 14:21:36 +02:00
Denis Serdjuk
2bb9751d0a
EXT-1232 Implement \"You are Here\" banner for Place Profile - Parcel Characteristics
...
Note:
\"YouAreHereDistance\" setting has been added to setting.xml
--HG--
branch : product-engine
2009-10-28 13:56:02 +02:00
Dmitry Oleshko
f71f8ecdf9
additional comments for the major bug (EXT-1849) Crash in Notification subsystem while teleporting and having toasts shown
...
--HG--
branch : product-engine
2009-10-28 12:08:49 +02:00
Dmitry Zaporozhan
3fd1072577
Fixed normal bug EXT-1451 - Scrollbar on Gestures tray needs bg color.
...
--HG--
branch : product-engine
2009-10-28 11:38:51 +02:00