- 01 Eyl, 2014 7 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0 Reviewed-on: https://gerrit.libreoffice.org/11152Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Matthew J. Francis yazdı
Reviewed on: https://gerrit.libreoffice.org/11187 Change-Id: Ifa9c7c1a29d7076903e038d3132c635b1143e2d8
-
Lionel Elie Mamane yazdı
Change-Id: I6faae7f5b1b2ec243c53453a8627bd0a540a46ad Reviewed-on: https://gerrit.libreoffice.org/11219Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Samuel Mehrbrodt yazdı
Change-Id: Ic813ab3eb74a088b60b4dc3dcd56e7b19683190c Reviewed-on: https://gerrit.libreoffice.org/11220Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Miklos Vajna yazdı
Change-Id: I935856965bcb1f710059801621124685aeb65a03
-
Pallavi Jadhav yazdı
Issue : -File was getting corrupt due to wrong SDT Properties were getting export and only one SDT tag was getting written. -Issue file contained a Date SDT and a FieldChar SDT(Page numbers) -Issue was at Import side. LO GRAB BAGS Properties of SDT using PARA_GRAB_BAG or CHAR_GRAB_BAG -For Date SDT it should be grab bagged using CHAR_GRAB_BAG in order to get correct data inside <w:sdtPr> But LO was handling it with PARA_GRAB_BAG due to which wrong properties were getting written and file was getting corrupt. Implementation : -Added a check for Date SDT to handle it through CHAR_GRAB_BAG -Now correct SDT properties are getting exported due to which Date is getting written inside an SDT tag. -Added UT at export side. Change-Id: Ibcfb6dbbec1c23ffd14ba924ab56dc4122b98595 Reviewed-on: https://gerrit.libreoffice.org/11160Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Takeshi Abe yazdı
Change-Id: I467151c6d17a71c937564171b79efc7ef81c8cb6
-
- 31 Agu, 2014 23 kayıt (commit)
-
-
Olivier Hallot yazdı
Project: help a10e3f5e2f342a147b9f6d8e0912e7d3f0d4ae47 Help page for Fill random numbers for new dialog for new dialog layout. See ac5e002e941dadc274e97b4c3afc009b6e5adbd4 Change-Id: I2f371a2ac2960c5905845761370b7e99a0a1d3ed Reviewed-on: https://gerrit.libreoffice.org/11207Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Julien Nabet yazdı
Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
-
Olivier Hallot yazdı
More help buttons missing in dialogs. Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377 Reviewed-on: https://gerrit.libreoffice.org/11217Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Niklas Johansson yazdı
In a treeview, for example the hierarchal view of the styles and formatting panel, if your not on a node that is expandable or collapsable when you press the left or right arrow key, the focus will move away from the tree view in a very awkward way. This patch makes the control work more like a native treeview. At this point I don't feel confident about the surrounding code to avoid the code duplication that this patch adds. Change-Id: Ibd04cf5329b4d226aac102d214a45e45811982e7 Reviewed-on: https://gerrit.libreoffice.org/10956Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
László Németh yazdı
Change-Id: I1470d1f3e7b8613c49a4998f3ff106ca5abeff65
-
Michael Stahl yazdı
GraphicManager::ImplCheckSizeOfSwappedInGraphics() may access a deleted GraphicObject because swapping out one GraphicObject may actually delete other ones, by deleting SdrGrafPrimitive2D instances via sdr::contact::ViewContactOfGraphic::flushGraphicObjects(). (regression from 0ca0202a) Change-Id: I94bd465d90afbfdd14da28e42de3ecdff3a9d9f9 Reviewed-on: https://gerrit.libreoffice.org/11215Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Change-Id: Ie3bfb78434fa25fdbbdfb90cb9590649fec2dc28 Reviewed-on: https://gerrit.libreoffice.org/11214Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I7e60d45f81dc3adb5567df47b359b627234b5bba Reviewed-on: https://gerrit.libreoffice.org/11209Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Samuel Mehrbrodt yazdı
per https://bugs.freedesktop.org/show_bug.cgi?id=80538#c23 Change-Id: I1e9b06bd84ddbfbf70b4de904679bb99c2b72da0 Reviewed-on: https://gerrit.libreoffice.org/11203Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
New widgets arrangement in Calc - Edit - Fill - Random Numbers dialog. I placed the distribution parameters closer to the distribution combo box. Custom Seed and Decimal Places are now global options for the generators. Help page for the new layout will follow. Change-Id: I0d3f4c09b2c172271b675078abca6013c35a1da2 Reviewed-on: https://gerrit.libreoffice.org/11206Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Change-Id: I098cdc4899c27930f3d0a16d7fbd26dbce91d4c5 Reviewed-on: https://gerrit.libreoffice.org/11212Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Change-Id: I2b4eab22da81379a94b21947872a4dc2e9214c5f Reviewed-on: https://gerrit.libreoffice.org/11210Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Help button in Impress Photo Album dialog Change-Id: Id21a29955036ed74ee9b66be8c076ecf81f25a17 Reviewed-on: https://gerrit.libreoffice.org/11211Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Add help button in Calc - Data - Form... dialog Change-Id: I7263fdc8709add1ce9cca69ece20feb14ab71589 Reviewed-on: https://gerrit.libreoffice.org/11204Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Olivier Hallot yazdı
Help button for Calc Label Field Selection Change-Id: Ia3024992ff804be469cf32caf1a2b84675557415 Reviewed-on: https://gerrit.libreoffice.org/11208Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Caolán McNamara yazdı
Change-Id: Idc1e1e905282ff44581b26ea1557c70641abe8b8
-
Caolán McNamara yazdı
Change-Id: If6955ba90f2838cfe0b4954b31a760e067518dc6
-
Caolán McNamara yazdı
Change-Id: I9fd2912af105b4363560b19ac18e1576ecc80a8c
-
Caolán McNamara yazdı
Change-Id: Iaa62d8438012e32167c9179da29c446850cf1deb
-
Miklos Vajna yazdı
Change-Id: I5903b2f72314f8518beb1821c218fca6a3550d7f
-
Miklos Vajna yazdı
Change-Id: I3ed897a7d5a3182d9ae9f64269e3eb6851eeab73
-
Miklos Vajna yazdı
I just wanted to get rid of the duplicated xmlns:r attributes, but seems model.xml had some inconsistency as well, that's how this refactoring fixes a bug as a side effect. Change-Id: I95d753253f03a001c68dbbac7c86740040a180fa
-
Julien Nabet yazdı
I don't know how to check it's ok, I just took example above It seems there was a wrong mix between header and footer test Change-Id: Ia5bb838e92306f3bb160069a7c62707e365e8ab2
-
- 30 Agu, 2014 10 kayıt (commit)
-
-
Julien Nabet yazdı
Revert "remove unused optpath.src" This reverts commit b11d0a4d. Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674
-
Caolán McNamara yazdı
Project: help 18f215920e94df8383c1e30f8eb0a93c3e076016
-
Caolán McNamara yazdı
in theory anyway Change-Id: I8230462bdb05e4a71e366c1a92ba388a8ea12c82
-
rbuj yazdı
Change-Id: Ic8352b7460c36155215d25339650ede40735e65d Reviewed-on: https://gerrit.libreoffice.org/11189Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
and coverity#706463 Uncaught exception Change-Id: I77cb09054f00d86cd3e206e44ef4942ddf148a7f
-
Caolán McNamara yazdı
*distant sounds of hammering in basement* so we can get Floating Windows layout aware as well without duplicate of dialog layout logic Change-Id: I063375f2f7d4e5c3bfbfedf55649078d4dbe4139
-
Caolán McNamara yazdı
Change-Id: Ibca5ad9ff6a3ab28f24ac2554bd0534b0827a24e
-
Caolán McNamara yazdı
Change-Id: I25c1361ed7b87abf4f78fb09aeea65206f7be040
-
Miklos Vajna yazdı
We only tried to read "id", not "r:id". Change-Id: I35580fda05841d8c8a11b961016ec4be5059c5f8
-
Thomas Arnhold yazdı
Change-Id: Ia5c85b8e697491aafc9de4838504226f11480b44 Reviewed-on: https://gerrit.libreoffice.org/11081Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-