> There is code inside LO to produce more useful stack traces in crashes on
> Windows, isn't there? Do we (accidentally?) diable that? Do we strip symbols
> from binaries (or don't ship .pdb files) without thinking? How much larger
> would the installer / an installation be on Windows if we ship
On Aug 26, 2011, at 8:02 AM, Tor Lillqvist wrote:
>> 2) for MSVC, I'm rather more disarmed; made some incomplete guesses.
>
>> ?queryInterface@OPropertySetHelper@cppu@@W3AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z;
>> ?queryInterface@OPropertySetHelper@cppu@@W7AA?AVAny@uno@star@sun@com@@ABVType@456
On Aug 25, 2011, at 11:00 PM, Lionel Elie Mamane wrote:
> On Thu, Aug 25, 2011 at 10:10:16PM +0200, Stephan Bergmann wrote:
>> On Aug 25, 2011, at 6:09 PM, Lionel Elie Mamane wrote:
>>> On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote:
On Aug 23, 2011, at 5:00 PM, Lionel Elie M
> Are the free Windows debugging tools:
> http://msdn.microsoft.com/en-us/windows/hardware/gg463009
> any good ?
Sure they are. Useful for lower-level debugging where the Visual Studio
debugger isn't powerful enough. Much closer to gdb-style debugging (even if
these, too have
Title: Ventilador,Ventiladores,Exaustor,Exaustores,Ventilador de
Teto,Ventilação,Ventilador de Parede,Ventilador de
Coluna,Purificador,Purificador de Água
Europa,Filtros,Refrigerador,Geladeira,Bebedouro,Bebedouro de Pressão,Bebedouro
de Garrafão,Refresqueira,Suqueira,Ventilador
Ventisilva,Bebedouro
I have no deeper knowledge how to build deb packages. But you may want
to have a look how we package extensions for ArchLinux:
http://projects.archlinux.org/svntogit/packages.git/tree/libreoffice/trunk/PKGBUILD
It's just extracting the .oxt stuff into the proper directory depending
on your LibO
> 2) for MSVC, I'm rather more disarmed; made some incomplete guesses.
> ?queryInterface@OPropertySetHelper@cppu@@W3AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z;
> ?queryInterface@OPropertySetHelper@cppu@@W7AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z;
The "undname" command that comes with MSVC can b
Hello Jesse,
No pb for the "long delay" :-)
What I meant by "old repositories" are these :
- calc
- libs-core
- writer
- etc.
These are deprecated since the one-git conversion. Now have "core".
So it could be useful to remove the old ones for 2 reasons :
- the length error/warning page would be d
Hello,
If character count without spaces is not set, ResetModified let
DocumentStatistic invalid, so the application should recalculate this before
showing the dialog. I've changed this for bug fdo#36931
http://cgit.freedesktop.org/libreoffice/core/commit/?id=70218ae8ef57b96f8064780adebcee3245757
Hi,
I have made some extensions for my organization and packaged them as .oxt.
Now I want to integrate those extensions along with Libre office in a
debian package.
So far , I was able to make a successful built, all because of this mailing
list help.
I also packaged it as .deb for my ubuntu mach
On 08/10/11 23:03, julien2412 wrote:
> I noticed that cppcheck made its report on the old repositories too, is it
> possible to remove the cppcheck scan on these ?
>
> Julien.
>
> --
> View this message in context:
> http://nabble.documentfoundation.org/http-libreoffice-boldandbusted-com-cppchec
On Tue, Aug 23, 2011 at 10:05:04AM +0100, Michael Meeks wrote:
> Hi Lionel,
>
> On Mon, 2011-08-22 at 18:30 +0200, Lionel Elie Mamane wrote:
> > I just got bitten by the fact that:
> ..
> > Does not make the libreoffice in ./install use the new changed code;
> > is this to be considered a bug, or
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Bug 35673 depends on bug 32709, which changed state.
Bug 32709 Summary: PPT/PPTX created by LibreOffice can't be opened by MS
PowerPoint Viewer and MS Office Web Apps
https://bugs.freedesktop.org/show_bug.cgi?id=32709
What|Old Va
Yes,the problem is there, actually I found out that in type*.cxx there
is a reference counting variable,which seems to be not 0 in the end, so
it looks like a memory leak. But I don't know yet where, and what's the
reason. Can you help me?
2011. 08. 26. 0:01 keltezéssel, Miklos Vajna írta:
On
On Wed, Aug 24, 2011 at 11:50:02AM +0100, Caolán McNamara
wrote:
> > You mean something like this? Given that the idl says these properties
> > are readonly (I did not notice that so far), I don't think there is a
> > reason to set them.
>
> I was thinking more of the "old" rtf filter which cons
On Thu, Aug 25, 2011 at 06:32:47PM +0200, Jenei Gábor wrote:
> While doing dev-install I got the following errors:
>
> assertion caught: Error: rtl_string2UString_status() - UTF8 test
> encoding is wrong From File ustring.c at Line 634
> Database Insert record into Database
>
> assertion caught
To compare stix and Opensymbol, I tried to follow the advice of Caolan (hope
I well understood what he imagined) I've attached a zip with 2 pdf files in
it.
These 2 pdf files have been generated with Abiword (for not having LO stuff
which interfere since I've got the Debian testing version + dev ve
On Thu, Aug 25, 2011 at 10:10:16PM +0200, Stephan Bergmann wrote:
> On Aug 25, 2011, at 6:09 PM, Lionel Elie Mamane wrote:
>> On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote:
>>> On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote:
> - There is no reason for OPropertySetHelper2
Hi Noel,
On Thu, 2011-08-25 at 09:26 +0100, Noel Power wrote:
> I just deleted quite a sizable hunk of code ( ~6000 lines ) from master
Whoot :-) I love to read this sort of mail.
> Anyway I'm looking at it and am close to finding why it is failing
Great stuff,
Thanks
Hi guys,
Are the free Windows debugging tools:
http://msdn.microsoft.com/en-us/windows/hardware/gg463009
any good ? (or are they even free) ? ;-)
And/or should we have steps on:
http://wiki.documentfoundation.org/Development/How_to_debug
As to h
On Aug 25, 2011, at 9:42 PM, Michael Meeks wrote:
> On Thu, 2011-08-25 at 18:09 +0200, Lionel Elie Mamane wrote:
>> Now, I face the .map files; there, I'd appreciate some help; I think
>> I've reverse-engineered enough of the GCC one to get a correct one (at
>> least, I could do a modicum of testin
On Aug 25, 2011, at 6:09 PM, Lionel Elie Mamane wrote:
> On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote:
>> On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote:
>>> (...) I don't know what to do with queryInterface; since it is not
>>> virtual, I cannot override it in OPropertyS
Hi guys,
On Thu, 2011-08-25 at 10:41 +0200, David Tardon wrote:
> as the subject says, I pushed my gdb pretty printers into master.
Wow - this is awesome :-) Looks like a really elegant way to connect it
all up - without requiring fiddling with the system python etc.
Thanks so mu
Hi Lionel,
On Thu, 2011-08-25 at 18:09 +0200, Lionel Elie Mamane wrote:
> Now, I face the .map files; there, I'd appreciate some help; I think
> I've reverse-engineered enough of the GCC one to get a correct one (at
> least, I could do a modicum of testing with GCC), but:
Um ;-) I havn't
Hello,
I updated the bug with a patch (thank you again Andras for your advice by
mail)
If someone has information about opensymbol license or stix fonts, it could
help to finish this part.
Moreover, it would mean we could add other lacking symbols.
Julien.
--
View this message in context:
http
+ Present:
+ Norbert, Rainer, Bjoern, Thorsten, Petr, Kendy,
Andreas, Caolan, Michael (late)
+ Completed Action items:
+ script that downloads the git sources for you (Norbert) done
+ drop: conference paper: onegit / tinderbox (Norbert)
+ dig up suitable M
Hello,
While doing dev-install I got the following errors:
assertion caught: Error: rtl_string2UString_status() - UTF8 test
encoding is wrong From File ustring.c at Line 634
Database Insert record into Database
assertion caught: Error: rtl_string2UString_status() - UTF8 test
encoding is wron
On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote:
> On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote:
>> (...) I don't know what to do with queryInterface; since it is not
>> virtual, I cannot override it in OPropertySetHelper2. The best I
>> could come up with is something
Hi,
so I see, it is tested on GCC 4.5. I am quite surprised that the
build works with that compiler as there was a lot of bugs. I will give
it a try on 4.6 and 4.7. 4.6 will do parallel linking that saves a
lot of time and some memory and 4.7 saves a lot more memory + will
eventually hav
Am Mon 22 Aug 2011 04:56:31 PM CEST schrieb Jan Holesovsky :
Hi Honza,
So we have some proof-of-concept LTO work pushed to the LibreOffice
repository - care to have a look & try it how it copes with your changes
in gcc etc.? ;-)
git clone git://anongit.freedesktop.org/libreoffice/core
sudo zyp
Hello Laurent,
Looks good.
It's just another workaround but as mentionend on IRC we need to refactor
the calling code and then remove the unneccesary calls to AddColumn and
AddRow for empty cells. We just can't do this in the 3-4 branch so this
workaround should be good for now.
I pushed it to t
Hi all
could you please have a look at this patch
it avoids multiple calls to maTables.back() that waste time on loading a
calc file. the idea is to store the last table needed and use this
instead of retreiving it each time from maTables
on a pathological calc file this drastically improve the
Thanks for doing this :)
On 25/08/11 13:13, Jan Holesovsky wrote:
> - installation
> - so far the make_installer.pl calls makecab.exe, uuidgen.exe, and
> others; would be best to avoid that if at all possible (using a free
> cab implementation, part of Wine or something)
> - MSI genera
> - enable & fix pieces that are currently disabled
In addition to those kendy mentioned, off the top of my head:
- none of the custom actions of the MSI installer are built; I don't recall the
exact reason for this, it might be that the necessary headers and import
libraries actually are ava
Hi all,
Thanks to Tor's cross-compilation work [1], and Fridrich's MinGW Open
Build Service packages [2], I was able to get the compilation of Windows
MinGW packages on Linux to a state that it builds all the way up to
instsetoo_native quite reliably. So I've setup a tinderbox that ensures
that t
On Tue, 23 Aug 2011 18:43:41 +0200
Bjoern Michaelsen
wrote:
> I have not yet killed all the ~2000 old per-repo tags on core, but
> here is the script to do that:
> http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/corereleasebranches/killtags.sh
>
> If nothing serious comes up, Ill
On Wed, 2011-08-24 at 18:06 +0100, Michael Meeks wrote:
> But then again, it links to libstdc++
...
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7658000)
...
There was a mention of a "/usr/local/bin/g++", which makes me wonder
about mismatching libstdc++.so.X. To humour me, what abo
Hi all,
as the subject says, I pushed my gdb pretty printers into master.
== What is it? ==
gdb 7 includes support for scripting in Python, which, among other
useful things, allows to write pretty printers for arbitrary data types
(did you ever wish that rtl::OString be shown like a string? You
On 13/07/11 21:50, Noel Power wrote:
[...]
In an effort to reduce some confusing duplication I have started to
try and 'retire' various parts of filter code that are duplicated. For
some time now import of ole userform controls has been using the new
filter code in oox but the import of those s
39 matches
Mail list logo