- 27 Mar, 2013 40 kayıt (commit)
-
-
Mathias Hasselmann yazdı
Actually the resource based code maintaining two pretty different pages in one single class: The start page of the setup wizard and the start page for the change datasource type wizard. Both dialogs looked pretty different so to simplify the UI definition and to reduce number of null pointers and branches in the underlaying code I've split dbaui::OGeneralPage into two separate classes that share a few common pieces. Change-Id: I690e178992c528de112d91cecf00cc3c5156f1cf Reviewed-on: https://gerrit.libreoffice.org/2887Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Rafael Dominguez yazdı
Change-Id: I51ae74f91845255dc1f332e33c8e708e5af1ead0 Reviewed-on: https://gerrit.libreoffice.org/3079Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Rafael Dominguez yazdı
Change-Id: I0716b3f2833bdcc78a67f1b0874b92a59df705f7 Reviewed-on: https://gerrit.libreoffice.org/3078Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Rafael Dominguez yazdı
Change-Id: I2fe82b20e9b4a78abbbb3e8e587a5720054f845d Reviewed-on: https://gerrit.libreoffice.org/3077Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Rafael Dominguez yazdı
Change-Id: Ic59d3d666ae5f3808ef7dd7324589a731a841186 Reviewed-on: https://gerrit.libreoffice.org/3076Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Rafael Dominguez yazdı
- Update all actions to use the new system. Change-Id: I22da25a4bbba4604f5df42f440e6532076d39457 Reviewed-on: https://gerrit.libreoffice.org/3075Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Andras Timar yazdı
Change-Id: I0808aeedf87fd181380077f5cfd7b12dc3b33ef3
-
Stephan Bergmann yazdı
Change-Id: Ifaf464b6a0ff7f365ddb2d123de9976fd90fdf21
-
Stephan Bergmann yazdı
Change-Id: I377711500e6308e8aa273f016f8a2a9dcbaab760
-
Stephan Bergmann yazdı
Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272
-
Zolnai Tamás yazdı
Change-Id: I1744c7f8f1d6d27d3e62feb0cade1280fea331f1
-
Stephan Bergmann yazdı
Change-Id: Ic44d85b0180612d499beec35e944402becd181a7
-
Stephan Bergmann yazdı
(causes -Werror,-Wunused-macros, rather) Change-Id: Ic8449c7794739033ddf1f6227f025ce4a0c899d0
-
Stephan Bergmann yazdı
Change-Id: Ia02ff34be9eff80fd8f9d76f034d76c3791342f2
-
Harri Pitkänen yazdı
For multi-column sections in Writer, HTMLMODE_FRM_COLUMNS controlled whether column settings for the section were exported to html or not. This was disabled for Internet Explorer and enabled for other browsers. The export was implemented using non-standard MULTICOL html element and did not actually work in any modern browser (apparently only some versions of Netscape have ever supported this). This patch - exports the column count also using "column-count" CSS attribute which is supported by latest versions of Opera and IE. Firefox and Webkit based browsers would currently require -moz-column-count and -webkit-column-count but I have not added these since the browsers will likely stop requiring the prefix in the future anyway. - removes HTMLMODE_FRM_COLUMNS conditional so that this export will happen with all html compatibility options, including IE. Remaining issue: Using the MULTICOL element (as opposed to DIV element) confuses at least Opera so that it ignores all style attributes applied on the element. But corresponding html import code in LibreOffice still relies on MULTICOL. I will work on a separate patch to add support for column-count CSS attribute to the import code and switch export to use DIV instead. Change-Id: I82a065fdda0e074fbfcd0007e6ff6e46185be3f5 Reviewed-on: https://gerrit.libreoffice.org/2950Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Stephan Bergmann yazdı
Change-Id: I5ea1e75a637e8f4fc51ff31321213267669f8bc9
-
Stephan Bergmann yazdı
Change-Id: Ia4560cd9726f64d85325c0bb28b7cff9774bc173
-
Tor Lillqvist yazdı
Change-Id: Ib0284c3fe63636e42b2e72ab76b02a8197c837e0
-
Michael Stahl yazdı
(regression from eb69f807) Change-Id: I1752d60496a572152b571e871db818cf8c9264ed
-
Stephan Bergmann yazdı
Change-Id: I8df5248894a91981192e531610dbb8a387483aa1
-
Norbert Thiebaud yazdı
Change-Id: I63fa0c24317f683b8eb2bc0b7a1b3ab1ea455866 Reviewed-on: https://gerrit.libreoffice.org/3050Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Bjoern Michaelsen yazdı
- twas more of a proof-of-concept anyway - its more clumsy than both: - git-review https://wiki.documentfoundation.org/Development/GitReview - or simply using the web UI Change-Id: Id7a11fcdaf95386c451d0e6421d32de7d1d02721 Reviewed-on: https://gerrit.libreoffice.org/3070Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Maxime de Roucy yazdı
Change-Id: Iebc1a63496aaf54b9e459d0ed53db5cae49929ac Reviewed-on: https://gerrit.libreoffice.org/3086Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Thomas Arnhold yazdı
Change-Id: Ic07da7c7cf225a910e6f0fa4f6d20c4700e7ec7a
-
Maxime de Roucy yazdı
Change-Id: I6814e48a92a1b24823c6884a151aa6a139410ff2 Reviewed-on: https://gerrit.libreoffice.org/3085Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Maxime de Roucy yazdı
Conflicts: writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: If79fc70f5fb8f8e48358048c03a8d39be6b197fb
-
Thomas Arnhold yazdı
Change-Id: I1581b4bca6f14bd27af12ff40a4f4c0fe08af133 Reviewed-on: https://gerrit.libreoffice.org/3073Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Javier Fernandez yazdı
Change-Id: I0df92af6b01e5eab99212bb1587f7165c70fd59b
-
Maxime de Roucy yazdı
Change-Id: Ie32166edbc3efb603ccb5e98d8c2cac66ecc2f47 Reviewed-on: https://gerrit.libreoffice.org/3083Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Maxime de Roucy yazdı
move m_pCurrentBuffer to RTFParserState Change-Id: Ied16ee1704d35c6bd0368b26a210131b60bc91a3 Reviewed-on: https://gerrit.libreoffice.org/3082Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Stephan Bergmann yazdı
Change-Id: I4df79952596b267a0e744a2b9a11a1e128624e74
-
Stephan Bergmann yazdı
Change-Id: I8548078dd6b9fc3555bfb5e23a683879ee3de3fa
-
Stephan Bergmann yazdı
Change-Id: I5223b11089d038d5c3f6c086432a6b2a8fd119c8
-
Petr Mladek yazdı
Change-Id: Id8585bbc7f44ef59a27271119bdb1df701b9692f
-
Tor Lillqvist yazdı
Change-Id: I51ffa344e414d549daf642ad961e489a83b2be37
-
Tor Lillqvist yazdı
Change-Id: Ia115355af6e556fb848235691be68edd2462752d
-
Tor Lillqvist yazdı
Change-Id: I900d4957d964332ef97cb389d17206438f94743c
-
Stephan Bergmann yazdı
Change-Id: I083b936a6b20f070748c281d5814d5e57dedf864
-
Tor Lillqvist yazdı
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
-
Thomas Arnhold yazdı
Change-Id: Ia147a72a4bbd5cec45a2a74b721a81ff8c4340c2
-