summaryrefslogtreecommitdiff
path: root/tubes/Module_tubes.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-04-07target UIConfig_tubes should be a l10n targetDavid Tardon1-0/+3
Change-Id: I892c0a6397104f88f8d2dd51f186f006042eaf19
2013-04-23execute move of global headersBjoern Michaelsen1-1/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-04-11rename UI to UIConfigDavid Tardon1-1/+1
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan1-2/+2
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan1-0/+1
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan1-3/+3
- make it subsequent test to be less annoying - we again inherit from CppUnit::TestFixture - currently there is no test that we've received the sent packet - nor any test for received file - to prevent exporting more symbols we link directly tubes' object files Change-Id: I79edf0c701f8c46eb45d507266f6dafc0c8eeea2
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks1-3/+3
Pass const rtl::OUString &s around instead of random pointers. Allow sc/ to build and work without telepathy enabled. Add aforementioned demo mode hack.
2012-07-17tubes: pull in tubes headers and linkageEike Rathke1-0/+1
2012-07-17tubes: add approverWill Thompson1-0/+1
This is a small external process designed to prompt the user for incoming LibreOffice-flavoured D-Bus tubes. Right now it is not service-activatable, but soon it will be…
2012-07-17disable entire module if without --enable-telepathyEike Rathke1-0/+4
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+38