- 17 Eki, 2015 6 kayıt (commit)
-
-
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 26 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)
-
Tor Lillqvist yazdı
(cherry picked from commit 3e3390e9)
-
Jacobo Aragunde Pérez yazdı
The build relied on the presence of ANDROID_HOME envvar, now we pass it explicitly. Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913 (cherry picked from commit 2e6ed9be)
-
Tor Lillqvist yazdı
(cherry picked from commit ff2c4ee8)
-
Tor Lillqvist yazdı
(cherry picked from commit f7d886ca)
-
Miklos Vajna yazdı
I forgot about this when I enabled other Calc file types in 07997cba (android: adapt doc browser to updated manifest that accepts Calc documents, 2015-01-19). Change-Id: Iabacffbfc09d806f09bc7e0f9307830bda8ebbe1 (cherry picked from commit 1956b50e)
-
Christian Lohmaier yazdı
and of course also for the Java part Using build-id linker flag allows lldb to map the installed .so to the non-stripped version on the buildhost. Also ndk-gdb supports specifying a different package name on the commandline, so no need for the error in configure anymore. Change-Id: If6887a27cc8ab15ee6ab612502cacf0a22ade737 (cherry picked from commit 8840a66f)
-