summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl2-1/+8
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin19-63/+63
2013-11-14ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl4-38/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin17-94/+94
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin3-3/+3
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat3-34/+2
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin23-153/+129
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin3-17/+17
2013-11-04remove redundant calls to OUString constructorNoel Grandin20-90/+79
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin17-50/+30
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin5-29/+21
2013-10-29UCB: RepoContent::RepoContent use OUString::startsWith instead copy.Arnaud Versini1-3/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin3-6/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-3/+3
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza3-31/+7
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza5-6/+838
2013-10-15CMIS: show commit comment in versions dialogCédric Bosdonnat1-0/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-09-30Indirect dependency on boost_headersStephan Bergmann1-0/+2
2013-09-26Hack to not leave SolarMutex released after g_main_loop_run callStephan Bergmann2-1/+11
2013-09-26Fix fdo#68894 Cmis crashes on start up.Cao Cuong Ngo1-0/+11
2013-09-26CMIS file picker: it really does not like ID MarkCao Cuong Ngo2-7/+10
2013-09-26Improve debug outputStephan Bergmann1-1/+4
2013-09-23Cmis Versions dialogCao Cuong Ngo2-0/+52
2013-09-04Replace XROW_GETXXX macro with templateStephan Bergmann2-87/+96
2013-09-03warning C4702: unreachable codeStephan Bergmann1-2/+0
2013-09-02WaE: unused variablesTor Lillqvist1-4/+0
2013-09-02ucb: rename "cmisucp" log area for consistencyMichael Stahl2-30/+30
2013-09-02ucb: add missing ucb.core log area, and ftp/ext tooMichael Stahl3-5/+6
2013-09-02ucb: fixed bad init of shared_ptrCédric Bosdonnat2-2/+2
2013-09-02WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist2-4/+4
2013-09-02libcmis: add a mandatory patch for GDrive feature to properly workCédric Bosdonnat1-1/+1
2013-09-02CMIS properties dialog: get multiple valuesCao Cuong Ngo1-91/+45
2013-09-02CMIS: fix file saving issueCao Cuong Ngo2-98/+56
2013-09-02CMIS: use FolderPtr instead of Folder pointerCao Cuong Ngo1-4/+5
2013-09-02CMIS: add BaseURI property to remove warningCao Cuong Ngo1-1/+4
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo2-18/+64
2013-09-02Store the decision about the certificate in a container to remember itCédric Bosdonnat1-0/+26
2013-09-02UCB Show more infos about errors loading UCPCédric Bosdonnat1-1/+2
2013-09-02fdo#61589: ask what to do with invalid SSL certificates in CMIS UCPCédric Bosdonnat5-14/+177
2013-09-02Resolves CMIS file picker propertyset out of range warningCao Cuong Ngo1-0/+29
2013-09-02CMIS properties: Add type to the UNO APICao Cuong Ngo2-1/+55
2013-09-02CMIS Google Drive get repositoriesCao Cuong Ngo1-6/+0
2013-09-02CMIS: make GDrive work with pathCao Cuong Ngo2-6/+6
2013-09-02CMIS: getRepositories should call createSessionCao Cuong Ngo1-8/+22
2013-09-02CMIS: the file picker prefer path to IDCao Cuong Ngo2-10/+9
2013-09-02CMIS create sessionCao Cuong Ngo1-1/+1