summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2012-09-27Improvements on previous commitStephan Bergmann
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin
2012-09-26fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-17Missing dependencyStephan Bergmann
2012-09-17Missing includeStephan Bergmann
2012-09-16Fix for inefficient checking for 'm_aRepositories' emptinessJulien Nabet
2012-09-15fix odma plugin for new ucbhelper APIMichael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat
2012-09-08libcmis: convert to gbuildMatúš Kukan
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-09-05Some clean up of previous commitStephan Bergmann
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin
2012-09-01ucb: add component prefixesMatúš Kukan
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-22remove unused module-description xml filesMatúš Kukan
2012-08-22do not deliver these module-description xml filesMatúš Kukan
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-07Remove non-existing forward declarationsThomas Arnhold
2012-08-05Remove unused macrosThomas Arnhold
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-07-13warning C4101: unreferenced local variableMichael Stahl
2012-07-11CMIS UCP: getChildren created wrong path if there is no trailing /Cédric Bosdonnat
2012-07-11CMIS UCP: guess the parent URL using the current path if neededCédric Bosdonnat
2012-07-09CMIS UCP: forgot to git add new filesCédric Bosdonnat
2012-07-09CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat
2012-07-03CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat
2012-07-02CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat
2012-07-01Remove unused definesThomas Arnhold
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-29Fix java "unchecked conversion" warning in UCB moduleNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat
2012-06-29Remove some more include guardsThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-28CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat
2012-06-28CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat
2012-06-28CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat
2012-06-28CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat
2012-06-27CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat