summaryrefslogtreecommitdiff
path: root/vcl/UIConfig_vcl.mk
blob: 703cef1e6e1c172a57a979411c3cc9fb7284ec87 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- 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,vcl))

$(eval $(call gb_UIConfig_add_uifiles,vcl,\
	vcl/uiconfig/ui/aboutbox \
	vcl/uiconfig/ui/combobox \
	vcl/uiconfig/ui/cupspassworddialog \
	vcl/uiconfig/ui/dockingwindow \
	vcl/uiconfig/ui/editmenu \
	vcl/uiconfig/ui/errornocontentdialog \
	vcl/uiconfig/ui/errornoprinterdialog \
	vcl/uiconfig/ui/interimdockparent \
	vcl/uiconfig/ui/interimtearableparent \
	vcl/uiconfig/ui/menutogglebutton3 \
	vcl/uiconfig/ui/menutogglebutton4 \
	vcl/uiconfig/ui/printdialog \
	vcl/uiconfig/ui/printerdevicepage \
	vcl/uiconfig/ui/printerpaperpage \
	vcl/uiconfig/ui/printerpropertiesdialog \
	vcl/uiconfig/ui/printprogressdialog \
	vcl/uiconfig/ui/querydialog \
	vcl/uiconfig/ui/screenshotparent \
	vcl/uiconfig/ui/wizard \
))

$(eval $(call gb_UIConfig_add_a11yerrors_uifiles,vcl,\
	vcl/qa/cppunit/builder/demo \
))

# vim: set noet sw=4 ts=4:
013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer 2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev 2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith 2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens