summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2014-06-22add test case for fdo#78080Markus Mohrhard2-0/+13
Change-Id: If676eb03f5bd19f8abf13d1d7826d500d51e542e
2014-06-22remove now unused dialogMarkus Mohrhard5-257/+0
Change-Id: I42c340a6aee016e37ee558d46a8eab101837e9c5
2014-06-22show the property mapping sequences by defaultMarkus Mohrhard4-53/+6
Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c
2014-06-22extract common codeMarkus Mohrhard1-12/+15
Change-Id: I9327f232f1edb9ef052eb7868ac60774f3b6e4cf
2014-06-22add test case for property mappingMarkus Mohrhard3-0/+1172
Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49
2014-06-22don't try to set property mapping if there is no valueMarkus Mohrhard5-14/+28
Change-Id: I422d651e303553e2ce30895b44b8d96664418c19
2014-06-21avoid truncation double to float warningMarkus Mohrhard1-1/+1
Change-Id: I7f5c5f025954120c06fcce2c14915a8138843374
2014-06-21fix windows buildMarkus Mohrhard4-10/+10
Change-Id: I0de216a8c6259ba6ec825f85f52e2f48b97510d7
2014-06-21avoid manual OpenGL extension checkingMarkus Mohrhard1-39/+2
Change-Id: I75faa82fc2eef7f3bfd3546d64f47dee6a0b7d08
2014-06-21I don't see a good reason for marking private methods with SAL_CALLMarkus Mohrhard1-10/+10
Change-Id: I9b73b6b6073b3249317f4e1124d840930cbe558f
2014-06-21volatile does not make any sense hereMarkus Mohrhard1-7/+7
Change-Id: I337d845e05007efb29f1c1fa39cdcc046b156281
2014-06-21remove unneeded code for 3D charts in controllerMarkus Mohrhard3-95/+1
Change-Id: I5c1f624cc05a90878f717abc8ffb0b2220ce94d5
2014-06-21add code to call batch texture renderweigao2-11/+257
Includes warning fixes from Markus Mohrhard. Conflicts: chart2/source/view/inc/GL3DRenderer.hxx chart2/source/view/main/GL3DRenderer.cxx Change-Id: I09da7c49eb11da9ea2bc18a5e13f2fd2c0d6bd8f
2014-06-21small whitespace changesMarkus Mohrhard2-1/+5
Change-Id: I10aa08268bf148eb792440f13bcf044b350d6937
2014-06-21add batch render texture shadersweigao3-0/+44
Change-Id: I922d24bc63ed7c1f16318c25da0b6b3401d24b6f
2014-06-21use shader to calculate alpha channelweigao5-30/+34
Conflicts: chart2/source/view/main/GL3DRenderer.cxx Change-Id: I3cf9636b36ffd47589dd3ab61278802ca73644ce
2014-06-21add global scale matrixweigao1-11/+13
Conflicts: chart2/source/view/main/GL3DRenderer.cxx Change-Id: I23b9929dd3f0f1b0a070091ed9c1fe920edfcbf9
2014-06-21fix the using 3.0 version bugweigao1-1/+0
Change-Id: Ie197d0156a2d8b54fe6b08a905d82a63d31513f2
2014-06-21remove old commentMarkus Mohrhard1-5/+0
Change-Id: I427b408f898b4f4697f460a61fc306f65d68e12a
2014-06-21add disabled code for square barsMarkus Mohrhard1-0/+5
Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85
2014-06-20mark numbers as untranslatableStanislav Horacek1-2/+2
Change-Id: Iaa592297e8a946c121b9eaedbbab136db7593316 Reviewed-on: https://gerrit.libreoffice.org/9838 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-20fdo#71767: Write test for this.Kohei Yoshida3-0/+105
Not a direct test for the reported bug, but to ensure that the reworked properties survive import and export. Change-Id: I6c5a4c98eca5180251f04a24346290dedc44447a
2014-06-20sw: clean up leftover TextBox TODOsMiklos Vajna1-10/+1
Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida16-92/+84
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida19-44/+67
Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd
2014-06-19small text positioning fixesMarkus Mohrhard1-2/+2
Change-Id: I7fb42f0c34c5216421324f471a813f4668b4a878
2014-06-19use better default colorsMarkus Mohrhard1-1/+1
Change-Id: I0790f157632351a8fe68abf8f12041907027d6c9
2014-06-19fix range input in chart data source dialogMarkus Mohrhard1-1/+10
Change-Id: I9c139c6298d25c7a7072d0d0538f1945518d36f2
2014-06-19Fix build with system glm once againFridrich Štrba1-6/+6
Change-Id: I7cd179f6f981455cfece1ca8ce0ea314ac341f99
2014-06-18rtl::Reference fits just fine hereStephan Bergmann3-21/+15
Change-Id: I65499ac299fb474e581245c5237a0b184f1f2b60
2014-06-18chart2, sw: remaining textbox DOCX import test preparationsMiklos Vajna1-1/+14
Ideally now all testcases handle both cases during DOCX import: - current situation, when shape with text is imported as a Writer TextFrame - future situation, when shape with text will be imported as shape with an assicated TextBox Change-Id: I5b95ff4672cecf39eb744f8557f967ade73404c0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin56-220/+45
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-17add codes for calling the 3.0 shadersweigao1-26/+101
Change-Id: I0e95879c04047ccb836543d801bda6a01ae469ef
2014-06-17add codes for compile the 3.0 shadersweigao2-19/+102
Conflicts: chart2/source/view/inc/GL3DRenderer.hxx Change-Id: Idc58635cc1604208317319bfa399a1574979a909
2014-06-17add shaders for 3.0 glsl versionweigao3-0/+118
Change-Id: I52dd49132a9b625e8be51b4d5feb7e567ffa0a6e
2014-06-17modify the mouse drag functionweigao1-10/+10
Change-Id: I9639b2a29522ba0765f4442c2f78de56388fe754
2014-06-17add move to default processweigao1-12/+7
Change-Id: I8d562b3e2d1bb83a6e07ed089a3006a109beeece
2014-06-17modify the click view angleweigao1-3/+4
Change-Id: I8717745d2f503f8ad3c21673a07aed867b5681f9
2014-06-17modify the default view angleweigao2-10/+57
Change-Id: Ic7c901108a290a9d9c5a8564b6eefa7ed32a9e1f
2014-06-17modify the perspective view angle to 30weigao1-1/+1
Change-Id: I07b39f8b372368f82137feec3a6d12921fc1ec9f
2014-06-13fdo#79028: ungroup widgets and Show() them correctlyKatarina Behrens2-9/+18
Showing the whole box (m_pBxMain) shows all children widgets, but that's not what we want as different widgets must be exposed in case of date vs. non-date axis. m_pMt_MainDateStep was then visible at all times, thus bWasDateAxis was always true and m_pFmtFldStepMain value got unintentionally reset Change-Id: I4be0b18f181a45fe6bd3cac0594d6a34d875293e
2014-06-13loplugin:staticcallStephan Bergmann9-12/+12
Change-Id: I3f3adebc0916c96b50e15c68b627e655166e2551
2014-06-12fdo#77506: Enable this check.Kohei Yoshida2-3/+0
Change-Id: Ib4ad7c1a1583b9fde1a06dc8e355442f10bb9bec
2014-06-12another lifecycle issue fixedMarkus Mohrhard1-2/+5
Change-Id: Id8acd1bda30156da8cf5f61537f76f778e1b9c74
2014-06-11fdo#77506: (finally) write a unit test for this.Kohei Yoshida4-42/+96
I've switched from using a Draw document to Writer document due to some instability with Draw instance in our cppunit run. The bug is reproducible either way. The test is disabled for now, since the bug has yet to be fixed. Change-Id: I49e0417e1ecbc70f40aab8531237ae98ae58bdd3
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann23-47/+47
...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann22-75/+75
...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
2014-06-11loplugin:unreffunStephan Bergmann1-41/+41
Change-Id: I3d5ddbca7760a32231ef7fee19b45bca83667ca7
2014-06-10Remove this.Kohei Yoshida1-3/+0
Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2
2014-06-10New unit test for Draw document with chart. Disabled due to weird crash.Kohei Yoshida4-2/+93
No idea why it crashes whatsoever.... Change-Id: Ic46d5a98f21cacb03adb3bc0d6da239bde5d8ce2