Age | Commit message (Expand) | Author | Files | Lines |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 7 | -1/+13 |
2013-01-26 | Remove redundant braces around for loops | Stephan Bergmann | 2 | -12/+22 |
2013-01-24 | CMIS: use the proxy settings from the options | Cédric Bosdonnat | 2 | -0/+18 |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | 1 | -4/+4 |
2013-01-21 | gvfs UCP: silence -Werror=deprecated-declarations | Michael Stahl | 1 | -0/+2 |
2013-01-20 | Fix missing parenthesis | Julien Nabet | 1 | -40/+40 |
2013-01-13 | Add missing parenthesis | Julien Nabet | 1 | -1/+1 |
2013-01-13 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac | 1 | -270/+102 |
2012-12-30 | fdo#39440 - cppcheck cleanliness | Radu Ioan | 1 | -1/+1 |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist | 1 | -2/+2 |
2012-12-20 | Some cppcheck cleaning | Julien Nabet | 1 | -4/+4 |
2012-12-15 | Some cppcheck cleaning | Julien Nabet | 1 | -5/+5 |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | 1 | -128/+0 |
2012-12-10 | fdo#46808, use service constructor for embed::StorageFactory | Noel Grandin | 4 | -23/+17 |
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 |