summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2015-07-27inline a bunch of use-once macrosNoel Grandin
no point in having a macro unless it's actually going to reduce the number of lines of code Change-Id: Ic8760d6506cf272d7bd088f7b3b4dcbf288099fc
2015-07-26don't show the area sidebar for panels where it makes no senseMarkus Mohrhard
Change-Id: I06655e0574b28a88db920424fa515b8350133f10
2015-07-26also update for the first selected objectMarkus Mohrhard
Change-Id: I7df8772c7414df694eda5ea30b74eccd6e9b98db
2015-07-26handle chart wall correctly in area panelMarkus Mohrhard
Change-Id: Iacd9498884a20357f217e1165a3422b6f1e2aa81
2015-07-26provide a few more common property namesMarkus Mohrhard
Change-Id: I574af7999f8a76457dd61e66854db191b8876dfa
2015-07-26handle bitmap in chart area panelMarkus Mohrhard
Change-Id: I3137fc1ac066b712594d0cf471ca4eb8a344c0bd
2015-07-26update hatch in chart sidebarMarkus Mohrhard
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 Mohrhard
Change-Id: I0dc737c133e905d75fab23457fb86c8d2b724ce8
2015-07-26this nasty update cycle was causing many issuesMarkus Mohrhard
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 Mohrhard
Change-Id: Iab888226ef1b8f18a6cdfd0ddf58077405306510
2015-07-26add selection change listener to area panelMarkus Mohrhard
Change-Id: I4e3f0c1c669ec1c584cc2d6932fd78e177effa89
2015-07-26add selection change listenerMarkus Mohrhard
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 Mohrhard
Change-Id: I4998904a9273f2c67114a246d7f234843602573c
2015-07-26implement a few more methodsMarkus Mohrhard
Change-Id: Ieab088f2ad48f313c913424c60a10b59de4e0bcb
2015-07-26avoid a crash that occures sometimesMarkus Mohrhard
Change-Id: Iccbdfdb8a46b45b76756ff8080757db3770d691c
2015-07-26dispose all childrenMarkus Mohrhard
Change-Id: I96501640bc15836476eaa6ff7784ab299277ced9
2015-07-26handle some of the property changes correctly in area panelMarkus Mohrhard
Change-Id: I107245f52504c6dc059554346e00402534cf6243
2015-07-26provide some common fill property name aliasesMarkus Mohrhard
They are mapped to the same entry as the exisiting ones but make it much easier to select the correct property name. Change-Id: I6f334284825c809f50a35c4566889b01950734ce
2015-07-26add skeleton for chart area sidebar panelMarkus Mohrhard
Change-Id: I5dc78fede2a51396086a8e4fde627c83c383de24
2015-07-26finish error bar panelMarkus Mohrhard
Change-Id: I954b858ea76c949fe3e5de15e3ed45a7aba6bb2d
2015-07-24Revert "tdf#76649 Skip NaN initial values for min and max"Markus Mohrhard
This patch should not go in without a test!! This reverts commit ae5ff039f697016a9c04b8f99c24f4e620ce4c65.
2015-07-24tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier
min and max were initiated as aValuesX[0] which could be NaN Change-Id: I0246913dcf427e59fd354321eeffa7c08c41c08d Reviewed-on: https://gerrit.libreoffice.org/16345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-07-20loplugin:unusedmethods chart2Noel Grandin
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 Gelmini
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 Mohrhard
2015-07-18add skeleton for error bar panelMarkus Mohrhard
Change-Id: I397b10d95356a1d376e868af6a93077fd996b680
2015-07-17forgot to add itMarkus Mohrhard
Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07
2015-07-17add chart sidebar axis panelMarkus Mohrhard
Change-Id: Ia0f75c09f11c5751428a19fca33b39a54cdbb249
2015-07-17remove duplicated codeMarkus Mohrhard
Change-Id: I4a5dcb9d05446dc938f978cb30428c70c70d6914
2015-07-17last item in series panelMarkus Mohrhard
Change-Id: Ib37e36d98d599affb379a8727bae88be0acf2631
2015-07-17remove unnecessary parts in chart sidebar codeMarkus Mohrhard
Change-Id: I5adedbb47edd39959220fa7ab3826d586734e943
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants, in chart2. Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619
2015-07-17add data label handling to series panelMarkus Mohrhard
Change-Id: I37415b5effb6ac320184008b9b25988804387715
2015-07-17also handle primary vs secondary axis in series panelMarkus Mohrhard
Change-Id: Ieed69e1e7ebd88b15dd6a6fb51863fab4f57479c
2015-07-16removed by someoneMarkus Mohrhard
Change-Id: I1c63248f18440b902088f27a9614db8ffb87150c
2015-07-16handle error bars in series panelMarkus Mohrhard
Change-Id: I29558530f775d1fab3dd2fca2e6c03c4717af769
2015-07-16always update the data when we change selectionMarkus Mohrhard
Change-Id: Iae62f84401c23415a05fa2c5d1a541b239252aea
2015-07-16dispose child elementsMarkus Mohrhard
Change-Id: Ic74e2bb8bf84c7de19ca31b2c7195b96e0eaa230
2015-07-16let the series panel also listen to chart changesMarkus Mohrhard
Change-Id: I875398d1b020c821319c9c8d9f9b183d49a5004a
2015-07-16extract the modify listenerMarkus Mohrhard
Change-Id: Ie191e47b009afc5e3d4655d9b83189540e280dca
2015-07-16handle trendline checkbox in series panelMarkus Mohrhard
Change-Id: I4fc0634ed35c645d2080c667e8ffb90d606612a2
2015-07-16first parts in data series panelMarkus Mohrhard
Change-Id: Ia25460e6f57ff6d3c44bae1ddb33a36845ffcdd2
2015-07-16generate correct sidebar context strings for chartsMarkus Mohrhard
Change-Id: I92adf79c461f3536475da318e03b60f2e1adc08f
2015-07-16add skeleton for chart series panelMarkus Mohrhard
Change-Id: Ib1e5da270812aa909a6e773abbd9716256f4d5f4
2015-07-16remove unused labelsMarkus Mohrhard
Change-Id: I6b16fcd7ee48d782c9b25b1f90f3ff25c103633d
2015-07-16make chart elements panel beautifulMarkus Mohrhard
Change-Id: I9e76f9b314dce6b4392d43fee4d5e05a450aac84
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
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 Bergmann
Change-Id: I43f8530026261138585eb530b2bc83d3d9be704f
2015-07-16Remove unused modelInvalidStephan Bergmann
Change-Id: I18701b367dcca36afb8e6f28645453294881683f
2015-07-16handle legend position combobox correctlyMarkus Mohrhard
Change-Id: Ic19e8cd20d739761975db2b00cb92fd27f8ac4be