summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2013-11-20both help ids end up in the same helpCaolán McNamara1-6/+0
Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
2013-11-20Convert chart axis scale tab page to widget UI.Olivier Hallot7-793/+821
Obs: -Several widget positioning methods turned useless and were deleted -Corner case related to axis origin untested (couldn't find where it is used) Change-Id: I6a563c89ddcfbff62494ce7726f3e7d6089e6b57 Reviewed-on: https://gerrit.libreoffice.org/6730 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-3/+3
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
2013-11-19unknown log areaStephan Bergmann1-1/+1
Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c
2013-11-19-Werror,-Wunused-functionStephan Bergmann1-0/+2
Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5
2013-11-19-Werror,-Wunused-functionStephan Bergmann1-82/+0
Change-Id: I4ae45a0809cc57fad3d8e872952aedfead27a518
2013-11-19this only works with c++11Markus Mohrhard1-1/+1
2013-11-19fix tinderboxMarkus Mohrhard1-1/+1
2013-11-19disable building the OpenGL piecesMarkus Mohrhard2-1/+2
2013-11-19fix testsMarkus Mohrhard2-2/+2
Change-Id: Ib090d9a6a007a738a0603d1d0a38d5b274feadcc
2013-11-19fix the windows buildMarkus Mohrhard3-4/+9
Change-Id: Ie3625211a32c41dd0fadf94294bc689aef7b1c24
2013-11-19more windows build fixesMarkus Mohrhard1-0/+6
Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec
2013-11-19fix windows buildMarkus Mohrhard4-3/+36
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
2013-11-19we need to depend on mesa headers for windows & unix without openglMarkus Mohrhard1-0/+5
Change-Id: I0144586864045b5f6091dc49ed7e1e1a73705ce1
2013-11-19removed unused variableMarkus Mohrhard1-1/+0
Change-Id: I74af65aba6d19e39f889a28b15d04f7e293168c5
2013-11-19fix crash in opengl backendMarkus Mohrhard2-1/+19
Change-Id: I1257f4568e55ca545e96bda8a53f272ba8e1f0b0
2013-11-19dbgutil build fixMarkus Mohrhard1-1/+0
Change-Id: I54abcc2a9fbe7d30bdf64d194df1a435d21f24ac
2013-11-19we need to init manually nowMarkus Mohrhard2-6/+11
Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard3-3/+9
Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7
2013-11-19it builds againMarkus Mohrhard9-2/+496
Change-Id: I969ff5ed6fd979e9fd126e8d0b79a518697e7915
2013-11-19try to make it build on windowsMarkus Mohrhard1-1/+5
Change-Id: I1bc87e1c84926699a80a2bb0a9ee789e92663dfc
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard10-5/+39374
2013-11-19add a few property casesMarkus Mohrhard2-8/+32
Change-Id: Idd77baf2f84550f1a29e5eaf9afb4aa454e79154
2013-11-19add the definition for the shapesMarkus Mohrhard2-5/+160
resolves the linker errors Change-Id: I24d18a4491c8bc4f5839f9245386d0cd2b612cf0
2013-11-19make the shapes explicit in the backendMarkus Mohrhard3-113/+426
Change-Id: Idf92176c66cefde3022cec2990c9711a1b49a111
2013-11-19actually create a dummy root shape objectMarkus Mohrhard1-1/+1
Change-Id: I6251042266f531a28944197bda8d2fab39fce495
2013-11-19make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard2-8/+26
Change-Id: I9aa4b71d12bb6720e2197dc1de6f06c61f27d6ee
2013-11-19implement XMultiPropertySetMarkus Mohrhard2-2/+51
Change-Id: I91878c0883f0de03341eee65f2925ec3beb71889
2013-11-19implement top level shape and method to get itMarkus Mohrhard2-0/+31
This class contains the glcontext Change-Id: If0418cfbfb0486396a75ab274e7b480607f8de6d
2013-11-19fix buildMarkus Mohrhard2-4/+6
Change-Id: I776455675a066dad790bc6beac4aa545186d5192
2013-11-19adapt name of methodMarkus Mohrhard5-10/+15
Change-Id: I02435256f747bb2bff63414735fa5af3b3413e82
2013-11-19some small cosmetic changesMarkus Mohrhard1-4/+13
Change-Id: I2bc8c39f91faf6915c4970a002e4030f81c95bc5
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard4-35/+37
Change-Id: Ife9640b10e90351f871513f1f8e26d80c384e0d9
2013-11-19add methods to render whole data series at onceMarkus Mohrhard7-1/+136
additionally we have now a method for timebased data series in the shape factory. The method contains the two points in time and the rendering backend should calculate intermitiate points for a good interpolation. Change-Id: Id30e2039ec90a6c36e947b7a7f9bca65ef0e8961
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard62-492/+797
This allows us easier implementation of some advanced features. Mainly the 4D chartting will now be able to work without several ugly layers of UNO. Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2013-11-19work on plotting a whole series at onceMarkus Mohrhard1-99/+105
Change-Id: I70a7b22aa30e959ed311348f047e349be38ebcfb
2013-11-19one more newly unused variableMarkus Mohrhard1-2/+0
Change-Id: If24290d1a2fd818d9b6f264abf1b75c941b767fb
2013-11-19remove a few more unnecessary linesMarkus Mohrhard3-5/+1
Change-Id: I44eafb69bf32cb8dbf7d07278a010ca4d812a832
2013-11-19simplify AreaChart now that it does not deal with net chartsMarkus Mohrhard2-99/+5
Change-Id: I4ff556a43b65d54954b3d057b86dbb1fe7e66ac6
2013-11-19extract code for net charts from AreaChartMarkus Mohrhard4-2/+878
Now AreaChart only contains code for 11 different chart types. NetChart was the only one needing a PolarPlottingPositionHelper Change-Id: Ibbe45f9afdf91fea1ef542020d8a3388a6e8c27b
2013-11-19make it a normal variableMarkus Mohrhard2-7/+6
Change-Id: I75e38a02d48db938df2216bc245f34f363838042
2013-11-19leave default constructed objects outMarkus Mohrhard1-14/+0
Change-Id: I551574e33d1a3c08c0653f88f2d626beee3f2594
2013-11-19small clean up in chart codeMarkus Mohrhard3-6/+5
Change-Id: I42c1b4aa4e174917199d1635a044b8698d8ae851
2013-11-19we only support 2D Bubble Charts anywayMarkus Mohrhard1-13/+10
Change-Id: I3e1ac100c3c217e194f2b58c2dadcec370560d51
2013-11-19prevent some implicit iterator conversionsMarkus Mohrhard1-10/+10
Change-Id: I2335acba43eaf5950dec17bf847da4b115737dfa
2013-11-19no createInstance calls any more in chart2/source/view creating shapesMarkus Mohrhard6-160/+221
Change-Id: I7978d607ecd9170fff37ff0be02cdfbec7ebb89b
2013-11-19only one createInstance call leftMarkus Mohrhard1-25/+19
Change-Id: Iabefaea11e9190f84cecc1991585c4a958802fae
2013-11-19use AbstractShapeFactory in more placesMarkus Mohrhard7-15/+40
Change-Id: I1c34f6e56579c4a43e4ba28a81799c3f67d679cb
2013-11-19more use of ShapeFactory and set Properties in factory if possibleMarkus Mohrhard8-93/+95
Change-Id: I7d172fd7bde506233fc74ec07b9603ee29149e5c
2013-11-19and another file that only uses AbstractShapeFactoryMarkus Mohrhard1-48/+34
Change-Id: I5f986083fcbedae81281eb2bdaa6361115e1063a