summaryrefslogtreecommitdiff
path: root/solenv/PythonTest_solenv_python.mk
blob: 27145a4e5db3094ee6178fe2d791f2c38d9e78c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_PythonTest_PythonTest,solenv_python))

$(eval $(call gb_PythonTest_add_modules,solenv_python,$(SRCDIR)/solenv/qa/python,\
	gbuildtojson \
))

$(call gb_PythonTest_get_target,solenv_python): $(call gb_CustomTarget_get_target,solenv/gbuildtesttools)

# vim: set noet sw=4 ts=4:
cgit/lo/core/commit/toolkit/source/awt/stylesettings.cxx?id=0116d0b2ca92cffc7c3459ddf07dfcaa9187975f'>Revert "loplugin:constfields in toolkit"Noel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-11-13revert action button changes to UNO XStyleSettingTomaž Vajngerl 2019-11-09custom widgets: support custom action button text colorsAshod Nakashian 2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen 2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-09-27loplugin:constfields in toolkitNoel Grandin 2018-03-06use more Color in toolkitNoel Grandin 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin 2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin 2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin 2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin 2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin 2016-10-05[API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFontCaolán McNamara 2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-04-18clean-up: unused using declarations and includesJochen Nitschke 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-09-20convert Link<> to typedNoel Grandin 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-18fdo#82577: Handle FontNoel Grandin