summaryrefslogtreecommitdiff
path: root/chart2/Module_chart2.mk
AgeCommit message (Collapse)Author
2015-09-08related tdf#93676, add test for chart::CommonFunctorsMarkus Mohrhard
Change-Id: I9667611135300155ee87cca1ad444ad8a6a9aeb1
2015-06-22Add unit tests for chart2 trend calculatorsPhilippe Jung
Will be used to check tdf#70673 is fixed. Test will fail before the fix and should pass after. Change-Id: I9e0fdc696fb99ac2f0e24b04273391d526c629a6 Reviewed-on: https://gerrit.libreoffice.org/16406 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Philippe Jung <phil.jung@free.fr>
2014-04-29Build libchartopengl for all platformsTor Lillqvist
That doesn't mean it would need to be used on iOS or Android, if we don't need/want to. Change-Id: Ia6ac6f32cac3f6958f5ec240ec4be369474edfb8
2014-04-03add concept for chart xshape testsMarkus Mohrhard
will be run on a tinderbox for now that will be the reference for anything related to it Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard
This reverts commit 04b70c682e2cdc52b144961a83d05fd203de6884. The OpenGLRender is not abstract enough for vcl. Leave it in chart2. Conflicts: chart2/source/view/inc/DummyXShape.hxx chart2/source/view/main/OpenGLRender.hxx vcl/Library_vclopengl.mk Change-Id: I5392c8ee34462ff49059126ca2284d8ebe1eb379
2014-03-14Move OpenGLRender to vclZolnai Tamás
Change-Id: I6383ae3f94fc18aec92596b9d857d3fde5869dd6
2014-02-03Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)Tor Lillqvist
Change-Id: I487fcd12bf90e8ce2c05743244858f7b5145c355
2014-01-29add Symbol2D renderingPeilin
Change-Id: Ic294ffc4bc675495fe83ac182dbebbba7245c7b9
2014-01-29Revert "disable building the OpenGL pieces"Michael Meeks
This reverts commit 449157cae77fc6a1b2a96f53d78d7a93cb33436d. Re-enable building the OpenGL pieces and limit it to Windows, Linux and FreeBSD Conflicts: chart2/Module_chart2.mk Change-Id: I9edaaad4244b3c2c2b1174d91f57464dad69f214
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-11-19disable building the OpenGL piecesMarkus Mohrhard
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard
2013-11-14make l10n buildable separatelyBjoern Michaelsen
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-05-14Assume CppunitTest_chart2_import got removed by accidentStephan Bergmann
...by 14c2ab30201d97f733375b4e3e88e5919701be25 "add export test for charts." Change-Id: I5c77276a80e15fff8d4042c3bc52f3094227d647
2013-05-13Fix namingStephan Bergmann
Change-Id: Ib2f9577429a4b9b97540de1eb40837ddafdc05b5
2013-05-01add export test for chartsMarkus Mohrhard
Change-Id: I176f7967d37f3032057758d9aaa5f39c46d29c3d
2013-04-22actually this test should be fine as slowcheck testMarkus Mohrhard
Change-Id: Ie6f65f1ea2bfc61c9575b88957e6062c2c51566e
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-28move the dialog to chart2Markus Mohrhard
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
2013-03-05slowcheck is not executed after everything is builtMarkus Mohrhard
2013-03-05start for an initial chart2 import testMarkus Mohrhard
Change-Id: Iedd531186fccd73704eb3137195a22d3ca005293
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-04-15gbuildize chart2David Tardon
2011-03-28migrate chart2 subsequenttests to gbuildBjoern Michaelsen