summaryrefslogtreecommitdiff
path: root/tubes/Library_tubes.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25drop nonexistent include pathsDavid Tardon1-5/+0
Change-Id: I3b2686cb04b7945a12f43b344ed56b39a321b51b
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-02-06tubes: use boost_headers (thanks to Alex Thurgood for hint)Michael Stahl1-0/+1
Change-Id: I0875b506705604b279e44b811624614029613a4a
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan1-1/+0
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-1/+2
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan1-1/+0
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan1-0/+2
Instead link against the library again. Unit test is now closer to what the real app looks like. Only 4 more functions exported because of unit test. Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan1-0/+1
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan1-0/+1
Hopefully, this simplifies the tubes <-> app interface Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan1-1/+7
- 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-1/+0
- 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-21tubes: remove TelePacket, it's just simple stringMatúš Kukan1-1/+0
Change-Id: Iabfb50454c573ac9c01aba1b309822c4ef6fcc73
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan1-0/+4
Change-Id: Ie2ab2c2d545f6fcbdc21171868c99b1756c90792
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan1-1/+1
Change-Id: I99a0dd6765d57c4a1d842b25d600d760930704fa
2012-07-17tubes: tweak makefilesMatúš Kukan1-10/+2
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson1-0/+4
Crashes if the file transfer fails. file-transfer-helper.[ch] are, as their license headers state, LGPL v2.1+. They come from Empathy. I am in the process of refactoring them so they can live in a future version of telepathy-glib (which is itself LGPL v2.1+), so their presence here is temporary.
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-0/+1
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+63