Re: [Libreoffice] Making our Own Banned.h

2011-06-19 Thread Robert Nagy
Hey, Oh I just love this code, but are we actually planning on using the size-bounded string functions like strlcpy(3)? Because then you have to consider that these are not part of glibc so we will have to ship our own version which is not a big deal at all It would be a huge effort to switch all

Re: [Libreoffice] QA-hints ? -> question for devs !

2011-06-19 Thread LeMoyne Castle
On Sun, Jun 19, 2011 at 3:45 PM, Cor Nouws wrote: > Hi *, Is there a script available, or a combination of git-commands, or ... that > is used to extract certain information for the summaries? > If so, I could use/adapt that to get information on certain weeks, > branches, ... ? > If you ha

[Libreoffice] [PATCH] Replace List with std::vector<>

2011-06-19 Thread Joseph Powers
I'm sending the patch for review; not because it needs a lot but just to have someone verify that the memory was leaking and needs to be fixed. Current fixes: 1. XPropertyList::Clear() looks like it has a memory leek; so I fixed it. Future Fixes: 1. List* pBmpList; Should be replaced with a st

[Libreoffice] Making our Own Banned.h

2011-06-19 Thread Marc-André Laverdière
Hello list. As you all know, there are a bunch of old C APIs that make security vulnerabilities trivial to implement. And doing a git grep tells me that we use those a plenty. Now, not all of it may create vulnerabilities, but it is good practice to migrate away from those as much as possibl

Re: [Libreoffice] QA-hints ? -> question for devs !

2011-06-19 Thread Cor Nouws
Hi *, Cor Nouws wrote (19-06-11 11:51) And thanks to you and others for pointing to the current summaries as a good starting point for that, anyway as far as I am concerned. I understand the limitations now too. Since there is much on the route in our QA-process/work, we can see if there shows

[Libreoffice] [GSoC][performance] report - week #4

2011-06-19 Thread Matúš Kukan
Hi all, I've started adding prefixes for components, so we can then merge libraries. Just in already gnumake-ified modules. First was toolkit. There is just one component and it seems to be working. I have tested that component. Then some components in configmgr, vcl, comphelper, sfx2, framework,

[Libreoffice] Interesting difference in thread-specific data function semantics for Windows vs. Unix

2011-06-19 Thread Tor Lillqvist
I was investigating why the osl_Thread unit test (sal/qa/osl/process/osl_Thread.cxx) fails most of the times on Windows. If I understand correctly, the problem is a quite fundamental difference in the semantics of thread-specific data keys created with a destructor callback passed to osl_create

[Libreoffice] [PATCH] Improvements to import/export of character attributes in HTML filter

2011-06-19 Thread Harri Pitkänen
Attached patches implement import of CSS text-transform property and extend the import and export to work with all HTML browser compatibility options. Contributed under LGPLv3+ and MPL. Harri From 8eea1bf955f6f2cb7c0e0622b0b2fa6975cee3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20Pitk=C3=A

[Libreoffice] [PATCH] fdo#37341 EasyHack: Goal Seek hangs indefinitely for too many calculation steps (Formula Cell $F$110)

2011-06-19 Thread Takeshi Abe
Hi, By poking the sample case of fdo#37341 with gdb, I found loosing the maximum limit of recursion of recalculation is enough to solve it, like https://bugs.freedesktop.org/attachment.cgi?id=48162 But its modified value of limit is still arbitrarily selected. Can we estimate the growth of memory

[Libreoffice] [PATCH] fix quickstart on platforms using GTK and use the correct plugin name

2011-06-19 Thread Robert Nagy
After switching to gbuild ENABLE_SYSTRAY_GTK was not defined in the sfx target and the plugin name for libqstart was also hardcoded for linux. --- sfx2/Library_qstart.mk|7 +++ sfx2/Library_sfx.mk |9 + sfx2/source/appl/shutdownicon.cxx |2 +- 3 fi

[Libreoffice] [PATCH] fix fdo#37110 --quickstart shouldn't show start center

2011-06-19 Thread Robert Nagy
--- desktop/source/app/app.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d8483a2..8c86886 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1784,7 +1784,7 @@ int Desktop::Main()

Re: [Libreoffice] [SOLVED] Building from master on MacOSX with autogen --enable-ext-wiki-publisher fails in apache-commons

2011-06-19 Thread Alexander Thurgood
Hi Christian, Le 19/06/11 13:39, Christian Lohmaier a écrit : > Hi Alexander, *, > > On Sun, Jun 19, 2011 at 10:49 AM, Alexander Thurgood > wrote: >> Just a heads-up, building from master on Mac OSX with >> --enable-ext-wiki-publisher fails in apache-commons. > No it does not, both my tinderbox a

Re: [Libreoffice] autogen.sh fails to build Libre Office

2011-06-19 Thread Simos Xenitellis
On Sun, Jun 19, 2011 at 3:04 PM, Ibrahim Beicker wrote: > This is a very noobish ask for help but when I tried to build > LibreOffice, the script autogen fails to detect 'fontconfig' > > here's the output > > checking for FONTCONFIG... no > configure: error: Package requirements (fontconfig >= 2.2

[Libreoffice] autogen.sh fails to build Libre Office

2011-06-19 Thread Ibrahim Beicker
This is a very noobish ask for help but when I tried to build LibreOffice, the script autogen fails to detect 'fontconfig' here's the output checking for FONTCONFIG... no configure: error: Package requirements (fontconfig >= 2.2.0) were not met: No package 'fontconfig' found Consider adjusting

[Libreoffice] Did you hear the news? LibreOffice is going to have a conference

2011-06-19 Thread drew
Greetings my hacker friends. Well I know you all heard about this thing called the LibreOffice Conference taking place in Paris France this year. Conferences tend to work better if people present at the them. The first step in presenting at a conference is usually to submit a paper proposal. *s

Re: [Libreoffice] Building from master on MacOSX with autogen --enable-ext-wiki-publisher fails in apache-commons

2011-06-19 Thread Christian Lohmaier
Hi Alexander, *, On Sun, Jun 19, 2011 at 10:49 AM, Alexander Thurgood wrote: > > Just a heads-up, building from master on Mac OSX with > --enable-ext-wiki-publisher fails in apache-commons. No it does not, both my tinderbox as well as the MacIntel tinderbox use the --with-distro=LibreOfficeMacOS

Re: [Libreoffice] [GSoC] [rtfimport] 4th week

2011-06-19 Thread Miklos Vajna
Hi, Fourth week starts here: http://cgit.freedesktop.org/~vmiklos/lo-gsoc/tree/README#n517 In short, it was about: - finishing pictures - starting tables: borders, merges, cell properties (background, alignment, etc.) I plan to finish tables (nested ones, other missing table bits) next week.

[Libreoffice] Debug compilation fails in sal module

2011-06-19 Thread Julien Nabet
Hello, I recreated from scratch my local repository and here is what I get : -- - start unit test #2 on library ../../../unxlngi6/lib/libosl_process.so -- : && LD_LIBRARY_PATH=/hom

Re: [Libreoffice] QA-hints ? -> question for devs !

2011-06-19 Thread Cor Nouws
Hi John, LeMoyne Castle wrote (15-06-11 13:01) On Wed, Jun 15, 2011 at 1:02 AM, Cor Nouws mailto:oo...@nouenoff.nl>> wrote: ... What I am more looking for, is sometimes the hints related to (some of) the vast amount of code clean-ups/improvements, that possibly have influence on area A or

[Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-19 Thread Anurag Jain
Hello Kohei, Noel This is the brief of my work for this week. As I was supposed to create a new container class which will contain ScTextWnd obejct + ScrollBar + Button object, I've done so. Also I've tunneled the calls to ScTextWnd from ScInputWindow via the new methods created into the ScInputBa

[Libreoffice] Building from master on MacOSX with autogen --enable-ext-wiki-publisher fails in apache-commons

2011-06-19 Thread Alexander Thurgood
Hi *, Just a heads-up, building from master on Mac OSX with --enable-ext-wiki-publisher fails in apache-commons. The log file shows : compile: [javac] /Users/alex/DevHack/git/libo/clone/extensions/apache-commons/unxmacxi.pro/misc/build/commons-httpclient-3.1/build.xml:184: warning: 'includea