summaryrefslogtreecommitdiff
path: root/starmath/Module_starmath.mk
AgeCommit message (Collapse)Author
2012-11-23try to fix and reenable starmath unit testsCaolán McNamara
Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-22make starmath's gbuild module name the same as dirDavid Tardon
Otherwise make starmath.all does not work as expected. Change-Id: I747b7dd9f1cd6347d6fe8d5edbbb0dff079a253b
2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
2012-06-15Add consistent Emacs and vim mode linesNorbert Thiebaud
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
2012-06-15reenable unit testNorbert Thiebaud
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
2012-06-15move UNO API test to subsequentchecksDavid Tardon
2012-06-15migrate starmath subsequenttests to gbuildNorbert Thiebaud
cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd
2012-06-15convert starmath to gnumakeNorbert Thiebaud
cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042
2012-06-15revert gmk4 mismergeNorbert Thiebaud
Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-10-04adapt starmath unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-06-16CWS gnumake4: convert starmath to new build systemMathias Bauer