summaryrefslogtreecommitdiff
path: root/sw/UITest_classification.mk
blob: 3101ea4413197d731f814588fc7e57fb65b0e98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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_UITest_UITest,classification))

$(eval $(call gb_UITest_add_modules,classification,$(SRCDIR)/sw/qa/uitest,\
	classification/ \
))

$(eval $(call gb_UITest_set_defs,classification, \
    TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))

# vim: set noet sw=4 ts=4:
class='decoration'>nadith 2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara 2016-05-26Related: tdf#97854 confirm that on !bDelete there's a ref to the connectionCaolán McNamara 2016-05-18clang-tidy modernize-make-sharedNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-05loplugin:constantparamNoel Grandin 2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet 2016-03-07expand src templatesDavid Tardon 2016-02-25convert EComposeRule to scoped enumNoel Grandin 2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann 2015-09-17boost->stdCaolán McNamara 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-08-03com::sun::star->css in dbaccessNoel Grandin 2015-07-02tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks 2015-06-12spellingAntoine Cœur 2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks 2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin 2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin 2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin 2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl 2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann 2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-20dbaccess: convert new to ::Create.Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks 2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks 2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin 2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin 2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin 2015-03-27convert BUTTON_ constants to enum classNoel Grandin 2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-10-03loplugin: cstylecastNoel Grandin