summaryrefslogtreecommitdiff
path: root/sd/Module_sd.mk
AgeCommit message (Collapse)Author
2013-04-23gbuild: drop unneeded packageDavid Tardon
Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df
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>
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-07-13enable sd tests againMarkus Mohrhard
Change-Id: I773dc0dc4a2d5faf98420d3901d28c2a08e64c00
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda
Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
2012-07-12add test back that I disabled accidentlyMarkus Mohrhard
Change-Id: I614c483b3c7182d9c8e9915ce8b280051d9ca690
2012-07-12testing odp files makes much more senseMarkus Mohrhard
Change-Id: I4023855513016e7f9d850bf96815539696536552
2012-07-12Usage of XShapeDumper in Impress addedArtur Dorda
Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a
2012-02-09fix filters test dependenciesCaolán McNamara
2012-01-26disable sd's regression test againMarkus Mohrhard
2012-01-24Disable svg font embedding for sd filters test, enable again.Thorsten Behrens
2012-01-20Disable sd_regression_test until "do not embed font config" is fixed.Stephan Bergmann
2012-01-19enable sd's regression test in the subsequenttest targetMarkus Mohrhard
2011-11-29disable sd filters test for nowBjoern Michaelsen
- it seems to have incomplete dependencies - it hangs the tinderboxes on a build from scratch
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-11-10re-enable inadvertently disabled unit testMichael Meeks
2011-11-10Initial sd filters unit testsMichael Meeks
2011-10-17Disable a cppunit test crashing on DragonFly.François Tigeot
2011-10-04adapt sd 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-04-24rename CppunitTest makefile for consistencyDavid Tardon
2011-04-24add CppUnit test to check targetsDavid Tardon
2011-04-23use the new UNO-related defs from CppunitTargetDavid Tardon
2011-04-21build resources tooDavid Tardon
2011-04-21deliver sd/resDavid Tardon
2011-04-21gbuildize sdDavid Tardon
2011-03-27migrate sd subsequenttests to gbuildBjoern Michaelsen