Age | Commit message (Collapse) | Author |
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
|
|
Change-Id: If08c7f72195dfff6ae3b7cb52b4137aeda3bc675
Reviewed-on: https://gerrit.libreoffice.org/6604
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
|
|
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
|
|
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
|
|
|
|
Michael Meeks pointed out that the latter can cause problems.
Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93
|
|
Change-Id: Ied9b2c2424d780d589cb1b07df0ec38107d49829
Reviewed-on: https://gerrit.libreoffice.org/3434
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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
|
|
Change-Id: If30e500ad751a220fcecd78cbf29a8e4dde08ff7
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
|
|
it looks worse; more work needed
Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
|
|
Change-Id: I3e5e2e2c826a732028c1ffc32b9620d22c3409d1
|
|
Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8
|
|
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
|
|
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
|
|
Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2
|
|
Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299
|
|
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
|
|
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE);
- added test for sending and also receiving file
Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
|
|
Change-Id: I7705d627d17f20c3c81de7aa4debbefc127354b0
|
|
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
|
|
Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be
|
|
Change-Id: I6c3828eb9c2f2d1810822e90006fc1af4bfcf277
|
|
Change-Id: I44129798110491cd59e1eb39d2f4c2cf3eb3c81b
|
|
Hopefully, it will work now, and we can use description field for UUID.
This reverts commit 98411a76545737f4b2b956fb1cc137a924c64641.
Change-Id: Ib6feeea861949c0cd316fda0295f13751de789e5
|
|
Change-Id: I7b1ac653d22275a64d00913f014ca2536be3ffed
|
|
Change-Id: I1d25a6074c3465a6e8c1df3127093d30d913b65d
|
|
Change-Id: Ib50b550f9486bc1abfeefd5d1aac57c0d712ec04
|
|
Hopefully, this simplifies the tubes <-> app interface
Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
|
|
Change-Id: Ida0f3b9ce7cebdb0517457900d2b0b2377e6c8ab
|
|
Change-Id: I63e262aa05ec7c06c15eaf74201b6ac1966e2e56
|
|
Change-Id: Icd839cd70dd32f766ad52d74fcf3cff28281da7e
|
|
Change-Id: I22cd7cc866696dd7def7d7cb20d00da68d408137
|
|
Change-Id: Ic9f02f7df77fabaec585c3f53bf0a86044bf27bb
|
|
This way it affects code ~only internally in tubes/ module.
Change-Id: I1fd1fa460d51ad57ae2f6df0adeb5fadfc7a8c95
|
|
Change-Id: Ic6f1bc41bc212e0c36751168f1204c41ebe0ce61
|
|
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
|
|
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
|
|
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
|
|
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
|
|
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
|
|
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
|
|
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
|
|
- 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
|
|
- master (the one who started the session) echoes back packets from
slave, who only then, after receiving own commands executes them
Change-Id: I8b5a1d1bae0d665b65fe2ec0121430178728274d
|