- 29 Kas, 2017 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I3a2b7ed3fdef3b77c0a052b10f88918aa616779e Reviewed-on: https://gerrit.libreoffice.org/45469Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Shinnok yazdı
Project: help 50ac5af18de36477bc0db81391adfd8a3a76853c Replace cp -rap with cp -a, satisfying all *nixes. On macOS, probably BSD too -rap will fail with both -r and -R implied. Change-Id: I6844d6f2ac52ca1c10564857f4e9190e1627ce52 Reviewed-on: https://gerrit.libreoffice.org/45430Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I517fa449ec75d8817cc3e03d0d90ab4c289a7c0f Reviewed-on: https://gerrit.libreoffice.org/45477Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Shinnok yazdı
Project: help db60e4b8ed439fcf103fa4937691498eee8f5e9c Chmod +x for makelocal.sh. Change-Id: I20c45d4eef8a5302369242e7d3cc5b6bb9f70e39 Reviewed-on: https://gerrit.libreoffice.org/45431Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I7ee197b396026fb25872f9e79c3be098329a5cee Reviewed-on: https://gerrit.libreoffice.org/45467Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
This likely never worked as there is no SbiInstance in that step, but worked by chance when running a module's code that was compiled with VBA support where the VBA-only function was added as a symbol to be resolved later during runtime and then the SbiInstance exists and the symbol was magically resolved. Found when trying to correct vba_tests to actually fail if all subtests fail that then started to fail in Atn.vb because of the Round() function being VBA-only. Change-Id: I7d9f6e2640a73388a2a58c3d180820c6ef85abe3 Reviewed-on: https://gerrit.libreoffice.org/45425Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
Change-Id: Ia57dd190a173f664b0c624617b13f2876008835a
-
Jan Holesovsky yazdı
Change-Id: I8478e907a66ca918eddc7a543cbcf23e17d9ee5a
-
Pranav Kant yazdı
Change-Id: I6f810c97f2fadd3b1ea602a97e24c8b42f4a84b9
-
Pranav Kant yazdı
Change-Id: I55e0dbf1677a24905d337c58184a4419c1020a87
-
Pranav Kant yazdı
Change-Id: Ibb864cb588ae7db92381c5578701d3ce09185f34
-
Pranav Kant yazdı
The plan is to remove the getDialogInfo from LOK API but one more step before doing that is to find out why the dialog size in 'created' dialog callback is less than what the actual dialog after painting is. Change-Id: I5176e175cbf7ed81c1465feeeea053c9a024fbd9
-
Pranav Kant yazdı
Change-Id: I062fa291668b7dbfb8bc8e8d455a7933378ce7d9
-
Jan Holesovsky yazdı
This allows registering & de-registering of non-sfx windows too, and makes the Calc autofilter popup to appear. Change-Id: I7cbbe94d208115aabcb6fa5f964646c7b7ce4c93
-
Jan Holesovsky yazdı
Another step towards the autofilter popup working... Change-Id: I4907a23fcd0fc64da0c7f51e2f36b1657a17638c
-
Jan Holesovsky yazdı
Tested with .uno:FormatCellDialog in Calc, Impress not tested. Change-Id: I6d911c29616988db0625be9e2a63cf2172c69ee8
-
Jan Holesovsky yazdı
Change-Id: Id48957a8c2bde068f30bb26e66df81972fe38e0f
-
Jan Holesovsky yazdı
Change-Id: Ib4062fa887b44eb1368205a414f4ac162f648c5c
-
Jan Holesovsky yazdı
We need to tunnel more than just dialogs, so this is the 1st step to get the Autofilter popup rendered. Change-Id: I6523a39ddc7a6eb2a204e48ab364130a5822f548
-
Pranav Kant yazdı
Change-Id: I8ec0ad81abcf1adf628906b02f7f94ab74a550b5
-
Pranav Kant yazdı
Change-Id: I0698bfe578cb122dfabed566cb7a096f3cb56af5
-
Pranav Kant yazdı
Change-Id: Ie81f8bd19696e6f0abceb86369545766918ae46a
-
Pranav Kant yazdı
Change-Id: I49f5e0d5f6c7c0077a6d4390f8788c1691d47bd6
-
Pranav Kant yazdı
Change-Id: I2cd27dff95f2bc49a15ab395b8282b5496e1e229
-
Pranav Kant yazdı
This will help launching multiple instances of dialog from multiple views. The earlier approach of using the UNO command strings as dialog id would not have been useful for multi-view case. Change-Id: I01cfb3c8b204d5654df2417efdac6b50dc920f0e
-
Pranav Kant yazdı
With this, we do away with initial approach of rendering the dialog on a large surface. We now create the cairo surface with dimensions of the dialog. Change-Id: Icb034693c7f1c656b7daae7f5c711b5bd4d8e880
-
Pranav Kant yazdı
Change-Id: I488a94d9c6cefd37624f755c6308f0b75595df84
-
Pranav Kant yazdı
Split IDialogNotifier from IDialogRenderable and make SfxViewShell implement it. We now just send the dialog UNO command to the backend and wait for core to emit a 'created' dialog callback which signals dialog creation in the backend. The client is then supposed to send the paint commands for rendering the dialog. Change-Id: I1bfbce83c17955fa0212408376d6bcd1b2d2d1dd
-
Pranav Kant yazdı
Change-Id: I1f592fdb5825896ad8fbe55c182936ed4ed98efc
-
Noel Grandin yazdı
Change-Id: I6eb55d450d02615526e78fb69337c66c840ef8a3 Reviewed-on: https://gerrit.libreoffice.org/45463Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: I4975e0655b5ed3083244c63c86f29f3fcad48079 Reviewed-on: https://gerrit.libreoffice.org/45368Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de Reviewed-on: https://gerrit.libreoffice.org/45420Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Miklos Vajna yazdı
When /opt/lo/bin/clang-format was missing, we "found" clang-format in the last item of PATH, which doesn't make sense. (Fix a spelling error in a formatted file to trigger the hook as part of CI.) Change-Id: I3b56a8ad02b4a55dba58e07286e31436a2842cf6
-
Miklos Vajna yazdı
Also avoid librevenge::RVNGBinaryData::appendBase64Data() for performance reasons. Times with and without the XMLBase64ImportContext rework for sw/qa/extras/odfexport/data/embedded-font-props.odt: - before: 1m32.254s - after: 0m7.045s (Need to insvestigate macOS font embedding situation in general, later.) Change-Id: I5aa56bfbfa8dc64f19c021202a1b87618b4b2775 Reviewed-on: https://gerrit.libreoffice.org/45385Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Pranav Kant yazdı
'man ctags' says that emacs mode will be enabled if the ctags binary is renamed as etags or '-e' flag is provided to ctags binary. Before this patch, the script assumes that host system has an 'etags' binary renamed from 'ctags' program. This is not always the case in all hosts. Eg: In Fedora, 'etags' binary is provided by emacs-common package which doesn't understand the flags given later in the script. It is safe to just explicitly enable the emacs mode via '-e' flag to the ctags binary. Change-Id: Ic7ded56cff32683fc5e9d3fcc7405e79da4c23b7 Reviewed-on: https://gerrit.libreoffice.org/45358Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
pranavk <pranavk@collabora.co.uk>
-
Szymon Kłos yazdı
Change-Id: I61fe660ee4fc5d3f6fc86c29e07369811eb38935 Reviewed-on: https://gerrit.libreoffice.org/45434Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Noel Grandin yazdı
Change-Id: I2efb5c0e5735c179314c6c5de87821cee3b033e1 Reviewed-on: https://gerrit.libreoffice.org/45386Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Julien Nabet yazdı
Change-Id: I9bd4fecabdd1cfa90648b285d659d6b491e544c8 Reviewed-on: https://gerrit.libreoffice.org/45439Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Michael Meeks yazdı
Change-Id: I5961f5fec6fa757e21184ee15e8ef78eeb2ed459
-
Michael Meeks yazdı
This also fixes a potentially large memory leak depending on zoom, and particularly with non-paginated rendering. Change-Id: Ia24e0b7baea725020f000a369708b0be3fc20c95 Reviewed-on: https://gerrit.libreoffice.org/45414Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-