summaryrefslogtreecommitdiff
path: root/sfx2/Module_sfx2.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08sfx2: remove Package_sdiMichael Stahl1-1/+0
There are just a handful of sdi files in sfx2 anyway so just put sfx2/sdi on include path. Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
2013-04-23execute move of global headersBjoern Michaelsen1-1/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-14make file names match library namesPeter Foley1-1/+1
Change-Id: Id9b7decbf2f3cfc89e76e7c86a801904375971be
2013-04-11rename UI to UIConfigDavid Tardon1-1/+1
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-10-05convert password dialog to .uiCaolán McNamara1-0/+1
Change-Id: Ib2e9c5a72239fc0fa3a54ac3717d90fe1b779d63
2012-07-10solaris/intel: update .mk files to fix build errorsPierre-Eric Pelloux-Prayer1-1/+1
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-21/+14
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson1-1/+0
2011-11-15removing obsolete layout codeFelix Zhang1-1/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-1/+1
Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
2011-06-17gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]Michael Stahl1-1/+0
2011-04-05do what we de on linux for *BSD tooRobert Nagy1-1/+1
2011-03-14reeabling unittests as the cppunittester location is fixed now in solenvBjoern Michaelsen1-7/+7
2011-03-12fix mis-merge all-around.Norbert Thiebaud1-7/+7
2011-02-01gnumake3: remove dmake files for tests in converted modulesMichael Stahl1-0/+1
2011-01-26CWS gnumake3: several clean ups and fixes in makefilesMathias Bauer1-4/+2
2011-01-25CWS gnumake3: fix license headersMathias Bauer1-3/+3
2011-01-11gnumake3: renamed TestFixture to CppunitTestBjoern Michaelsen1-1/+1
2011-01-11gnumake3: complex tests in sfx2Bjoern Michaelsen1-6/+0
2011-01-10gnumake3: intermediate commit junit testsBjoern Michaelsen1-2/+10
2011-01-06gnumake3: updating existing check in sfx2 to new check infrastructureBjoern Michaelsen1-1/+4
2011-01-05gnumake3: first try with TestFixturesBjoern Michaelsen1-0/+1
2010-11-06gnumake2: added component registrationBjoern Michaelsen1-1/+1
2010-08-04gnumake2: fixes for pch in sfx2, fixes for qstart libBjoern Michaelsen1-7/+7
2010-07-23gnumake2: first try with gtk quickstarter, reenabling pch on sfx2 as it ↵Bjoern Michaelsen1-3/+4
should work now after resync to DEV300_m84
2010-07-08CWS gnumake2: hacking for qstart lib for nowBjoern Michaelsen1-1/+9
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen1-0/+46