- 30 Ock, 2018 4 kayıt (commit)
-
-
Justin Luth yazdı
Thanks to Jurassic Pork and prrychr (tdf#99363) for the 2016 patch. I used smtp.gmail.com as my testing server. Port 587 is the "official" port to use for encrypted email. I confirmed that 587 CANNOT use SMTP_SSL [SSL: UNKNOWN_PROTOCOL], so I limited SMTP_SSL use to common TLS port 465 only. Port 465 was temporarily recommended, but OFFICIALLY has long since been abandoned. However, LOTS of documentation and ISPs still recommend it as the port to use. I confirmed that 465 DOES NOT support STARTTLS, so it is specifically excluded. So, technically the button should say use STARTTLS instead of SSL, but only for SMTP. IMAP/POP do use SSL, so terminology gets rather confusing. This patch forces SSL without STARTTLS for port 465 regardless of the "use SSL" setting due to all the confusion. Currently we don't support ANY SSL/TLS connections. With this patch we now at least support the extremely common use case of port 465. Change-Id: I210cc307491157c1121cfffd70cbb94347ee2856 Reviewed-on: https://gerrit.libreoffice.org/48210Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Mert Tümer yazdı
This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by:
Mert Tümer <merttumer7@gmail.com> Change-Id: I4dfbb9e35214e4d4a9aa6dca1ce3d5d2604218a9 Reviewed-on: https://gerrit.libreoffice.org/48270Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Mert Tümer yazdı
This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by:
Mert Tümer <merttumer7@gmail.com> Change-Id: I3c8b55d032604b30117573ac447776a1a0e5205f Reviewed-on: https://gerrit.libreoffice.org/48500Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Vasily Melenchuk yazdı
Referenced external document data can be loaded after user permission from dialog or corresponding settings. Change-Id: If3aec37c8bbdee4aebeb99c7807e87c26df8e592 Reviewed-on: https://gerrit.libreoffice.org/48398Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
- 29 Ock, 2018 36 kayıt (commit)
-
-
Andrea Gelmini yazdı
Change-Id: I8204875e480356cdb5ce7bc26996884eb1f4c131 Reviewed-on: https://gerrit.libreoffice.org/48859Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Eike Rathke yazdı
This reverts commit b124ce5d4dbaaba66e4f347964e97ebe788af4f5. Short circuit in author's brain. Change-Id: Iecd1d4f6a9f5ddb1251551e873f2c381973fc25b
-
Szymon Kłos yazdı
Change-Id: I9b0893dfde4efc10bb05e6e17b7128b016efeb71 Reviewed-on: https://gerrit.libreoffice.org/48788Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Szymon Kłos yazdı
* import static text & fields: VALUE, SERIESNAME, COLUMNNAME * text is formatted * DataPointCustomLabelField with field type (DataPointCustomLabelFieldType) was introduced. * text can have many portions & multiple lines * unit tests for import data labels with formatting Not implemented: CELLREF field support which needs importing some additional data from extLst Shows custom text as a label for data points. Change-Id: Iba8fd508eb16356b05586b93d7b8da32240d2b91 Reviewed-on: https://gerrit.libreoffice.org/48243Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Eike Rathke yazdı
Change-Id: I217c89822ab477a6c383d170ae739e44efd10fa3
-
Stephan Bergmann yazdı
Change-Id: I980197dd893dce9800607842f30cdbb4f9893d66 Reviewed-on: https://gerrit.libreoffice.org/48847Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...after 288d694f "LOK - Calc: Text is not visible in cell when entering numerical input" changed EditLine::nStartPosX from sal_uInt16 to long Change-Id: Ib1d364015c7ab0b5f81fb740659110c66aed002a Reviewed-on: https://gerrit.libreoffice.org/48845Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
Horizontal mirror on the UNO API level, mirror on the vertical axis internally. Change-Id: If142274a8f81a6875059a2651af6d8470870a36a Reviewed-on: https://gerrit.libreoffice.org/48843Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: Iabfbfa8d6beddb04ab26c4f8f05996b5e2daa24a Reviewed-on: https://gerrit.libreoffice.org/48840Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike Kaganski yazdı
... to already open soffice process from newly spawned one on Windows. When an application takes user input, a timeout is started during which other processes cannot create foreground windows that might steal focus, and thus interrupt user input. The timeout is defined by SPI_SETFOREGROUNDLOCKTIMEOUT (see SystemParametersInfo) and ForegroundLockTimeout registry setting (see https://technet.microsoft.com/en-us/library/cc957208). If an application that currently doesn't have right to become foreground tries to show popups in this interval, the popup will stay on background, and only flash in taskbar. The application that has the right to steal focus (see the list in https://msdn.microsoft.com/en-us/library/ms632668) may transfer its right to another process using AllowSetForegroundWindow function. So, the intended effect is this: 1. User interacts with some foreground process (e.g., Explorer); a timeout is started to prevent non-privileged processes from stealing focus; 2. As the result, the process launches a new soffice process, which has privilege to create foreground windows (as it is started by foreground process); 3. It communicates with already started soffice process, which is currently in background, and so doesn't have privilege to create foreground windows until timeout expires; 4. It transfers its right to the already started soffice process, and then issues the required commands that might lead to need to show popup windows. Change-Id: I4208665c2ae4106fa06e72269f4c3804af40d582 Reviewed-on: https://gerrit.libreoffice.org/48839Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Michael Stahl yazdı
It's only necessary to compare each pair of nesting hints once. Change-Id: I221bb0d63ffaf3d748b934788f93afe0f65ed961
-
Justin Luth yazdı
If the default value is in the SMTP port field, switching SSL on and off will toggle between SECURE_PORT and DEFAULT_PORT Change-Id: Ie4bdd55a3d8bbe64ce6b8761ba30971464c1db4e Reviewed-on: https://gerrit.libreoffice.org/48211Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Stephan Bergmann yazdı
nCount apparently must fit into sal_uInt16 for the cast further down when passing it into ScAppOptions::SetLRUFuncList sal_uInt16 nCount parameter. (But why the odd "nCount < SAL_MAX_UINT16" vs. "nCount <= SAL_MAX_UINT16" off-by-one? Oh, my.) Change-Id: I231f4af2ce2e6bf44db8db3fd9e965adfa17fecb Reviewed-on: https://gerrit.libreoffice.org/48838Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I158ed73fcc520c6363baf82461e5220fc12a996b Reviewed-on: https://gerrit.libreoffice.org/48837Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
nArgCount apparently must fit into sal_uInt16 for the cast further down when assigning it to sal_uInt16 ScFuncDesc::nArgCount Change-Id: Ie82f864d519589553505015dc577b1e3372293b2 Reviewed-on: https://gerrit.libreoffice.org/48836Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Eike Rathke yazdı
Change-Id: Ie03cb5767c34f8157a492a6d6c3b0700d065052d
-
Eike Rathke yazdı
This is specifically necessary for named expressions that are used in conditional format formulas, for which RPN is generated at a later stage, not during import. Change-Id: Ia8e1d92a3a12f6c226fec56e85f23f122f2fe902
-
Eike Rathke yazdı
Change-Id: I54ab8dc14f81d6b18b0d17f448187d19d8e396fc
-
Christian Lohmaier yazdı
that was introduced with 54596087 without adjusting for Android accordingly Change-Id: Ie6a2001ab13ecec959da9b57bb49e1bac76e8691
-
Olivier Hallot yazdı
Project: help 64187c4328623fca6c00d2f5c9f659211ee18883 New Help: allow product version = "latest" To enhance version migration, the most recent Help will be named "latest" in the URL. Explicit last version X.Y will be symbolic link to 'latest'. e.g. '6.0' -> 'latest' *This will allow search engine to always index the same 'latest' URL *External links always land in 'latest' pages. Change-Id: I5ffa1d268f71b7ebe75d5d90c62bcd6304507602 Reviewed-on: https://gerrit.libreoffice.org/48848Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Caolán McNamara yazdı
just give up on it for fuzzing purposes Change-Id: I8d91fa547d83bc2f28454812280b0a7054e05b62 Reviewed-on: https://gerrit.libreoffice.org/48835Tested-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ı
but most of it is empty, so use a map instead Change-Id: I92fe46939e5107926fd4b92167bbace63f0376d5 Reviewed-on: https://gerrit.libreoffice.org/48830Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I89e92f6782c47bec63d8f69c10e9539b0d7fd007 Reviewed-on: https://gerrit.libreoffice.org/48824Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andrea Gelmini yazdı
Change-Id: Idcf8bcbf58aeca002736ccd9efe4c5baf5c7202a Reviewed-on: https://gerrit.libreoffice.org/48842Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf Reviewed-on: https://gerrit.libreoffice.org/48834Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41 Reviewed-on: https://gerrit.libreoffice.org/48833Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360 Reviewed-on: https://gerrit.libreoffice.org/48832Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
Project: help c2ef507d3275257c83558c794b3ebb1385f8a4fa Fix typo Change-Id: I3fecf4aef43a11a2534b36a846097382201ce8e5 Reviewed-on: https://gerrit.libreoffice.org/48831Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Christian Lohmaier yazdı
otherwise the handling tries to access properties like fonts too early and trigger NPEs Change-Id: I132c02f936c7b3e70fced1e1e022a6cf803ed5ff
-
Caolán McNamara yazdı
10 secs to 4 secs Change-Id: I5460b174c580176c9f16ca608abf21bd4aa77656 Reviewed-on: https://gerrit.libreoffice.org/48822Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike Kaganski yazdı
Change-Id: I257bf0a1efb36b5d2c4cd7d932cc400dfafa0846 Reviewed-on: https://gerrit.libreoffice.org/48821Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Mike Kaganski yazdı
... based on ForceFocusAndToFront setting Change-Id: Ic76faa082f433d5a0150e49c30d7eda3c6c24c5f Reviewed-on: https://gerrit.libreoffice.org/48287Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Mike Kaganski yazdı
Change-Id: I87af48158b4afaf81da8545f9bccf459f11031d6 Reviewed-on: https://gerrit.libreoffice.org/48823Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Stephan Bergmann yazdı
For one, this should make it more obvious what the magic constant USHRT_MAX meant in the context of SwXMLTableContext::m_nWidth (and shows that it should arguably have value SAL_MAX_UINT16, not USHRT_MAX). For another, at least some Android builds are stuck with a broken C library that defines USHRT_MAX to be of type unsigned int instead of signed int, which caused various -Wsign-compare that are removed as a side effect. Change-Id: If2676954f4e7159b0c0d3656b8bc0186f0771e10 Reviewed-on: https://gerrit.libreoffice.org/48661Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...even if GetColumnCount()*MINLAY > USHRT_MAX could ever be true, in which case it will now cap m_nWidth == USHRT_MAX. (The original code didn't have the cast of GetColumnCount() to sal_Int32, then 7e7c8a51 "#80552#: bug fixes for progress" added a---presumably misplaced---C-style cast to the check (but not the assignment), presumably to silence some signed-vs-unsigned warning.) Change-Id: I2403ee3c5e8fe35ae2a7a7b7da9081a7fb7b59b1 Reviewed-on: https://gerrit.libreoffice.org/48654Tested-by:
Stephan Bergmann <sbergman@redhat.com> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Katarina Behrens yazdı
the same fix as in 777bf677. Move on, nothing to see here Change-Id: I4b4fe9f87b25c6e04329c052c532ab4da5a30d75 Reviewed-on: https://gerrit.libreoffice.org/48820Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-