summaryrefslogtreecommitdiffstats
path: root/tubes
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-261-1/+1
| | | | Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029
* OSL_ENSURE was not declared in this scopeDavid Tardon2015-01-111-3/+3
| | | | Change-Id: I426c0feee7b76fe02473e07fa209a61967af3e99
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
| | | | | | | Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+2
| | | | | | | | This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, 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).
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+1
| | | | Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
| | | | | | | | | It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
| | | | Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
* target UIConfig_tubes should be a l10n targetDavid Tardon2014-04-071-0/+3
| | | | Change-Id: I892c0a6397104f88f8d2dd51f186f006042eaf19
* typo fixesAndras Timar2013-12-201-1/+1
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
| | | | Change-Id: I56c1190c93333636981acf2dd271515170a8a904
* Silence -Wdeprecated-declarations for the momentJulien Nabet2013-11-082-4/+21
| | | | | | | 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>
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-1/+7
| | | | Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-3/+0
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-2/+2
| | | | | | | | 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>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-44/+8
|
* drop nonexistent include pathsDavid Tardon2013-04-252-10/+0
| | | | Change-Id: I3b2686cb04b7945a12f43b344ed56b39a321b51b
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-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>
* execute move of global headersBjoern Michaelsen2013-04-238-500/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2210-222/+40
|
* use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev2013-04-191-1/+1
| | | | | | Michael Meeks pointed out that the latter can cause problems. Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93
* WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev2013-04-181-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>
* rename UI to UIConfigDavid Tardon2013-04-112-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>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-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
* Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith2013-03-161-3/+3
| | | | Change-Id: If30e500ad751a220fcecd78cbf29a8e4dde08ff7
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* kill random dmake leftoversPeter Foley2013-02-281-1/+0
| | | | Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* various efforts to consistently apply HIG rulesCaolán McNamara2013-02-201-27/+35
| | | | Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
* tubes: use boost_headers (thanks to Alex Thurgood for hint)Michael Stahl2013-02-061-0/+1
| | | | Change-Id: I0875b506705604b279e44b811624614029613a4a
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
| | | | Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-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
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-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
* tubes: use new .ui format for contacts dialogMatúš Kukan2012-10-137-164/+176
| | | | | | it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
* tubes: use only one test method; and also setUp and tearDownMatúš Kukan2012-10-101-41/+25
| | | | Change-Id: I48ae990a870dc6e5c56e901485cb142b51426637
* tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan2012-10-101-8/+5
| | | | Change-Id: I3e5e2e2c826a732028c1ffc32b9620d22c3409d1
* tubes: just hardcode the urlMatúš Kukan2012-10-101-11/+2
| | | | Change-Id: I587d83221c702571cdfe4310b27adff1cc3421c1
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-1/+3
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* tubes: let's use ctor, dtor and less methods in the testMatúš Kukan2012-09-271-21/+7
| | | | | | | | They are not independent anyway. This way it may fail only once in constructor and avoid segmentation faults. Change-Id: I304f688b187f9870bf664517112550ad9a2a87c7
* tubes: catch exception to get more infoMatúš Kukan2012-09-271-4/+12
| | | | | | | Also add timeout as a first thing to not loop forever if something else goes wrong. Change-Id: I3c752f74bfd32c1a0a6d1ce85408271a530fb379
* tubes: update READMEMatúš Kukan2012-08-201-62/+14
| | | | Change-Id: Iab26aa96301851ace6244688a38bbb99630afd73
* tubes: add few more commentsMatúš Kukan2012-08-202-5/+12
| | | | Change-Id: I263443d341805583f8ecedf0da738b75249b5d97
* tubes: fix indentation and scope of variablesMatúš Kukan2012-08-201-39/+30
| | | | Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8
* tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan2012-08-208-255/+126
| | | | Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
* tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan2012-08-161-2/+2
| | | | Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
* tubes: add include for clangMatúš Kukan2012-08-161-0/+1
| | | | Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2
* tubes: simplify and make more readable, I believeMatúš Kukan2012-08-162-64/+32
| | | | Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299