- 17 Eki, 2015 12 kayıt (commit)
-
-
Katarina Behrens yazdı
The fix is twofold: 1.Get URL property from the underlying text field, not from the text run -- put text field properties into rXPropSet (that's what GETA macro later queries), not into rRun 6a043e9c does s/rXPropSet/rRun/ afaics for no good reason 2. Retrieve string content from URL field early, so that the test for empty text content doesn't fire Reviewed-on: https://gerrit.libreoffice.org/18031Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Conflicts: sd/qa/unit/export-tests.cxx Change-Id: I4317e4a2f6f2e6f15c30932adc80f1227e010af0 Reviewed-on: https://gerrit.libreoffice.org/18706Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit e17187c3)
-
Caolán McNamara yazdı
this is presumably a regression from commit 8904bf48 Author: Michael Stahl <mstahl@redhat.com> Date: Tue Jul 7 23:57:07 2015 +0200 sd: dispose SdStyleSheet properly If it's disposed during document destruction it still retained pointers to SfxItemSet and SfxStyleSheetBasePool. where it was always deleted in the dtor, but now is optional in ::dispose lets set bMySet to true when pSet is created like sc does, rather try going to an unconditional delete in ::dispose Change-Id: I214675805e513f657e51c779758106194f6d14e3 (cherry picked from commit 217a2218) Reviewed-on: https://gerrit.libreoffice.org/18694Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 31d1004f)
-
Caolán McNamara yazdı
(cherry picked from commit 7af19f45) if nSize was 1 with unicode encoding nSize would wrap around in lcl_getMaxSafeStrLen (cherry picked from commit f6368c29) rework this so we don't read the string, backup and re-read the string again (cherry picked from commit 8523e57e) Change-Id: I99f3d4a2ec760228f485d01fce856deb9c068431 Reviewed-on: https://gerrit.libreoffice.org/18690Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 64277974)
-
Caolán McNamara yazdı
regression from commit 820576af Author: Noel Grandin <noel@peralex.com> Date: Thu Mar 19 13:54:12 2015 +0200 start wrapping OutputDevice in VclPtr 9,800 (568 direct, 9,232 indirect) bytes in 1 blocks are definitely lost in loss record 12,696 of 12,898 by 0xC602E72: ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<>() (vclptr.hxx:375) (cherry picked from commit 23d4d2f6) Change-Id: I356f39c339fd28a9e19a00d61b6f1bee492f2638 Reviewed-on: https://gerrit.libreoffice.org/18689Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 79a3a1ee)
-
Julien Nabet yazdı
0 strlen () at ../sysdeps/x86_64/strlen.S:106 1 0x00007fffdfd69083 in SalDisplay::GetKeyNameFromKeySym (this=this@entry=0x1121b30, nKeySym=<optimised out>) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:744 2 0x00007fffdfd696f5 in SalDisplay::GetKeyName (this=0x1121b30, nKeyCode=nKeyCode@entry=9476) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:798 3 0x00007fffe17892a2 in GtkSalFrame::GetKeyName (this=<optimised out>, nKeyCode=<optimised out>) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/gtk/window/gtksalframe.cxx:3005 4 0x00007ffff6125bbc in vcl::KeyCode::GetName (this=this@entry=0x7fffffffbfb0, pWindow=<optimised out>, pWindow@entry=0x0) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/source/window/keycod.cxx:108 Thank you Alex Bennée for having noticed this. Change-Id: I4fa89241c72144d5c76cd6175368c6878fc57a46 Reviewed-on: https://gerrit.libreoffice.org/18708Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit e7ff9ade) Reviewed-on: https://gerrit.libreoffice.org/18744 (cherry picked from commit cc7edea1)
-
Julien Nabet yazdı
pubAware_ adds 2 elements for each of these: LOCAL_PUBLISHER, ZIP_PUBLISHER, FTP_PUBLISHER and since ZIP_PUBLISHER is added in second positon, the right index is 2 not 4 Change-Id: I0a533fd0cefcbbfca0e95628f64fac6258019600 Reviewed-on: https://gerrit.libreoffice.org/18715Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit e72a4a3c) Reviewed-on: https://gerrit.libreoffice.org/18717Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7a4edfbc)
-
Maxim Monastirsky yazdı
Regression of 46666a77. The code in MenuBarManager::FillMenuManager merges the addon menu before .uno:WindowList, which doesn't exist in the start center since that commit. As a last resort, let's also check for .uno:HelpMenu (assuming that it's never placed before the Window menu). Change-Id: If45eebe4351c40d8ed69daba527844ffc02e8458 Reviewed-on: https://gerrit.libreoffice.org/18729Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com> (cherry picked from commit f30206f6)
-
Eike Rathke yazdı
... which is what Excel does, the value has to fit in a 16-bit signed integer. Change-Id: Ie172eb4eaa69b80110c8f93b1f74a6bb17ffc92f (cherry picked from commit ef725dc3) Reviewed-on: https://gerrit.libreoffice.org/18685Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7335925d)
-
Caolán McNamara yazdı
Change-Id: I4ee52c76b2c1723639185bc99b85d83be5b4fdd7 (cherry picked from commit 637ad743) Reviewed-on: https://gerrit.libreoffice.org/18686Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit 301391a6)
-
Rene Engelhard yazdı
Needed since 2ce903c7 Conflicts: configure.ac Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94 (cherry picked from commit 8d5fda8e)
-
Andras Timar yazdı
... because special 'debian-menus' package from sysui module does the job We do not have these scripts in rpm packages, let's not have them in deb packages, too. Change-Id: Iae7e996c3c3a8c1fb40977436773829a16e93fee (cherry picked from commit f8f1a064)
-
Andras Timar yazdı
... tools don't find *.desktop files in /usr/local or elsewhere, and the applications will not be registered in menus. Fixed the regression from d2cc121e Change-Id: I679b98b5cd0a502553fb13025ee8b9ac4bb5507e (cherry picked from commit eb911d69)
-
- 16 Eki, 2015 8 kayıt (commit)
-
-
Jan Holesovsky yazdı
The slides to export can be tweaked via a "PagePos" parameter. Change-Id: I66f19521bd8f699710eefafb29f54036d7e604c3 (cherry picked from commit e0769daf)
-
Jan Holesovsky yazdı
Change-Id: I0de8b5229a83d2ed1ccecbd5608c94881b9baad3 (cherry picked from commit 2cb17258)
-
Miklos Vajna yazdı
(cherry picked from commit d8bc93ef118c75f48685d5f6d121ad7eabf2a80c) Conflicts: sd/source/ui/view/Outliner.cxx Change-Id: Ib6be973bf7c911907c793571b84021dc317dcc80
-
Miklos Vajna yazdı
Given that we emit selection callbacks on each logical operations (set selection, deselect all, etc) already, it's not necessary to emit callbacks in DrawSelection() when it's called from Paint(). Change-Id: I6781c71ee2f292de2a1c7d129fc49b514aca2be1 (cherry picked from commit c8bfca547d822a75ddfdd33903deae3fb6488789)
-
Miklos Vajna yazdı
Change-Id: I3f34f0315045d33ff6e498e24c0dacb0aabb0ff9 (cherry picked from commit 293dd731)
-
Miklos Vajna yazdı
Change-Id: I607b3719e0f508f9ae24db7482323847aa8e2491 (cherry picked from commit 6a35a75a)
-
Miklos Vajna yazdı
The LOK API can describe a multi-selection, so find-all can signal all matches, editeng can have a single selection only. Instead of having no selections after a find-all, select the first match, so e.g. copy works. Change-Id: I0eab2565916f0c3cce5d77279c0d927ad4b7054c (cherry picked from commit cd497698)
-
Miklos Vajna yazdı
For one, if sd::Outliner::RememberStartPosition() cares about storing the current selection in the DrawViewShell case in maStartSelection, then sd::Outliner::RestoreStartPosition() should probably restore it. For another, sd::Outliner::StartSearchAndReplace() returned true in the "nothing was found" case, which restarted the spellchecking, which killed the selection. If the selection has been restored already, then at least don't kill it in the find case: find is read-only, so no need to restart the spellchecker. Change-Id: Idd886d449a9cfb164887fc6b1fde27b5e63e272b (cherry picked from commit aa8f2180)
-
- 15 Eki, 2015 20 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Ibadbcb45eb0cacd8f26e7bfed3cff794a7ce88f1
-
Andras Timar yazdı
Change-Id: Id643b47ba5870db52585f1d3406983be348a4608
-
Andras Timar yazdı
Change-Id: I33317c6afec1b75a3f877849d048d02169d7cb5a
-
Andras Timar yazdı
Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
-
Tor Lillqvist yazdı
Creating the pipe fails when sandboxed. This caused us to not start the OfficeIPCThread, and that then meant that the file open requests coming in through VCL_NSApplication's application:openFile: method in vclnsapp.mm were not processed properly. The OS takes care of not starting multiple LO apps simultaneously anyway, so we don't really need any pipe, I hope. Conflicts: desktop/source/app/officeipcthread.cxx Change-Id: Ia920520ce2928787313f83199028f9c9942f61f3
-
Andras Timar yazdı
Change-Id: Icfa638141e99af3ba313cf235228fbab8b3594d2 (cherry picked from commit 561581cd)
-
Andras Timar yazdı
Change-Id: Ief9ee02f78f08a3002cc3ced3b9da80fc855aeef
-
Andras Timar yazdı
Conflicts: readlicense_oo/Package_files.mk Change-Id: Ia380db465f5094216cb36526f6cc178043376356
-
Andras Timar yazdı
Change-Id: I83d28b9bc7985f34303d3c3343f976b5a87009e1
-
Rene Engelhard yazdı
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4 (cherry picked from commit a41a4a22)
-
Andras Timar yazdı
Change-Id: I6d9296ef4dc01d6ea0fb591582831693200f0f7b
-
Michael Stahl yazdı
... and also set the User-Agent header so the servers know who's messing with them. Change-Id: I0173db05868c5fcd0f85435adf78884ca562596d (cherry picked from commit 18b934af)
-
Michael Stahl yazdı
Change-Id: Idbabae3edad5e95a37fa9834d24a72ebd13087ae (cherry picked from commit 2ccef1c9)
-
Michael Stahl yazdı
... itself, they were apparently just dependencies of commons-httpclient, so remove them. Change-Id: I8fd5c85db058c4aa14c4f5fea20fd17ba361b0b2 (cherry picked from commit 4b6ceed4)
-
Michael Stahl yazdı
JRE 6 has sufficient HttpURLConnection etc. stuff to make this work without bundling external libraries. Change-Id: I6c71980c718169024006f02a96c442a71d798d55 (cherry picked from commit f7d149a7)
-
Noel Grandin yazdı
this is the canonical order, and it makes the code easier to read Reviewed-on: https://gerrit.libreoffice.org/16242Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Ostrovsky <david@ostrovsky.org> (cherry picked from commit 0c18bedb) Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470
-
Andras Timar yazdı
Change-Id: I9caf08575eddf711215a5eaa18866904f30e1529
-
Christian Lohmaier yazdı
the default Impress templates also make use of it, so not having it only displays white background... Change-Id: I34ffab7389fce60941fd926673a4999d40c50190 (cherry picked from commit 888535f1)
-
Miklos Vajna yazdı
Change-Id: I5767fa9a240b23de098fc6012555691dfb22c400 (cherry picked from commit 9aa6ec9b)
-
Tor Lillqvist yazdı
Change-Id: Ic6485b060eceb47dc96ee102733f308d71beedb8 (cherry picked from commit ffaab97a)
-