___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Hi,
Somebody on the GSoC mailing list wrote a script gathering all the
commits of a specific author in to the separate patches and pack it to
one archive.
I am supposed to consult with you what code should I send to Google and how.
Is this method ok?
If it's somehow relevant, this is the script u
Hello everybody,
It's the end of the official GSoC part and the time to say a few words
about my impressions, and the rest.
I am... lucky and I had a great pleasure, being able to work on
LibreOffice during this year's Google Summer of Code.
The experience, which was truly priceless.
I think the
Hi Michael,
2012/8/14 Michael Meeks :
>> However, I will happily continue contributing to LibreOffice, I will
>> write more in my GSoC summary mail, next week.
>
> That's great news. Incidentally - it'd be good to respond to / process
> the gerrit changeover mail you should have had - so
Hello,
This week I wrote some tests for the XML unit converter in sax. I have
expanded test_converter.cxx in sax/qa/cppunit of the following
functions tested:
* convertMeasure
* convertBool
* convertPercent
* convertColor
* convertNumber
[every function bilaterally - string to X, and X to string]
sax/CppunitTest_sax.mk|2 +
sax/qa/cppunit/test_converter.cxx | 70 ++
2 files changed, 72 insertions(+)
New commits:
commit 00d88714e3b85b71c2b29e836244482acc68f8bd
Author: Artur Dorda
Date: Fri Aug 10 16:55:19 2012 +0200
sax/qa/cppunit/test_converter.cxx | 97 ++
1 file changed, 97 insertions(+)
New commits:
commit 7e639f9332d2e7af8502176ae2915983c2cfb389
Author: Artur Dorda
Date: Fri Aug 10 15:06:14 2012 +0200
'string to color' test covered
sax/qa/cppunit/test_converter.cxx | 61 ++
1 file changed, 61 insertions(+)
New commits:
commit cc77be47187d9cb624b527933caedbfc4c35ec2c
Author: Artur Dorda
Date: Thu Aug 9 22:42:09 2012 +0200
'measure to string' test covered in test_con
Hello.
"And there was border test in Writer and there was border test in
Calc, the eleventh week"... or this week's work:
* making new border test in Writer, all about checking all of the
different widths,
Status: working and finished
* making another brand new border test in Calc, however this t
sc/qa/unit/subsequent_filters-test.cxx | 79 +
1 file changed, 60 insertions(+), 19 deletions(-)
New commits:
commit af1ec680e3710576245f85ce0fb80c1cd677bce4
Author: Artur Dorda
Date: Thu Aug 2 16:32:53 2012 +0200
Border test in Calc now checks also
sc/qa/unit/data/ods/borders_ooo33.ods |binary
sc/qa/unit/subsequent_filters-test.cxx | 64 +
2 files changed, 64 insertions(+)
New commits:
commit 1caab150393d5cbb02e577854392e6b82534cef3
Author: Artur Dorda
Date: Thu Aug 2 14:23:12 2012 +0200
New
: Artur Dorda
Date: Tue Jul 31 18:21:25 2012 +0200
Added new border test in Writer, checks all the borders, not only the top
one
Change-Id: Ibbbd5043e89104de4b91425b4972920e8c51cdca
diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/extras/inc/bordertest.hxx
index 3ac7c6e..030fcc7
Hi there,
This week I continued my work on the Word format import tests in
sw/qa/extras/{rtf,ooxml,ww8}tok. There has been some issues, but all
have been overcome.
The results was good and working:
- first the ooxml border test has beeen done
- later I refactored the code, put it to the separate
sw/qa/extras/ooxmltok/data/all_gaps_word.docx |binary
sw/qa/extras/ooxmltok/ooxmltok.cxx| 146 ++
2 files changed, 146 insertions(+)
New commits:
commit afb8974755ea8aca5d13920df85c7aa2bdb9b6d2
Author: Artur Dorda
Date: Wed Jul 25 18:16:00 2012 +0200
Hi Miklos,
2012/7/24 Miklos Vajna :
> Hi Artur,
>
> Great! :) In what branch did you work? I don't see commits from the last
> 20 days by you in any branch in core.git.
I work in feature/gsoc_test_improvements3
There are no "recent commits", because week before mid-term I was not
online (trip), an
Hello,
This week I have started extending tests for Word format import in
sw/qa/extras/{rtf,ooxml,ww8}tok.
The reconnaissance in the new part of code have taken a while, but
fortunately I have managed to make one test working.
Now work is in progress to make it working for all three of them (rtf,
New branch 'feature/gsoc_test_improvements3' available with the following
commits:
commit a8f4a7e8920c99aacb2bfed0255e1635c1b21cfe
Author: Artur Dorda
Date: Fri Jun 1 19:54:53 2012 +0200
Working version of XShapeDumper
Change-Id: I4f4d37abdb1865d0bc05f01518d854
Hello everyone,
All of the EnhancedCustomShape* services are now dumped and connected
with the rest of the code, so XShapeDumper can dump it.
Builds fine, works fine too.
It was finally about 1200 lines of code, now it's dumping quite a lot
of different properties. XML output is filled with them.
sd/qa/unit/data/odp/shapes-test.odp |binary
sd/qa/unit/regression-test.cxx |5 +++--
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit fe0c8b3733427693dcdb59742b12d41800625b2d
Author: Artur Dorda
Date: Wed Jul 4 19:55:28 2012 +0200
improved shapes-test.odp
1d1f0b647f5da8c811488bf6887d0a0d0dafccf2
Author: Artur Dorda
Date: Wed Jul 4 19:10:45 2012 +0200
Added dumping TextPathMode & ScaleX properties
Change-Id: Ib31fc84424d4a57e8f3bcca2054016c5809b6f10
diff --git a/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx
b/drawinglayer/inc/drawingl
ea85bb3f72cad70404c0ae7a3750f36737a27b15
Author: Artur Dorda
Date: Wed Jul 4 19:01:54 2012 +0200
Added dumping of TextPathAllowed & SubViewSize properties
Change-Id: I4088e15cf010f2c0c4493b9a7781c9720d375480
diff --git a/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx
b/drawinglayer/inc/drawingl
a68f47f6e817c86cc7eac5e7b5dfe5e114e80ad7
Author: Artur Dorda
Date: Wed Jul 4 15:32:32 2012 +0200
Added dumping of RadiusRangeMinimum & RadiusRangeMaximum properties
Change-Id: I8ba86df74939d1267c8be622d29c8fdcea9cdb19
diff --git a/drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hx
drawinglayer/inc/drawinglayer/EnhancedShapeDumper.hxx | 30 +
drawinglayer/source/dumper/EnhancedShapeDumper.cxx| 325 ++
2 files changed, 355 insertions(+)
New commits:
commit 4a42710b8da84c77e75c091bd27d3dc91b52e987
Author: Artur Dorda
Date: Tue Jul 3 21:26:01 2012
Hi Cedric,
2012/7/3 Cedric Bosdonnat :
> It seems you are wrong, mid terms evaluation will take place next week!
> Make sure you file your evaluation or you won't get any money.
>
> --
> Cedric
>
Yes, I know when they are ;-) it was written from the position of the
past week.
I'm writing weekly r
New branch 'feature/gsoc_test_improvements2' available with the following
commits:
commit 1ee153ea32f7a1fe490f0f27723b1c15efd3768b
Author: Artur Dorda
Date: Mon Jul 2 22:47:41 2012 +0200
Restructurization of XShape- and EnhancedShape- dumpers, builds fine now
Hi everyone,
Breaking news:
Branch now builds fine :) so I can add the rest of the already written
code to the branch and later merge it to the master, before I leave
and before the mid-term.
Best regards,
Artur
2012/7/2 Artur Dorda :
> Hi,
>
> This week I was following this week'
Hi,
This week I was following this week's todo, which was:
- improve the Impress' test files, different Shapes and Properties
need to be separated
- connect EnhancedCustomShape* dumper code with the rest and run it
Thanks to Thorsten and his answer I have started improving my test
documents for I
/dumper/EnhancedShapeDumper.cxx| 48
drawinglayer/source/dumper/XShapeDumper.cxx | 26 -
6 files changed, 132 insertions(+), 3 deletions(-)
New commits:
commit f5ec01eca694fc240cd0e7a102e57bd0c7c807ba
Author: Artur Dorda
Date: Tue Jun 26 19:13:22 2012 +0200
Hello,
This week I have dumped all the EnhancedCustomShape* services and
structs from there:
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/drawing/
resulting in about
* 10 services and structs dumped
* containing about 50 properties,
* having ~850 lines of code
Next week's todo is
Hello again,
This week my branch was enriched by another milestone - I've managed
to actually run the first tests using my XShapeDumper. Tests are run
by regression-test.cxx in sd/.
There has been also made two first test files, testing shapes and text.
File format used is .odp.
Test files needs
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 14 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 136 +
2 files changed, 150 insertions(+)
New commits:
commit abfb0bfdd18e9a73bbf63ed62daec9d92b59f82b
Author: Artur Dorda
Date: Sat Jun 16 02:43:21 2012 +0200
|binary
sd/qa/unit/regression-test.cxx | 16
6 files changed, 544 insertions(+), 504 deletions(-)
New commits:
commit 024c65b84c3a7253aa511f2a66edc9ca963e8651
Author: Artur Dorda
Date: Fri Jun 15 16:12:52 2012 +0200
New test files added, tests run for the 1st time
sd/Module_sd.mk|3 --
sd/qa/unit/regression-test.cxx | 42 +++--
2 files changed, 21 insertions(+), 24 deletions(-)
New commits:
commit d975aea6c3a8c2e5e8f04e7eea7f86c8bc274c44
Author: Artur Dorda
Date: Wed Jun 13 01:30:59 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |2 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 23 +++
2 files changed, 25 insertions(+)
New commits:
commit 487f81a49446fc13b70f365227d0d894f00cb0dc
Author: Artur Dorda
Date: Mon Jun 11 14:03:39 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 15 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 139 +
2 files changed, 154 insertions(+)
New commits:
commit 26b404ef3c411a91be55f6f58b6ff686d0ec389e
Author: Artur Dorda
Date: Mon Jun 11 14:00:26 2012 +0200
Hello everyone,
This week has been definitely the most productive one, since the beginning.
During dumping drawing/PolyPolygonShape.idl, which itself contains 7
(well, actually 6, while one is deprecated) other services, I have
noticed that some primitive-type properties are repeating, so I wrote
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |7 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 66 +
2 files changed, 73 insertions(+)
New commits:
commit ec04b67ba07599e30e2d4f763005120acc957f70
Author: Artur Dorda
Date: Sun Jun 10 02:59:23 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |6 +
drawinglayer/source/dumper/XShapeDumper.cxx| 82 +
2 files changed, 88 insertions(+)
New commits:
commit 85b8c0e1b5cbe3ae50ef75c851a6946766224814
Author: Artur Dorda
Date: Sun Jun 10 02:35:24 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |9 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 104 +
2 files changed, 113 insertions(+)
New commits:
commit 16dc28c1eabbda44eff0d62f76e05812918ec187
Author: Artur Dorda
Date: Sun Jun 10 02:17:45 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 18 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 192 +
2 files changed, 210 insertions(+)
New commits:
commit bcf299923084419cdd7622c9fc66775999bcce45
Author: Artur Dorda
Date: Sun Jun 10 02:03:17 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 14 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 120 +
2 files changed, 114 insertions(+), 20 deletions(-)
New commits:
commit 89e69769754d68149b3eeb04ebe79e3e52f35e39
Author: Artur Dorda
Date: Sat Jun 9 14:47
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |4 +
drawinglayer/source/dumper/XShapeDumper.cxx| 51 -
2 files changed, 54 insertions(+), 1 deletion(-)
New commits:
commit 487031e9116a78dc43bdab60e868170cd66bf212
Author: Artur Dorda
Date: Sat Jun 9 13:40:29
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |6
drawinglayer/source/dumper/XShapeDumper.cxx| 192 +++--
2 files changed, 156 insertions(+), 42 deletions(-)
New commits:
commit e3ad7324a744f2dac57c30791db16a91330d5873
Author: Artur Dorda
Date: Sat Jun 9 02:20
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |4 +
drawinglayer/source/dumper/XShapeDumper.cxx| 52 +
2 files changed, 56 insertions(+)
New commits:
commit 2b014a3c52c7feeca517f2f18132302bf7a64724
Author: Artur Dorda
Date: Fri Jun 8 22:26:35 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 10 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 89 +
2 files changed, 99 insertions(+)
New commits:
commit b9bd2bb941a070f3cf8fda729db6c1ccb33d632a
Author: Artur Dorda
Date: Fri Jun 8 13:47:49 2012 +0200
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 11 +-
drawinglayer/source/dumper/XShapeDumper.cxx| 134 -
2 files changed, 142 insertions(+), 3 deletions(-)
New commits:
commit d5b3e1db197eccb4f6e506ecd9375f1dcf100f64
Author: Artur Dorda
Date: Fri Jun 8 00:10
drawinglayer/inc/drawinglayer/XShapeDumper.hxx | 15 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 133 +
2 files changed, 129 insertions(+), 19 deletions(-)
New commits:
commit c7239a6290fc921f67b1b269833dd1b6840ed5ee
Author: Artur Dorda
Date: Thu Jun 7 23:28
drawinglayer/inc/drawinglayer/XShapeDumper.hxx |9 +
drawinglayer/source/dumper/XShapeDumper.cxx| 116 +
2 files changed, 125 insertions(+)
New commits:
commit 244dd966d07884b8f2511e2c85456b08f42dab47
Author: Artur Dorda
Date: Wed Jun 6 17:45:30 2012 +0200
/inc/drawinglayer/XShapeDumper.hxx | 57 ++
drawinglayer/source/dumper/XShapeDumper.cxx| 229 +
7 files changed, 308 insertions(+), 15 deletions(-)
New commits:
commit 80caec227b57958f87a0f2be21c0dd99a7a4c123
Author: Artur Dorda
Date: Tue Jun 5 02:35:35 2012 +0200
Hi there,
This week stable version of a XShapeDumper has been established in the
drawinglayer/, leaving chart2/ code working, which has been eventually
made after many, many fights and struggling with different build
problems.
Eventually they have been overcome and what is in progress now, are
doz
ise' release and they improved it.
Problem solved, however thanks for help :)
Best regards,
Artur
2012/5/30 Artur Dorda :
> Hi,
>
> Thank you for answering so quick.
>
>> But do you have the matching -devel/-dev package ?
> While trying to install, I get
>> "Dep
lso this package...
And what I get?
>"A later version is already installed"
No idea how to satisfy it.
Best regards,
Artur
2012/5/30 Caolán McNamara :
> On Wed, 2012-05-30 at 16:46 +0200, Artur Dorda wrote:
>> Hi,
>>
>> I'm trying to configure build w
Hi,
I'm trying to configure build with
./autogen.sh --with-max-jobs=2 --with-num-cpus=2 --without-help
--without-myspell-dicts --disable-gnome-vfs
at the beginning it says "can't create backup file. "
yet it runs... and after a while :
"checking for GCONF... no
configure: error: Package requirem
Hello everyone,
During first week I've started to make the XShape/XShapes test concept
available in draw/impress. The task is to take the dumper code from
the chart2/ module and transfer it to another class and module (we've
chosen drawinglayer/), so it could be reached from chart2/, and then
mana
Hello everyone,
My name is Artur Dorda, I'm 21 years old, I'm from Poland, studying on
Wroclaw University of Technology, doing 2nd year of Computer Science.
I am extremely happy that I can work with you during the Google Summer
of Code. Thank you all for choosing me for this job.
Spec
Hello,
All past, present and future contributions by me to the LibreOffice
project are under LGPLv3+/GPLv3+/MPL until further notice.
Best regards,
Artur Dorda
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org
Hello,
This patch is transferring XPrintAreas test to c++, from
qaDevOOo/tests/java/ifc/sheet to test/inc/test/ and test/source/
Though not all tests are transferred, I'm sending this so it could be
reviewed, because it's my first patch and changes 5 files.
Best regards,
Artur Do
58 matches
Mail list logo