- 06 Agu, 2015 40 kayıt (commit)
-
-
Jan Holesovsky yazdı
They were removed in commit 18f41dfa by mistake. Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865 (cherry picked from commit 375348cc) Signed-off-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
was broken with 70f56bc2 "java: reduce scope, make member classes private" Change-Id: I84a3fafbfdddf6bb04ab7787d344bf50ffd22994 (cherry picked from commit 3b07120a) Conflicts: odk/examples/java/Spreadsheet/CalcAddins.java
-
Michael Stahl yazdı
Apparently it may happen that some fly does get a different anchor node than before, which means the RemoveAnchoredFly() will be called twice. Prevent the problem differently by clearing the anchor in _SaveFlyInRange(). (regression from a624cf52) Change-Id: Id796d2e230de065113bcf1e6164d6b8a01ab933c (cherry picked from commit 8a1f5536)
-
Michael Stahl yazdı
Change-Id: Ida670ac9c6687314d8b425c3ac1f9896f54f2a15 (cherry picked from commit a9286c30)
-
Caolán McNamara yazdı
Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a
-
Jan Holesovsky yazdı
Change-Id: I5e05b08e30930740be0fdbb18169bf350e2eab9f
-
Tomaž Vajngerl yazdı
Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37
-
Caolán McNamara yazdı
as things stand right now in writer if the table doesn't fit it doesn't fit and don't try for back-ports reuse same bogus error used for 0 rows/cells (cherry picked from commit 550cff76) Change-Id: I90cea4c8566460f614d9a1143a638597d5ab8ce6
-
Caolán McNamara yazdı
not just when the GtkSalFrame is dtored Change-Id: Iec33f4de39224f9b1e60d72c02164402196aaac0 (cherry picked from commit 6dcd81f8)
-
Zolnai Tamás yazdı
... instead of converting attributes. (cherry picked from commit 62fb96e0) Change-Id: I3e45c0641389a7b6bdecb5141646aa13ee5c0aa5
-
Tomaž Vajngerl yazdı
Change-Id: Icf18e8be2ec07bb4bcd6edce3e41a6e88ecefca7 (cherry picked from commit 56d62036)
-
Zolnai Tamás yazdı
Background Tab was replaced with Area Tab on Paragraph Style Dialog. With that we lost the opportunity to set character background color. So bring back the Background tab as Highlighting. (cherry picked from commit 9874db20) Change-Id: I29925f72816fbd27243060231d551e6590f1b9d9 Reviewed-on: https://gerrit.libreoffice.org/16324Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Zolnai Tamás yazdı
Use 'Highlighting' also on Character Dialog. (cherry picked from commit 3588a04f) Options: Background -> Highlighting (cherry picked from commit b47151f5) Search By Format: Background -> Highlighting (cherry picked from commit 16d202f2) Make this string localizable (cherry picked from commit a676ad5e) Change-Id: Ifa48799bb9e415d17f4e323008fac57270bae34b Reviewed-on: https://gerrit.libreoffice.org/16322Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Change-Id: I541577e0b99b0144a755e5755adc890c0ca8d204 (cherry picked from commit ffc1ffed)
-
Caolán McNamara yazdı
Undo of a delete always leaves a pam that points to the start of the undone area and a mark to the end of the undone area, even if that area is empty. (In the normal where there is a selection this can be seen by selecting something, deleting it, and undoing and the newly undeleted stuff is again selected) The table overwrite/paste thing looks to see if a mark is set and goes off to "do something very complex" if its set. So if after each undo cycle, you physically click at the point where the cursor is flashing (which clears the mark) and then paste, undo, *click*, paste you get a wonderfully stable experience. It seems reasonable to me to "do the simple thing" if there is no mark, or if the mark and point are the same, i.e. there is nothing actually selected by the PaM. Change-Id: Ib451090f3863fde41209cc1fc9cfa0c747d0be58 (cherry picked from commit e06905df)
-
Caolán McNamara yazdı
Change-Id: Ic46be8ac6da04663096e682d17faa214b324e8bf (cherry picked from commit ff2dd794)
-
Miklos Vajna yazdı
Change-Id: If6948e523fd681dbe289909df68364806628ead6 (cherry picked from commit 56f5a402)
-
Rishabh Kumar yazdı
Addition of .uno:StyleApply , .uno:StyleUpdateByExample and .uno:StyleNewByExample uno commands to the sidebar Change-Id: Iab6f1fb465066fce523fd376038a059189f1b842 Reviewed-on: https://gerrit.libreoffice.org/16279Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e436f311) Reviewed-on: https://gerrit.libreoffice.org/16306Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Juergen Funk yazdı
Debugging with Visual-Studio, attach to soffice.bin Description: Start make debugrun after the start of LO, in VS-Debugger "Attach to Process" to the soffice.bin then start in other box the test with make gb_JunitTest_DEBUGRUN=T JunitTest_YYY" Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92 Reviewed-on: https://gerrit.libreoffice.org/16290Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 335ea181) Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Maxim Monastirsky yazdı
By "complex selection" I mean: 1. Selection with an empty paragraph that has a bullet. 2. Selection that has different font sizes. This is a regression of 5b32d9c4 that tried to fix tdf#61492. In reality in order to fix that, it seems to be enough to pass an empty SfxItemSet, because what we really need is to invalidate the bullet width (by setting it to -1), thus force recalculation, and this occurs anyway. Change-Id: I92545192f8c78ef7f1d66d72f0d8e8f256f87604 (cherry picked from commit 2a05cb81)
-
Maxim Monastirsky yazdı
The items count of NumberingTypeMgr is limited by 8, but some languages have more items, so remove that limitation. Also fix the behavior of the 10th item. The old sidebar popup had a "None" item, whose id was 10 (defined by DEFAULT_NONE from include/svx/nbdtmg.hxx), and that causes now the 10th item to behave as on/off toggle. Since we don't have a "None" item anymore, get rid of that behavior completely. Change-Id: I5546ca637f9951cc093a7bbf8fda11dc35341d4e (cherry picked from commit 71b35212)
-
Maxim Monastirsky yazdı
Change-Id: I74d799f10d4a1d88256c683f913b8c639d2694c1 (cherry picked from commit 4331aa3c)
-
Maxim Monastirsky yazdı
Change-Id: Id3cf58660bfcaf7424d027773894ce6888df788a (cherry picked from commit ef530d39)
-
Maxim Monastirsky yazdı
Regression from ed6b7d97. These buttons are implemented inside the sidebar, so just changing command names in the ui file won't work. Also, following the decision to use indent buttons across all modules, there is no need for 2 separate toolboxes anymore. Change-Id: Id9af0cd10fd0517be86b9793c187cd6508029732 Reviewed-on: https://gerrit.libreoffice.org/16199Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit a861a234)
-
Caolán McNamara yazdı
Change-Id: I9d4fc8e3edac699c8543ab9dce8d0e35bbf40e5b (cherry picked from commit 9ef67136)
-
Eike Rathke yazdı
... not in cell areas of all sheets. Change-Id: I8d19c15c6d8d89652ac5695214bc4dd930783087 (cherry picked from commit 80ec99db)
-
Michael Stahl yazdı
There's a fly anchored at a paragraph inside of a table inside of a redline, and for some reason MoveRange() calls SwTableNode::MakeFrms(), which asserts in frmtool.cxx AppendObjs(). The problem is that _SaveFlyInRange() removes the frame format from the SpzFrmFmts but it is still reachable from the SwNode::m_pAnchoredFlys. Change-Id: I3853c0072662bfb4f71f78451d3604ed567cd584 (cherry picked from commit a624cf52)
-
Stephan Bergmann yazdı
(cherry picked from commit dbd09317) Fix previous commit (cherry picked from commit f96313d1) 56b5212595f7750965a7620498fb063422f2eae0 Change-Id: If25443f27ff09aca8b38d00ab80ecfdc00ab2642
-
Eike Rathke yazdı
Actually the RPN token needs to be replaced as well if it was referenced. Change-Id: Ie548568dceadaf315ae5596c480916730bed2dca (cherry picked from commit d53ad925)
-
Eike Rathke yazdı
Change-Id: I98fbcb9849f2c2b1f26109a54ecbf5347cdd8b4e (cherry picked from commit 1d463600)
-
Katarina Behrens yazdı
with the exception of -h|--help. It only makes sense to run unopkg with root priviledges if adding, deleting etc. extensions system-wide for all users (i.e with --shared or --bundled switch). In all other cases it only messes up access rights to extensions, so prevent that. Fusion of 723e0999 and 9444ffc9 Change-Id: Ifa273a4d66b85d9d7ed7e8e22036ccc821507fd2 Reviewed-on: https://gerrit.libreoffice.org/16293Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
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)
-
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>
-