[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |heiko.tietze@documentfounda
   |desktop.org |tion.org
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

--- Comment #7 from Caolán McNamara  ---
I think this particular dialog is 
svx/source/dialog/compressgraphicdialog.cxx
if the desire is to *not* store some config so its saved and restored on the
next restart of LibreOffice then some static variables to save the state for
the application lifetime might be enough, for example in
svx/source/dialog/charmap.cxx:55 we do that

so there could be f.e. a static sal_Int32 nQuality = 6, set that to
m_xQualitySlider in ::Initialize and then call SlideHdl(*m_xQualitySlider) and
maybe "::Update" could set the value from m_xQualitySlider back to that static
nQuality so user changes to it are persistent until the next restart of
LibreOffice.

I suppose there could be an additional argument that the dialog should be using
the already detected input type of the image to preselect whether jpg/png is
the best choice of output. Probably png is the best choice unless the input is
already jpg.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |caol...@redhat.com,
   |.freedesktop.org|heiko.tietze@documentfounda
   ||tion.org
   Keywords|needsUXEval |needsDevAdvice
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #6 from Heiko Tietze  ---
So let's do it. I wonder what's the best way to implement this. We don't want
to store user input across sessions but within. Caolan, what's your advice?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|7.1.3.2 release |unspecified

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

--- Comment #5 from Dieter  ---
(In reply to Heiko Tietze from comment #3)
> No question for the type and quality but the image dimension/resolution too?
> Doesn't it depend much on the actual image?

Quality might also depend on actual image, but I think most of the times you
have iamages with similar settings in a document. So yes, I would expect, that
LO remains last setting of resolution, too. But of course, this can be
discussed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

--- Comment #4 from Luc Tartier  ---
(In reply to Heiko Tietze from comment #3)
> No question for the type and quality but the image dimension/resolution too?
> Doesn't it depend much on the actual image?

Hi,
The first time you start LO, you could have some presets like changing
resolution...

But when you add like me a lot of pictures, you don't want to untick any of the
presets. Just let LO remember our choices, please.

Thanx
LT

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

--- Comment #3 from Heiko Tietze  ---
No question for the type and quality but the image dimension/resolution too?
Doesn't it depend much on the actual image?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Severity|normal  |enhancement
   Keywords||needsUXEval
 Whiteboard| QA:needsComment|
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||6904

--- Comment #2 from Dieter  ---
Luc, thank you for your report. I confirm the behaviour, but i think it's an
enhancement request and not a bug. So let's ask Design-Team. If LO remember the
setting, this should also be the case for every setting in this dialog

cc: Design-Team

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

Luc Tartier  changed:

   What|Removed |Added

 CC||luc.tart...@gmail.com

--- Comment #1 from Luc Tartier  ---
Created attachment 178125
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178125=edit
Dialog box: remember user's choice please

Please don't make people make over and over the same choices:
No, I don't want to change resolution...
No, I don't want to compress less than 9 for png or always 80 for jpg...

Thank you !
Luc Tartier

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146929] Compression settings for images should remember user's choice

2022-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146929

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||0476
 Blocks||117085


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117085
[Bug 117085] [META] Compress image dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.