[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-04-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-04-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #18 from Maik Qualmann --- Git commit fc620b3a5766ba4e5085a99da33839c82139470c by Maik Qualmann. Committed on 15/04/2019 at 17:29. Pushed by mqualmann into branch 'master'. apply patch #119317 from Sambhav Dusad to add features to the

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-04-09 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Attachment #119127|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-04-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #16 from Maik Qualmann --- - When entering cm / mm / inch, it must be possible to enter decimal digits. - The range limits vary and are not set correctly when the units are changed. - When the units are changed, the result is constantly

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-03-29 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Attachment #118984|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-03-28 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #14 from Sambhav Dusad --- Created attachment 119102 --> https://bugs.kde.org/attachment.cgi?id=119102=edit When changing units, previous value should be kept. But I can't access d->wInput->value() OR d->hInput->value() from

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-03-23 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Attachment #118326|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 Maik Qualmann changed: What|Removed |Added Attachment #118202|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-23 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #12 from Sambhav Dusad --- Created attachment 118326 --> https://bugs.kde.org/attachment.cgi?id=118326=edit This patch adds different units like cm, inches, mm for image resizing. It also adds preset resolution combobox to image editor

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-19 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Attachment #118016|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-17 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #10 from Sambhav Dusad --- Created attachment 118166 --> https://bugs.kde.org/attachment.cgi?id=118166=edit Preserve Aspect Ratio by width or height added. The sliders are enabled even when Use Custom is not checked. Sorry for the

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #9 from Maik Qualmann --- Hi Sambhav, I polished the code of the resize BQM plugin a bit. I noticed that the function "Use Pixels" does not work. Please look again at the code and check all options. Maik -- You are receiving this mail

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|FIXED |--- Version Fixed In|6.1.0

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Version Fixed In||6.1.0 Resolution|---

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #8 from caulier.gil...@gmail.com --- Git commit 8689c3e549e3749547cde4b65f5e2f9c011f35f8 by Gilles Caulier. Committed on 14/02/2019 at 13:39. Pushed by cgilles into branch 'development/dplugins'. apply patch #118067 M +72 -48

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-14 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #7 from Sambhav Dusad --- Created attachment 118067 --> https://bugs.kde.org/attachment.cgi?id=118067=edit Units are changed to radio buttons and Aspect Ratio Preserve checkbox added. QGridLayout is used to style the items. -- You are

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|FIXED |--- Version Fixed In|6.1.0

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-13 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 --- Comment #6 from Sambhav Dusad --- Yeah, I already changed it and added radiobuttons. I was modifying the code more. So, thought of submitting the patch later Best, Sambhav Dusad On Thu 14 Feb, 2019, 01:46 Maik Qualmann, wrote: >

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-13 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=279216 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com Version Fixed In|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-12 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Attachment #118003|0 |1 is obsolete|

[digikam] [Bug 279216] "Resize image" feature is missing some useful options [patch]

2019-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Summary|"Resize image" feature is |"Resize image" feature is

[digikam] [Bug 279216] "Resize image" feature is missing some useful options

2019-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Assignee|sambhavdusa...@gmail.com|digikam-bugs-n...@kde.org -- You

[digikam] [Bug 279216] "Resize image" feature is missing some useful options

2019-02-12 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added Assignee|digikam-bugs-n...@kde.org |sambhavdusa...@gmail.com --- Comment #2 from

[digikam] [Bug 279216] "Resize image" feature is missing some useful options

2019-02-05 Thread Sambhav Dusad
https://bugs.kde.org/show_bug.cgi?id=279216 Sambhav Dusad changed: What|Removed |Added CC||sambhavdusa...@gmail.com --- Comment #1 from

[digikam] [Bug 279216] "Resize image" feature is missing some useful options

2016-06-30 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=279216 caulier.gil...@gmail.com changed: What|Removed |Added Product|digikamimageplugins |digikam Version|2.0.0