- 06 Agu, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
The CPython changelog says for version 2.4: - Python no longer relies on the LC_NUMERIC locale setting to be the "C" locale; as a result, it no longer tries to prevent changing the LC_NUMERIC category. (cherry picked from commit 1ee5e1a1) Conflicts: pyuno/source/module/pyuno_runtime.cxx Change-Id: I6d63c4dedca48c99bf81135d69285d9116a19740
-
Noel Grandin yazdı
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d (cherry picked from commit f6e5a0ac)
-
Eike Rathke yazdı
Change-Id: Iec22ad67c9deaada827ba8eac47581e08f934353 (cherry picked from commit 782c116b)
-
Eike Rathke yazdı
be1b3dae missed a few cases * a deleted reference start was shifted by two sheets instead of one if the formula was on a sheet before the deleted one * a deleted reference end was not correct if the formula was on a sheet behind the deleted one and used relative sheet reference * #REF! wasn't set when the entire referenced range was deleted Change-Id: Ib9c7492a651a8429fa1c411c8e447593e366e09d (cherry picked from commit 20e4ccc6)
-
Christian Lohmaier yazdı
Change-Id: If2b25caf779830fdb34a7de6a33784a246d12531
-
Julien Nabet yazdı
Add a test to check if name already exists Change-Id: Ie23de04c0b747f58ab61a6e498bf212bf38b346a Reviewed-on: https://gerrit.libreoffice.org/16000Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 3807946b) Reviewed-on: https://gerrit.libreoffice.org/16055Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
László Németh yazdı
Storing Undo data is unnecessary here, because shrinking is applied only on the text frame of the textbox. The shape component of the textbox isn't modified. (cherry-picked from 2f779fc0) Change-Id: Iaff64ff4953adbfa830832da146343cef2734547 Reviewed-on: https://gerrit.libreoffice.org/16088Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Philippe Jung yazdı
Seing the fix, it probably also impacts scrolled floating menus. Change-Id: Ia740573c3ed54cf01a57575a2ca00d49165be28d Reviewed-on: https://gerrit.libreoffice.org/16188Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I17607b0040f8adc2f0cbbe98a1d3a9af7b19c816 (cherry picked from commit 753fa7ca)
-
Caolán McNamara yazdı
This reverts commit 9857c639. Change-Id: Id47e982eb346c092991f07964c0146daefccb031
-
Miklos Vajna yazdı
Change-Id: I7a3a233a34453153b3e1c0fe3d60bb0ede65dc86 (cherry picked from commit 292ec5fe)
-
Adolfo Jayme Barrientos yazdı
From Alexander and Adwaita. (cherry picked from commit aba3c3a3) Conflicts: icon-themes/tango/cmd/lc_inserttable.png icon-themes/tango/cmd/lc_mergecells.png icon-themes/tango/cmd/lc_numberformatpercent.png icon-themes/tango/cmd/lc_togglemergecells.png Change-Id: Ib3f396ab2cbb0a89da00a7f8634fc6fe6be0b223
-
andreas_ka yazdı
I also have done the extension and the help icon according to galaxy. As I wrote in the bug report the breeze icons are 48x48 px because in 32x32 the icons are to smale Reviewed-on: https://gerrit.libreoffice.org/16176Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit d28102b1) Change-Id: I1f1dcce9c4a7aa1609d039381b4f85cf9a8b6f37
-
Michael Stahl yazdı
(regression from 587006ca) Change-Id: I38e00a7469243088e25aa1a91e3581240b3bbdea (cherry picked from commit 238e07dd)
-
Eike Rathke yazdı
Pasting formula content that created a formula group always constructed group listeners, then destroyed those listeners again and reconstructed the same listeners, because ScDocument::DeleteArea() is called with IDF_OBJECTS again if nothing is excluded from paste. Do the listener stuff only if one or more of the IDF_CONTENTS bits are set. Change-Id: I8c6b7f7bb3402590f2b1f3259ee730f26a906cdf (cherry picked from commit 97fea63d)
-
Christian Lohmaier yazdı
Change-Id: Ifad26c1d89031b0e746ac3b9a4c0738660be9e97
-
Rishabh Kumar yazdı
Change-Id: I8ea350b97fcbf914b60ba580a72df967fdcfadef Reviewed-on: https://gerrit.libreoffice.org/16164Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Caolán McNamara yazdı
i.e. follow up to commit 465359c3 Author: Michael Stahl <mstahl@redhat.com> Date: Wed Mar 11 16:39:24 2015 +0100 do not call virtual Commit() from dtors of utl::ConfigItem subclasses ~SvtAppFilterOptions_Impl() demonstrates that this is a bad idea, by not invoking its subclasses' ImplCommit() but its own. to avoid assert in SvtSearchOptions dtor Change-Id: I0eaf93450e1daddb81a9463f2c1df48a334dfb22 (cherry picked from commit 8d5a2116)
-
Eike Rathke yazdı
Change-Id: Ic42897ba6bb520c931f63e56d0f453ed14cfaa3d (cherry picked from commit 883ebe02)
-
Michael Meeks yazdı
Also extend VclPtr lifecycle test. Change-Id: I4d989375ca02327216eb1f37e466aefdb733579d Reviewed-on: https://gerrit.libreoffice.org/16107Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Ifb5355b3a8f33601bcec0c11ce1afe1c735695b6 Reviewed-on: https://gerrit.libreoffice.org/16100Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Christian Lohmaier yazdı
Change-Id: I59e76ca77cf94679d2d98301d78d523f922e083e
-
Caolán McNamara yazdı
Change-Id: Ie7f9abc16e07c9ef44916e0cebe67486f3583449 (cherry picked from commit 43cc6fa1)
-
Matthias Freund yazdı
Reviewed-on: https://gerrit.libreoffice.org/16143Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit f9bc291f) Change-Id: Id5d7824026817318960b6403bf0e0a7558fd8c30 Reviewed-on: https://gerrit.libreoffice.org/16153Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Andras Timar yazdı
b78d8815 removed unused values from SfxFieldUnit enum. This broke the mapping between SfxFieldUnit and FieldUnit. In fact SfxFieldUnit was redundant. Change-Id: I13c7e7d708c6eeab0de192f4cd110b0a23989a31 Reviewed-on: https://gerrit.libreoffice.org/16150Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 7f423067)
-
Eike Rathke yazdı
Listeners are set up from references in RPN, so check those for bounds to catch also references resulting from named expressions, database ranges, tables, ... and references in the token code array that are not referenced in RPN. Change-Id: I54770b45818f4c0541a39815278d3271a77b345d (cherry picked from commit 4baf76dd)
-
Eike Rathke yazdı
Follow-up on 2f6a0685, rTop is top of created group, listening needs to be ended on original (previous) group. Change-Id: I1f975a0a6c85e649aa07ce5c6e97bc6e917ff9ce (cherry picked from commit 5d6448a5)
-
Stephan Bergmann yazdı
Change-Id: I25eae3874c7ca4cf4e23673604a1f77e1fa15451 (cherry picked from commit 0329dbd3)
-
László Németh yazdı
Cherry-picked from 86782d5d and cd2ba312. [86782d5d: AutoCorrect: direct replacement of keywords surrounded by colons Replacing immediately (without pressing space or enter) and inside words, too. For example, fixing tdf#55292 – complete input method for n-dash, m-dash – is possible now by :--: -> n-dash, :---: -> m-dash AutoCorrect replacements.] cd2ba312: unbreak calc again, a fix for the previous commit by Markus Mohrhard] Change-Id: Id7d9411599bec620fa91c246b531d26150f20c6a Reviewed-on: https://gerrit.libreoffice.org/16002Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Philippe Jung yazdı
Following ESC decision, uno commands InsertRows / InsertColumns must be added to the current one InsertRowsBefore / InsertColumnsBefore and InsertRowsAfter / InsertColumnsAfter. This will guarantee ascending compatibility while making more explicit the behaviour thanks to the new commands. Change-Id: I31964e3bdfa63b9447edb794fe233e2665651142 Reviewed-on: https://gerrit.libreoffice.org/16098Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
ClickHdl happens on the "down" of the click, not the "up" of the click, so the up gets lost and control isn't returned to the parent widget, so extra clicks are needed to give control back to it Change-Id: I79023d2959377ff70aa890690dde5ce852c9549e (cherry picked from commit 6aee70ec)
-
Caolán McNamara yazdı
Toolboxes derive from Docking Windows, they are not layout aware, which is ok, but they need to tell the thing they are inserted in that their state has changed if the parent is layout aware. i.e. docking windows are not toplevel things like dialogs and need to pass on queue_resize to things above them Change-Id: If0eeff90314bef4e828355661a75a0d34a6fc1bc (cherry picked from commit 81fb7720)
-
Katarina Behrens yazdı
(+ label the button) Change-Id: Ie2268d2a6ea0ceb1e8dd9e696db3b9ae613552a1 Reviewed-on: https://gerrit.libreoffice.org/16092Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Rishabh Kumar yazdı
Removal of less used controls Change-Id: I2948e6582031db1f743af59fb1ae02c1a86467f4 Reviewed-on: https://gerrit.libreoffice.org/15935Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 1c18deee) Reviewed-on: https://gerrit.libreoffice.org/16133Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr>
-
Yousuf Philips yazdı
Change-Id: I573fd274c9d757801036a79b47568a12b8096938 Reviewed-on: https://gerrit.libreoffice.org/16121Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr> (cherry picked from commit 0fd01e68) Reviewed-on: https://gerrit.libreoffice.org/16132
-
Yousuf Philips yazdı
Change-Id: Ic3103e6ed1052fbc292f235e1e3104a61579519d Reviewed-on: https://gerrit.libreoffice.org/16062Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit ca6997fb) Reviewed-on: https://gerrit.libreoffice.org/16106Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr>
-
Valter Mura yazdı
Change-Id: I6c5d4f97bce8f5b29d979e2508e691948e9399fb (cherry picked from commit 346dd51f)
-
Adolfo Jayme Barrientos yazdı
Icon imported from Adwaita (32x32/emblems/emblem-documents.png) Change-Id: I4889644c5d253e1c9b722789336d911b7cdd8af9 (cherry picked from commit a37ed671)
-
andreas_ka yazdı
Done Blue arrows - It would be nice to have a blue (or other color) used in wrap text, sort, sort ascending, sort descending, pivot table. Done Spellcheck - Would be good to move the 3 green dots 1 pixel lower so its not touching the bottom of the ‘A’. (lc_SpellingAndGrammarDialog) Done Insert Comment - All other insert buttons use a plus sign, so it would be good to use the same for this. In the small version (sc_insertannotation), there shouldnt be any plus or 3 dots as this messes up the navigator. Would be nicer if the chain was a bit bigger. (lc_InsertAnnotation) Change-Id: Ie53296c07f1c2373455a47917945ce9e0a188f76 Reviewed-on: https://gerrit.libreoffice.org/16129Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 2da06662)
-
Matthias Freund yazdı
New lc and sc version of_arc, pie, circle* and elipse icons. New lc and sc version of fliphorizontal and flipvertical which I'm taken from tango. Redo the lc_insertgraphic as svg out of the bitmap from jay philipz and do the sc version of it. Change the inserthyperlink icons to match each other. Change-Id: Ifd22c48f2ccfbb7355974c8d267525ca981b39f6 Reviewed-on: https://gerrit.libreoffice.org/16128Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 47cddc66)
-