summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* online update: Add preliminary support for creating MAR librariesNathan Yee2015-06-293-0/+54
| | | | Change-Id: I04040d67b82afc0f00558d493ee046c97001cd5d
* online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky2015-06-2982-0/+13176
| | | | | | | | | | | | | | | | | | | This commit copies several source files around the Mozilla's online update from the Mozilla sources to LibreOffice. The hope is that we will be able to modify it so that LibreOffice can use the same update mechanism as Firefox, including downloading the packs on background, and applying them on the next start. changeset: 248917:ce863f9d8864 The following locations in the Mozzila sources were copied: firefox/modules/libmar -> onlineupdate/source/libmar firefox/toolkit/mozapps/update -> onlineupdate/source/update JavaScript parts were omitted. Change-Id: I0c92dc0bf734bfd5d8746822f674e162d64fa62f
* Related tdf#92322: fix crash with doCursorJulien Nabet2015-06-291-0/+2
| | | | | | | | | | | | | 0 0x00002aaaafaf3b0c in BrowseBox::DoShowCursor(char const*) (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:182 1 0x00002aaaafafe392 in BrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:2489 2 0x00002aaaafb27966 in svt::EditBrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/editbrowsebox.cxx:237 3 0x00002aaab1b5706a in vcl::Window::CompatGetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/window.cxx:3948 See https://bugs.documentfoundation.org/attachment.cgi?id=116859 Change-Id: I664884ee9333055707aecd7ad309c1a97596b71b Reviewed-on: https://gerrit.libreoffice.org/16538 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
* German comments: i18npool and scaddins now complete.Michael Meeks2015-06-291-2/+2
| | | | Change-Id: I00983cc759706ebd9461367bd5235bd7e6304e24
* tdf#92353 FileSave: Not confirmed for overwrite a file (unix)Juergen Funk2015-06-291-1/+1
| | | | | | | | | The setConfimOverwrite function must be set after setOperationMode function Change-Id: Id5ab54be502e9c96eba3d7ab600b5e06e241c8fd Reviewed-on: https://gerrit.libreoffice.org/16517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Explain how to test SDK examplesStephan Bergmann2015-06-291-0/+22
| | | | Change-Id: Ifcf0a7276e1b0da6b9176eb70c4a8dae00491935
* SwFrm::Calc: use vcl::RenderContextMiklos Vajna2015-06-2934-147/+185
| | | | Change-Id: I98de3f5413756c494c677d592ea921155e4c08be
* Make the patch actually applyTor Lillqvist2015-06-291-1/+1
| | | | Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
* tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar2015-06-294-10/+19
| | | | | | | | | Disables the area tab when a line is selected Change-Id: Ib02a68fb548a7cc10f9af7e0d1b6191119f18915 Reviewed-on: https://gerrit.libreoffice.org/16165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet2015-06-291-1/+1
| | | | | | | | | | | | Missing "else" in front of the "if" Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b355da6853af6678c4ba22710d157cf8a6d43eb Change-Id: I3c32e8f09acbea7094c4268384ec4b1c4e028fc5 Reviewed-on: https://gerrit.libreoffice.org/16497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Deena Francis <deena.francis@gmail.com> Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* fix build of libetonyek with older versions of gccDavid Tardon2015-06-292-0/+56
| | | | Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
* g_assert_nonnull was not declaredCaolán McNamara2015-06-291-0/+2
| | | | Change-Id: Ie98c37d4bdaa365ac27e8620fb5bbecbb0faccdf
* Resolves: tdf#92275 impress grinds to a halt constant swapping imagesCaolán McNamara2015-06-291-8/+13
| | | | | | | | | This reverts commit 6c84442f99de109b585d3ba8964deb8dcf261c0f. "tdf#87820 Images not displayed properly in Calc" and replaces it with an alternative solution Change-Id: Iecb560d43767f0e41e442a307eefcdcecb7589ef
* coverity#1308581 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I925cc31890c8b1cd5ced0a619fbfde4be0a66dd4
* coverity#1308576 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: Ic31670bd8999961dc9571c8d55817951a702d417
* coverity#1308553 Uncaught exceptionCaolán McNamara2015-06-292-4/+4
| | | | Change-Id: I26d41fa888c2426ad8e77a170d9e9eb880ad32df
* coverity#1308463 Uncaught exceptionCaolán McNamara2015-06-292-6/+6
| | | | Change-Id: If0308eb0068951af425cb691672b915decc384a2
* coverity#1308429 Unchecked return valueCaolán McNamara2015-06-291-1/+1
| | | | Change-Id: I1d7db630eb6d0c12c5eb8b507be114693689e4e1
* coverity#1308595 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I2245925215e98077c9665803435d39e9a05de367
* coverity#1308594 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: Ic320ba53565ef735d24a3538bf1863b3fb37c97a
* coverity#1308593 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I3cf82f3f0e859b24d75f8ca8e0daf82b02becb0a
* coverity#1308592 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I1a63116534430ebf8d203c21baf248a84a39b221
* coverity#1308591 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I0e1198a9b0b9e5d37ff5278f340fc640d8886eb0
* coverity#1308590 Uncaught exceptionCaolán McNamara2015-06-291-2/+2
| | | | Change-Id: Ic92709acff10386f22b633e9cd4c3ad6cd1fbc9b
* coverity#1308589 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I18cf4edd57abd297273f94a78a1a612c60e0f570
* coverity#1308588 Uncaught exceptionCaolán McNamara2015-06-291-0/+5
| | | | Change-Id: I1979075cc4ad9e6b37235306c658fcceb96d7721
* coverity#1308587 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I45e699ebf255e7d933a3b5d77717dcd7583d8383
* coverity#1308586 Uncaught exceptionCaolán McNamara2015-06-292-2/+3
| | | | Change-Id: I86097e94dd47153a919bb7721376c5b98b50354e
* coverity#1308584 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I55178c48f57c26f7eec7efa052abd9edbf7adeb0
* insert/shift unit test for tdf#44419Eike Rathke2015-06-291-0/+39
| | | | Change-Id: If056bd05ca8895ad301a45bb078d303b56cd172a
* gtktiledviewer: Don't continue on widget init failurePranav Kant2015-06-291-2/+2
| | | | Change-Id: I5916357903fad5878d29bc31f21af45816a45ec5
* lokdocview: Handle DELETE keyPranav Kant2015-06-291-0/+3
| | | | Change-Id: I58d0c36decf81c812c108458b449402416ebcc2d
* tilebuffer: Add timer to measure paintTile() callPranav Kant2015-06-291-1/+4
| | | | Change-Id: I2645863c7445e17d77e2c4e2dc24e22f8685034e
* lokdocview: Remove superfluous *_post_key()Pranav Kant2015-06-293-46/+20
| | | | | | Instead directly let LOKDocView handle the input. Change-Id: I260a460df23c3e2e5c78d8b363bb864ae5c63dab
* lokdocview: Don't handle hyperlink clicksPranav Kant2015-06-292-3/+20
| | | | | | | Instead emit the signal 'hyperlink-clicked', and let the application decide how it wants to handle the hyperlink clicks. Change-Id: Ief72bbd16727e140cacf28b852ad43952c02f7ae
* Hiding the line style label in sidebarRishabh Kumar2015-06-291-59/+72
| | | | | | | | | | | Fixes the cropped controls. Change-Id: I08d59ccd40e745148f9f6a4d5f61e507697b3ce8 Reviewed-on: https://gerrit.libreoffice.org/16436 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* unit test for tdf#44419Eike Rathke2015-06-291-1/+39
| | | | Change-Id: I58cccec61eb0235f2212705d4435d7c08ef99146
* Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"Andras Timar2015-06-292-0/+14
| | | | | | | | This reverts commit 601d7d38628bf93218fba15249c4654ae24e7396. desktop and svx need these flags in case of OS X sandboxing Change-Id: Ib811aa53bc2d71839961cdcea0dd4836ebdbc38c
* -fsanitize=vptr: avoid needless, wrong downcastStephan Bergmann2015-06-291-2/+1
| | | | Change-Id: Ib07f3e484f0065a0c72cc0672fc5d975c00f38fa
* -fsanitize=vptr: avoid premature downcastStephan Bergmann2015-06-291-2/+2
| | | | Change-Id: I6e355e9283987c1a900b28c5271142aebb55e3b1
* external/graphite: work around -fsanitize=nonnull-attribute/vptrStephan Bergmann2015-06-292-0/+54
| | | | Change-Id: Ic0766555dc7a04bbb8c7ad8f9cba3d74d84c59db
* remove custom RTTI from basctl::BaseWindowNoel Grandin2015-06-296-9/+0
| | | | | | unused Change-Id: Icfb5a29f592629e4332c31b083d78efcd2d0161e
* tdf#39468 Translate German Comments - scaddins/Phillip Sz2015-06-291-5/+2
| | | | | | | Change-Id: I95ea40b1b349f03e8ce45906a50e18f7a95ca5e9 Reviewed-on: https://gerrit.libreoffice.org/16525 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* rendercontext: Simplify.Jan Holesovsky2015-06-291-18/+8
| | | | Change-Id: I1dced1263a114d8d30b66da8974d075c83a8414f
* Resolves: tdf#92047 fix wrong merge conflict resolutionCaolán McNamara2015-06-291-1/+1
| | | | | | | | | | | | | | since commit e8b97a52c96df9c8e8055407b1e40ed7cb9cfc67 Merge: 2b0be6c 0cde74f Date: Tue Apr 28 11:41:31 2015 +0100 - bWaterDisabled = !(pTreeBox || aFmtLb.GetSelectionCount() <= 1); - bWaterDisabled = (pTreeBox || aFmtLb->GetSelectionCount() <= 1) ? sal_False : sal_True; ++ bWaterDisabled = pTreeBox || aFmtLb->GetSelectionCount() <= 1; Change-Id: I14d848b4527adf05eb05110b93369791134cbe6c
* coverity#1308583 Uncaught exceptionCaolán McNamara2015-06-294-4/+4
| | | | Change-Id: Ibc6a8e437d81769b9a77d0a52e98f71b1c7e7d51
* coverity#1308582 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: Ibe15ebdbdd5c0eb719821043696ce22f76c5b232
* coverity#1308580 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I13722acfcdf3d1706c26796c56158c99d3d844ba
* coverity#1308579 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I6bd1f9cdf69865972de9c22106a95e1ebf9a74f7
* coverity#1308577 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
| | | | Change-Id: I6de407255be2bd1cc12edb5bbcaba5dd2501f60d