- 04 Nis, 2015 15 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I146fa693e89b00c77df33547971fb3a49c7e1b34 Reviewed-on: https://gerrit.libreoffice.org/15148Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Tor Lillqvist yazdı
Not sure if the comment in desktop/source/deployment/inc/dp_persmap.h: "should be removed for LibreOffice 4.0" refers to just the DISABLE_BDB2PMAP parts or the class and functionality as a whole. Change-Id: Ie701576efc4076ab8be02a89145b5ecfcaaebc53
-
Tor Lillqvist yazdı
Change-Id: Ieead62bcbfab5a96b5350bf30fbbb712f981f10c
-
Miklos Vajna yazdı
Change-Id: Ifc728dc0b42d713a5eaa2fc22d3e71c6aa4f196d Reviewed-on: https://gerrit.libreoffice.org/15146Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Julien Nabet yazdı
Using a similar fix as Caolan's one: http://cgit.freedesktop.org/libreoffice/core/commit/?id=8f9bc93ba3299efbd8ad181481e6e2e87df7c066 Change-Id: Ib33f9585bf1e1c2cf6dd367bfe4eb0604794decc
-
Julien Nabet yazdı
Change-Id: I17dfb0a818838b00d9148ee1c6328ef094eab99b
-
Takeshi Abe yazdı
Change-Id: Ide66aecd5bd9beda298da189c3564908c5756cdd
-
Takeshi Abe yazdı
Change-Id: I2eb14bfb9a8f634a7fc56f581f5dca7529c5e85d
-
andreas_k yazdı
Change-Id: I15ed795340c73b2d12b0e93990ede5a1e7284533 Reviewed-on: https://gerrit.libreoffice.org/15145Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Markus Mohrhard yazdı
Change-Id: I22cbcb9d1f15ab18a8d70c1793c64f04f27389a2
-
Markus Mohrhard yazdı
That makes my life so much easier when I need to debug where we screw up. Change-Id: Ia0b54eef47a06c43e3d0ba66b909e398e02a6d0e
-
Markus Mohrhard yazdı
Change-Id: Iffb7a766f15475e3600332a6c76a15a1d192d7c8
-
Markus Mohrhard yazdı
Change-Id: I1fd67449b9182db8eb9fb0e58b092cef00283c2a
-
Markus Mohrhard yazdı
They are not shown anyway and just confuse us internally as they contain a width but no color and produce invalid documents during export. Change-Id: Ibe20a27b0172ece86dbb1f734df567b903465ebf
-
Markus Mohrhard yazdı
Change-Id: I96bafad0cc73b27c2a08b5205a35b10b4901afb9
-
- 03 Nis, 2015 25 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Iab334625fbbe2a8d991a17b05538897a23fc34db
-
Miklos Vajna yazdı
Change-Id: I635efd806bf9a6d158fb0df7a1705f42966ba669
-
Miklos Vajna yazdı
09:41 <@dtardon> vmiklos, maybe it's a regression in libxml2. "Fix XPath '//' optimization with predicates (Nick Wellnhofer)" in NEWS looks suspicious So tweak the XPath not to use // for now. Change-Id: Ia1c4508d8aede5818bc258d6e4243f026da3a3cd
-
Markus Mohrhard yazdı
Change-Id: I88a48ada4f9e261e425127bc1b0d3db83f1fabba
-
Markus Mohrhard yazdı
Change-Id: I82f66218bf02898e523e4f69fec9166aa00d0b83
-
Markus Mohrhard yazdı
Change-Id: Ie195e46e1cb14b39875efd1c9689db0f13968e87
-
Markus Mohrhard yazdı
My first idea does not work that well as it introduces some nasty problems with the lifecycle. THe new approach will only allow to use cond format objects of the same document. Change-Id: I276c3750ef24cdee6d63162c678ec839d4845b08
-
Caolán McNamara yazdı
otherwise we lose our selection with multi-page tables Change-Id: I4f52d3cfb7a6d3c2cc1dbb68bbd5ce5c0005b1c3
-
Caolán McNamara yazdı
Change-Id: I522a236015c91c0744b3018d3d4e4d6c65ea19ab
-
Caolán McNamara yazdı
for listboxes in WB_DROPDOWN mode which means the dropdown exists, but when the drop down is not activated. I think it's plausible that there was confusion around "b_IsDropDownList" and that the meaning taken by the author was the the dropdown is active if b_IsDropDownList is set, so renamed that to bHasDropDownList and take the old "b_IsDropDownList" path when "b_IsDropDownList && ..IsInDropDown()" Folded the then both equal code paths of the LISTBOX code together. No idea if there should be an additional equivalent AccessibleEventId::SELECTION_CHANGED for LISTBOXES like COMBOBOX instead of AccessibleEventId::ACTIVE_DESCENDANT_CHANGED in the dropdown not active case. Change-Id: I6db3ec21b392b7bf1b488235464202bb326f2535
-
Caolán McNamara yazdı
Change-Id: I1d3a6a552bd535622009b43e0633a357b1a919e6
-
Caolán McNamara yazdı
jdiggs: I believe [VALUE_CHANGED] is expected for Windows' accessibility APIs. However for ATK/AT-SPI2, value-change events are expected only for the sorts of things which implement AtkValue (scrollbars, progressbars, sliders, spinbuttons, etc.) Combo boxes, lists, and the like should not be emitting this event. Change-Id: I9dcab7fb4004a24f88915f904eb508dfee2d4ae5
-
Caolán McNamara yazdı
Emitting object:state-changed:indeterminate is appropriate for things like tri-state checkboxes when the state is neither fully checked nor fully unchecked. ... jdiggs think that this event doesn't make sense in this instance for any platform's accessibility API Change-Id: Id8288522a825ad7ff61524ad4f225a79c015bb8f
-
Caolán McNamara yazdı
create one list and share it among all the subsections possibly a regression from/triggered by author Oliver-Rainer Wittmann <orw@apache.org> 2014-03-18 14:33:39 (GMT) Resolves: #i124371# When changing the numbering or bullet styling... of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new list. (cherry picked from commit 0087ca89) Change-Id: I9416b97d6afe323ac99150fdcc23f71ecea98a58
-
Caolán McNamara yazdı
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
-
Caolán McNamara yazdı
Change-Id: I978f503fabce69bb08a892c47d07ff8fa43c73b5
-
Julien Nabet yazdı
Also use FACTORYNAME_STARTMODULE in SvtModuleOptions::ClassifyFactoryByServiceName Change-Id: I1ab87f13a9a1d071bf6abaae137fc6470101d711 Reviewed-on: https://gerrit.libreoffice.org/15113Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ida0b34a28b30eb9b3bab6b1b6a8112eb1c427c67
-
Caolán McNamara yazdı
get initial size request after language and sort lists have been filled. We should really queue_resize in list/combo boxes if the StateChanged::DATA gets emitted for them. But we're mostly gotten away with it so far. Change-Id: I37137365e8e71b8f803977edaf46d6c7cfb3fcc2
-
Henry Castro yazdı
Fixed. Note that the undo button is still grayed out. Calc has not set an undo step. Change-Id: I7ff713a906b365b460351e5202161c9152542395 Reviewed-on: https://gerrit.libreoffice.org/14489Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ashod Nakashian yazdı
Each pch file is updated independently from the others, giving an opportunity to execute the update logic in parallel. The script uses xargs to run the update script in parallel. The total execution on my particular rig was reduced from ~420 minutes to under 75 mins, using 24 threads on Evo 850 SSD. Change-Id: Ifeb3947e756325756eb786e3025155481da1ea41 Reviewed-on: https://gerrit.libreoffice.org/14802Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I8165adcad90e98cd166e27586f4948deb24b22c9
-
Andras Timar yazdı
PowerPoint ignores a:ext cx and cy value of p:xfrm, and uses real table width and height. PowerPoint 2010 saves files where cx and cy contains good values, but I found files in the wild whose cx and cy values did not match to actual table width and height, and there was a visible difference between rendering of Impress and PowerPoint. Change-Id: I3f80c0cea4cac46763d449f918bb78dca1a6562d Reviewed-on: https://gerrit.libreoffice.org/15123Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Markus Mohrhard yazdı
Change-Id: I4fe1dfdb02a28d2d283057921483faa6020caf92
-
Benjamin Ni yazdı
Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36
-