- 21 Eki, 2015 29 kayıt (commit)
-
-
Stephan Bergmann yazdı
* Get rid of different dconf trees for reading and writing again; the one single tree is /org/libreoffice/registry/. * Trigger the special write-back mode when a file $SYSUSERCONFIG/libreoffice/dconfwrite is present; then, ignore the default user:!... entry in CONFIGURATION_LAYERS (i.e., don't use the UserInstallation's registrymodifications.xcu) and instead write changes back to the dconf tree. Change-Id: I6b4d7251851da3fe7abbc9dcb080d57b278de96b
-
Stephan Bergmann yazdı
...so test code can later reliably check that a newly obtained value is different from oldValue. (Use copyStruct instead of new, in case the type of oldValue is derived from the type determined with instanceof.) Change-Id: I3bcf406e0ca06a710f5d43bd75c0e96ff68dbde4
-
Adolfo Jayme Barrientos yazdı
Please never use the word “dialog” in a dialog’s title. It’s obvious. This string has led to confused translations. Change-Id: Id55d45a48630e5f3d3f01d4eee87240f9907a803
-
Tor Lillqvist yazdı
Change-Id: I95d81a35da99beb412b51604ff074e410dbfb530
-
Noel Grandin yazdı
Change-Id: Ia29a9aa59c234a92366113e176931bc286ec8abb
-
Noel Grandin yazdı
no need to store uno::Reference on the heap Change-Id: Iec3abe2190648e85a37b22763c8d19ba29634373
-
Noel Grandin yazdı
Change-Id: Icf0b4153d07d9c412889d6a7364d4282bba33032
-
Stephan Bergmann yazdı
...for 7c465e7f "coverity#1326260 Explicit null dereferenced" Change-Id: I3b7fb8195c29b7e447fbe31f823cd00d7a820e95
-
Eike Rathke yazdı
Change-Id: Icc3d66c16fca95aa890aee6c67c84674fef878fc
-
Eike Rathke yazdı
nIcuErr after the second RegexMatcher::find() call was U_STRING_NOT_TERMINATED_WARNING hence a check for U_ZERO_ERROR failed and a content string of "foo <emph>bar</emph> baz" became "foo <emph>bar</emph> baz" which later provoked a missing ending tag error. This should had used U_SUCCESS(nIcuErr) instead and only worked by chance. Apparently the warning wasn't issued in earlier ICU versions and only introduced with 55 or 56. Change-Id: I36482c928544fc6e8c0403997af33084a47d4bea
-
Tor Lillqvist yazdı
Change-Id: I0236ff718ec9c3ee8d5845a044d65c927a896879
-
Noel Grandin yazdı
Change-Id: I2a46f2128ef86ea0d692240b968ea52ab8e09dcc Reviewed-on: https://gerrit.libreoffice.org/19489Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Otherwise we always use the switch-monitor icon for the restart-timer button. Change-Id: Icd2e4322285b1c73a104ce0ffada116b9cae0ad4
-
Jan Holesovsky yazdı
It turns out that Base already has a similar property called "PickListEntry". Let's make it consistent then, and rename "AvoidRecentDocs", so that it works in all the apps the same way. So instead of setting "AvoidRecentDocs" to true, set "PickListEntry" to false. Change-Id: Idf0dd8e8892218f387944f0ad43b292c4b052be6
-
Noel Grandin yazdı
Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I7587c587a52310dbfee8e79a038495eb26b108b0
-
Miklos Vajna yazdı
Change-Id: I6006ce61ed28fc748495ac58d191e1cfa95e3335
-
Jan Holesovsky yazdı
Change-Id: I292281e300e8976bf5ae286262a6a3e20de41858
-
Jan Holesovsky yazdı
When "AvoidRecentDocs" is set to true, the loaded document is not added to the recent documents list, avoiding the (a bit expensive) thumbnail creation. Useful when loadComponentFromURL() is called from macros, or when LibreOffice is controlled via UNO. See the bug for an example. Change-Id: I99d516cae8b278199a01276686465f716b9b4cec
-
Jan Holesovsky yazdı
Rename to addModelArgs, and kill some whitespace. Change-Id: Ic644cb2d1074450491d271db36db92049e7d77e3
-
Stephan Bergmann yazdı
Change-Id: I3fa3e83e67b5ba017bbd2a33edaf41207e5fe96f
-
Stephan Bergmann yazdı
...that always have a static UNOTYPEINFO field Change-Id: Ie70632c47e03897e79c3ddf7087e51c1e67cf086
-
Andrzej Hunt yazdı
The default constructor doesn't necessarily have 0 parameters, hence we need to explicitly test for this too. Change-Id: I685c44ab373ec8234a86824a77cc523a355c8b05 Reviewed-on: https://gerrit.libreoffice.org/19496Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jan Holesovsky yazdı
Change-Id: Id33e58b6e298ff7b3a421a5cd96df1372a4a7923
-
Noel Grandin yazdı
Change-Id: Icc8bf14bd7876df321958bc0ed24a5587213827f Reviewed-on: https://gerrit.libreoffice.org/19488Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I90202b5a537cb64f4ddae3141e19270a93c5b6e0 Reviewed-on: https://gerrit.libreoffice.org/19487Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I85e866fc5b52c3bbedd5b54549dba018b70be2f7 Reviewed-on: https://gerrit.libreoffice.org/19485Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Iffaf661fe915c9b0e3500ae3923fd8300583c512 Reviewed-on: https://gerrit.libreoffice.org/19484Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 20 Eki, 2015 11 kayıt (commit)
-
-
Tor Lillqvist yazdı
At least for the Cambria font, instead of a precombined glyph, Uniscribe ends up using a separate diacritic glyph for some (all?) accented Latin characters. That caused weird layout errors in justified lines when an accented character was followed by space: The diacritic got separated from the base character. Fix that specific case. Be careful not to mess with any other cases. While debugging this I added lots of temporary debugging printouts. Leave some helper functions for that behind, inside #if 0. Maybe we should start collecting such functions, including ones for most common Win32 structs, in some include file in some common location? Change-Id: Ib0198411f820cb8ba8456786869185a43628628c
-
Timothée Isnard yazdı
Change-Id: Ibd4b88302a8791a62d612bd49641763d7b565021 Reviewed-on: https://gerrit.libreoffice.org/19312Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
marstay yazdı
Change-Id: I5b2dece19512399f6646a8f7acf022d4230a760a Reviewed-on: https://gerrit.libreoffice.org/19430Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
regression from commit c72fac26 Date: Mon Mar 16 12:17:44 2015 +0200 vclwidget: convert lots more sites to use VclPtr Change-Id: Iac6a83003d9c395589acdc23fe511d2bb47e91ee
-
Caolán McNamara yazdı
Change-Id: Iee847f2c82c35e5f92e8be29e1f2062085977dbc
-
Caolán McNamara yazdı
Change-Id: I6147a86cbe216830a693c24654cfaf2e63d4601e
-
Caolán McNamara yazdı
Change-Id: I96ee36baef6301ce98ee200b58cc9634d615cfa1
-
Caolán McNamara yazdı
Change-Id: Idda304f3085e09aeb300d336debd6459de1bf414
-
Caolán McNamara yazdı
Change-Id: I3981037c8383aff65c8b78eb4752c11ddeffc8fd
-
Caolán McNamara yazdı
Change-Id: I827e6967938114946193f34d7102ff9cd132a1a9
-
Caolán McNamara yazdı
Change-Id: I6338746911e279f934a0cb7113de81d7a02c6cb1
-