- 15 Haz, 2015 19 kayıt (commit)
-
-
Michael Meeks yazdı
Issue exposed by fix for tdf#91727. Change-Id: Ia1eafbd4db28bcfa6c90e0d58735e232c7449f83 Reviewed-on: https://gerrit.libreoffice.org/16252Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
This clobbers the functionality from commit: 06d73142 make idle timers actually activate only when idle Since now all rendering and re-sizing is done in idle handlers it does effectively the opposite of what was intended. A better solution would allow special-casing the processing of just rendering, re-sizing and window management to spin for eg. progress bar rendering. Also add helpful debugging labels to the idle & timeouts. Also cleanup the Idle vs. Scheduler handling. Also ensure that starting an Idle triggers a mainloop wakeup. Also add a unit test. Change-Id: Ifb0756714378fdb790be599b93c7a3ac1f9209e6
-
Caolán McNamara yazdı
Change-Id: I015306a37abeaef17830ceab0f39cb2f3a98155c (cherry picked from commit 14aa5c58)
-
Matthias Freund yazdı
The line with in the sc version is only 1px as a test. Changed the icons to fit better into impress, modify insertfootnote ("i" slighty moved down). Change-Id: I3d7813a016b78f5c6568686ae123009d58b9cc3c Reviewed-on: https://gerrit.libreoffice.org/16261Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit e60e55ce)
-
andreask yazdı
Change-Id: I3eeaee8b774ab23fb4ff07c03630747cd4cac487 Reviewed-on: https://gerrit.libreoffice.org/16284Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 39bfba3e)
-
Stephan Bergmann yazdı
Change-Id: I8f6a988ef8bd3642fe6997170dfb50935e6bf3b6 (cherry picked from commit dfba7454)
-
Andras Timar yazdı
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef (cherry picked from commit 814867c7)
-
Henry Castro yazdı
Change-Id: Ia7281c853454e283150bba3c79aa9579363c7ca3 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
the paint timer is activating after we ask gtk to size the window but before we/gtk get the ConfigureNotify that updates gtk knowledge of the size. So the gtk drawing calls are clipped to the previous ConfigureNotify size. So, lets try postponing paints if we have set a size but not received a configure notify yet (cherry picked from commit 8f324aeb) Change-Id: If5e993f8e0e65053b59234fce0785398b93c1c46 another stab at tdf#91393 block paints only if the new requested size is larger than the original and unblock on explicit expose events as well as configure ones Change-Id: I72829a5b6e55d6bbdaf934af427ee3b50fe11fd4 (cherry picked from commit 6dc1d270) Reviewed-on: https://gerrit.libreoffice.org/16291Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
László Németh yazdı
(cherry-picked from d505f160) Change-Id: I415ccb6132b802f62c93367a050242aee3c128b1 Reviewed-on: https://gerrit.libreoffice.org/16286Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Andras Timar yazdı
Change-Id: Ic743bb74894a3873f72333a5d33211964e7bcdaf (cherry picked from commit 92d77c1c)
-
Varun yazdı
fixed by commits 4dd2e61e and fae87e03 Change-Id: Ib6ca689af61187b32283753f80abaed96406f409 Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit f36ac1aa) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
commit 9f01951b also did the extra Remove/Add for Draw fly objects, and it turns out that that's actually wrong because SwTextFlyCnt::SetAnchor() will set the anchor without locking anything if it's a Draw object. Replace it with a different hack in SetAnchor() that applies only if it calls LockModify(). Thanks to Varun Dhall for creating a reproducer document. Not sure if the LockModify() could be replaced completely, perhaps it's just an optimization to avoid re-creating layout frames for the fly. (cherry picked from commit fae87e03) Conflicts: sw/source/core/txtnode/atrflyin.cxx Change-Id: Ib3236f289c2c4202d48ac378a53ce02130d4ce2c
-
Michael Stahl yazdı
Change-Id: I72aecb66d0de4ba2bc3a44f664aab8170ffb3d0f (cherry picked from commit dc4d9481)
-
Varun Dhall yazdı
Change-Id: I39766373811a48a683706c391aa46a9bf89b3462 Reviewed-on: https://gerrit.libreoffice.org/15924Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> (cherry picked from commit da79caf3) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
The corresponding feature may or may not be part of libreoffice-5-0, for now just add a string, so that it's in before the string freeze. (partially cherry picked from commit ef0217f2) Change-Id: Iea9984af3f08ed214815b9477019695f2339a7f3
-
László Németh yazdı
(cherry-picked from 17cdc92e) Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7 Reviewed-on: https://gerrit.libreoffice.org/16287Tested-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ı
this appears to be a mismerge of commit e0ad036e Author: Luboš Luňák <l.lunak@collabora.com> Date: Thu Feb 19 16:39:06 2015 +0100 mailmerge doesn't need to use the singlefile technique for printing It should be sufficient for every record to just update the fields and print the document. The printing code apparently rather expects to do the printing in one go, so split the functions up there. Conflicts: include/sfx2/viewsh.hxx include/vcl/print.hxx sfx2/source/view/viewprn.cxx sw/source/uibase/dbui/dbmgr.cxx sw/source/uibase/uno/unomailmerge.cxx vcl/source/gdi/print3.cxx where the else if block is positioned at a nutty location Change-Id: Ia22e9e53c27256131283babaf779e57f157ba6b8 (cherry picked from commit af8f9385) Reviewed-on: https://gerrit.libreoffice.org/16292Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
Similar to 47f002cb the RPN tokens have to be adjusted to catch also references generated from named expressions and the like. Quite likely this may fix some non-obvious cases of reference update bugs and listener problems. If some cases worked so far it means we're recompiling too much.. Change-Id: I29e8427f72afdd29aa45047cb52ba59161c18892 (cherry picked from commit bff9eddb)
-
- 14 Haz, 2015 3 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: Idf1bfbac1adc083f6d697d19ca41110f765955e9 Reviewed-on: https://gerrit.libreoffice.org/16171Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 30c4467d)
-
Zolnai Tamás yazdı
It causes trouble to localiztation tools and also makes hard to distinguish these items on the UI. e.g. Edit -> Find & Replace -> Other options -> Attributes. (cherry picked from commit dd79dbed) Change-Id: Ie7a17e02947200a570b5e6209c8a99d1883a6860
-
Rene Engelhard yazdı
Change-Id: I82c63358d9400b2c8bd391a88bba18ffae52a14b
-
- 13 Haz, 2015 4 kayıt (commit)
-
-
Noel Grandin yazdı
The SystenChildWindow in question is owned by ViewMediaShape Fixed ViewMediaShape to dispose the vcl objects it creates correctly. Also fix another crash in MediaWindowImpl child window correctly disposing its children. Change-Id: If4aebcb6e5824266c154416f7246d73c6cb3509c Reviewed-on: https://gerrit.libreoffice.org/16230Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Eike Rathke yazdı
Change-Id: I624e64745fd3874be3e1bd3df6bac18dfb17aebb (cherry picked from commit c1fc84ac)
-
Andras Timar yazdı
Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb (cherry picked from commit 113adfe3)
-
Matthias Freund yazdı
Change-Id: I13039f0999cac3ec5ffabd6a0d75f23065bc446b Reviewed-on: https://gerrit.libreoffice.org/16254Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit d56b125f)
-
- 12 Haz, 2015 9 kayıt (commit)
-
-
Michael Meeks yazdı
We can't derive from a VclPtr base-class, and also another base, and then use boost::shared_ptr for that; re-factor to use a boost_ptr to hold a VclPtr<> for now. Also fix leaking envelope dialog. Change-Id: I2e1efbfaee3b6051e38ff7a14903a83ccd75136b Reviewed-on: https://gerrit.libreoffice.org/16160Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Eike Rathke yazdı
Change-Id: I5a991d3b86fec0a3800d8243f73eb764789c8c69 (cherry picked from commit 15f18d1b)
-
Andras Timar yazdı
Change-Id: I17ea45f2b1dd46a7f1c0f3ce8c680bef9ec533fa Reviewed-on: https://gerrit.libreoffice.org/16249Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 7dee641f)
-
Jan Holesovsky yazdı
After introduction of the Idle processing, something has changed so that the underlying GetGdkWindow() does not update its size fast enough; even though the gtk_window_resize() is called before the Window::Erase() (that actually paints the background) etc. The consequence of the not-yet-updated gdkDrawable is that we cache something that has the correct background in the top left 200x200 pixels, but the rest is just copied from the screen. Let's for now just not cache when the GetGdkWindow() is smaller than what we actually paint; TODO find the root cause. Change-Id: Ib6092668eb4613899f665bb0f12fc1eb15484e13
-
Eike Rathke yazdı
Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8 (cherry picked from commit 688995bb)
-
Noel Grandin yazdı
with tons of missing styles Change-Id: I93c41f1e461a6e148e9f4c1dd84a598ca0090b54
-
Eike Rathke yazdı
(cherry picked from commit 7750dfcc) Change-Id: I04a3990b90bd84c680df56ab6a5dc9eca575e696
-
Adolfo Jayme Barrientos yazdı
“1 is less quality, 100 is more quality.” You don’t say?! These are things that any person can deduce by themselves by looking at the sliding bar. Let’s not assume users are idiots who need to be told obvious things, and in *two* mostly identical sentences. Change-Id: Id1de16b078712009a1fce4d21f7509f873d35bc0 (cherry picked from commit 543389a8)
-
Fridrich Štrba yazdı
Change-Id: I1534a0f43201a594b727ee8b42b697c8c1b5e224 (cherry picked from commit a952bf82) Signed-off-by:
David Tardon <dtardon@redhat.com>
-
- 11 Haz, 2015 5 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I58ab0fbc6a247c29c77a4e9d7febc11daa4a79c8 Reviewed-on: https://gerrit.libreoffice.org/16233Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit f20c03ac)
-
Andras Timar yazdı
Change-Id: I0354bca230395d8061bb6d9ce9f9b7a6229b73a7 Reviewed-on: https://gerrit.libreoffice.org/16234Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 5956cbcb)
-
Mike Kaganski yazdı
fixes regression from commit 4467c67d, where the new optimized code path failed to properly register ScFormulaCell with ScExternalRefManager. Introduces a new public method in ScExternalRefManager: insertRefCellAsTmpl that registers a formula cell to listen to the same external references as template cell Introduces new property to ScFormulaCell: mbIsExtRef that indicates that some external references are referenced by this cell Change-Id: Iee07d7b51949fd31953b5fa662a213052eb85181 Reviewed-on: https://gerrit.libreoffice.org/16066Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 17282387) Reviewed-on: https://gerrit.libreoffice.org/16219Tested-by:
Jenkins <ci@libreoffice.org>
-
Jan Holesovsky yazdı
Change-Id: I302ab9e38831403cbb4aa96c61d4862f43537e8e
-
Eike Rathke yazdı
Change-Id: Ibdcfdd6175e6ccb8aded02d59b1b21e92a0fc120 (cherry picked from commit 6d7dcb81)
-