summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-1/+1
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-29cppcheck: prefer prefix variantsCaolán McNamara1-2/+2
2010-12-24cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-16cppcheck: prefer prefix variantCaolán McNamara1-4/+4
2010-12-14rhbz#661809 ne_propnames is affected tooDavid Tardon1-5/+8
2010-12-12cppcheck: some variables unused depending on ifdefsCaolán McNamara1-2/+2
2010-12-12Remove commented out codeAndy Holder1-195/+0
This code uses the OpenFlag_* macros from file.hxx that I'm removing. I cannot see a reason to kept any of it
2010-12-12Change unnamespace file.hxx macrosAndy Holder4-13/+13
2010-12-09Resolves: rhbz#668109 ne_simple_propfind can touch gcrypt as wellCaolán McNamara1-6/+12
2010-12-06Replace all occured, occurance etc.Takeshi Abe2-5/+5
2010-11-27cppcheck: use prefix variantsCaolán McNamara1-1/+1
2010-11-27cppcheck: use prefix formCaolán McNamara1-1/+1
2010-11-26cppcheck: use prefix variantCaolán McNamara1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-24fix author nameDavid Tardon1-1/+1
2010-11-24xmllint: bad entity nameCaolán McNamara1-1/+1
2010-11-17remove archaic guardsCaolán McNamara1-2/+0
2010-11-13 Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-coreGert Faller57-812/+787
2010-10-28add modelines to .hxx files as wellCaolán McNamara113-0/+324
2010-10-20WaE: I'm informed this is the intended resultCaolán McNamara1-1/+3
2010-10-20WaE: fix missing returnCaolán McNamara1-2/+1
2010-10-18remove non-compiled codePovilas Kanapickas9-191/+1
2010-10-14add lots more missing sal/macros.h includesMichael Meeks1-1/+1
2010-10-14include correct sal/macros.h header to compile.Michael Meeks5-12/+16
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid6-12/+11
2010-10-14fix leakHarri Pitkänen1-1/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth109-0/+285
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11Set username/domain/password to use only if provided by userTor Lillqvist1-3/+11
The semantics of ucbhelper::InteractionSupplyAuthentication changed at some point, so the getUserName(), getRealm() and getPassword() methods now return non-empty strings only if the user actually changed them. Check the return values for being non-empty before using them for gnome-vfs authentication. From gnome-vfs-authentication.diff, fixes bnc#465102.
2010-10-06remove more commented out #includes and related commentsDavid Tardon3-32/+0
2010-10-05more removed include guards using fixguard.pyPetr Mladek4-6/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek14-28/+0
2010-09-30forced to make certain neon api calls thread-safe due to cupsCaolán McNamara3-27/+47
rhbz#637738 libgcrypt that's been initialized already by cups to be non-threadsafe is therefore then also non-threadsafe. neon uses libgcrypt. So in the (as this is the usual circumstance) case that cups is initialized before neon, then libgcrypt is not threadsafe even though neon attempt to initialize it as such.
2010-09-28Pass proper parent window handle to ODMRegisterAppTor Lillqvist1-1/+16
Use short code snippet lifted from fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx to get a suitable window handle. Should fix bnc#398822.
2010-09-07Merge commit 'ooo/OOO330_m6'Jan Holesovsky2-16/+21
2010-08-26novell-win32-odma.diff: ODMA dialog implementation.Tor Lillqvist11-142/+115
i#6885, i#32741
2010-08-10mav56: #163253# tread invalid path segments correctlyMikhail Voytenko2-16/+21
2010-07-13CWS-TOOLING: integrate CWS jl153_OOO330Kurt Zenker1-2/+1
2010-06-22jl152 merge with DEV300_m83Joachim Lingner10-0/+1886
2010-06-16jl153 merge with DEV300_m82Joachim Lingner14-27/+1888
2010-06-14#i112361# - Fixed DAVResourceAccess::handleException() to suggest retry on ↵Kai Sommerfeld1-2/+1
status code 0
2010-06-07jl152 merge with DEV300_m80Joachim Lingner4-27/+2
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]24-117/+12
2010-05-06jl152 i111434 ucb failes when copying folders, which contain files ↵Joachim Lingner1-1/+7
containing percent signs
2010-05-06#i110213# - setup master password container on demand.Kai Sommerfeld4-27/+2
2010-04-28slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]1-2/+2
2010-04-12slidecopy: mergeFrank Schoenheit [fs]220-931/+287
2010-04-09slidecopy: merge CWS wth MWS-m76Frank Schoenheit [fs]10-0/+1890
2010-04-07slidecopy: fixed encoding/decoding of extension identifiers as part of an ↵Frank Schoenheit [fs]1-8/+4
URL (thanks SB)