Age | Commit message (Expand) | Author | Files | Lines |
2012-09-08 | libcmis: convert to gbuild | Matúš Kukan | 1 | -1/+1 |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 7 | -16/+0 |
2012-09-05 | Some clean up of previous commit | Stephan Bergmann | 2 | -5/+4 |
2012-09-05 | fdo#46808, Adapt frame::ModuleManager UNO service to new style | Noel Grandin | 1 | -7/+4 |
2012-09-03 | fdo#46808, Adapt io::Pipe UNO service to new style | Noel Grandin | 1 | -20/+16 |
2012-09-01 | ucb: add component prefixes | Matúš Kukan | 26 | -26/+26 |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin | 2 | -3/+5 |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | 4 | -7/+8 |
2012-08-22 | remove unused module-description xml files | Matúš Kukan | 13 | -1476/+0 |
2012-08-22 | do not deliver these module-description xml files | Matúš Kukan | 2 | -47/+0 |
2012-08-20 | callcatcher: remove some of the slightly trickier unused methods | Caolán McNamara | 2 | -11/+0 |
2012-08-17 | gbuild: register all jars | Michael Stahl | 2 | -10/+10 |
2012-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | 11 | -29/+7 |
2012-08-07 | Remove non-existing forward declarations | Thomas Arnhold | 1 | -4/+0 |
2012-08-05 | Remove unused macros | Thomas Arnhold | 1 | -14/+0 |
2012-07-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | 1 | -3/+3 |
2012-07-13 | Search for char instead of 1 char long string, when possible. | Christophe JAILLET | 1 | -1/+1 |
2012-07-13 | warning C4101: unreferenced local variable | Michael Stahl | 2 | -3/+3 |
2012-07-11 | CMIS UCP: getChildren created wrong path if there is no trailing / | Cédric Bosdonnat | 1 | -1/+5 |
2012-07-11 | CMIS UCP: guess the parent URL using the current path if needed | Cédric Bosdonnat | 1 | -0/+11 |
2012-07-09 | CMIS UCP: forgot to git add new files | Cédric Bosdonnat | 5 | -0/+732 |
2012-07-09 | CMIS UCP: Added support for Binding URL and Repository as folders | Cédric Bosdonnat | 9 | -193/+109 |
2012-07-03 | CMIS UCP: fallback to URL with id as the mark if we can't get the path | Cédric Bosdonnat | 5 | -4/+39 |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | 15 | -60/+15 |
2012-07-02 | UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded them | Cédric Bosdonnat | 1 | -1/+1 |
2012-07-02 | CMIS UCP: show some caught exceptions in ucpcmis.INFO | Cédric Bosdonnat | 1 | -0/+5 |
2012-07-01 | Remove unused defines | Thomas Arnhold | 2 | -16/+0 |
2012-06-30 | Some cppcheck cleaning | Julien Nabet | 4 | -7/+7 |
2012-06-29 | Fix java "unchecked conversion" warning in UCB module | Noel Grandin | 1 | -2/+2 |
2012-06-29 | re-base on ALv2 code. | Michael Meeks | 1 | -23/+14 |
2012-06-29 | UCP CMIS: avoid breaking the media type when saving a document | Cédric Bosdonnat | 1 | -1/+20 |
2012-06-29 | Remove some more include guards | Thomas Arnhold | 5 | -27/+0 |
2012-06-29 | Remove UNO includes comments | Thomas Arnhold | 6 | -18/+0 |
2012-06-28 | CMIS UCP: fixed save as which was broken by bad exceptions catching | Cédric Bosdonnat | 1 | -30/+50 |
2012-06-28 | CMIS UCP: cached session id change was not impacted on all constructors | Cédric Bosdonnat | 1 | -3/+4 |
2012-06-28 | CMIS UCP: strings coming from libcmis are UTF-8, not ascii | Cédric Bosdonnat | 2 | -10/+13 |
2012-06-28 | CMIS UCP: oops, read-only check has been reversed somehow | Cédric Bosdonnat | 1 | -1/+1 |
2012-06-27 | CMIS UCP: session cache, better use the binding URL + repo Id as id | Cédric Bosdonnat | 3 | -7/+13 |
2012-06-27 | Remove unused include files | Thomas Arnhold | 1 | -69/+0 |
2012-06-27 | CMIS UCP: Use the URL host as ID for cached sessions | Cédric Bosdonnat | 2 | -9/+4 |
2012-06-26 | cmisucp: catch the exception when getting CMIS object | Cédric Bosdonnat | 2 | -206/+258 |
2012-06-26 | removed unused forward declarations of class | Takeshi Abe | 9 | -14/+0 |
2012-06-25 | Remove various commented out defines | Thomas Arnhold | 1 | -3/+0 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 114 | -2651/+1657 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 19 | -418/+273 |
2012-06-14 | CMIS UCP: fixed Save As into a CMIS repo | Cédric Bosdonnat | 1 | -12/+23 |
2012-06-12 | rhbz#678440: Always include User-Agent to avoid 403 from picky servers | Stephan Bergmann | 1 | -0/+15 |
2012-06-12 | nuke dead code | Takeshi Abe | 2 | -29/+0 |
2012-06-06 | Do not copy etc. singular iterator values. | Stephan Bergmann | 3 | -10/+55 |
2012-06-06 | ucb: second try to fix weird STL assertion on tinderbox | Michael Stahl | 1 | -5/+5 |