summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_macab.mk
blob: 2403a2dc3f3b4b3f192a32abb25aa28fc59c0628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Configuration_Configuration,driver_macab))

$(eval $(call gb_Configuration_add_spool_modules,driver_macab,connectivity/registry/macab,\
	org/openoffice/Office/DataAccess/Drivers-macab.xcu \
))

$(eval $(call gb_Configuration_add_localized_datas,driver_macab,connectivity/registry/macab,\
	org/openoffice/Office/DataAccess/Drivers.xcu \
))

# vim: set noet sw=4 ts=4:
/td>Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-29com::sun::star->css in sdNoel Grandin 2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2014-06-25remove whitespacesMarkus Mohrhard 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-02android: improve remote control debugging.Michael Meeks 2013-04-30sdremote: protcol debug for send to match that for recv.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-01-28fdo#59881 - sdremote: give up on threaded / UNO usage.Michael Meeks 2012-11-24cleanup - no need for salhelper::Thread mostlyThorsten Behrens 2012-11-22Fix race & deadlock in sdremoteThorsten Behrens 2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt 2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt 2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt 2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt 2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt 2012-08-06Fixed a further bug in the Listener cycle. Refactored image storage.Andrzej J. R. Hunt 2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt 2012-08-06Fixed Listener registration and destruction for all cases.Andrzej J. R. Hunt 2012-08-06Fixed the Listener lifecycle, prevents crash on slideshow exit.Andrzej J. R. Hunt 2012-08-06Finally fixed the Transmitter bug.Andrzej J. R. Hunt 2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt 2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt 2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt 2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt 2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt 2012-08-06Create listener when presentation is started.Andrzej J. R. Hunt 2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt 2012-08-06Intermediate commit for mmeeks.Andrzej J. R. Hunt 2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt