- 21 Eki, 2014 20 kayıt (commit)
-
-
Caolán McNamara yazdı
regression due to changes of sd/source/ui/slideshow/slideshow.cxx in cc5518ca commit cc5518ca Author: Steve Yin <steve_y@apache.org> Date: Thu Nov 28 12:09:19 2013 +0000 Integrate branch of IAccessible2 Change-Id: I6b399d68c1f3ef32b702135b981100a23760569b
-
Yousuf Philips yazdı
Change-Id: I62a942dc525eea17115959533f0c9b06b85722c6 Reviewed-on: https://gerrit.libreoffice.org/12033Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Michael Stahl yazdı
Dispose the dbaccess document, and recursively delete the temp directory in Connection::dispose(). Change-Id: Id283289e44b8ca09b88da19920da7f27b551aa7e
-
Michael Stahl yazdı
ODatabaseMetaData and OResultSetMetaData apparently have life-times independent of their creating object, so they need to own the Connection too. Change-Id: Idee28a96e318ca4b3d804084d609737a7fc75862
-
Michael Stahl yazdı
bin/refcount_leak.py was very helpful here. Change-Id: I61dc57408cf1533f733c08b701884851ec6afb8d
-
Michael Stahl yazdı
Change-Id: I03e7e09e185e9cb25868c86de0b402b89e7f5d75
-
Michael Stahl yazdı
Change-Id: Iff838c97c1cf633f99e75a169eeb8bb324d4a32a
-
Michael Stahl yazdı
Change-Id: I4b0798a08f650660d1b5daaa41c7ee3618fbab3a
-
Michael Stahl yazdı
Change-Id: If75573ffe565ec621aa6c9739cec71bc4b087c7a
-
Yousuf Philips yazdı
Change-Id: Id2c795b7bdcf00a67ddacb2ea076967fbbefcb0a Reviewed-on: https://gerrit.libreoffice.org/12053Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Ia9ad8072b07f0121af18377445c90480ff7c2600
-
Stephan Bergmann yazdı
Change-Id: I0c1e8c42fd03bd861323cbff172031f5405c1597
-
Caolán McNamara yazdı
Change-Id: Idef87a0ec74b7da4779a34ec2c18e7243eb328ac
-
Chris Sherlock yazdı
Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3
-
Caolán McNamara yazdı
Change-Id: I4d195f5ff7f9dc12747a8748915e82ab06d770fa
-
David Tardon yazdı
Change-Id: I12ad83453b68077fe672576680b0cd5fd9acf49f
-
Caolán McNamara yazdı
Change-Id: I7264f670dd60f6121a23a4cb5524edc3bf1dcee7
-
Noel Grandin yazdı
Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb
-
Miklos Vajna yazdı
Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c
-
Stephan Bergmann yazdı
Change-Id: I3c134c27db4c1496fcacc519da68af10ab3ce574
-
- 20 Eki, 2014 20 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I205afbd9c1cbe3a286359036cbdcf6aa9d986f71
-
Tor Lillqvist yazdı
Change-Id: I935188ee90b4c56c5a4d7cc374a26e4b182beb5f
-
Tor Lillqvist yazdı
Change-Id: Ie2860cf1a279d08cf8a08b72c20539ddaa00be15
-
Tor Lillqvist yazdı
Change-Id: I29633cfe7b378796bec5fe822941193ded8a9aa9
-
Matthew J. Francis yazdı
The original OUString is destroyed along with its containing object part way through the call to PaletteManager::PopupColorPicker(), so a copy must be taken Change-Id: I8417ff23a17003e80a4f65e0cf1ad2a8dda5386c Reviewed-on: https://gerrit.libreoffice.org/12031Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
David Tardon yazdı
Change-Id: Ic705fe6bb7c3b9bae4b09d0b487f48056675b4b8
-
Caolán McNamara yazdı
regression from... commit 06562c67 Date: Sat Oct 18 10:36:36 2014 +0200 convert SV_BMP_ constants to enum Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05 Reviewed-on: https://gerrit.libreoffice.org/12018Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com> Change-Id: I29486e8fe17d9e06e01c33f93d99ffc6ae3d017c
-
Stephan Bergmann yazdı
Change-Id: If6b9355c6992eb6651f71c0944a93af0856ef1c7
-
Stephan Bergmann yazdı
Change-Id: I1377dfded1246c8e96db3addc28489886c7f2d99
-
Caolán McNamara yazdı
This reverts commit 53c83670. because it means that all disabled buttons get their "click" delivered so disabled buttons are only visually disabled. e.g. writer: insert->table->autoformat, click on the disabled "rename" or "add" or "remove" and the sub dialog appears. Or in calc insert->object->chart and click on the disabled "back" -> crash
-
Michael Stahl yazdı
The VAxisBase::m_xNumberFormatsSupplier refers to the ChartModel itself, and apparently that is a cyclic reference. Naively using the ChartModel's m_xNumberFormatsSupplier in ChartView::impl_createDiagramAndContent() because it will later be passed to AxisHelper::getExplicitNumberFormatKeyForAxis(), which expects to be able to convert it to a ChartModel. Since passing around the ChartModel as an XNumberFormattingSupplier is sort of un-intuitive anyway, refactor some methods to use XChartDocument instead, and only create the VPolarAxis / VCartesianAxis with the ChartModel's m_xNumberFormatsSupplier. The drawback is that if ChartModel::attachNumberFormatsSupplier() is called after ChartView::update() has created the axes, it may not have an effect on them; not sure if that is a real or hypothetical problem. Change-Id: Ib5f0d5882b85adaf44f80e086f19178b3e64882f
-
Caolán McNamara yazdı
Change-Id: If5aac87876b139bfb394ec124136de131c3518ae
-
Michael Stahl yazdı
Initially this didn't help at all, but with some tweaks it now finds the leaked ChartModel as the #3 and #4 printed stacks, with a very bad score of 40. Change-Id: I918bcb64bad0b9432bf2b670b03915836fb34a11
-
Caolán McNamara yazdı
Change-Id: I153d92e94319bd1e7f0d425288f184bd8d13542d
-
Caolán McNamara yazdı
Change-Id: I2738ea2a5c6714d8e43c06aa2eb4c53500a5afe9
-
Stephan Bergmann yazdı
Change-Id: I2e7c2206872dfe22c77555f3a14ea2a10c2453c2
-
Andras Timar yazdı
Change-Id: Ie36cc7444fe5d685393e06d3d3a3a8d827b2f775
-
Stephan Bergmann yazdı
...and only use getCaughtException as first statement in catch block. Change-Id: Idcac073896b84fd2671b52b2315f454651dbf910
-
Adolfo Jayme Barrientos yazdı
Also: * Something I missed from the HIG: standardize Help button position Change-Id: Iaac65bd277d87ff58883f287808a5c5b804cc04e Reviewed-on: https://gerrit.libreoffice.org/12015Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...not allowing certain o3tl::is_typed_flags::Wrap conversion operators to be explicit, thus causing ambiguities here. Change-Id: I5108885229eb185ceac57042e67405b393cdcf3b
-