WIP: floater_snapshot_feed.xml and code.
This is just a skeleton, roughly copied from the Postcoard code, which is very similar. Nothing in indra/newview/llfloaterfeed.cpp has been changed yet, apart from a few deletions (to make it compile) and the literal replacement of "Postcard" with "Feed". indra/newview/llfloatersnapshot.cpp was updated however to open the new floater when one tries to upload a snapshot to the feed. It is still needed to make a callback to saveFeed(), or rather to move that function to the saveFeed that is in llfloatersnapshot.cpp.
This commit is contained in:
@@ -6586,6 +6586,22 @@ This should be as low as possible, but too low may break functionality</string>
|
||||
<integer>400</integer>
|
||||
</array>
|
||||
</map>
|
||||
<key>FloaterSnapshotFeedRect</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Rectangle for snapshot feed window</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>Rect</string>
|
||||
<key>Value</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>200</integer>
|
||||
<integer>200</integer>
|
||||
<integer>400</integer>
|
||||
</array>
|
||||
</map>
|
||||
<key>FloaterSoundsRect</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
||||
Reference in New Issue
Block a user