- 07 Tem, 2016 33 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I614d91e7e4a686613dc0cbe1b9f4fabb978ffc77
-
Stephan Bergmann yazdı
Change-Id: I2ddc6111cede4f7322aabbd1e5ecc671fe101d4e
-
Henry Castro yazdı
Change-Id: I420750d99d5998cb589d0d6ec0fb6555c41a85cf Reviewed-on: https://gerrit.libreoffice.org/27015Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Henry Castro <hcastro@collabora.com>
-
Caolán McNamara yazdı
only one popup active at a time. Try and find the right path through the uncanny valley which allows popups to appear, to get all mouse input that happens to them, forward keyboard input to their parents, dismiss when the mouse is clicked outside them and not crash if another popup wants to appear to replace it Change-Id: If4b39df41ca3dccde1e506d5328b06731a8c80eb Reviewed-on: https://gerrit.libreoffice.org/27005Tested-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: I2c8d82ac21451a2d2cc748dc28ac210c8e5ddf5f
-
Caolán McNamara yazdı
Change-Id: I5df81113c5ab4009eff82ec0d8c15094a1e24a3a
-
Caolán McNamara yazdı
Change-Id: Idc96f005ca17d17bb302d1af4d52e188fd908cd3
-
Caolán McNamara yazdı
Change-Id: I17645bbbe3c15fa9e807012f1fdcfc9364a21864
-
Caolán McNamara yazdı
Change-Id: I3b3173d4d0041585a5b6a0db58cace6cf46db6ca
-
Caolán McNamara yazdı
Change-Id: I5beb16f642184aac3ec0467fcaee14bfbb374b4f
-
Caolán McNamara yazdı
Change-Id: Ide67b9279b626d3427c93891d27378ffd1f004cc
-
Mike Kaganski yazdı
With cleartype disabled, the non-white count is twice less than with it. This is a first-aid temporary fix until a better fix is made. Change-Id: Iadff638656d2d35a03cc452b792b0fb5ed138456 Reviewed-on: https://gerrit.libreoffice.org/26981Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: I6063e0e5fdf53245dee610c72f8b9fa4543d9cae
-
Caolán McNamara yazdı
Change-Id: I42c73f8f5493c01be8d999522da9a5f88dfdc713
-
Stephan Bergmann yazdı
Change-Id: I2793583f70057df36045505e318be7fc379aedaa
-
Caolán McNamara yazdı
Change-Id: If2a1fa3514069f5a5dc4ab9a6b853833e39bab01
-
Winfried Donkers yazdı
PartType was used as double and with horrible interpretations of boolean values, like [<=0] equals false. Functions affected are CUMIPMT, FV, IPMT, PMT, CUMPRINC, PV, NPER. Change-Id: Ieeb522c23ed1cc2046e4ddb9fe10b1008550e8c1 Reviewed-on: https://gerrit.libreoffice.org/26906Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Bryan Quigley yazdı
This lets you run LO build tests while that LO is confined by apparmor. It assumes that you can have RW access to wherever LO actually needs it in the instdir. This obviously doesn't superseed file permissions so you can still make the binaries read-only, etc. Change-Id: I313459cdf115f4fda5f621b2a0c9a1da022ef525 Reviewed-on: https://gerrit.libreoffice.org/26987Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
Change-Id: Iae3118150cf9119e48b1740ea630dea0ebef895a Reviewed-on: https://gerrit.libreoffice.org/26998Tested-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ı
TWAIN-2.3-Spec.pdf says... All TWAIN 2.x Sources must be prepared to work with either TWAINDSM.DLL or TWAIN_32.DLL, which may still be used by older Applications. The TWAIN DSM is a shared library named TWAINDSM.DLL. There is a 32-bit and a 64-bit version of this file. Change-Id: I047d872271573a5b2efc3ee2af4ecfc4e142a2b2 Reviewed-on: https://gerrit.libreoffice.org/26541Tested-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ı
we don't always get the click that causes the popup to be withdrawn when the mouse is clicked outside the application during a grab Change-Id: I2dbef23813972ebd75c8899711a2d1309110f968
-
Caolán McNamara yazdı
Change-Id: I1e13ba97bd057b755fc65b2c90a6b74669422b22
-
Caolán McNamara yazdı
Change-Id: I96817f0c061c29eafba942884fcf37788341ff20
-
Jakub Trzebiatowski yazdı
This patch is implementing import of table styles (table-template). Modified shared code: Added "background" to the cell styles export. To make cell export properties map accessible by both export and import code, moved from xmloff/source/table/XMLTableExport.cxx to xmloff/txtprmap.hxx. To avoid export of default valued properties implemented XPropertyState for SwXTextCellStyle Change-Id: I8b4f12e4b51f478f8ce8fde1203cd4611d7ae852 Reviewed-on: https://gerrit.libreoffice.org/26721Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: I6944a398bc7689ef4d2daf4ac8b9f601c0dff450 Reviewed-on: https://gerrit.libreoffice.org/26997Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Andras Timar yazdı
Project: dictionaries a4a8bb897b5e5dc0b90579b73ed071d47f66f699 Update pt_PT dictionary to version 16.7.4.1 Change-Id: If00be0e9c05c5cf1cc67427eed723484ad33e6d2
-
Justin Luth yazdı
CopyLastHeaderFooter doesn't do much good if the previous section has blank stylenames. (usually because of continuous section breaks). Change-Id: Ida1e42ab0b650c7c43f06539b3cc058fe5c27919 Reviewed-on: https://gerrit.libreoffice.org/26911Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Takeshi Abe yazdı
as no code generates the error. Change-Id: I86f2db28030090e0a9284e7771f26821468bb685 Reviewed-on: https://gerrit.libreoffice.org/26974Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
slideon yazdı
SwChartDataProvider's XML conversion methods were untested. Also add tests for SwChartDataSequence's clone method and its get/ set property value methods. Change-Id: I6323a7af1eae747592f5016b13fb5e2e3f0b71d1 Reviewed-on: https://gerrit.libreoffice.org/26995Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Christian Lohmaier yazdı
Change-Id: Id597c51484924f0398bbb30ba419809beb9a96b5
-
Christian Lohmaier yazdı
Change-Id: I7f92c40ea33a04a2c7ea8545d423c645503fd445
-
Christian Lohmaier yazdı
Project: translations 4659a8d992ac88a1f941ce8d3e81124406d58e57 update translations for 5.2.0 rc2 and force-fix errors using pocheck Change-Id: Ib04fb536c08f6a16d587ac60ac5a5cee0e82e6cf
-
Markus Mohrhard yazdı
Change-Id: Ia705704bc80a951f0da04936783dd8965bda842b Reviewed-on: https://gerrit.libreoffice.org/26886Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
- 06 Tem, 2016 7 kayıt (commit)
-
-
Rishabh Kumar yazdı
ValueSet assign Ids to entries when the list is loaded. Ids are not changed after deleting entries. Change-Id: Ia4442992561bf2cd82ff325abef8e34715851e1d Reviewed-on: https://gerrit.libreoffice.org/26986Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Rishabh Kumar <kris.kr296@yahoo.in>
-
Henry Castro yazdı
Change-Id: I266b7171ee0a8a324ee8f71680f76c132b5c5fbd Reviewed-on: https://gerrit.libreoffice.org/26985Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Henry Castro <hcastro@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Ia645dd9c5301d93abea90646ad32e94b8cb8ce17
-
Stephan Bergmann yazdı
...where the first component of the pair returned by the iterator would be const, so an implicit conversion would be required. Change-Id: I62b6ddd799261e1dd63ea5c42a85d8b071f8b8b7
-
Stephan Bergmann yazdı
...after 0d3f9667 "AllocatorTraits::size can be static after all" Change-Id: I7fb2558c322dd7d92f3a3bda9a93a1b3da575d2e
-
Rishabh Kumar yazdı
Change-Id: I0b4af0eb465b997e8bea012b1f2e3cc07cce6ddb Reviewed-on: https://gerrit.libreoffice.org/26953Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I68b639b85974739d23affe373d686e094b3ef715 Reviewed-on: https://gerrit.libreoffice.org/26978Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-