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
b6fbc02f
Commit
b6fbc02f
authored
11 years ago
by
Merov Linden
Browse files
Options
Downloads
Plain Diff
Pull merge from lindenlab/viewer-acme
parents
2ba7552b
a6123336
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/llfloaterflickr.cpp
+2
-3
2 additions, 3 deletions
indra/newview/llfloaterflickr.cpp
indra/newview/skins/default/xui/en/panel_flickr_photo.xml
+3
-4
3 additions, 4 deletions
indra/newview/skins/default/xui/en/panel_flickr_photo.xml
with
5 additions
and
7 deletions
indra/newview/llfloaterflickr.cpp
+
2
−
3
View file @
b6fbc02f
...
@@ -195,7 +195,7 @@ void LLFlickrPhotoPanel::draw()
...
@@ -195,7 +195,7 @@ void LLFlickrPhotoPanel::draw()
mWorkingLabel
->
setVisible
(
!
(
previewp
&&
previewp
->
getSnapshotUpToDate
()));
mWorkingLabel
->
setVisible
(
!
(
previewp
&&
previewp
->
getSnapshotUpToDate
()));
// Enable Post if we have a preview to send and no on going connection being processed
// Enable Post if we have a preview to send and no on going connection being processed
mPostButton
->
setEnabled
(
no_ongoing_connection
&&
(
previewp
&&
previewp
->
getSnapshotUpToDate
())
&&
(
mRatingComboBox
&&
mRatingComboBox
->
getValue
().
isDefined
())
);
mPostButton
->
setEnabled
(
no_ongoing_connection
&&
(
previewp
&&
previewp
->
getSnapshotUpToDate
()));
// Draw the rest of the panel on top of it
// Draw the rest of the panel on top of it
LLPanel
::
draw
();
LLPanel
::
draw
();
...
@@ -231,7 +231,7 @@ void LLFlickrPhotoPanel::onVisibilityChange(const LLSD& new_visibility)
...
@@ -231,7 +231,7 @@ void LLFlickrPhotoPanel::onVisibilityChange(const LLSD& new_visibility)
previewp
->
setContainer
(
this
);
previewp
->
setContainer
(
this
);
previewp
->
setSnapshotType
(
previewp
->
SNAPSHOT_WEB
);
previewp
->
setSnapshotType
(
previewp
->
SNAPSHOT_WEB
);
previewp
->
setSnapshotFormat
(
LLFloaterSnapshot
::
SNAPSHOT_FORMAT_
JPE
G
);
previewp
->
setSnapshotFormat
(
LLFloaterSnapshot
::
SNAPSHOT_FORMAT_
PN
G
);
previewp
->
setThumbnailSubsampled
(
TRUE
);
// We want the preview to reflect the *saved* image
previewp
->
setThumbnailSubsampled
(
TRUE
);
// We want the preview to reflect the *saved* image
previewp
->
setAllowRenderUI
(
FALSE
);
// We do not want the rendered UI in our snapshots
previewp
->
setAllowRenderUI
(
FALSE
);
// We do not want the rendered UI in our snapshots
previewp
->
setAllowFullScreenPreview
(
FALSE
);
// No full screen preview in SL Share mode
previewp
->
setAllowFullScreenPreview
(
FALSE
);
// No full screen preview in SL Share mode
...
@@ -328,7 +328,6 @@ void LLFlickrPhotoPanel::clearAndClose()
...
@@ -328,7 +328,6 @@ void LLFlickrPhotoPanel::clearAndClose()
{
{
mTitleTextBox
->
setValue
(
""
);
mTitleTextBox
->
setValue
(
""
);
mDescriptionTextBox
->
setValue
(
""
);
mDescriptionTextBox
->
setValue
(
""
);
mTagsTextBox
->
setValue
(
DEFAULT_TAG_TEXT
);
LLFloater
*
floater
=
getParentByType
<
LLFloater
>
();
LLFloater
*
floater
=
getParentByType
<
LLFloater
>
();
if
(
floater
)
if
(
floater
)
...
...
This diff is collapsed.
Click to expand it.
indra/newview/skins/default/xui/en/panel_flickr_photo.xml
+
3
−
4
View file @
b6fbc02f
...
@@ -183,21 +183,20 @@ Use "" for multi-word tags
...
@@ -183,21 +183,20 @@ Use "" for multi-word tags
follows=
"left|top"
follows=
"left|top"
top_pad=
"16"
top_pad=
"16"
left=
"9"
left=
"9"
label=
"Choose Flickr rating (required)..."
name=
"rating_combobox"
name=
"rating_combobox"
tool_tip=
"Flickr content rating"
tool_tip=
"Flickr content rating"
height=
"21"
height=
"21"
width=
"250"
>
width=
"250"
>
<combo_box.item
<combo_box.item
label=
"Safe
content
rating"
label=
"Safe
Flickr
rating"
name=
"SafeRating"
name=
"SafeRating"
value=
"1"
/>
value=
"1"
/>
<combo_box.item
<combo_box.item
label=
"Moderate
content
rating"
label=
"Moderate
Flickr
rating"
name=
"ModerateRating"
name=
"ModerateRating"
value=
"2"
/>
value=
"2"
/>
<combo_box.item
<combo_box.item
label=
"Restricted
content
rating"
label=
"Restricted
Flickr
rating"
name=
"RestrictedRating"
name=
"RestrictedRating"
value=
"3"
/>
value=
"3"
/>
</combo_box>
</combo_box>
...
...
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