summaryrefslogtreecommitdiffstats
path: root/sd/Module_sd.mk
Commit message (Collapse)AuthorAgeFilesLines
* split sd's import and export testsMarkus Mohrhard2014-07-041-0/+1
| | | | Change-Id: I06d5b02ec94c7bb74b64cd210267acf2be1a4931
* sd html: impress html export testTomaž Vajngerl2014-04-131-0/+1
| | | | Change-Id: I710868b4cb19cec2820c3cf699dd5d855e3da7e2
* Avoid app specific CreateDialogFactory code for non-DESKTOP.Matúš Kukan2014-02-191-1/+1
| | | | | | As happened in 7e9ac5952711400ad856b3328c5cc00c05cec6f2 for cui library. Change-Id: If51201eb452d4b84729b37949fb9b949020b47b8
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-2/+2
| | | | Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
| | | | | | | | | | | | | | | | | | | | | - 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
* sd unittests: Better name for the import tests.Jan Holesovsky2013-05-141-1/+1
| | | | Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211
* install impress xml config files using filelistsDavid Tardon2013-05-041-0/+1
| | | | Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df
* gbuild: drop unneeded packageDavid Tardon2013-04-231-1/+0
| | | | Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
|
* deliver all uiconfig files by UIConfigDavid Tardon2013-04-111-1/+0
| | | | | | | Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* rename UI to UIConfigDavid Tardon2013-04-111-2/+2
| | | | | | | | | | 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>
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-281-0/+2
| | | | | | to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
* enable sd tests againMarkus Mohrhard2012-07-131-2/+2
| | | | Change-Id: I773dc0dc4a2d5faf98420d3901d28c2a08e64c00
* Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda2012-07-121-2/+2
| | | | Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
* add test back that I disabled accidentlyMarkus Mohrhard2012-07-121-0/+2
| | | | Change-Id: I614c483b3c7182d9c8e9915ce8b280051d9ca690
* testing odp files makes much more senseMarkus Mohrhard2012-07-121-2/+0
| | | | Change-Id: I4023855513016e7f9d850bf96815539696536552
* Usage of XShapeDumper in Impress addedArtur Dorda2012-07-121-2/+1
| | | | Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a
* fix filters test dependenciesCaolán McNamara2012-02-091-3/+1
|
* disable sd's regression test againMarkus Mohrhard2012-01-261-1/+2
|
* Disable svg font embedding for sd filters test, enable again.Thorsten Behrens2012-01-241-12/+1
|
* Disable sd_regression_test until "do not embed font config" is fixed.Stephan Bergmann2012-01-201-1/+12
|
* enable sd's regression test in the subsequenttest targetMarkus Mohrhard2012-01-191-0/+1
|
* disable sd filters test for nowBjoern Michaelsen2011-11-291-1/+3
| | | | | - it seems to have incomplete dependencies - it hangs the tinderboxes on a build from scratch
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-111-2/+0
| | | | | | | | | | | * 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.
* re-enable inadvertently disabled unit testMichael Meeks2011-11-101-1/+1
|
* Initial sd filters unit testsMichael Meeks2011-11-101-1/+4
|
* Disable a cppunit test crashing on DragonFly.François Tigeot2011-10-171-0/+2
|
* adapt sd unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-041-0/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-1/+2
|
* rename CppunitTest makefile for consistencyDavid Tardon2011-04-241-1/+1
|
* add CppUnit test to check targetsDavid Tardon2011-04-241-1/+4
|
* use the new UNO-related defs from CppunitTargetDavid Tardon2011-04-231-1/+0
|
* build resources tooDavid Tardon2011-04-211-0/+1
|
* deliver sd/resDavid Tardon2011-04-211-0/+1
|
* gbuildize sdDavid Tardon2011-04-211-0/+12
|
* migrate sd subsequenttests to gbuildBjoern Michaelsen2011-03-271-0/+34