[Libreoffice-commits] core.git: Changes to 'feature/gsoc-writer-char-borders'

Zolnai Tamás zolnaitamas2000 at gmail.com
Wed Sep 11 16:09:14 PDT 2013


New branch 'feature/gsoc-writer-char-borders' available with the following commits:
commit 87f9cdbfcd716fa6f07316595172ffc603ffd0a6
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Wed Jul 17 19:09:34 2013 +0200

    Use SwTxtInfo height and ascent for portions
    
    By now this is the same as the font's ascent and height
    but it can change.
    
    Change-Id: Ia40fed5d7a93f85b73b7fa019ec4ede9421d89d1

commit dedec6c67154df2656beb2d50ea9b2a7fc682863
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Thu Jul 11 10:15:44 2013 +0200

    Make some changes in SwFont's borders
    
    Change-Id: I901094a45f339b0702481a3fd60f3b7effc96143

commit cd8598f3d382f0f97d84e8a50b27d34434ba7c4c
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Tue Jul 9 12:41:33 2013 +0200

    Decrease scope of some variable
    
    Change-Id: I23319e09bf6c4c0e33b86edc225cdfaa0433b7c6

commit b5b15319f3497d98e9669d3a0ea3396b272f14fa
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Mon Jul 8 17:16:13 2013 +0200

    Use optional member data for borders in SwFont
    
    Change-Id: Ib7e51aea8253128178e534eb8281975959e59810

commit c3e43fa518d4833fa6a1195097a5441567eb0745
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sun Jul 7 21:13:55 2013 +0200

    Update comment
    
    Change-Id: I26dd6b741b538da1c372534b55870c22ebd3d046

commit 2b36123ed8c3e7c9decc02b6ae863798b21543aa
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sun Jul 7 20:33:40 2013 +0200

    CharBrd 2: new character attribute
    
    - Add new character attribute id
    - Update attribute set and attribute stack
    - Convert character set item to general item and back
    when execute "Borders" tab page.
    - Add new SwFont attributes for different borders
    (top, bottom, right, left) This will be used for
    painting.
    
    Change-Id: I344babc3645931537cfa37d64f1f6c6c02c1cee3

commit 0a30a7a2135a5e0e53e84d6fc7c13476394dd813
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sun Jul 7 20:24:11 2013 +0200

    Remove useless private operator==() from SwFont
    
    Change-Id: I7cbc6cc1c55afe0906cacda571c9ed8dd7fd8dd7

commit c5c97e7fa4732acf2891e61d7d4b3b48153ad01b
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Wed Jun 26 18:18:25 2013 +0200

    CharBrd 1: Add Borders tab page
    
    - Differentiate character dialog types
      (border is available only for simple text)
    - Tab page must be added for two dialog(SwCharDlg and SwTemplateDlg)
    - SvxBoxInfoItem (SID_ATTR_BORDER_INNER) is initialized
      before execute dialog (used as input).
    
    Change-Id: I73723a018b6cf4cd292ba44b1bd7e1af3c6a6deb

commit ba73bcbdcef08852ede585ed07d78a098f3b4086
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Wed Jun 26 16:00:05 2013 +0200

    Fix comment
    
    See also: 2e503780eb856e59e3eeba3ba63b2343bc050c80
    
    Change-Id: I686fd398845f1561ffa47f14b95bf5746ea286a6

commit 01d48e20e84a133cd677202edf6cd5d6f2e1bc7b
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Wed Jun 26 15:47:58 2013 +0200

    Remove useless variable
    
    Change-Id: I78004d9d74647ad9b87975204844cb2bb66a83fa

commit 13b71d00b5e90f43cbafbc181abc9347a7e57c42
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Fri Jun 21 19:44:51 2013 +0200

    Fix include: use just the really needed file
    
    Change-Id: I25590647065d7046b9afa7cbf4b1fdb1b3ca88fc

commit 2e1d6b565fab7e23c5383cf61c713d6d343e7594
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Fri Jun 21 16:01:18 2013 +0200

    Fix indentation
    
    Change-Id: I4feae9998647694efaad776396aca2ce8f177152

commit b2c14e541ae4f28853cdcc4af54998cb34c0ec6e
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Fri Jun 21 15:38:37 2013 +0200

    Use the draw specific paragraph dialog id
    
    The abstarct dialog creation works the same
    with the two existent id (DLG_PARA,DLG_DRAWPARA),
    that's why it was not bugous just nonconsistent.
    
    Change-Id: Id0f46d58ff957b1451bedb4444127fc2d641bd16

commit 916938fd0a9fc350acb89d04fd921ad144c1a92f
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Fri Jun 21 15:22:49 2013 +0200

    Use abstract tab dialog to create paragraph dialog
    
    In general this abstraction is used.
    
    Change-Id: Ibd17f468368fef5300c383b30f82d5d6d0c85e7d

commit 501e953a6510be24e1508d3f8beadad5b34b1b89
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Thu Jun 20 15:38:01 2013 +0200

    Remove obsolote border dialog
    
    Change-Id: I57f3db05a21caeff04f280a0c13c3facfe23c3c1

commit 5f0f5d502f8294fc0d0a6ec2e97923ba5839cfdd
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Thu Jun 20 11:32:04 2013 +0200

    Page border bug: margin edits are enable when no broder
    
    To reproduce
    1. Format -> Page
    2. Set left and ritght borders only (All margins is editable)
    4. Set inner margins bigger (using syncronize check box), for example 2 cm
    5. Click OK
    
    Result
    Margin appaer just on the right and the left side, so just on those
    sides where there is a border.
    
    Expected:
    Only the relevant edits must be enable on border tab page
    just as in case of paragraph borders.
    
    Note to fix:
    Inner margin without border is used only for table, but not
    for other objects (paragraph, page, frame)
    
    Change-Id: Ie611eb29432cb7e75131154d94b4a8db1c3f1bb8



More information about the Libreoffice-commits mailing list