[GSoC] Character border

2013-05-28 Thread Zolnai Tamás
Hi all, It seems my proposal got into the selected ones, thanks for the opportunity. As some of list members know I am not a beginner with LO. I have already done some work mostly with localization (kill sdf and refactor\clean l10ntools). Additionally I have added a little feature which is

Re: [GSoC] Character border

2013-05-29 Thread Cedric Bosdonnat
Hello Tamás, On Tue, 2013-05-28 at 18:16 +0200, Zolnai Tamás wrote: > As some of list members know I am not a beginner with LO. I have > already done some work mostly with localization (kill sdf and refactor > \clean l10ntools). Additionally I have added a little feature which is > visible fro

Re: [GSoC] Character border

2013-05-29 Thread Zolnai Tamás
Hi Cedric, Well that is only the use case and it isn't that complex: if we can draw > the 4 borders, then any other case is pretty simple ;) > Yes, I just add the use case, so all of us can got ideas about it without having an intense knowledge about the implementation. And yes I hope so that wil

[GSoC] Character border, 6. week

2013-07-29 Thread Zolnai Tamás
Hi all, The previous week I don't make the progress that I planed, but learnt a lot about the character attributes, font construction and portion handling. So I say this week was useful. The most time of the week I spent with border merging, which makes neighbouring text portions' border co

[GSoC] Character border, 7. week

2013-08-04 Thread Zolnai Tamás
Hi all, In this week I managed to solve the special cases of character border by and large (vertical text, drop caps, numbering and other fields). There are still some problem with the feature. The most recent is that the SwpHints array, which contains the character attributes, seems initial

[GSoC] Character border, 8. week

2013-08-12 Thread Zolnai Tamás
Hi all, What have done in the previous week: - Border spacing/padding - UNO API for border and padding - Some code scrubbing to get ready for shadow implementation - ODF filter (partially) Plans for this week: - Write tests for ODF filter - Add a better solution for border merge (one border to di

[GSoC] Character border, 9. week

2013-08-18 Thread Zolnai Tamás
Hi all, In this week I dealt with these questions: - How to write Writer tests? (API tests which seems to be more and more unused (qadevooo), filter tests using UNO API) - How to handle special properties during export/import? (e.g. Drop Caps character style, solve* Bug 43807)*

[GSoC] Character border, 10. week

2013-08-27 Thread Zolnai Tamás
Hi All, In the previous week I've done the next things: - Implement border shadow. - Finish ODF filter (write OASIS ODF proposal) - Write help for character border - Fix two bugs: - Borders with different styles were merged to one borderline primitive (solid-dashed-dotted) - The relatively n

Re: [GSoC] Character border, 10. week

2013-08-27 Thread Miklos Vajna
Hi Tamas, On Tue, Aug 27, 2013 at 10:57:40AM +0200, Zolnai Tamás wrote: > In the previous week I've done the next things: > - Implement border shadow. > - Finish ODF filter (write OASIS ODF proposal) > - Write help for character border > - Fix two bugs: >- Borders with different styles were

[GSoC] Character border, 11.-12. week

2013-09-08 Thread Zolnai Tamás
Hi all, In the previous two weeks I implemented next things: - Extend character border for tabulators. - Write filters: - HTML - MS filters (DOCX, RTF, WW8) Next week, I will fix some small bugs belonging to character borders, write documentation and do some tests. Best regards, Tamás __

Re: [GSoC] Character border, 11.-12. week

2013-09-09 Thread Miklos Vajna
Hi Tamás, On Sun, Sep 08, 2013 at 12:58:35PM +0200, Zolnai Tamás wrote: > In the previous two weeks I implemented next things: > - Extend character border for tabulators. > - Write filters: > - HTML > - MS filters (DOCX, RTF, WW8) > > Next week, I will fix some small bugs belonging to chara

Re: [GSoC] Character border, 11.-12. week

2013-09-09 Thread Zolnai Tamás
Hi Miklós, > - assertEqualBorder() -> CPPUNIT_ASSERT_EQUAL_BORDER(): in C++, in > general inline functions are preferred over macros. If the intention > is to get the place where the real problem is, run the unit test in > gdb, and get a backtrace. > I looked up how to write new unit test