- 03 Şub, 2017 23 kayıt (commit)
-
-
Noel Grandin yazdı
commit eca5ea9f "make the AbstractDialog stuff extend from VclReferenceBase" introduced this regression. Fix up the asynchronous delete to work again - necessary because the delete is triggered from deep inside the object it wants to delete. Change-Id: I18d5a899fbb2da772552ebba7fe6a8e810314010 Reviewed-on: https://gerrit.libreoffice.org/33881Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Marco Cecchetti yazdı
Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8
-
Jan Holesovsky yazdı
... so let's finally do it right, and count in double precision directly. Change-Id: Ic49cc42d9e61a1b9fa9853bfe93d2681a6be88b2
-
Katarina Behrens yazdı
in particular, libgpg-error and libassuan This only downloads and unpacks the tarball. Building them needs some work still Change-Id: I562fd01571929ddfb47a319038f88ea8dbfb4bdd Reviewed-on: https://gerrit.libreoffice.org/33712Reviewed-by:
Siegmund Gorr <siegmund.gorr@cib.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Noel Grandin yazdı
Change-Id: Ie9e6d4aa9dba97d45bf7b8afa2347d34e1651a60 Reviewed-on: https://gerrit.libreoffice.org/33871Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
dilekuzulmez yazdı
Change-Id: Iaedabfa4c4242f5a37f818572fddfbcca88d5b9a Reviewed-on: https://gerrit.libreoffice.org/33849Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Muhammet Kara <muhammet.kara@pardus.org.tr> Tested-by:
Muhammet Kara <muhammet.kara@pardus.org.tr>
-
Miklos Vajna yazdı
This forces writing a comparision of two variables in the CPPUNIT_ASSERT_EQUALS(expected, actual) form, rather than CPPUNIT_ASSERT(actual == expected). The benefit is when the test fail, it's more clear what are these two values, rather than just seeing that they are not equal. In the relatively rare case when the types are not streamable, the plugin can be silenced using CPPUNIT_ASSERT(bool(it == foo.end())). But please always first consider making the type streamable instead. See commit 0e1b831b (CppunitTest_vcl_complextext: fix loplugin:cppunitassertequals warnings, 2016-12-16) for an example. Change-Id: I564fb0724836b6dbbea9262b53ad646e285a339c
-
Arnold Dumas yazdı
Change-Id: I8a5b1665660b0679439f07d3924bb90cb4c4075c Reviewed-on: https://gerrit.libreoffice.org/33848Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I4c8d25ed451ab03d2b5d0e9977ab74fd2ea1bb04 Reviewed-on: https://gerrit.libreoffice.org/33870Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Id06812595f373cd0da8b421dbac34a60a266ae6e Reviewed-on: https://gerrit.libreoffice.org/33869Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Stanislav Horacek yazdı
to remove numbers from translatable strings Change-Id: I2cea3bef08e21683d521f9ab9ce8c11c8d2e6b49 Reviewed-on: https://gerrit.libreoffice.org/32705Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Katarina Behrens yazdı
you beat me to it, mmeeks Change-Id: I3191a506363ebfd9299e9c94857aacdffdb28946 Reviewed-on: https://gerrit.libreoffice.org/33855Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Noel Grandin yazdı
Change-Id: I03d684fc35238a45a6d99855e5ee6d3a5e33740d
-
Johnny_M yazdı
Change-Id: I36e9a90116627c44c755108cb38cb3fad8037b3f Reviewed-on: https://gerrit.libreoffice.org/33851Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Noel Grandin yazdı
These are the simple removals, where it is obviously safe, the more complex ones will come in separate commits Change-Id: I7211945a6a5576354b60d9c709940ce9b674f308 Reviewed-on: https://gerrit.libreoffice.org/33828Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: Ief1cdffbfc59ab4e35ac945d020772ff84c50d61 Reviewed-on: https://gerrit.libreoffice.org/33867Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I460eee8669900d7b6652463f996459ca0bd486e8
-
Miklos Vajna yazdı
By the time DiagramGraphicDataContext::onCreateContext() completes, we know if there will be a DrawingML fallback for the SmartArt (called ExtDrawing in the code) or not. Warn about this case once at the end of the import when in interactive mode. Headless mode silently ignores the warning as expected. Change-Id: I2bfeeedcaa244f08d8a0c208167e79d7bb697e6d Reviewed-on: https://gerrit.libreoffice.org/33866Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
David Tardon yazdı
Change-Id: I7f896bb9650f68626b4bcfe96c9c41fafeab436a Reviewed-on: https://gerrit.libreoffice.org/33827Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Zdeněk Crhonek yazdı
Change-Id: Ic7ddcbe06685433a85792e7d73a962d7b73ae904 Reviewed-on: https://gerrit.libreoffice.org/33854Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Justin Luth yazdı
Various download-and-open mechanisms save to the system's $TEMP dir. If so, don't recomment saving in that same location in the GUI dialog! That's just silly. Change-Id: Ifa20fdfd81d768bbd893f92a50355f08c3aab356 Reviewed-on: https://gerrit.libreoffice.org/33353Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Takeshi Abe yazdı
Change-Id: I83f5c5664aca925f874be8ac939356228697d05f Reviewed-on: https://gerrit.libreoffice.org/33850Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
heiko tietze yazdı
Fix width of labels removed and code added to define it on runtime Fix height of buttons commented out Resizable flag unset Change-Id: I3ffb38b5c9b23447ac914dc8c13fa95072897ced Reviewed-on: https://gerrit.libreoffice.org/33370Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Heiko Tietze <tietze.heiko@googlemail.com>
-
- 02 Şub, 2017 17 kayıt (commit)
-
-
Mark Hung yazdı
A few properties of FillProeprties have the same nWID but have different nMemberId, such as FillGradient, FillGradientName,FillHatch,FillHatchName, FillBitmap, FillBitmapName, and FillBitmapURL. When putting value of an item, the default item was put first, despite the value of the item might have already been put. Move the part of the code that put default item upfront so that it will not overwrite actual value accidentally. Change-Id: I54288420abde333e5b3e4cdd31ca9fae0c3ed7ab Reviewed-on: https://gerrit.libreoffice.org/33594Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I4744b244269f49e2aae4c2159bdb7f91c1f5be6c
-
Johnny_M yazdı
Change-Id: I3b2f4083eeed8a5d56e314796af13841ef19bf56 Reviewed-on: https://gerrit.libreoffice.org/33846Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Mark Hung yazdı
GetHangingMargin() also returns offset for PostItPortion, assure there is a hanging portion before using the value. Change-Id: I750b8078fbd607d49f4bf5f76ea606fc36ea5c23 Reviewed-on: https://gerrit.libreoffice.org/33832Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
dilekuzulmez yazdı
Change-Id: I2a48e513ad71609b11eb02eb5da7aa7d76860e7d Reviewed-on: https://gerrit.libreoffice.org/33841Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
jan Iversen yazdı
In order to compile correct this flag is needed and it is not exported in the json files Change-Id: Ib8f0b882f2d59ed467a9198c148263e2882c60b3
-
David Tardon yazdı
LibreOffice has had direct support for Google Drive since (I think) 5.1, via libcmis. Change-Id: I7587923b3fd7dd505124b790066cdaa99a858af1 Reviewed-on: https://gerrit.libreoffice.org/33822Reviewed-by:
Andras Timar <andras.timar@collabora.com> Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com> Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Zdeněk Crhonek yazdı
Change-Id: Icf81d4536ecfbdd0c059ca3be595145884b19a99 Reviewed-on: https://gerrit.libreoffice.org/33845Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I0ba613bff040d07554dc41783aea332d0a597b3c
-
Samuel Mehrbrodt yazdı
Change-Id: Ide3786aad5589e2d430a4e3890d51117b145e51d Reviewed-on: https://gerrit.libreoffice.org/33842Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Tor Lillqvist yazdı
Change-Id: I218f94c546fb1635691e33e41f6e3f69b93b8f83
-
Caolán McNamara yazdı
which is why my sample document creates a .doc which triggers word's safe mode this has been wrong since initial impl in commit 4d5c193b ... 2003/07/17 14:13:17 mmaher 1.64.6.6: #110851# Added support for animated text effects a mere 13+ years ago Change-Id: I8c4d95dac8e03f6523a2a036f0100f425f787a13
-
Caolán McNamara yazdı
nVerBuiltInNamesWhenSaved (2 bytes): An unsigned integer that specifies the version number of the style names as defined by the application that writes the file. This value SHOULD be 0. old number is 2: which means... "Word 97 2" Specifying a value of 0 is recommended for maximum compatibility, as it will cause all versions of Word to update the names to whatever set of application defined style names is current, with little performance penalty. http://msdn.microsoft.com/en-us/library/0E246123-E907-4AD1-9DFC-558512E2B052 Change-Id: I9a04f62f950c7965d6eb5e6ff23d9c09fe38d99e
-
David Tardon yazdı
When libtool links a library with another libtool-based library, it replaces -lfoo by path to installed foo, like $foo-libdir/libfoo.la. harfbuzz would be installed to /usr/local/lib by default, therefore libtool replaces -lharfbuzz by /usr/local/lib/libharfbuzz.la in libfreetype.la, which causes a failure (nonexistent file) when building fontconfig... Change-Id: Ie2510034e69803af084dd90671fdbc8f6863fcf2
-
David Tardon yazdı
Change-Id: I4fbbd7dfc828e4e38bd59feb93b02fcd6daa74a5
-
David Tardon yazdı
Change-Id: I67055b9cf325b71b0f227b59d94158c334dc724b
-
David Tardon yazdı
Change-Id: I12cc3a8a36aeafd5184eee4051bc798c22769d8c
-