summaryrefslogtreecommitdiff
path: root/chart2/source/controller
AgeCommit message (Collapse)AuthorFilesLines
2015-07-28use common fill property names in chart2Markus Mohrhard1-10/+10
Change-Id: I9445344efc70d872fdb9c9a8cc49838210861a7b
2015-07-28handle fill float transparence in chart area panelMarkus Mohrhard1-2/+28
Change-Id: Ibf72ba72ec193638f389167aab415b94a383f3d1
2015-07-27-Werror,-Winconsistent-missing-overrideNoel Grandin1-7/+7
Change-Id: I6975b340e42b113650a6c6ba51fdb558af493132
2015-07-26don't show the area sidebar for panels where it makes no senseMarkus Mohrhard4-17/+22
Change-Id: I06655e0574b28a88db920424fa515b8350133f10
2015-07-26also update for the first selected objectMarkus Mohrhard1-0/+2
Change-Id: I7df8772c7414df694eda5ea30b74eccd6e9b98db
2015-07-26handle chart wall correctly in area panelMarkus Mohrhard1-1/+15
Change-Id: Iacd9498884a20357f217e1165a3422b6f1e2aa81
2015-07-26handle bitmap in chart area panelMarkus Mohrhard2-2/+63
Change-Id: I3137fc1ac066b712594d0cf471ca4eb8a344c0bd
2015-07-26update hatch in chart sidebarMarkus Mohrhard1-13/+62
There is a huge level of insanity in the hatch handling. Apparently different parts of the code use different case of the hatch id which makes it difficult to handle it. Change-Id: I5674e21a6c9a2d01d7b641473e00ab5e2bcaffd4
2015-07-26update gradients in sidebar as wellMarkus Mohrhard3-0/+43
Change-Id: I0dc737c133e905d75fab23457fb86c8d2b724ce8
2015-07-26this nasty update cycle was causing many issuesMarkus Mohrhard2-1/+30
Setting the property from the sidebar was causing the model to be changed and therefore updating the sidebar again. Change-Id: I9ca690ae05d4cb0f2ce16f905a29582cc9e86f64
2015-07-26update some area propertiesMarkus Mohrhard1-0/+14
Change-Id: Iab888226ef1b8f18a6cdfd0ddf58077405306510
2015-07-26add selection change listener to area panelMarkus Mohrhard2-3/+30
Change-Id: I4e3f0c1c669ec1c584cc2d6932fd78e177effa89
2015-07-26add selection change listenerMarkus Mohrhard6-9/+206
This finally allows us to handle the case where you switch between objects of the same type. Change-Id: Ic13e15e2a426d08995a577dfc1b7ee6f7da04f30
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard11-2/+86
Change-Id: I4998904a9273f2c67114a246d7f234843602573c
2015-07-26implement a few more methodsMarkus Mohrhard1-2/+14
Change-Id: Ieab088f2ad48f313c913424c60a10b59de4e0bcb
2015-07-26avoid a crash that occures sometimesMarkus Mohrhard1-1/+18
Change-Id: Iccbdfdb8a46b45b76756ff8080757db3770d691c
2015-07-26dispose all childrenMarkus Mohrhard1-0/+2
Change-Id: I96501640bc15836476eaa6ff7784ab299277ced9
2015-07-26handle some of the property changes correctly in area panelMarkus Mohrhard2-15/+90
Change-Id: I107245f52504c6dc059554346e00402534cf6243
2015-07-26add skeleton for chart area sidebar panelMarkus Mohrhard3-0/+163
Change-Id: I5dc78fede2a51396086a8e4fde627c83c383de24
2015-07-26finish error bar panelMarkus Mohrhard2-0/+175
Change-Id: I954b858ea76c949fe3e5de15e3ed45a7aba6bb2d
2015-07-20loplugin:unusedmethods chart2Noel Grandin13-53/+0
Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca Reviewed-on: https://gerrit.libreoffice.org/17167 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-19Fix typosAndrea Gelmini2-2/+2
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-18fix buildMarkus Mohrhard1-0/+2
2015-07-18add skeleton for error bar panelMarkus Mohrhard3-0/+340
Change-Id: I397b10d95356a1d376e868af6a93077fd996b680
2015-07-17forgot to add itMarkus Mohrhard1-0/+3
Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07
2015-07-17add chart sidebar axis panelMarkus Mohrhard4-0/+399
Change-Id: Ia0f75c09f11c5751428a19fca33b39a54cdbb249
2015-07-17remove duplicated codeMarkus Mohrhard1-53/+23
Change-Id: I4a5dcb9d05446dc938f978cb30428c70c70d6914
2015-07-17last item in series panelMarkus Mohrhard2-0/+36
Change-Id: Ib37e36d98d599affb379a8727bae88be0acf2631
2015-07-17remove unnecessary parts in chart sidebar codeMarkus Mohrhard5-55/+16
Change-Id: I5adedbb47edd39959220fa7ab3826d586734e943
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe23-46/+46
with the variadic variants, in chart2. Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619
2015-07-17add data label handling to series panelMarkus Mohrhard2-1/+99
Change-Id: I37415b5effb6ac320184008b9b25988804387715
2015-07-17also handle primary vs secondary axis in series panelMarkus Mohrhard2-0/+67
Change-Id: Ieed69e1e7ebd88b15dd6a6fb51863fab4f57479c
2015-07-16removed by someoneMarkus Mohrhard1-0/+4
Change-Id: I1c63248f18440b902088f27a9614db8ffb87150c
2015-07-16handle error bars in series panelMarkus Mohrhard1-0/+41
Change-Id: I29558530f775d1fab3dd2fca2e6c03c4717af769
2015-07-16always update the data when we change selectionMarkus Mohrhard1-6/+0
Change-Id: Iae62f84401c23415a05fa2c5d1a541b239252aea
2015-07-16dispose child elementsMarkus Mohrhard1-0/+5
Change-Id: Ic74e2bb8bf84c7de19ca31b2c7195b96e0eaa230
2015-07-16let the series panel also listen to chart changesMarkus Mohrhard2-4/+13
Change-Id: I875398d1b020c821319c9c8d9f9b183d49a5004a
2015-07-16extract the modify listenerMarkus Mohrhard4-38/+98
Change-Id: Ie191e47b009afc5e3d4655d9b83189540e280dca
2015-07-16handle trendline checkbox in series panelMarkus Mohrhard1-0/+40
Change-Id: I4fc0634ed35c645d2080c667e8ffb90d606612a2
2015-07-16first parts in data series panelMarkus Mohrhard2-0/+86
Change-Id: Ia25460e6f57ff6d3c44bae1ddb33a36845ffcdd2
2015-07-16generate correct sidebar context strings for chartsMarkus Mohrhard2-3/+29
Change-Id: I92adf79c461f3536475da318e03b60f2e1adc08f
2015-07-16add skeleton for chart series panelMarkus Mohrhard3-0/+222
Change-Id: Ib1e5da270812aa909a6e773abbd9716256f4d5f4
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin2-30/+0
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-16loplugin:vclwidgetsStephan Bergmann1-1/+1
Change-Id: I43f8530026261138585eb530b2bc83d3d9be704f
2015-07-16Remove unused modelInvalidStephan Bergmann2-9/+1
Change-Id: I18701b367dcca36afb8e6f28645453294881683f
2015-07-16handle legend position combobox correctlyMarkus Mohrhard2-0/+90
Change-Id: Ic19e8cd20d739761975db2b00cb92fd27f8ac4be
2015-07-16enable the chart sidebar againMarkus Mohrhard1-11/+23
Change-Id: I0ad9d962436562aa1026c50e5ec16f844f889eef
2015-07-16adapt to UX discussionMarkus Mohrhard2-12/+26
Change-Id: I6a7ba1f13cddf20b2751f2ee113427db43978cfa
2015-07-16adapt code to last round of discussionsMarkus Mohrhard2-6/+2
Change-Id: Id0d2bae2a232f80ebe46cb55602c15c57b074e87
2015-07-16handle change to grid line checkboxesMarkus Mohrhard1-0/+24
Change-Id: Ib39dc1669dfefe82eaefff1608de4fe1d4ef5832