- 12 Eyl, 2015 30 kayıt (commit)
-
-
Damjan Jovanovic yazdı
(cherry picked from commit 4149f99e)
-
Noel Grandin yazdı
Change-Id: I4625a9b73c517b8187e03b11cc0546abdf338d8b Reviewed-on: https://gerrit.libreoffice.org/18502Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: I65706e3e87c1ce287020c90a89f7dc00866bef64 Reviewed-on: https://gerrit.libreoffice.org/18501Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: Ie94dea9b4f48829132ceadcbf36634eeed191bb9 Reviewed-on: https://gerrit.libreoffice.org/18498Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
Change-Id: Ic57611be96f160037fbff2e9452f9206083c80e4 Reviewed-on: https://gerrit.libreoffice.org/18324Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Damjan Jovanovic yazdı
Project: help f1c4e58c8faf814723c205d61ca0608dfd2376ac i#126516# TYPE() formula help doesn't document value 64 for arrays Change-Id: Ia3dd7a45877101323ee4be9746c18124e0a6ab29
-
Michael Meeks yazdı
Change-Id: I1883d137eb65a030c58e1e4ec11df3e63800339b Reviewed-on: https://gerrit.libreoffice.org/18512Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Matteo Casalin yazdı
Fix commit f4c300ea Change-Id: I660ca80b9df47160a24c2d32b1b03a814285a9a8
-
Matteo Casalin yazdı
Order of token extraction is inverted, but since elements are inserted in a set their final order won't be affected. Change-Id: I7f22a518e3d6a9a53951aa89159a36b398af5f46
-
Matteo Casalin yazdı
Change-Id: I7aa236fbfed74dec67ff423d51d7313e7d235e1e
-
Matteo Casalin yazdı
Change-Id: I123274309ecc4ba8d1aa605d3aadc37bb11df9a0
-
Matteo Casalin yazdı
Change-Id: Ibbc706d1af58e1ecf314edf9c4546a779f510067
-
Matteo Casalin yazdı
Change-Id: Id68a8369d0ca907d4afc0d8a22d31d1e4c24133c
-
Matteo Casalin yazdı
Change-Id: Ic5c7e5ab2775422720875d117a22338cbfe283d3
-
Matteo Casalin yazdı
Change-Id: I11e640307ba868b02823a7f7fa4475bc71721b23
-
Matteo Casalin yazdı
Change-Id: I44cba1523c714cb7de38cfcf8131e9191e01476c
-
Matteo Casalin yazdı
Change-Id: Ib21f07835b2e0820bef557dc6c217e5df61dfc2d
-
Matteo Casalin yazdı
Change-Id: I07f6f4426e87cd4066663e0ba7c26917bb984cbd
-
Matteo Casalin yazdı
Change-Id: Ia4e1763cc4d70197342be4e5caf6d5c14cd34c80
-
Matteo Casalin yazdı
Change-Id: I7e93874ed5127c9d674d53b220ba680718bd82ab
-
Matteo Casalin yazdı
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
-
Matteo Casalin yazdı
Change-Id: I4456629dfc242d78f2c63c0b83d00afc3cdd23e7
-
Matteo Casalin yazdı
Change-Id: I8e7909003249a3f86928197bbde29231f84b01c2
-
Matteo Casalin yazdı
Change-Id: Ie85f3a44034ffcfe08493256bc65e49b63a28013
-
Matteo Casalin yazdı
Change-Id: I911742bddba1dac2641d7d2ac1dad0ed195474dd
-
Matteo Casalin yazdı
Change-Id: I3fe7761d1ec88183853b240f7205bf98cfa5e965
-
Matteo Casalin yazdı
Change-Id: I6acb6517b6a62c59dff058e28a9e59342bb32510
-
Katarina Behrens yazdı
Regression from commit 8b779997, which replaced named GtkFrame with GtkBox, but didn't rename the box accordingly. Change-Id: I321dbee05faded81dbf575bca3c578ecb09f1a3e Reviewed-on: https://gerrit.libreoffice.org/18469Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
David Ostrovsky yazdı
VC runtime was substantially refactored on MSVC 14.0. Among other, _tiddata structure defined in crt/src/mtdll.h was replaced with __vcrt_getptd defined in crt/src/vcruntime/vcruntime_internal.h. All members before unsigned long _NLG_dwCode were removed, so that the approach to access the member void * _tpxcptinfoptrs; /* ptr to exception info pointers */ with __pxcptinfoptrs() and compute the offset to the _curexception member of _tiddata doesn't work on MSVC 14.0. As of MSVC 14.0 __vcrt_getptd symbol isn't exported but Microsoft have introduced methods to access current exception, current exception context and processing throw (the later can be accessed through C++17 std::unhandled_exceptions() that was made available in MSVC 14.0): * __current_exception() * __current_exception_context() * __processing_throw() aka std::unhandled_exceptions() Make use of __current_exception() which we can hope will be maintained going forward. Change-Id: Ibfffa5fba62d6928328ac976cb1b24937277363e Reviewed-on: https://gerrit.libreoffice.org/18475Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Ostrovsky <david@ostrovsky.org>
-
Julien Nabet yazdı
Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
-
- 11 Eyl, 2015 10 kayıt (commit)
-
-
Michael Stahl yazdı
PropertySetInfo_Impl in ucb/source/core/ucbstore.cxx is sheer insanity, persisting a PropertySetInfo into the configuration => throw up hands in despair. Change-Id: Ic341e453571072a9ed66c6bf51e96dbe39806566
-
Michael Stahl yazdı
This one may be quite busted even since it compares sal_Int32(-1) with USHRT_MAX. Change-Id: I894b382ad499ee49f4616c7704afbb90f0556744
-
Julien Nabet yazdı
1) kdecommandthread part before: getFiles retrieves all files with: First element = path only of the files other elements = file names (without path) after: Add getSelectedFiles which retrieves all files with their url getFiles uses getSelectedFiles and truncates to 1 entry if more than 1 entry 2) kdefilepicker part before: getFiles case retrieves all files with names including path after: add getSelectedFiles case which retrieves all files with names including path change getFiles to retrieve only the first file (with path) See http://nabble.documentfoundation.org/Dev-f1639786.html for discussion Change-Id: I73cf00e7c03a1f2379f4628b5d7f12418029cca1 Reviewed-on: https://gerrit.libreoffice.org/17064Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Change-Id: I8b5fad24857f434cab351bbbae42c4b09bc6613a
-
Michael Stahl yazdı
There's a very similar comphelper::PropertySetInfo, unfortunately with an additional mnMemberId on its properties, so convert a little... Change-Id: I2a5fc0bb0ff6d680d546192b9d09afee6348f218
-
Albert Thuswaldner yazdı
Change-Id: I0dae68656f1dbe3828e58eb177ce9e98a071fe20 Reviewed-on: https://gerrit.libreoffice.org/18418Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Jacobo Aragunde Pérez yazdı
Change-Id: I35d0ef7976d6dcca65f3335ff9175c799faa99fe
-
Jacobo Aragunde Pérez yazdı
The API does not allow to set a callback for the save operation, we work this limitation around by checking the modification date of the local file periodically. When that date changes, we are sure the local save operation is complete and we can invoke the document provider save operation to push the changes to the cloud, if necessary. Users may press "save" on a document with no changes, in this case we have set a 20 seconds limit to stop checking the modification date. We also add a "save complete" message for the user. Change-Id: Ib8871fac682a5c03a187a7238e11874984143527
-
Jacobo Aragunde Pérez yazdı
The LOMainActivity now needs to be aware of Document Providers, so we pass the providerId and documentUri in the Intent so it can rebuild the DocumentProvider and the IFile objects. We also implement the ownCloud save operation. TODO: since the local save operation does not have a callback, we do not know when the cloud save operation should be performed. Now we just wait 5 seconds to trigger it. Change-Id: I060969e12888eca07c8c56ddc82cbed6c45a0739
-
Jacobo Aragunde Pérez yazdı
This ID will be useful to get an instance of a document provider back from a different activity. Change-Id: I9419ea23d51f8e9ffd70252bd8e367cf51bde1ad
-