summaryrefslogtreecommitdiff
path: root/tubes
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-44/+8
2013-04-25drop nonexistent include pathsDavid Tardon2-10/+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-23execute move of global headersBjoern Michaelsen8-500/+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 Meeks10-222/+40
2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev1-1/+1
Michael Meeks pointed out that the latter can cause problems. Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93
2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev1-0/+2
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>
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
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>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-22/+22
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-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith1-3/+3
Change-Id: If30e500ad751a220fcecd78cbf29a8e4dde08ff7
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28kill random dmake leftoversPeter Foley1-1/+0
Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara1-27/+35
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
2013-02-06tubes: use boost_headers (thanks to Alex Thurgood for hint)Michael Stahl1-0/+1
Change-Id: I0875b506705604b279e44b811624614029613a4a
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-7/+3
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
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
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
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan7-164/+176
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-10-10tubes: use only one test method; and also setUp and tearDownMatúš Kukan1-41/+25
Change-Id: I48ae990a870dc6e5c56e901485cb142b51426637
2012-10-10tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan1-8/+5
Change-Id: I3e5e2e2c826a732028c1ffc32b9620d22c3409d1
2012-10-10tubes: just hardcode the urlMatúš Kukan1-11/+2
Change-Id: I587d83221c702571cdfe4310b27adff1cc3421c1
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+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 Stahl2-2/+4
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-1/+3
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-27tubes: let's use ctor, dtor and less methods in the testMatúš Kukan1-21/+7
They are not independent anyway. This way it may fail only once in constructor and avoid segmentation faults. Change-Id: I304f688b187f9870bf664517112550ad9a2a87c7
2012-09-27tubes: catch exception to get more infoMatúš Kukan1-4/+12
Also add timeout as a first thing to not loop forever if something else goes wrong. Change-Id: I3c752f74bfd32c1a0a6d1ce85408271a530fb379
2012-08-20tubes: update READMEMatúš Kukan1-62/+14
Change-Id: Iab26aa96301851ace6244688a38bbb99630afd73
2012-08-20tubes: add few more commentsMatúš Kukan2-5/+12
Change-Id: I263443d341805583f8ecedf0da738b75249b5d97
2012-08-20tubes: fix indentation and scope of variablesMatúš Kukan1-39/+30
Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan8-255/+126
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan1-2/+2
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16tubes: add include for clangMatúš Kukan1-0/+1
Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan2-64/+32
Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan6-61/+44
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-16tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan1-3/+22
Change-Id: I46621589f2e1282fbaf369bdb387bb63c5768206
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan5-117/+70
- 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-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan4-116/+44
Change-Id: I7705d627d17f20c3c81de7aa4debbefc127354b0
2012-08-14tubes: clean this makefileMatúš Kukan1-8/+4
Change-Id: Iaae75640e2daac0edce609a99f20056e12756ffc
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan6-63/+42
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
2012-08-08tubes: add invite to Collaboration classMatúš Kukan3-11/+10
Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan4-25/+15
Change-Id: I6c3828eb9c2f2d1810822e90006fc1af4bfcf277
2012-08-08tubes: use file channel description for sending UUIDMatúš Kukan3-4/+38
Change-Id: I44129798110491cd59e1eb39d2f4c2cf3eb3c81b
2012-08-08Revert "tubes: mangle service name into file description"Matúš Kukan2-2/+2
Hopefully, it will work now, and we can use description field for UUID. This reverts commit 98411a76545737f4b2b956fb1cc137a924c64641. Change-Id: Ib6feeea861949c0cd316fda0295f13751de789e5
2012-08-08tubes: re-use typedefs from contact-list.hxxMatúš Kukan1-20/+16
Change-Id: I7b1ac653d22275a64d00913f014ca2536be3ffed
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan4-193/+125
Change-Id: I1d25a6074c3465a6e8c1df3127093d30d913b65d
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan8-70/+39
Change-Id: Ib50b550f9486bc1abfeefd5d1aac57c0d712ec04
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan8-36/+95
Hopefully, this simplifies the tubes <-> app interface Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
2012-08-05tubes: fix buildMatúš Kukan1-1/+1
Change-Id: I3251d6282df132c3df0217187eb140beb95718e6
2012-08-04tubes: do not queue incoming packetsMatúš Kukan4-50/+15
Change-Id: Ida0f3b9ce7cebdb0517457900d2b0b2377e6c8ab