[Libreoffice-commits] .: 2 commits - svtools/source svx/inc svx/source vcl/inc vcl/source

2012-07-24 Thread Tomaž Vajngerl
svtools/source/graphic/grfmgr2.cxx | 137 - svx/inc/svx/compressgraphicdialog.hxx |6 svx/source/dialog/compressgraphicdialog.cxx | 101 +++--- vcl/inc/vcl/bitmap.hxx | 112 --- vcl/inc/vcl/bitmapex.hxx|5

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Tomaž Vajngerl
Hi, I would like to do integrate this code into master if there is nobody already working on this. Regards, Tomaž ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: svtools/source vcl/inc vcl/source

2012-07-25 Thread Tomaž Vajngerl
svtools/source/graphic/grfmgr2.cxx | 41 --- vcl/inc/vcl/bitmapex.hxx |2 vcl/source/gdi/bitmap3.cxx | 191 ++--- vcl/source/gdi/bitmapex.cxx| 15 +- 4 files changed, 47 insertions(+), 202 deletions(-) New commits: commit

[Libreoffice-commits] .: 3 commits - vcl/source

2012-07-26 Thread Tomaž Vajngerl
vcl/source/gdi/bitmap3.cxx | 64 - vcl/source/gdi/bitmapex.cxx | 97 ++-- 2 files changed, 5 insertions(+), 156 deletions(-) New commits: commit 47ab19faef29f0d6ec163c417c1f38ed06078e36 Author: Tomaž Vajngerl

[Libreoffice-commits] .: 2 commits - editeng/CppunitTest_editeng_lookuptree.mk editeng/Library_editeng.mk editeng/Module_editeng.mk editeng/Package_inc.mk editeng/inc editeng/qa editeng/source sw/inc

2012-07-30 Thread Tomaž Vajngerl
editeng/CppunitTest_editeng_lookuptree.mk | 71 +++ editeng/Library_editeng.mk|5 editeng/Module_editeng.mk |3 editeng/Package_inc.mk|7 editeng/inc/editeng/LatinLookupTree.hxx | 76

Re: Tinderbox failure, MacOSX-Intel@1-built_no-moz_on_10.6.8, MASTER, last success: 2012-07-31 07:03:36

2012-07-31 Thread Tomaž Vajngerl
Hi, I have some time today in the evening. I hope I will be able to resolve this. Regards, Tomaž On Tue, Jul 31, 2012 at 11:46 AM, Stephan Bergmann sberg...@redhat.com wrote: Hi Tomaž, http://cgit.freedesktop.org/libreoffice/core/commit/?id=fa351042bc425f0437bfb50d09220bedbc257948

[Libreoffice-commits] .: editeng/qa editeng/source

2012-07-31 Thread Tomaž Vajngerl
editeng/qa/lookuptree/lookuptree_test.cxx | 12 ++-- editeng/source/lookuptree/LatinLookupTree.cxx |2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 3752a5fab427e210033903b498717bcc3ba38edf Author: Tomaž Vajngerl qui...@gmail.com Date: Tue Jul 31

Re: image rendering regression ?

2012-08-14 Thread Tomaž Vajngerl
Hi, I know about this problem and I am working on it. There seems to be a problem with rendering of transparent images in grfmgr2.cxx. Regards, Tomaž Vajngerl On Tue, Aug 14, 2012 at 12:42 PM, Michael Meeks michael.me...@suse.com wrote: Hi guys, I was just looking at: http

License statement

2012-06-04 Thread Tomaž Vajngerl
All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Tomaž Vajngerl ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED] Re: [PATCH] fdo#46378: Poor Resampling Image quality

2012-06-04 Thread Tomaž Vajngerl
Hi, I found the problem - rescaling did not work correctly when upscaling the image. I don't see any artifacts with this fix anymore when I use Lanczos for all scale operations. Best regards, Tomaž Vajngerl 0001-Lanczos-resampling-mirror-image-on-edges-and-fix-ima.patch Description: Binary

Re: [PUSHED] Re: [PUSHED] Re: [PATCH] fdo#46378: Poor Resampling Image quality

2012-06-06 Thread Tomaž Vajngerl
Hi, On Tue, Jun 5, 2012 at 11:33 AM, Jan Holesovsky ke...@suse.cz wrote: Great stuff - I have pushed your patch, and also my patches to default to Lanczos filter.  Can you please add an example of before and after where the advantages of the Lanzcos filter are nicely visible to the Release

[Libreoffice-commits] .: 4 commits - cui/source svx/inc svx/source vcl/inc vcl/source

2012-06-15 Thread Tomaž Vajngerl
cui/source/dialogs/cuigrfflt.cxx | 51 cui/source/dialogs/grfflt.hrc|7 + cui/source/dialogs/grfflt.src| 72 cui/source/factory/dlgfact.cxx | 15 +- cui/source/factory/dlgfact.hxx | 22 ++- cui/source/inc/cuigrfflt.hxx | 20 +++

[Libreoffice-commits] .: cui/source

2012-06-17 Thread Tomaž Vajngerl
cui/source/dialogs/cuigrfflt.cxx | 27 +-- cui/source/inc/cuigrfflt.hxx |2 +- 2 files changed, 18 insertions(+), 11 deletions(-) New commits: commit dc068d34271d070267e61f4761aebf8ccaabf299 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Jun 17 15:41:46

Re: Smooth filter - to release notes

2012-06-18 Thread Tomaž Vajngerl
On Mon, Jun 18, 2012 at 9:56 AM, Jan Holesovsky ke...@suse.cz wrote: Hi Tomaž, First of all, thanks for all the work around the better bitmap filters! :-) - I love that: http://cgit.freedesktop.org/libreoffice/core/commit/?id=ee41193f3e12ea55237f7681e4b53162a0d421d2 [and around] Can you

Re: Question about function SwAttrSet::GetPresentation (sw/source/ui/utlui/attrdesc.cxx)

2012-06-20 Thread Tomaž Vajngerl
Hi, On Wed, Jun 20, 2012 at 8:16 AM, julien2412 serval2...@yahoo.fr wrote: Hello, By looking in the last fix commits, I sometimes opengrok to see if the same kind of initial problem solved by the fix could be found. Then I read this code :     71 // query the attribute descriptions     72

Image Scaling in the GUI (for 3.7)

2012-06-25 Thread Tomaž Vajngerl
Hi, Now that we have higher quality scaling algorithms on Bitmap, which are used for PDF export, I wanted to do the same in the GUI. I discovered that grfmgr is responsible for scaling when displaying images on the GUI, but it has its own functions for scaling. So I started to work on removing

[Libreoffice-commits] .: sc/sdi sc/source svx/Library_svxcore.mk svx/Package_inc.mk svx/inc svx/sdi svx/source sw/Library_sw.mk sw/inc sw/sdi sw/source

2012-06-27 Thread Tomaž Vajngerl
sc/sdi/graphsh.sdi| 18 ++-- sc/source/ui/drawfunc/graphsh.cxx | 66 ++ sc/source/ui/drawfunc/objdraw.src |4 sc/source/ui/inc/graphsh.hxx |3 svx/Library_svxcore.mk|1 svx/Package_inc.mk|3

Re: Calc-Edit Picture with External Tool

2012-06-28 Thread Tomaž Vajngerl
Hi, I have added Edit With External Tool menu option also for Calc and in the future I will add it for Draw and Impress too. To do this I moved the common parts (class responsible for invoking of external tool and watching of files in temp directory) from sw to svx. Updating of graphics is quite

[Libreoffice-commits] .: 3 commits - sc/source sd/inc sd/sdi sd/source svx/AllLangResTarget_svx.mk svx/Library_svxcore.mk svx/Package_inc.mk svx/inc svx/sdi svx/source sw/inc sw/sdi sw/source

2012-07-01 Thread Tomaž Vajngerl
sc/source/ui/drawfunc/graphsh.cxx|1 sd/inc/app.hrc |1 sd/inc/sdcommands.h |1 sd/inc/sdgrffilter.hxx |7 - sd/sdi/_drvwsh.sdi |2 sd/sdi/sdraw.sdi | 27 -

[Libreoffice-commits] .: svx/source

2012-07-01 Thread Tomaž Vajngerl
svx/source/core/extedit.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit a4a4bde34e5e3f60143ca8d5ae053237da18712e Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Jul 1 19:50:22 2012 +0200 Cleanup in ExternalEdit Change-Id:

[Libreoffice-commits] .: vcl/source

2012-07-07 Thread Tomaž Vajngerl
vcl/source/gdi/outdev2.cxx | 156 +++-- 1 file changed, 53 insertions(+), 103 deletions(-) New commits: commit c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797 Author: Tomaž Vajngerl qui...@gmail.com Date: Sat Jul 7 13:07:03 2012 +0200 Prescale image with

[Libreoffice-commits] .: 2 commits - sd/sdi sd/source svx/AllLangResTarget_svx.mk svx/Library_svx.mk svx/Package_inc.mk svx/inc svx/sdi svx/source

2012-07-08 Thread Tomaž Vajngerl
sd/sdi/_drvwsh.sdi |5 sd/source/ui/app/popup2_tmpl.src|1 sd/source/ui/view/drviews2.cxx | 34 +++ sd/source/ui/view/drviewsj.cxx |6 svx/AllLangResTarget_svx.mk |1 svx/Library_svx.mk

[Libreoffice-commits] .: svx/inc svx/source

2012-07-15 Thread Tomaž Vajngerl
svx/inc/svx/compressgraphicdialog.hxx | 37 +++- svx/source/dialog/compressgraphicdialog.cxx | 234 ++-- svx/source/dialog/compressgraphicdialog.hrc | 56 +++--- svx/source/dialog/compressgraphicdialog.src | 189 +- 4 files changed, 365

[Libreoffice-commits] .: svtools/source vcl/inc vcl/source

2012-08-14 Thread Tomaž Vajngerl
svtools/source/graphic/grfmgr2.cxx | 60 +-- vcl/inc/vcl/alpha.hxx | 187 ++--- vcl/source/gdi/alpha.cxx | 57 ++- vcl/source/gdi/bitmap3.cxx |6 - vcl/source/gdi/bitmapex.cxx| 53 ++ 5 files

Re: image rendering regression ?

2012-08-15 Thread Tomaž Vajngerl
:53 PM, Michael Meeks michael.me...@suse.com wrote: On Tue, 2012-08-14 at 13:14 +0200, Tomaž Vajngerl wrote: I know about this problem and I am working on it. There seems to be a problem with rendering of transparent images in grfmgr2.cxx. Oh great ! :-) thanks for digging

[Libreoffice-commits] .: comphelper/inc comphelper/source

2012-08-16 Thread Tomaž Vajngerl
comphelper/inc/comphelper/storagehelper.hxx | 177 - comphelper/source/misc/storagehelper.cxx| 511 +--- 2 files changed, 332 insertions(+), 356 deletions(-) New commits: commit 72777a66bb8d9e71c4786c282c7971d7ededa729 Author: Tomaž Vajngerl

Re: [libreoffice-users] Creating High Res Images in Draw or Impress

2012-08-18 Thread Tomaž Vajngerl
On Thu, Aug 16, 2012 at 9:59 AM, Fernand Vanrie s...@pmgroup.be wrote: On 15/08/2012 23:21, Mary Ellen Bost wrote: Hi- not sure if this email thread is strictly for reporting bugs but I have a question and it's worth a shot. I hate gimp need to create a few simple graphics in Draw or

Re: [PATCH (partial)] Writer autocompletion feature

2012-08-27 Thread Tomaž Vajngerl
Hi, I would like to give a little status regarding this topic: - lookuptree code has been integrated into editeng package and changed to support OUString instead of std::string - tests has been converted to CppUnit and extended to test for unicode characters support - remark: old code used a

Re: widget layout status

2012-09-26 Thread Tomaž Vajngerl
On Wed, Sep 26, 2012 at 5:42 PM, Caolán McNamara caol...@redhat.com wrote: I've been fixing up the remaining pesky problems. e.g. re-doing the printer dialog and sorting out the painfully opaque tab-through-controls logic in the light of intermediate layout widgets and I'm fairly happy with

[Libreoffice-commits] core.git: sc/source svx/inc svx/source

2013-03-30 Thread Tomaž Vajngerl
sc/source/ui/drawfunc/chartsh.cxx | 11 - svx/inc/svx/extedit.hxx |5 svx/inc/svx/graphichelper.hxx | 10 + svx/source/core/extedit.cxx | 56 svx/source/core/graphichelper.cxx | 247 +- 5 files changed, 234

[Libreoffice-commits] core.git: 2 commits - vcl/source

2013-03-31 Thread Tomaž Vajngerl
vcl/source/filter/jpeg/jpeg.cxx |3 +- vcl/source/filter/jpeg/jpeg.h |2 - vcl/source/filter/jpeg/jpeg.hxx |5 ++- vcl/source/filter/jpeg/jpegc.c | 60 ++-- 4 files changed, 34 insertions(+), 36 deletions(-) New commits: commit

Re: are the New Graphic Compress features accessable for API

2013-03-01 Thread Tomaž Vajngerl
Hi, On Thu, Feb 28, 2013 at 2:43 PM, Fernand Vanrie s...@pmgroup.be wrote: Caolán , Thanks for your interest, On Sun, 2013-02-24 at 13:49 +0100, Fernand Vanrie wrote: Tomaž Vajngerl made new Graphic Compress tools, they are sinds 4.0 available using the GUI and the new Compress Graphics

[Libreoffice-commits] core.git: 2 commits - vcl/inc vcl/source

2013-03-03 Thread Tomaž Vajngerl
vcl/inc/printdlg.hxx |5 ++ vcl/source/window/printdlg.cxx | 93 ++--- 2 files changed, 57 insertions(+), 41 deletions(-) New commits: commit 9058681a8d4f52db18f094994b231e719e9bb6eb Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Mar 3

Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-05 Thread Tomaž Vajngerl
Hi, I am looking why exporting SVG doesn't work when exporting charts (fdo#60137). In [1] we need com.sun.star.svg.SVGWriter but it is not present in LO. Looks to me like we missed to include changes in [2] from AOO when rebasing. What should we do about this? Regards, Tomaž [1]

[Libreoffice-commits] core.git: vcl/source

2013-04-21 Thread Tomaž Vajngerl
vcl/source/filter/GraphicNativeTransform.cxx |6 +++--- vcl/source/filter/jpeg/Exif.cxx |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 4cbe623af84f4a6761bf996fec82f2ea791a0769 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Apr 21 22:52:30

[Libreoffice-commits] core.git: vcl/source

2013-04-21 Thread Tomaž Vajngerl
vcl/source/filter/jpeg/Exif.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 2fa3cde17c90eb0eb7e9fda93909b02a2aebf1c9 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Apr 21 22:55:41 2013 +0200 WaE: unused variable in Exif Change-Id:

[Libreoffice-commits] core.git: jpeg/ExternalPackage_jpeg.mk vcl/source

2013-04-21 Thread Tomaž Vajngerl
jpeg/ExternalPackage_jpeg.mk|1 + vcl/source/filter/jpeg/Exif.cxx |5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 8ecf0d45d8301b95385eda64671df828c3003c62 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Apr 21 23:31:03 2013 +0200 Add jpegint.h

Re: Need Guidance on bug fdo#37222

2013-04-28 Thread Tomaž Vajngerl
Hi, system(xdg-open abc.pdf); is not good enough - this won't work on OSX or Windows. You have to use XSystemShellExecute: ReferenceXSystemShellExecute xSystemShellExecute(SystemShellExecute::create( ::comphelper::getProcessComponentContext() ) ); xSystemShellExecute-execute( aFileName,

Re: Need Guidance on bug fdo#37222

2013-04-29 Thread Tomaž Vajngerl
: Error when getting information for file '/tmp/lu305f9i.tmp/lu305faq.tmp': No such file or directory How to get the exact file path, which is entered by user . On Sun, Apr 28, 2013 at 2:55 PM, Tomaž Vajngerl qui...@gmail.com wrote: Hi, system(xdg-open abc.pdf); is not good enough

[Libreoffice-commits] core.git: include/svx svx/source svx/uiconfig

2013-05-04 Thread Tomaž Vajngerl
include/svx/compressgraphicdialog.hxx |1 svx/source/dialog/compressgraphicdialog.cxx | 35 svx/uiconfig/ui/compressgraphicdialog.ui| 49 ++-- 3 files changed, 76 insertions(+), 9 deletions(-) New commits: commit

[Libreoffice-commits] core.git: vcl/source

2013-04-02 Thread Tomaž Vajngerl
vcl/source/filter/jpeg/jpeg.cxx | 48 +++- vcl/source/filter/jpeg/jpeg.hxx | 24 +--- vcl/source/filter/jpeg/jpegc.c | 22 ++ 3 files changed, 51 insertions(+), 43 deletions(-) New commits: commit

Re: Impress Remote Firefox OS / B2G

2013-04-12 Thread Tomaž Vajngerl
to native features in javascript. I think this way we could be more mobile environment neutral (WP8, Android, iOS, Blackberry) instead we make specific native applications for every each mobile environment. Regards, Tomaž Vajngerl On Fri, Apr 12, 2013 at 10:51 AM, Michael Meeks michael.me

[Libreoffice-commits] core.git: Changes to 'feature/extract-tooltip'

2013-04-14 Thread Tomaž Vajngerl
New branch 'feature/extract-tooltip' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango officecfg/registry svx/sdi sw/sdi sw/source sw/uiconfig

2013-05-11 Thread Tomaž Vajngerl
icon-themes/galaxy/cmd/lc_rotateleft.png |binary icon-themes/galaxy/cmd/lc_rotateright.png|binary icon-themes/galaxy/cmd/sc_rotateleft.png |binary icon-themes/galaxy/cmd/sc_rotateright.png

Re: several reports of a problem with jpeg test in vcl

2013-05-12 Thread Tomaž Vajngerl
Hi, Probably one of my changes is the cause for this. One of the problems is that CVE-2004-0200-3.jpg is a semi corrupt file. Usually it can be read fine but doing any transform operations fails. For example jpegtrans fails for this file, GIMP does not open it, ImageMagick's convert does not

[Libreoffice-commits] core.git: include/vcl vcl/source

2013-05-12 Thread Tomaž Vajngerl
include/vcl/bitmap.hxx |9 --- vcl/source/gdi/bitmap3.cxx | 103 - 2 files changed, 112 deletions(-) New commits: commit 71cca07fc18149b37fb22956257dd0b8f5df89a1 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun May 12 22:00:22 2013 +0200

[Libreoffice-commits] core.git: sw/source

2013-05-14 Thread Tomaž Vajngerl
sw/source/ui/dochdl/swdtflvr.cxx | 66 --- 1 file changed, 48 insertions(+), 18 deletions(-) New commits: commit 5d2f3957bdda0eb2e7d68b0dcf7ae6a0b50ef48b Author: Tomaž Vajngerl qui...@gmail.com Date: Tue May 14 20:36:58 2013 +0200 Detect and rotate

Export of images in draw/impress is gone.

2013-05-15 Thread Tomaž Vajngerl
Hi, I tried to export a draw document as image and noticed that no graphic format is available for export anymore. Is it possible that commit [1] or [2] is responsible for this? Regards, Tomaž [1] - http://cgit.freedesktop.org/libreoffice/core/commit/?id=67dd958fdbaf4949d188d825b0724615966129d0

Re: Export of images in draw/impress is gone.

2013-05-15 Thread Tomaž Vajngerl
On Wed, May 15, 2013 at 11:49 AM, JorenDC joren.libreoff...@telenet.bewrote: Hi Tomaž, *, Indeed, File Export as GIF for example doesn't work anymore (2 messages: Graphics filter not found and Error saving the document Untitled1: Write Error. The file could not be written. It creates

Re: Visual formula editor

2013-05-17 Thread Tomaž Vajngerl
Hi, With formula editor you mean LO Math? I am working on a new elements docking window as better alternative to the current one. All elements are rendered so I can put in any equation that I want - see attached image. I hope I will be able to deliver something in LO 4.1 Generally everything is

[Libreoffice-commits] core.git: officecfg/registry starmath/inc starmath/Library_sm.mk starmath/sdi starmath/source starmath/uiconfig

2013-05-19 Thread Tomaž Vajngerl
officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu |5 starmath/Library_sm.mk|1 starmath/inc/ElementsDockingWindow.hxx| 142 ++ starmath/inc/starmath.hrc |

[Libreoffice-commits] core.git: svx/AllLangResTarget_svx.mk svx/source

2013-02-21 Thread Tomaž Vajngerl
svx/AllLangResTarget_svx.mk |1 svx/source/dialog/compressgraphicdialog.cxx | 47 +--- svx/source/dialog/compressgraphicdialog.hrc | 21 svx/source/dialog/compressgraphicdialog.src | 34 4 files changed, 79

[Libreoffice-commits] core.git: svx/inc svx/source sw/sdi sw/source

2013-02-24 Thread Tomaž Vajngerl
svx/inc/svx/compressgraphicdialog.hxx |5 + svx/source/dialog/compressgraphicdialog.cxx | 95 +++- sw/sdi/_grfsh.sdi |7 +- sw/source/ui/app/mn.src |1 sw/source/ui/shells/grfsh.cxx | 45

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - 2 commits - chart2/source chart2/uiconfig sc/source

2013-12-08 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/dlg_ObjectProperties.cxx |9 ++ chart2/source/controller/dialogs/res_Trendline.cxx| 43 -- chart2/source/controller/dialogs/res_Trendline.hxx| 13 +++- chart2/source/controller/dialogs/tp_Trendline.cxx |5 +

[Libreoffice-commits] core.git: vcl/source

2013-12-08 Thread Tomaž Vajngerl
vcl/source/control/field.cxx|5 + vcl/source/control/longcurr.cxx |5 + 2 files changed, 10 insertions(+) New commits: commit 5d10ae6f51ecbd9bbe29fd8d0f2694ce12b38f17 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Dec 1 16:03:03 2013 +0100 Put local static

[Libreoffice-commits] core.git: sc/source

2013-12-08 Thread Tomaž Vajngerl
sc/source/ui/inc/tptable.hxx | 19 --- sc/source/ui/pagedlg/tptable.cxx | 24 2 files changed, 43 deletions(-) New commits: commit c85f1ed54f64bb7c7d309ec87df9ce8027a4a108 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Dec 8 20:24:06 2013

[Libreoffice-commits] core.git: chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/view/charttypes/VSeriesPlotter.cxx | 37 +++ 1 file changed, 18 insertions(+), 19 deletions(-) New commits: commit f464bb21c8e8483200feb159cfdf9e5bc29aa27f Author: Tomaž Vajngerl qui...@gmail.com Date: Mon Dec 9 19:53:20 2013 +0100 fdo#72137 Allocate

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/view/charttypes/VSeriesPlotter.cxx | 37 +++ 1 file changed, 18 insertions(+), 19 deletions(-) New commits: commit 306d6d7f199067594378e2c9d084016d1442367a Author: Tomaž Vajngerl qui...@gmail.com Date: Mon Dec 9 19:53:20 2013 +0100 fdo#72137 Allocate

[Libreoffice-commits] core.git: 2 commits - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/ObjectNameProvider.cxx | 28 + chart2/source/controller/dialogs/Strings_Statistic.src | 14 +- chart2/source/inc/RegressionCurveHelper.hxx | 19 +++ chart2/source/tools/RegressionCurveHelper.cxx | 78 +--- 4 files

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - 2 commits - chart2/source

2013-12-09 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/ObjectNameProvider.cxx | 28 + chart2/source/controller/dialogs/Strings_Statistic.src | 14 +- chart2/source/inc/RegressionCurveHelper.hxx | 19 +++ chart2/source/tools/RegressionCurveHelper.cxx | 78 +--- 4 files

[Libreoffice-commits] core.git: 2 commits - chart2/source sc/source

2013-12-10 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/ObjectNameProvider.cxx | 17 ++-- sc/source/core/opencl/opencl_device_selection.h |3 +- 2 files changed, 17 insertions(+), 3 deletions(-) New commits: commit 0a3432850458f3c4e880f087f774f376761b521b Author: Tomaž Vajngerl

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

2013-12-10 Thread Tomaž Vajngerl
sc/source/core/opencl/opencl_device_selection.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 5de94bee4aec92b389a0b1da48b668a9ef215437 Author: Tomaž Vajngerl qui...@gmail.com Date: Wed Dec 11 08:08:56 2013 +0100 WaE: : ignoring return value

Re: [PATCH] HiDPI fixes for squiggly underlines

2013-12-13 Thread Tomaž Vajngerl
Hi, On Fri, Dec 13, 2013 at 9:58 PM, Keith Curtis keit...@gmail.com wrote: Hi Kendy, Good to hear from you. I've got a number of things in progress on my computer beyond the underlines (https://wiki.documentfoundation.org/Development/HiDpi) but I wait to get an API first as I'm just writing

[Libreoffice-commits] core.git: 2 commits - chart2/source

2013-12-14 Thread Tomaž Vajngerl
chart2/source/inc/ExponentialRegressionCurveCalculator.hxx | 33 +- chart2/source/inc/LinearRegressionCurveCalculator.hxx| 12 chart2/source/inc/LogarithmicRegressionCurveCalculator.hxx | 33 +- chart2/source/inc/MeanValueRegressionCurveCalculator.hxx | 33 +-

[Libreoffice-commits] core.git: Changes to 'feature/polynomialregression'

2013-05-27 Thread Tomaž Vajngerl
New branch 'feature/polynomialregression' available with the following commits: commit e14195e9aea32b48755186b99a9de5a4c7480e52 Author: Tomaž Vajngerl qui...@gmail.com Date: Mon May 27 08:10:36 2013 +0200 Slight cleanup in polynomial curve calculation Change-Id:

Polynomial and moving average regression lines for chart

2013-05-27 Thread Tomaž Vajngerl
Hi, I have implemented the polynomial and moving average regression curves (trend lines) for chart. I have pushed the changes to a feature branch feature/polynomialregression so please test it if you are interested. The work is still ongoing but I want some feedback. Currently implemented is: -

Re: Polynomial and moving average regression lines for chart

2013-05-27 Thread Tomaž Vajngerl
On Mon, May 27, 2013 at 12:05 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hey Tomaž, We can try to find someone doing the work in glade so that it would be just adapting the code which I can quickly do if necessary. The same code is used in 2 different dialogs - trend line

Re: [GSOC]Introduction / Implement Firebird SQL connector for LibreOffice Base

2013-05-27 Thread Tomaž Vajngerl
Oh great! Congratulations! This is quite a big and important task - with this we make a big step forward to get Libreoffice Java free. Happy coding. Best regards, Tomaž On Mon, May 27, 2013 at 10:01 PM, Andrzej J. R. Hunt andr...@ahunt.orgwrote: Hi everyone, I'm excited to announce I've

Re: Visual formula editor

2013-05-28 Thread Tomaž Vajngerl
Hi Olivier, On Tue, May 21, 2013 at 10:24 PM, Olivier Hallot olivier.hal...@documentfoundation.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Tomaz Interesting work. I thought once in augmenting the elements box with some calculus frequent expressions such as For all x,

[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - chart2/source offapi/com offapi/UnoApi_offapi.mk sc/source

2013-05-28 Thread Tomaž Vajngerl
chart2/source/tools/_serviceregistration_tools.cxx | 16 + offapi/UnoApi_offapi.mk |2 offapi/com/sun/star/chart2/MovingAverageRegressionCurve.idl | 38 offapi/com/sun/star/chart2/PolynomialRegressionCurve.idl| 38

[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - oox/source

2013-05-28 Thread Tomaž Vajngerl
oox/source/drawingml/chart/seriesconverter.cxx | 35 - oox/source/token/properties.txt|6 +++- 2 files changed, 33 insertions(+), 8 deletions(-) New commits: commit 222832146bdfbd88bc5393d53540cc168a009158 Author: Tomaž Vajngerl qui...@gmail.com

[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - include/oox oox/source sc/source

2013-05-29 Thread Tomaž Vajngerl
include/oox/export/chartexport.hxx |1 oox/source/export/chartexport.cxx | 123 + sc/source/filter/excel/xechart.cxx |3 3 files changed, 125 insertions(+), 2 deletions(-) New commits: commit 16c3e6e693cf92c04669e85b9f387232c86cc63e Author: Tomaž

[Libreoffice-commits] core.git: 2 commits - cui/source include/svx include/vcl svx/source vcl/source

2013-06-03 Thread Tomaž Vajngerl
cui/source/tabpages/transfrm.cxx |2 +- cui/source/tabpages/transfrm.src |5 +++-- include/svx/dialcontrol.hxx | 10 -- include/vcl/GraphicNativeTransform.hxx |5 +++-- svx/source/dialog/dialcontrol.cxx| 15

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - 2 commits - cui/source include/svx include/vcl svx/source vcl/source

2013-06-03 Thread Tomaž Vajngerl
cui/source/tabpages/transfrm.cxx |2 +- cui/source/tabpages/transfrm.src |5 +++-- include/svx/dialcontrol.hxx | 10 -- include/vcl/GraphicNativeTransform.hxx |5 +++-- svx/source/dialog/dialcontrol.cxx| 15

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svx/source

2013-06-03 Thread Tomaž Vajngerl
svx/source/dialog/dialcontrol.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9dc3b996fabb57469258db9fac7340b2295d00ae Author: Tomaž Vajngerl qui...@gmail.com Date: Tue Jun 4 00:56:55 2013 +0200 fix ambiguous call error Change-Id:

Re: SwAutoCompleteWord

2013-06-05 Thread Tomaž Vajngerl
Hi Michael, Bjoern On Tue, Jun 4, 2013 at 11:52 PM, Michael Stahl mst...@redhat.com wrote: hi Tomaž, i noticed that SwAutoCompleteWord appears to contain 2 different auto-complete mechanisms - an old vector m_WordList and a new m_LookupTree that was introduced a year ago; is there some

Re: SwAutoCompleteWord

2013-06-05 Thread Tomaž Vajngerl
On Wed, Jun 5, 2013 at 12:10 PM, Michael Stahl mst...@redhat.com wrote: looking at the backtrace it seems the m_pSuggest in some node is invalid and points into the woods i wonder what happens if the child node that is currently pointed to by m_pSuggest is somehow removed (via

[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - xmloff/Library_xo.mk xmloff/source

2013-06-05 Thread Tomaž Vajngerl
xmloff/Library_xo.mk |1 xmloff/source/chart/PropertyMap.hxx|8 xmloff/source/chart/PropertyMaps.cxx | 40 ++ xmloff/source/chart/SchXMLChartContext.cxx | 16 -

[Libreoffice-commits] core.git: Branch 'feature/polynomialregression' - 2 commits - include/xmloff xmloff/source

2013-06-09 Thread Tomaž Vajngerl
include/xmloff/xmltoken.hxx | 12 ++- xmloff/source/chart/PropertyMap.hxx | 11 ++ xmloff/source/chart/SchXMLExport.cxx | 43 +-- xmloff/source/chart/SchXMLSeries2Context.cxx |9 +++-- xmloff/source/core/xmltoken.cxx

[Libreoffice-commits] core.git: editeng/Library_editeng.mk editeng/qa editeng/source include/editeng sw/inc sw/source

2013-06-11 Thread Tomaž Vajngerl
editeng/Library_editeng.mk|1 editeng/qa/lookuptree/lookuptree_test.cxx | 95 ++- editeng/source/lookuptree/Trie.cxx| 183 ++ include/editeng/Trie.hxx | 59 + sw/inc/acmplwrd.hxx

Re: SwAutoCompleteWord

2013-06-11 Thread Tomaž Vajngerl
Hi Michael, I implemented a simple Trie lookup tree which is tailored to what we need in auto-complete [1]. I was studying the LatinLookupTree but it is too complex and I could not find the problem that causes it to crash in some cases. Then I figured that implementing a simple, focused lookup

[Libreoffice-commits] core.git: starmath/inc starmath/source

2013-06-13 Thread Tomaž Vajngerl
starmath/inc/ElementsDockingWindow.hxx|5 + starmath/source/ElementsDockingWindow.cxx | 93 +++--- 2 files changed, 79 insertions(+), 19 deletions(-) New commits: commit 6372309a0d285f4a176dbcded3f18b72220e123a Author: Tomaž Vajngerl qui...@gmail.com Date:

[Libreoffice-commits] core.git: chart2/source

2013-07-14 Thread Tomaž Vajngerl
chart2/source/tools/PolynomialRegressionCurveCalculator.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 22b0b27cbc0bb4ce57146211a18aacadfe356e43 Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Jul 14 22:36:08 2013 +0200 pow is ambiguous

[Libreoffice-commits] core.git: sc/AllLangResTarget_sc.mk sc/inc sc/source sc/UIConfig_scalc.mk

2013-07-15 Thread Tomaž Vajngerl
sc/AllLangResTarget_sc.mk |1 sc/UIConfig_scalc.mk |1 sc/inc/globstr.hrc | 21 ++ sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx | 54 ++---

Re: code pointer for #fdo67040

2013-07-19 Thread Tomaž Vajngerl
On Fri, Jul 19, 2013 at 8:27 AM, Tommy ba...@quipo.it wrote: please, can anyone tell me which file should I try to hack in order to modify the appearance of the autocorrect replacement table dialog?

[Libreoffice-commits] core.git: include/svtools sc/source svx/source

2013-07-23 Thread Tomaž Vajngerl
include/svtools/ruler.hxx |2 - sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx | 22 +++- svx/source/dialog/svxruler.cxx |4 +- 3 files changed, 9 insertions(+), 19 deletions(-) New commits: commit

[Libreoffice-commits] core.git: include/svtools include/svx svtools/source svx/source

2013-07-25 Thread Tomaž Vajngerl
include/svtools/ruler.hxx|3 + include/svx/ruler.hxx|4 - svtools/source/control/ruler.cxx | 38 ++--- svx/source/dialog/svxruler.cxx | 85 +-- 4 files changed, 92 insertions(+), 38 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 2 commits - officecfg/registry sc/AllLangResTarget_sc.mk sc/inc sc/Library_sc.mk sc/sdi sc/source sc/uiconfig svx/source

2013-07-28 Thread Tomaž Vajngerl
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 16 + sc/AllLangResTarget_sc.mk |3 sc/Library_sc.mk |2 sc/inc/globstr.hrc|

[Libreoffice-commits] core.git: vcl/source

2013-07-28 Thread Tomaž Vajngerl
vcl/source/filter/GraphicNativeTransform.cxx | 65 ++- 1 file changed, 35 insertions(+), 30 deletions(-) New commits: commit 698315531414b223b35d8507fdf2f56dbcf6bc4c Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Jul 28 15:52:14 2013 +0200 fdo#66006 Convert

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/source

2013-07-29 Thread Tomaž Vajngerl
vcl/source/filter/GraphicNativeTransform.cxx | 65 ++- 1 file changed, 35 insertions(+), 30 deletions(-) New commits: commit 2f2b3fff8997f9da14d64053afd19aa971e7829c Author: Tomaž Vajngerl qui...@gmail.com Date: Sun Jul 28 15:52:14 2013 +0200 fdo#66006 Convert

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - editeng/Library_editeng.mk editeng/qa editeng/source include/editeng sw/inc sw/source

2013-06-17 Thread Tomaž Vajngerl
editeng/Library_editeng.mk|1 editeng/qa/lookuptree/lookuptree_test.cxx | 95 ++- editeng/source/lookuptree/Trie.cxx| 183 ++ include/editeng/Trie.hxx | 59 + sw/inc/acmplwrd.hxx

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - editeng/inc editeng/Library_editeng.mk editeng/Package_inc.mk editeng/qa editeng/source sw/inc sw/source

2013-06-17 Thread Tomaž Vajngerl
editeng/Library_editeng.mk|1 editeng/Package_inc.mk|1 editeng/inc/editeng/Trie.hxx | 59 + editeng/qa/lookuptree/lookuptree_test.cxx | 95 ++- editeng/source/lookuptree/Trie.cxx| 183

[Libreoffice-commits] core.git: 2 commits - vcl/qa vcl/source

2013-06-22 Thread Tomaž Vajngerl
vcl/qa/cppunit/graphicfilter/filters-test.cxx | 64 +++--- vcl/source/filter/graphicfilter.cxx |2 2 files changed, 58 insertions(+), 8 deletions(-) New commits: commit d88b434e10ef356d6937da0bcb2b3e33e6ab4bb5 Author: Tomaž Vajngerl qui...@gmail.com Date:

[Libreoffice-commits] core.git: editeng/source include/editeng

2013-06-22 Thread Tomaž Vajngerl
editeng/source/lookuptree/Trie.cxx | 61 +++-- include/editeng/Trie.hxx | 23 + 2 files changed, 42 insertions(+), 42 deletions(-) New commits: commit 30e5a445254dac571d0b3ba2dc7a48e17ad58ec8 Author: Tomaž Vajngerl qui...@gmail.com Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/source

2013-06-22 Thread Tomaž Vajngerl
vcl/source/filter/graphicfilter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 46b09ee63e901a9c8fdc41fe16398a932be35340 Author: Tomaž Vajngerl qui...@gmail.com Date: Sat Jun 22 13:31:21 2013 +0200 fdo#65934 and fdo#64189 External export graphic filter

[Libreoffice-commits] core.git: starmath/source

2013-06-22 Thread Tomaž Vajngerl
starmath/source/ElementsDockingWindow.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 90e4d69a4b0151ed3dfc4b56471ae5562c0b4060 Author: Tomaž Vajngerl qui...@gmail.com Date: Sat Jun 22 20:22:59 2013 +0200 fdo#65370 Dock ElementsDockingWindow to

SVX ID collision

2013-06-23 Thread Tomaž Vajngerl
Hi, I noticed we renumbered the ID's in include/svx/svxids.hrc but this is causing problems for the toolbar/popup menu icon (it is not drawn) and functionality for left graphic rotation (SID_ROTATE_GRAPHIC_LEFT which is defined as [1]). I noticed that the same ID (SID_SVX_START+1121) is added to

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - starmath/source

2013-06-24 Thread Tomaž Vajngerl
starmath/source/ElementsDockingWindow.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 2a442f19faa52aef87e56d6bd3f8e38f7dec9572 Author: Tomaž Vajngerl qui...@gmail.com Date: Sat Jun 22 20:22:59 2013 +0200 fdo#65370 Dock ElementsDockingWindow to left

Re: SVX ID collision

2013-06-25 Thread Tomaž Vajngerl
Hi, On Mon, Jun 24, 2013 at 3:59 PM, Caolán McNamara caol...@redhat.com wrote: Does 669ad519902e21e0cb3537fb7e203987f75a4077 fix the problem (I'm not entirely sure what buttons I'm supposed to push to find your rotation thing) C. Yes this solves it. Thanks. Regards, Tomaž

Re: SVX ID collision

2013-06-26 Thread Tomaž Vajngerl
Hi, On Wed, Jun 26, 2013 at 3:53 PM, Caolán McNamara caol...@redhat.com wrote: On Tue, 2013-06-25 at 19:58 +0200, Tomaž Vajngerl wrote: Yes this solves it. Thanks. Is this also a problem in 4-1, i.e. do we need to cherry-pick it to there ? Yes, this is also a problem in 4-1

  1   2   3   4   5   6   7   8   9   10   >