# -*- 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/. # # this is a Library that contains a unit test, so it can be packaged $(eval $(call gb_Library_Library,smoketest)) # necessary because this is no CppUnitTest but a Library $(eval $(call gb_Library_add_defs,smoketest,\ -DCPPUNIT_PLUGIN_EXPORT='extern "C" SAL_DLLPUBLIC_EXPORT' \ )) $(eval $(call gb_Library_use_sdk_api,smoketest)) $(eval $(call gb_Library_use_libraries,smoketest,\ cppu \ cppuhelper \ sal \ unotest \ )) $(eval $(call gb_Library_use_externals,smoketest,\ boost_headers \ cppunit \ )) $(eval $(call gb_Library_add_exception_objects,smoketest,\ smoketest/smoketest \ )) # vim: set noet sw=4 ts=4: distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/qa
AgeCommit message (Expand)Author
2023-09-01tdf#157034: FILESAVE loext:theme-type is off by oneJulien Nabet
2023-08-26sd: remove theme tab pageTomaž Vajngerl
2023-07-02pAttr is always dereferenced, use a reference instead of a pointerCaolán McNamara
2023-06-01tdf#153361 improve theme color generation in color pickerTomaž Vajngerl
2023-02-20cui: rework uitest to work with --without-javaXisco Fauli
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl
2022-11-22tdf#145978 Remember last run macro in Macro Selector dialogRafael Lima
2022-11-19Prepare the dialog for cell style editingMaxim Monastirsky
2022-04-19tdf#97361 - make unit tests more pythonic.Hannah Meeks
2022-03-31sd theme: add UI (area dialog) for shape fill colorMiklos Vajna
2022-01-05Fix typoAndrea Gelmini
2021-12-21sd theme: allow setting color effects in the chardlgMiklos Vajna
2021-12-20sd theme: allow setting the color's theme index in the chardlgMiklos Vajna
2021-12-16sd theme: add UI to set individual colors of a color setMiklos Vajna
2021-12-15sd theme: add UI to set/get the name of a color setMiklos Vajna
2021-12-14sd: add initial theme UI for master slidesMiklos Vajna
2021-07-22tdf#95394 - ui fill dialog from (bitmap -> image)haru-02
2021-06-30uitest: combine create_doc_in_start_center methodsXisco Fauli
2021-06-30uitest: guard the remaining create_doc_in_start_centerXisco Fauli
2021-06-29uitest: combine execute_dialog_through_command methodsXisco Fauli
2021-06-29uitest: guard remaining execute_dialog_through_commandXisco Fauli
2021-06-24Revert "uitest: guard create_doc_in_start_center"Xisco Fauli
2021-06-22uitest: guard create_doc_in_start_centerXisco Fauli
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-17tdf#138976 change "Cancel" button to "Close" in Template Manager dialogSeth Chaiklin
2020-11-13tdf#123936 Formatting files in module cui with clang-formatPhilipp Hofer
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-09-18Resolves tdf#97918 - Individual UNO commands for distribution optionsHeiko Tietze
2020-02-18uitest: test tab navigationXisco Fauli
2020-02-18tdf#130384 cui: fix automatic color showing up as white in the char dlgMiklos Vajna
2020-01-31Related tdf#105225 Remove unused backgroundpage.uiJim Raykowski
2020-01-29sw: add UI for semi-transparent textMiklos Vajna
2020-01-02blackorwhitelistentrydialog never got usedCaolán McNamara
2019-11-22cui: add UI for semi-transparent shape textMiklos Vajna
2019-10-21loplugin:virtualdead unused param in CreateSvxFormatCellsDialogNoel Grandin
2019-10-09Related: tdf#123765 fix up some screenshottingCaolán McNamara
2019-05-23Kill Mozilla personasMuhammet Kara
2019-03-06Blacklist some dialogs which won't get properly initializedStephan Bergmann
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara