summaryrefslogtreecommitdiff
path: root/uui/UIConfig_uui.mk
blob: f0986cd1b6b988e7dd4c2457877c4e156c182320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- 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_UIConfig_UIConfig,uui))

$(eval $(call gb_UIConfig_add_uifiles,uui,\
	uui/uiconfig/ui/filterselect \
	uui/uiconfig/ui/authfallback \
	uui/uiconfig/ui/logindialog \
	uui/uiconfig/ui/macrowarnmedium \
	uui/uiconfig/ui/masterpassworddlg \
	uui/uiconfig/ui/password \
	uui/uiconfig/ui/setmasterpassworddlg \
	uui/uiconfig/ui/simplenameclash \
	uui/uiconfig/ui/sslwarndialog \
	uui/uiconfig/ui/unknownauthdialog \
))

# vim: set noet sw=4 ts=4:
processJan-Marek Glogowski 2020-02-21Drop o3tl::optional wrapperStephan Bergmann 2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák 2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen 2020-01-23Use crt functions for IO in unopkg on WindowsMike Kaganski 2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin 2019-12-19sal_Char->char in desktop..dtransNoel Grandin 2019-12-13loplugin:unusedfieldsNoel Grandin 2019-12-03desktop: disable callback handling while changing the viewAshod Nakashian 2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann 2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák 2019-07-25LOK: Refactor large event queueing casesAshod Nakashian 2019-07-25LOK: Reduce logging while processing eventsAshod Nakashian 2019-07-24"Basic macros" instead of "$Productname Basic macros"Samuel Mehrbrodt 2019-06-14remove some unused includesCaolán McNamara