- 27 Eki, 2015 13 kayıt (commit)
-
-
Miklos Vajna yazdı
Since the test would fail to link on Windows, due to ifeq ($(GUIBASE),unx) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ )) endif in Library_sofficeapp.mk. Given that CppunitTest_libreofficekit_tiledrendering is marked as Linux-only as well, be consistent and have this test as Linux-only, too. Change-Id: I6c8884398eba5dcf8a74c9cdc96c869b6108fb7e (cherry picked from commit ac882c30)
-
Miklos Vajna yazdı
Change-Id: Icd6df15347c48a5e42860092f4ee664e3a3d5699 (cherry picked from commit c791bef5)
-
Miklos Vajna yazdı
Change-Id: Ida5028969782be792b32b952d3adba0c30dd8bae (cherry picked from commit faa316e6)
-
Miklos Vajna yazdı
(cherry picked from commit 5b4c29b1) Conflicts: sc/inc/docuno.hxx Change-Id: I0b9de068ddf0f4ff92d8fbf003b7529516f1f80a
-
Miklos Vajna yazdı
(cherry picked from commit b08546eb) Conflicts: sd/source/ui/inc/unomodel.hxx Change-Id: I528ac9f9f687d2940c6477b1d33264f1e523051f
-
Miklos Vajna yazdı
(cherry picked from commit 7efbbe98) Conflicts: sw/inc/unotxdoc.hxx Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
-
Miklos Vajna yazdı
Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1 (cherry picked from commit e531f846)
-
Miklos Vajna yazdı
Also, closeDoc() is called by tearDown(), so no need to call it manually at the end of tests. Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98 (cherry picked from commit d491ae56)
-
Miklos Vajna yazdı
(cherry picked from commit 4c6db362) Conflicts: sc/inc/docuno.hxx Change-Id: If50b4b5baea36e161675afd368fc54bdec01d9a5
-
Miklos Vajna yazdı
(cherry picked from commit 8522948b) Conflicts: sd/source/ui/inc/unomodel.hxx Change-Id: I8bc7316d9304d9e764ee846fe3af34599bf6fc35
-
Miklos Vajna yazdı
Change-Id: I34998229e7f5cac4c62c859861783be3c161f9bf (cherry picked from commit 6552767a)
-
Miklos Vajna yazdı
(cherry picked from commit 981a9748) Conflicts: sw/inc/unotxdoc.hxx Change-Id: I9d0fad3904e74b44b0b126974ace4025f7a4fc5b
-
Miklos Vajna yazdı
Change-Id: I385f64b7d5015c9a34f34a436b0ee2ce6b3a83d3 (cherry picked from commit 98cdb563)
-
- 26 Eki, 2015 27 kayıt (commit)
-
-
Jan-Marek Glogowski yazdı
The Calc spell checker idle handler is currently running in the REPAINT / MEDIUM priority class - much too high. This races with the Calc GUI repaint for large documents, like the one attached to tdf#94485. So move it to the LOWER priority queue, to fix the lagging GUI. Change-Id: I6e4b05dd1a977182ec13f7e3a05f0722f502f226 (cherry picked from commit 0db68ef9) Reviewed-on: https://gerrit.libreoffice.org/19556Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit be4e0ce8)
-
Dennis Francis yazdı
MDETERM uses lcl_LUP_decompose() which as the name suggests does LUP decomposition. This patch allows additive cancellations to occur in a cleaner way while doing the *only* additive operation in LUP decomposition, that is while computing Shur complement. This patch does not change the high level semantics of the algorithm. Also note that this change makes improvement only in the case where matrix elements entered by the user are *integers*. The change allows MDETERM to evaluate to exact 0.0 for singular integer matrices. The steps to calculate Shur complement are : for i = k+1 to n aik = aik / akk; for j = k+1 to n aij = aij - akj*aik This is now modified as : for i = k+1 to n for j = k+1 to n aij = ( aij*akk - akj*aik ) / akk Without this change MDETERM() for certain singular matrices used to evaluate to a tiny non zero value, which also caused MINVERSE() to generate a wrong output. An example of such a matrix is : 1 2 3 4 5 6 7 8 9 Change-Id: Idd4211ddceab1b758fd05bfd57f7eecd5d4fd1a0 Reviewed-on: https://gerrit.libreoffice.org/19534Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit e1e73a97) Reviewed-on: https://gerrit.libreoffice.org/19578 (cherry picked from commit 26b38bab)
-
Christian Lohmaier yazdı
Change-Id: I3923ba58c0f56f3a97808521e39401eea9acb154 (cherry picked from commit d5a4774e)
-
Christian Lohmaier yazdı
values for actual installer versions come from openoffice.lst, add a hint to the instdir-makefile Change-Id: I6eea5585dd776d4d6071af7b508a91a9c385cb3a (cherry picked from commit f38683a1) (cherry picked from commit f73c3b7d)
-
Jan-Marek Glogowski yazdı
Otherwise build breaks on gcc 4.6. Change-Id: I9f0d94448e31e8b61b271fc088f0ce74128c375b Reviewed-on: https://gerrit.libreoffice.org/19564Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit a3b56a4f)
-
Caolán McNamara yazdı
because a clone of SdrTextAniCountItem is a SfxUInt16Item not a SdrTextAniCountItem Change-Id: I7b8f99b52b1f42a6a28af4495ff25ddb6d497f61 (cherry picked from commit e5c8d01b) Reviewed-on: https://gerrit.libreoffice.org/19536Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 0423b5c3)
-
Caolán McNamara yazdı
presumably this is a simple typo and it should be ANISTARTINSIDE Change-Id: I05c6cfb857955c7d418e3997845dd0ef6d2bff36 (cherry picked from commit 8e203f58) Reviewed-on: https://gerrit.libreoffice.org/19529Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 1b23c829)
-
Tomaž Vajngerl yazdı
There are 2 bugs: - In Window::GetDrawPixelFont we asked for the font to the current window, which didn't work correctly when printing. The device itself should provide the font and not the window. - In paint method the font wasn't setup correctly which should happen before painting by calling ApplySettings. The effect of this is that print preview didn't show the correct font for the edit control and similar when you copy + paste the edit control. The work around for this is to call ApplySettings again. Change-Id: I74960355823c71c1d5a18a82bbc86561a3c4b760 (cherry picked from commit 825b3df7) Reviewed-on: https://gerrit.libreoffice.org/19530Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 356ac58e)
-
Eike Rathke yazdı
... also in arithmetic matrix operations. (combination of 4 commits): move ConvertStringToValue() implementation from ScInterpreter to ScGlobal In preparation of matrix calculations to use string conversion configuration and UI markers for cells containing strings that could be numeric values. Change-Id: Ifa9e45853dded249fa741c050ae1f106365f99ea (cherry picked from commit 329496c1) add half decoupled ScInterpreter::ConvertStringToValue() ... for back calls of ScMatrix in preparation of tdf#91453 Change-Id: Ife94d1675c1bc7c5611586e3f352ff69264469d7 (cherry picked from commit 6516d5e2) Resolves: tdf#91453 use configuration of text to number conversion ... also in arithmetic matrix operations. Change-Id: Ia00054d0af383e225d9d40b59da2dc28a817b65a (cherry picked from commit 466a20ef) Resolves: tdf#91453 use configuration of text to number conversion ... also in arithmetic matrix operations if both operands are matrix. Change-Id: I84609656b166b4e059d9496a5ed732a96e731164 (cherry picked from commit 778d03b5) Reviewed-on: https://gerrit.libreoffice.org/19172Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 0c8d1c04)
-
Tomaž Vajngerl yazdı
commit 15195fb8 removed the Windows specific codepath in ImplUpdateDisplayBmp, but it is much safer for LO 5.0 to skip the problematic codepath only when OpenGL is enabled. The codepath will stay removed only in master. Change-Id: I438e8194f5ebfee2c58193aeb7fd00e1d44b9690 Reviewed-on: https://gerrit.libreoffice.org/19403Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 6b7ae3f8)
-
Eike Rathke yazdı
Change-Id: I059248659f51746cfc1d06faeaadaf3d645c03d3 (cherry picked from commit 968e2faf) Reviewed-on: https://gerrit.libreoffice.org/19519Tested-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 e5314175)
-
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 (cherry picked from commit 84017530) Reviewed-on: https://gerrit.libreoffice.org/19524Tested-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 a3aec6c5)
-
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 (cherry picked from commit 8e4739b9) Reviewed-on: https://gerrit.libreoffice.org/19497Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit 847ac6ae)
-
Caolán McNamara yazdı
Change-Id: Ic3330817809727bfa2293ba74dcd7f5a25683dae (cherry picked from commit 2d2d5d1a) Reviewed-on: https://gerrit.libreoffice.org/19378Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 343595ff)
-
Lionel Elie Mamane yazdı
Change-Id: I06711afd5d668816608661f0fe433efd93fef99e Reviewed-on: https://gerrit.libreoffice.org/19372Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 43769b7a)
-
Lionel Elie Mamane yazdı
Change-Id: Id20ceb22bb04570c9c52df4d8233a7afa8ba0168 Reviewed-on: https://gerrit.libreoffice.org/19438Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 0fff374f)
-
Lionel Elie Mamane yazdı
Change-Id: Icbb575b86ff39ce263271110aae6e49e5b4e7ac2 Reviewed-on: https://gerrit.libreoffice.org/19409Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit de79c583)
-
Oliver Specht yazdı
when editing is enabled also delete and backspace should be possible this applies e.g. to input fields within protected sections Change-Id: Iee5ef133971a3f2967e6c92e685a16afa003cfe8 Reviewed-on: https://gerrit.libreoffice.org/19399Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de> (cherry picked from commit ac427caf) Reviewed-on: https://gerrit.libreoffice.org/19453Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> (cherry picked from commit 2b766197)
-
Caolán McNamara yazdı
(cherry picked from commit cbe2b9cb) (cherry picked from commit 2b942719) Change-Id: Ie6863f446aa688bc1bb3f725ee31e9984dadc7a4 Reviewed-on: https://gerrit.libreoffice.org/19466Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit c7f1f227)
-
Caolán McNamara yazdı
Change-Id: I24d29ffc3cfcb00e513a5267619e143b028355ce (cherry picked from commit 6c39f7bb) Reviewed-on: https://gerrit.libreoffice.org/19468Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 22c83fc1)
-
Caolán McNamara yazdı
Change-Id: If070da723858b5e1221bda86e69225ee57ec9d02 (cherry picked from commit cfcf0254) Reviewed-on: https://gerrit.libreoffice.org/19467Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit ffa53e3c)
-
Caolán McNamara yazdı
Change-Id: Iec3266746c78e58e3c3a094e6511d79dadc4e4c6 (cherry picked from commit 27ccddf5) Reviewed-on: https://gerrit.libreoffice.org/19465Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 253b3f72)
-
Caolán McNamara yazdı
Change-Id: I0fe9cb55de114c7e2ad45cd946e94f9c0e93b85c (cherry picked from commit e63c6fe9) Reviewed-on: https://gerrit.libreoffice.org/19464Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 9a7aad44)
-
Dennis Francis yazdı
Reviewed-on: https://gerrit.libreoffice.org/19375Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit f34ac236) Conflicts: sc/source/ui/cctrl/checklistmenu.cxx Change-Id: I0a1ad60cb6eea26899604641f981642943b06347 Reviewed-on: https://gerrit.libreoffice.org/19452Reviewed-by:
Dennis Francis <dennisfrancis.in@gmail.com> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 01af5056)
-
Tor Lillqvist yazdı
Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert(). My first thinking was that there is a slight difference in meaning; that assert() checks that the code (or, in this case, data) in the test *itself* is as expected while CPPUNIT_ASSERT() checks that the functionality *somewhere else* works as expected. But whatever. Change-Id: I93f7f8cf2b3aac9e8fc35baf2dcbad1a4003773f (cherry picked from commit 2438f18b)
-
Maxim Monastirsky yazdı
Gtk 3.18 has the filename entry in the header too. Change-Id: Id1abf5baf0e82c03e27ede2bfc67ec1983a2c4fb (cherry picked from commit c1b97d27) Reviewed-on: https://gerrit.libreoffice.org/19427Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit b9996778)
-
Mike Kaganski yazdı
bool ScDocShell::isTiledRendering() const crashed without this check Change-Id: Idb7ace05eb1aa37cbc3d956503c046b0e9b9d0e5 Reviewed-on: https://gerrit.libreoffice.org/19570Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-