# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,smoketest)) ifeq ($(CROSS_COMPILING),) $(eval $(call gb_Module_add_targets,smoketest,\ Library_smoketest \ Zip_smoketestdoc \ )) ifneq ($(ENABLE_JAVA),) ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_targets,smoketest,\ Extension_TestExtension \ Jar_TestExtension \ )) endif endif ifneq ($(filter LINUX WNT,$(OS)),) $(eval $(call gb_Module_add_check_targets,smoketest,\ Executable_libtest \ )) endif ifneq (MACOSX/TRUE,$(OS)/$(ENABLE_MACOSX_SANDBOX)) ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\ CppunitTest_smoketest \ )) endif endif endif ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,smoketest,\ Jar_smoketest \ )) endif # vim: set noet sw=4 ts=4: fice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ywrappertabgroup.mm
Kelemen
AgeCommit message (Expand)Author
2020-08-17tdf#135442 min supported version of gtk3 is 3.18 not 3.20Caolán McNamara
2020-05-18iOS theme: set spinbox orientation to "decrease-edit-increase"Tomaž Vajngerl
2020-05-17widget theme: add new settings to ios themeTomaž Vajngerl
2020-04-08Resolves tdf#127782 - New Print dialog is too highHeiko Tietze
2019-12-06Resolves tdf#129140 - Wording in printer dialogHeiko Tietze
2019-11-15tdf#128495 measure preferred size of print preview relative to UI fontCaolán McNamara
2019-11-11widget theme: add missing actionButtonTextColor style to iOS themeTomaž Vajngerl
2019-11-10widget theme: add new action button stylesettings to xml def.Tomaž Vajngerl
2019-10-23print dialog consistent icon sizeandreas kainz
2019-10-10support screenshotting .ui files with GtkBuilderCaolán McNamara
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara
2019-10-02weld PrintDialogCaolán McNamara
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara
2019-09-06Resolves tdf#125130 - UI: Show 'Go to first/last page' in new print dialogHeiko Tietze
2019-08-23Related: tdf#126693 cannot put focus into combobox entryCaolán McNamara
2019-08-22weld chart CreationWizardCaolán McNamara
2019-06-06tdf#124947 fix hit area of the radio buttons, size in ios themeTomaž Vajngerl
2019-06-06weld AboutDialogCaolán McNamara