- 06 Agu, 2015 40 kayıt (commit)
-
-
Justin Luth yazdı
IMDeleteSurrounding is used by input methods to take multiple keystrokes and convert them into a special character. Then the composing keystrokes are removed. Before this fix, the cursor placement was not adjusted, so the special character was inserted in the wrong position and if 3+ keystrokes were involved, the wrong characters were deleted. Also fixes "editLine should have focus on accessibleText init." The first time an accessibleEdit is created, it didnt recognize any focused text when editing in the "Input Line". Change-Id: I5be9b75f74d4df82fbd57da3817a626b5fcbeba1 Reviewed-on: https://gerrit.libreoffice.org/15961Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/16619
-
Eike Rathke yazdı
... for callers that individually check for them, like ScRange::ParseAny() Change-Id: I23fc2c178a9c89b59f99f2fb86223324b7e5d378 (cherry picked from commit 07cd14f1)
-
Julien Nabet yazdı
2 changes for the 2 following bts First bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116883 Second bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116888 Change-Id: I92ed3b7305bb5b714532f2dcffd615a8337db8b6 Reviewed-on: https://gerrit.libreoffice.org/16557Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit cb813b39)
-
Julien Nabet yazdı
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/16583Reviewed-by:
Philippe Jung <phil.jung@free.fr> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
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/16497Tested-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> (cherry picked from commit 594ef250) Reviewed-on: https://gerrit.libreoffice.org/16576Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I845a3eda41263a07e1e69eb6ff37ff5ab2576905 (cherry picked from commit 9ce8f735)
-
Caolán McNamara yazdı
Change-Id: I906f53ca5428b51077b4ac28462c2e8827f2a31f (cherry picked from commit f4305875)
-
Caolán McNamara yazdı
Change-Id: I9188c6071f62d13a688c1eb6b14b1ac3f7dc77d4 (cherry picked from commit 67d0aee9)
-
Caolán McNamara yazdı
Change-Id: I173618b2e6a2ad69918da8b85ec0eef7099f1d3d (cherry picked from commit 02b1e147)
-
Eike Rathke yazdı
For example, convert A1:A1048576 to A:A but not A$1:A1048576 or A1:A$1048576 Change-Id: I7845134f79a04f7c031896d515ea1cb8050bd454 (cherry picked from commit 0ccefa0c)
-
Miklos Vajna yazdı
Commit 56dd27d9 (sw: invalidate after keypresses when we have a callback, 2015-01-13) only enabled invalidate-then-paint for the tiled rendering case, because the main loop had no priorities back then. This limitation went away with 48c2815d (tdf#91727 - Unwind non-dispatch of idle handlers., 2015-06-10), so it's not a problem to always do this panting inside the Paint() call. Change-Id: I98ddfcc0f20f1553974b74ec3c859dde315612e4 Reviewed-on: https://gerrit.libreoffice.org/16587Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> (cherry picked from commit beb4aa21)
-
Miklos Vajna yazdı
The idea is that mpOut is only used for non-drawing purposes outside Paint(), e.g. to do logic <-> pixel conversion. Change-Id: Ia83cd32dd0a5152dcfc1644e92af08b4ddf4653c Reviewed-on: https://gerrit.libreoffice.org/16584Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> (cherry picked from commit 98d2d985)
-
Miklos Vajna yazdı
(cherry picked from commit 8527dfbd) Conflicts: sw/source/core/layout/sectfrm.cxx sw/source/core/text/frmform.cxx sw/source/core/text/txtfrm.cxx Change-Id: I98de3f5413756c494c677d592ea921155e4c08be
-
Miklos Vajna yazdı
Change-Id: I2aaee946bdc5a22cf5a83e1e50714556260280f3 (cherry picked from commit 7192cb0f)
-
Miklos Vajna yazdı
Change-Id: I34306bb1622c79489eb647ed45f398ad2634c144 (cherry picked from commit ea1ea3b9)
-
Miklos Vajna yazdı
Change-Id: I9c59116828585c9645bc415ef5fffe65a24d09ee (cherry picked from commit 533e9794)
-
László Németh yazdı
Change-Id: I214f49ada17ddb350586426085d27290ad46ee61 Reviewed-on: https://gerrit.libreoffice.org/16603Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Rene Engelhard yazdı
Change-Id: Ie9cbf1b6dfc79df3a74efd3b9bb31ce33e7be3a0
-
Stephan Bergmann yazdı
(same as dfba7454) Change-Id: I3c79b406c2bf661717880def94989614860f9cb6
-
Eike Rathke yazdı
Some callers of ScRefUpdate::Update() rely on a return value !=UR_NOTHING if rows or columns are inserted or deleted or moved, so simply ignoring the entire columns/rows cases is not possible even if the ranges actually don't change. Instead, return UR_STICKY that may allow to further differentiate in future. Change-Id: Iba6c1e5eb1a33d39ef677ef1de2f2d296bf504f1 (cherry picked from commit 9a21a20f)
-
Eike Rathke yazdı
Change-Id: Iac8574329c8c8e0bc0ac956993ccdd085372a6cc (cherry picked from commit 5e83f49e)
-
Caolán McNamara yazdı
Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8 (cherry picked from commit 1ca05e1a)
-
Eike Rathke yazdı
Change-Id: I89c1249315059d6a04615de27e8b9b18dfd300ff (cherry picked from commit 81b606f5)
-
Yousuf Philips yazdı
Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d Reviewed-on: https://gerrit.libreoffice.org/16440Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e8938f2d) Reviewed-on: https://gerrit.libreoffice.org/16528Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Eike Rathke yazdı
Change-Id: I8eed87f0e6c0816a7d315f6c5ed039b0b193c322 (cherry picked from commit 30396941)
-
Tor Lillqvist yazdı
Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
-
David Tardon yazdı
Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
-
Caolán McNamara yazdı
This reverts commit 6c84442f. "tdf#87820 Images not displayed properly in Calc" and replaces it with an alternative solution Change-Id: Iecb560d43767f0e41e442a307eefcdcecb7589ef (cherry picked from commit 2d196d0e)
-
Caolán McNamara yazdı
since commit e8b97a52 Merge: 2b0be6c0 0cde74f7 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 (cherry picked from commit 76837070)
-
Yousuf Philips yazdı
Change-Id: I1cdfc8495dbc54b71d5971b7aef396b7a34c6de9 Reviewed-on: https://gerrit.libreoffice.org/16555Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 605f2233) Reviewed-on: https://gerrit.libreoffice.org/16559Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr>
-
Miklos Vajna yazdı
properties.pSGlobalShell can be legitimately 0 here. No testcase, for some reason the export does not crash if it's done by CppunitTest_sw_filters_test or CppunitTest_sw_odfexport; but it does crash with '--headless --convert-to odt kde140265-1.doc'. Change-Id: I50936f9e5236763cc987aba14d8fc897c4b789bf (cherry picked from commit 4cd3f9a7)
-
Miklos Vajna yazdı
One tricky part is that in generic SwFrm methods SwRootFrm may not have a shell and doesn't need a vcl::RenderContext, either; so check for that situation explicitly where the frame may be a root one. Change-Id: I48f39fb7195290393fca34f75d8798fb5f960f46 (cherry picked from commit a3413204)
-
Miklos Vajna yazdı
Change-Id: I468d662a612c951dc1482cfc685dee800bb11f82 (cherry picked from commit 05e50b57)
-
Miklos Vajna yazdı
Change-Id: Ia37257286cce7a4a4a6fdffd2dd0d896d46db548 (cherry picked from commit 6b88a650)
-
Katarina Behrens yazdı
Regression from ed6b8c9f which slightly changed the logic and set bHandled to true by default, thus effectively throwing all key press events except for Enter and Esc away. Set key press events (minus Enter & Esc) to bHandled = false and let them fall through to be dealt with in the base class (ComboBox) Change-Id: Ie1d857725a7de1d0bed1fd59df7eef5390ae5f3d Reviewed-on: https://gerrit.libreoffice.org/16407Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
László Németh yazdı
(cherry-picked from 1ebe3004) Change-Id: I9ea9cf895f3d608bd3289c1847eea2f6d47a910c Reviewed-on: https://gerrit.libreoffice.org/16521Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
László Németh yazdı
Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e Reviewed-on: https://gerrit.libreoffice.org/16534Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Caolán McNamara yazdı
Change-Id: I77ecdb2703e7957613db005517a354879f5bb009 (cherry picked from commit d5df3833)
-
Yousuf Philips yazdı
Change-Id: Ibd70f1cd7cf50d7bd50347e5b428bb3a12521fc3 Reviewed-on: https://gerrit.libreoffice.org/16530Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 6d86e27c) Reviewed-on: https://gerrit.libreoffice.org/16531Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Try to resync shared group top and length. Change-Id: I31bd0db7c1dceb880a22274edc4c3f20ce253095 (cherry picked from commit d8541c2a)
-