Caolán McNamara
6c9dfa8ab7
cppcheck: noExplicitConstructor
...
Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029
2015-05-26 09:57:21 +01:00
Stephan Bergmann
fc0d57b7af
Revert "use the new OUString::fromUtf8 method"
...
This reverts commit 05050cdb23
,
not all places that use e.g. OStringToOUString to convert potential UTF-8
are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and
some places like e.g. in codemaker are happy with the best-effort effect
of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06 17:24:13 +01:00
Noel Grandin
05050cdb23
use the new OUString::fromUtf8 method
...
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-06 13:51:10 +02:00
Michael Meeks
62badf3828
Move to MPLv2 license headers, with ESC decision and author's permission.
2013-04-22 09:37:38 +01:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Jan Holesovsky
0c22f3eadd
Make LO buildable again after the GraphicFilter move.
...
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04 22:02:51 +01:00
Matúš Kukan
e74fc93e4a
tubes: use new .ui format for contacts dialog
...
it looks worse; more work needed
Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-10-13 16:31:30 +02:00
Matúš Kukan
466edaa9fb
tubes: move getContacts() to TeleManager where it belongs, I believe
...
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-20 17:35:58 +02:00
Matúš Kukan
9adf29502b
tubes: correctly use SAL_INFO and SAL_WARN macros
...
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16 15:38:37 +02:00
Matúš Kukan
ece8eadbc0
tubes: fix unittest again and simplify
...
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE);
- added test for sending and also receiving file
Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
2012-08-16 11:41:51 +02:00
Matúš Kukan
011e348e11
tubes: add invite to Collaboration class
...
Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be
2012-08-08 10:04:21 +02:00
Matúš Kukan
c3c2dcf80d
tubes: do not encode UUID into file name anymore
...
Change-Id: I6c3828eb9c2f2d1810822e90006fc1af4bfcf277
2012-08-08 10:04:20 +02:00
Matúš Kukan
6766c6a2a0
tubes: re-use typedefs from contact-list.hxx
...
Change-Id: I7b1ac653d22275a64d00913f014ca2536be3ffed
2012-08-08 10:04:18 +02:00
Matúš Kukan
510576b6d8
tubes: finish efforts to make TeleManager static
...
Change-Id: I1d25a6074c3465a6e8c1df3127093d30d913b65d
2012-08-08 10:04:17 +02:00
Matúš Kukan
b870f1420e
tubes: make contacts dialog a member of Collaboration class
...
Change-Id: Ib50b550f9486bc1abfeefd5d1aac57c0d712ec04
2012-08-08 10:04:17 +02:00
Matúš Kukan
34c6421bdd
tubes: handle TeleConference internally in Collaboration
...
Hopefully, this simplifies the tubes <-> app interface
Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
2012-08-08 10:04:16 +02:00
Matúš Kukan
401806233c
tubes: implement another way for demoing collaboration
...
This way it affects code ~only internally in tubes/ module.
Change-Id: I1fd1fa460d51ad57ae2f6df0adeb5fadfc7a8c95
2012-08-04 22:51:32 +02:00
Matúš Kukan
8aef9f4027
tubes: stop collaborating when the contact leaves
...
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
2012-08-04 01:57:16 +02:00
Matúš Kukan
56977dfaa5
tubes: fix leaking ScCollaboration; add it to ScDocShell
...
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-08-04 01:57:14 +02:00
Matúš Kukan
0c9aae91bc
tubes: use SAL_INFO SAL_WARN here
...
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
2012-08-04 01:57:13 +02:00
Matúš Kukan
b7e0777878
tubes: do not use boost::signal here; call function directly
...
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
2012-08-04 01:57:12 +02:00
Matúš Kukan
4e648b8e7c
tubes: create contacts dialog instance for each document separately
...
This solves a crash when static dialog instance was destroyed on closing of
one document but then was used in another document.
Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
2012-08-04 01:57:11 +02:00
Matúš Kukan
f2c7d7aea4
tubes: remove pointless define
...
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
2012-08-04 01:57:10 +02:00
Matúš Kukan
bc21b49a46
tubes: move sc/source/ui/collab/contacts.* to tubes
...
- 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-08-02 18:00:55 +02:00