summaryrefslogtreecommitdiff
path: root/formula/Module_formula.mk
AgeCommit message (Expand)Author
2016-11-10TyposTor Lillqvist
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-18screenshots: add dialog test cases for formulaArmin Le Grand
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-04-21gbuildize formulaDavid Tardon
93ec7819cef54db0e09c0188ffd9'>Missing unit test dependencyStephan Bergmann Change-Id: I6ea03aadce23e324ee80f2f73e2175a5307c706a 2014-06-04DeInitVCL at end of testsStephan Bergmann This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2 2014-05-29add writerperfect calc integration testDavid Tardon Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4