Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
cb8ce114
Commit
cb8ce114
authored
12 years ago
by
Paul ProductEngine
Browse files
Options
Downloads
Patches
Plain Diff
CHUI-336 FIXED (Remove Description label and field from Chat history viewer)
- Removed lineeditor and text box from code and xml
parent
1e2dcbfb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/llfloaterconversationpreview.cpp
+0
-2
0 additions, 2 deletions
indra/newview/llfloaterconversationpreview.cpp
indra/newview/skins/default/xui/en/floater_conversation_preview.xml
+2
-26
2 additions, 26 deletions
...iew/skins/default/xui/en/floater_conversation_preview.xml
with
2 additions
and
28 deletions
indra/newview/llfloaterconversationpreview.cpp
+
0
−
2
View file @
cb8ce114
...
...
@@ -65,8 +65,6 @@ BOOL LLFloaterConversationPreview::postBuild()
std
::
string
title
=
getString
(
"Title"
,
args
);
setTitle
(
title
);
getChild
<
LLLineEditor
>
(
"description"
)
->
setValue
(
name
);
LLLogChat
::
loadChatHistory
(
file
,
mMessages
,
true
);
mCurrentPage
=
mMessages
.
size
()
/
mPageSize
;
...
...
This diff is collapsed.
Click to expand it.
indra/newview/skins/default/xui/en/floater_conversation_preview.xml
+
2
−
26
View file @
cb8ce114
...
...
@@ -14,41 +14,17 @@
name=
"Title"
>
CONVERSATION: [NAME]
</floater.string>
<text
type=
"string"
length=
"1"
follows=
"left|top"
font=
"SansSerif"
height=
"19"
layout=
"topleft"
left=
"10"
name=
"desc txt"
top=
"22"
width=
"90"
>
Description:
</text>
<line_editor
border_style=
"line"
border_thickness=
"1"
enabled=
"false"
follows=
"left|top|right"
font=
"SansSerif"
height=
"22"
layout=
"topleft"
left_pad=
"0"
max_length_bytes=
"127"
name=
"description"
width=
"296"
/>
<chat_history
font=
"SansSerifSmall"
follows=
"all"
visible=
"true"
height=
"3
1
0"
height=
"3
3
0"
name=
"chat_history"
notify_unread_msg=
"false"
parse_highlights=
"true"
parse_urls=
"true"
left=
"5"
top_pad=
"25"
width=
"390"
>
</chat_history>
<text
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment