summaryrefslogtreecommitdiff
path: root/uui/Module_uui.mk
blob: e86ec3b1ca63752c237b755efbc5786e00629fa5 (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
# -*- 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_Module_Module,uui))

$(eval $(call gb_Module_add_targets,uui,\
	Library_uui \
	UIConfig_uui \
))

$(eval $(call gb_Module_add_l10n_targets,uui,\
	AllLangMoTarget_uui \
))

# screenshots
$(eval $(call gb_Module_add_screenshot_targets,uui,\
    CppunitTest_uui_dialogs_test \
))

# vim: set noet sw=4 ts=4:
avmediaArkadiy Illarionov 2019-03-07log nice exception messages whereever possibleNoel Grandin 2019-02-24tdf#123653 pass WM messages to the parent window.Mark Hung 2019-02-24tdf#123653 let gstreamer gst video overlay bypass events.Mark Hung 2019-02-19gst 0.10 doesn't have gst_video_overlay_set_render_rectangleCaolán McNamara 2019-02-19avmedia: set gstreamer gst_video_overlay size and position.Mark Hung 2019-02-15tdf#40780 extend default media duration from 0.01s to 0.3s.Mark Hung 2019-02-13Pointer is pointlessNoel Grandin 2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung 2019-02-04tdf#44223 oox: import embedded media stream.Mark Hung 2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-12-28Return earlyMatteo Casalin 2018-12-28Drop avmediaQuickTime.mkGabor Kelemen 2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen 2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen 2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin 2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen 2018-11-17Adapt to C++2a char_tStephan Bergmann 2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin 2018-11-07move SvTreeListBox to vclCaolán McNamara 2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin