Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | Turn on Neon debug output (if enabled in Neon) when building for debugging | Tor Lillqvist | 1 | -2/+3 |
2013-03-15 | fdo#54275: Fix GVFS UCP, so saving docs works again | Stephan Bergmann | 1 | -9/+13 |
2013-03-13 | rhbz#895690: Make GIO UCP less brittle, so saving docs works again | Stephan Bergmann | 1 | -16/+15 |
2013-02-14 | CMIS: made it work with Lotus Live | Cédric Bosdonnat | 3 | -34/+135 |
2013-02-14 | CMIS: URL-decode username or it won't be shown properly in dialog | Cédric Bosdonnat | 1 | -3/+3 |
2013-02-12 | CMIS: proxy was setin to ":-1" is no proxy is defined in the UI | Cédric Bosdonnat | 2 | -2/+6 |
2013-01-25 | CMIS: use the proxy settings from the options | Cédric Bosdonnat | 2 | -0/+18 |
2013-01-14 | Add missing parenthesis | Julien Nabet | 1 | -1/+1 |
2012-12-05 | Bye bye ODMA | Tor Lillqvist | 22 | -4476/+0 |
2012-11-30 | One more blind Windows-only ucp/odma fix attempt | Stephan Bergmann | 1 | -2/+2 |
2012-11-30 | fix build on windows in ucb/source/ucp/odma/* | Noel Grandin | 4 | -14/+11 |
2012-11-30 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin | 50 | -252/+242 |
2012-11-30 | fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory | Noel Grandin | 46 | -137/+134 |
2012-11-30 | fdo#46808, convert ucbhelper::ResultSet to XComponentContext | Noel Grandin | 14 | -33/+36 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 1 | -5/+0 |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin | 3 | -38/+21 |
2012-11-28 | fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory | Noel Grandin | 1 | -4/+3 |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl | 2 | -8/+8 |
2012-11-06 | cppCheck: Possible inefficient checking for emptiness | jailletc36 | 2 | -2/+2 |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks | 31 | -148/+0 |
2012-11-06 | fdo#46808: Further fix of Windows-only odma_provider | Stephan Bergmann | 1 | -1/+1 |
2012-11-06 | fdo#46808 adapt GIO provider | David Tardon | 3 | -8/+9 |
2012-11-05 | fdo#46808: Adapt odma_provider to recent commit | Stephan Bergmann | 2 | -4/+4 |
2012-11-05 | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier | Noel Grandin | 14 | -57/+44 |
2012-11-05 | fdo#46808, use service constructor for ucb::PropertiesManager | Noel Grandin | 2 | -4/+4 |
2012-11-05 | fdo#46808, use service constructor for ucb::Store | Noel Grandin | 21 | -88/+78 |
2012-11-05 | fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style | Noel Grandin | 1 | -7/+2 |
2012-11-05 | CMIS: added confirmation dialog for cancel checkout | Cédric Bosdonnat | 1 | -20/+21 |
2012-11-02 | Use memcpy instead of rtl_copyMemory in ucb | Arnaud Versini | 2 | -4/+4 |
2012-10-31 | Some more configuration::theDefaultProvider simplifications | Stephan Bergmann | 1 | -6/+5 |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin | 11 | -50/+40 |
2012-10-31 | CMIS: added cancelCheckOut and checkIn implementations and menu items | Cédric Bosdonnat | 6 | -42/+373 |
2012-10-31 | CMIS UCP: fixed crash when URL to server is wrong, or server down | Cédric Bosdonnat | 1 | -0/+6 |
2012-10-31 | CMIS: don't show up checkout info bar if the document is not versionable | Cédric Bosdonnat | 1 | -0/+16 |
2012-10-31 | Travelled MIME type through UCB for CMIS UCP to use it when creating documents | Cédric Bosdonnat | 5 | -36/+60 |
2012-10-31 | CMIS urls: remove +atom in the internal URLS as the binding is guessed | Cédric Bosdonnat | 5 | -6/+6 |
2012-10-30 | Rationale for webdav-neon vs. webdav | Stephan Bergmann | 1 | -0/+6 |
2012-10-30 | fdo#46808, use service constructor for security::CertificateContainer | Noel Grandin | 2 | -10/+4 |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin | 1 | -3/+4 |
2012-10-22 | some more clang warnings | Caolán McNamara | 1 | -7/+5 |
2012-10-13 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | 3 | -4/+4 |
2012-10-11 | CMIS UCP: fixed crash when cancelling authentication dialog | Cédric Bosdonnat | 1 | -1/+6 |
2012-10-11 | CMIS: Implemented the CheckOut button of the InfoBar | Cédric Bosdonnat | 3 | -0/+53 |
2012-10-11 | CMIS: Provide the CMIS properties in the UNO API of documents | Cédric Bosdonnat | 1 | -0/+171 |
2012-10-10 | add missing dep on tools/diagnose_ex.h | David Tardon | 1 | -0/+4 |
2012-10-10 | add missing dep on ucbhelper/macros.hxx | David Tardon | 1 | -0/+4 |
2012-10-04 | re-base on ALv2 code. Includes: | Michael Meeks | 199 | -2949/+19274 |
2012-10-04 | rename ucb/source/ucp/webdav to webdav-neon | Michael Meeks | 52 | -22/+22 |
2012-10-04 | Fixes/improvements on previous commit | Stephan Bergmann | 1 | -2/+2 |
2012-10-04 | fdo#46808, Adapt task::InteractionHandler UNO service to new style | Noel Grandin | 1 | -8/+4 |