[opensource-dev] Suggestion, in-world "Snowstorm Users" group

2012-05-11 Thread Ron Rogers Jr.
May I suggest a Snowstorm Users group be formed?  It might be useful
for immediately being able to confirm an issue before a Jira is
created.

CronoCloud


signature.asc
Description: PGP signature
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] SnapshotFormat should not be hidden away in a debug setting.

2012-05-11 Thread Ron Rogers Jr.
Yea, for in the ancient days, to save snapshot to disk one had to set
an advanced menu setting (IIRC) and they were saved as BMP...which
was annoying, because they were large.  Then in latter days a function
was added to allow "Compress Snapshot" which saves as Lossless PNG,
and All Was Good.

Now in these recent times, by default, if you hit your Ctrl+~
shortcut, the snapshot is saved as lossy jpg, which is NOT good if
one intends on editing and re-saving.  I am aware that there is said
Debug Setting, but I had to find out about it on my own because said
change was not "discoverable".  I'm also aware that the Snapshot,
Shift-Ctrl-S popup lets one choose the save format...but I never use
that unless I want to save to inventory immediately for a quick
image.  For my blog images, I always use Ctrl-~

https://jira.secondlife.com/browse/VWR-28944

CronoCloud


signature.asc
Description: PGP signature
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] SnapshotFormat should not be hidden away in a debug setting.

2012-05-11 Thread Lance Corrimal
I have a Patch in Dolphin Viewer 3 that adds a separate debug setting for the 
file format for snapshot to disk, and I have a place in the preferences UI to 
set it, + compression rate if you use jpg.

bye,
LC

Am Freitag, 11. Mai 2012, 05:43:54 schrieb Ron Rogers Jr.:
> Yea, for in the ancient days, to save snapshot to disk one had to set
> an advanced menu setting (IIRC) and they were saved as BMP...which
> was annoying, because they were large.  Then in latter days a function
> was added to allow "Compress Snapshot" which saves as Lossless PNG,
> and All Was Good.
> 
> Now in these recent times, by default, if you hit your Ctrl+~
> shortcut, the snapshot is saved as lossy jpg, which is NOT good if
> one intends on editing and re-saving.  I am aware that there is said
> Debug Setting, but I had to find out about it on my own because said
> change was not "discoverable".  I'm also aware that the Snapshot,
> Shift-Ctrl-S popup lets one choose the save format...but I never use
> that unless I want to save to inventory immediately for a quick
> image.  For my blog images, I always use Ctrl-~
> 
> https://jira.secondlife.com/browse/VWR-28944
> 
> CronoCloud
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Review Request: Fixes paste action in editor windows.

2012-05-11 Thread Oz Linden

---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/579/#review1219
---



indra/llui/lltexteditor.h


It would be much clearer when reading calls to this method if the parameter 
were an enum rather than a boolean.  Consider the readability difference 
between:
 addLineBreakChar(FALSE);
and
 addLineBreakChar(DoNotGroupLines);



- Oz Linden


On May 5, 2012, 8:06 p.m., Ima Mechanique wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/579/
> ---
> 
> (Updated May 5, 2012, 8:06 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> Fixes paste action in editor windows (notecards, scripts, etc.) so that 
> pasting text is a single action as far as Undo is concerned.
> This is an updating of Satomi Ahn's patch to work with v3.3.1.
> 
> 
> This addresses bug VWR-20553.
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 3142ebd0bc5a 
>   indra/llui/lltexteditor.h 3142ebd0bc5a 
>   indra/llui/lltexteditor.cpp 3142ebd0bc5a 
> 
> Diff: http://codereview.secondlife.com/r/579/diff/diff
> 
> 
> Testing
> ---
> 
> Tried pasting/undoing.
> 
> 
> Thanks,
> 
> Ima Mechanique
> 
>

___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges