[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-10-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Ekansh Jha  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jhaekans...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-10-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

--- Comment #6 from Tamás Zolnai  ---
(In reply to Ekansh Jha from comment #5)
> Hello, I want to work on this easyhack. A little help will be really
> appreciated.
> Thanks

Hi,

First of all, if you are working on a bug, set Assigne field to your email
address and also change Status field to ASSIGNED. So others can recognize
easily that somebody is working on this issue.

Now, about the code. Most dialogs get their input from an SfxItemSet container
and also write their output back to this item set. When the dialog opens the
settings are loaded from this SfxItemSet in
LegendPositionResources::initFromItemSet(). When the dialog is closed the
itemset is updated by LegendPositionResources::writeToItemSet() method. So you
need to check what happens in these two methods. The expected behavior is that
the legend position properties does not change if the user does not change them
in the dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

--- Comment #5 from Ekansh Jha  ---
Hello, I want to work on this easyhack. A little help will be really
appreciated.
Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Tamás Zolnai  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp
 CC||mentoring@documentfoundatio
   ||n.org

--- Comment #4 from Tamás Zolnai  ---
Let's turn this into a easy hack. The code is here:
chart2/uiconfig/ui/tp_LegendPosition.ui -> defines the structure of the font
page
chart2/source/controller/dialogs/res_LegendPosition.cxx -> implementation of
the font page

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Tamás Zolnai  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Tamás Zolnai  changed:

   What|Removed |Added

   Assignee|zolnaitamas2...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-08-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Tamás Zolnai  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |zolnaitamas2...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org
Version|5.4.0.0.alpha0+ Master  |4.3 all versions

--- Comment #3 from Xisco Faulí  ---
Regression introduced by:

author  Caolán McNamara 2013-11-27 10:31:37 (GMT)
committer   Caolán McNamara 2013-11-27 10:33:25
(GMT)
commit  07a58db41301d15523519b99d2c64f1885909cda (patch)
tree1eb5286d2703541b65d1ee144eb300aa52338e59
parent  4f94f16ba15218e5e7a9eb4d72ddb4cb62884dbb (diff)
provide two LegendPositionResources for the interim
LegendPositionResources for .ui based stuff and a legacy
oldLegendPositionResources which can be phased out when
the last .res based user is gone

Adding Cc: to Caolán McNamara

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #2 from Buovjaga  ---
Repro.

No problem with 3.6.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.4.0.0.alpha0+
Build ID: 7ec0500e20cf273d70c4fbddb4063b8f8295307c
CPU Threads: 8; OS Version: Linux 4.9; UI Render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on February 18th 2016

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105991] Changing legend's font changes also the legend position

2017-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105991

--- Comment #1 from Tamás Zolnai  ---
Created attachment 131195
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131195&action=edit
Test document with a chart

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs