On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote:
> At 11:59am -0400 Mon, 04 Apr 2011, Michael Meeks wrote:
> > On Mon, 2011-04-04 at 09:39 +0200, Cedric Bosdonnat wrote:
> >> I'm not sure what we want to do for the "Open" dialog filters... anyone
> >> else has an idea what to do?
> >
> >
Hi Norbert,
On Mon, 4 Apr 2011 22:37:42 -0500
Norbert Thiebaud
wrote:
> Sure, but I was not comparing the extra cost to the cost of a compile,
> but to the intended savings.
> on one hand, every time I run make I pay the cost of these redundant
> stats() on the other hand every time make has to
> Thats too close to be a accidental. It seems like GNU make restats
> every target everytime it gets named as a dependency without any
> caching (or expecting the OS to do the caching).
And why wouldn't it? Make can not know that some files are typically static and
not modified by commands being
Hi Anurag,
this patch was fine. I've additionally removed some lines you've missed.
And skipped this deletion:
-sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum /*eClass*/)
{return 0;}
+sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum) {return 0;}
Pushed!
Christina
A
On Monday 04 of April 2011, Norbert Thiebaud wrote:
> On Mon, Apr 4, 2011 at 10:30 AM, Bjoern Michaelsen
> > b) be fixed by sorting out duplicates when generating the dep file. This
> > could be done in the solenv/gbuild/processdeps.awk(*) script and
> > would then likely result in a 100% speed
Hey Bob & all,
> I finally finished my work on the conditional formatting with an
> unlimited number of rules.
>
> Thank you to those who have helped me to create patch.
> I hope I have done things correctly. You will find the patch in 2
> attachment.
Taking it, looking into it. Please stay tune
Hi,
after removal of comments it becomes clear that DbgAssert() is empty. It
is used for the definition of PRE_CONDITION (unused), POST_CONDITION
(used in classfactory.cxx and propertyhdl.cxx) and ENSURE (used at
several places).
I think PRE_CONDITION, POST_CONDITION and ENSURE can be remove
shell part pushed.
Christina
Am 20.03.2011 00:52, schrieb Xisco Faulí:
Here we go with the first round of patches.
Whitespaces are not deleted anymore and all the bogus have been
deleted. Everything builds allright.
Part 1 -->
http://dl.dropbox.com/u/1274885/removed-commented-code-part1.tar.g
On Mon, Apr 4, 2011 at 10:30 AM, Bjoern Michaelsen
wrote:
> Hi Michael, Hi all,
>
> On Mon, 04 Apr 2011 15:07:32 +0100
> Michael Meeks
> wrote:
>
>> stats file
>> 1428 /data/opt/libreoffice/bootstrap/clone/writer/sw/inc/swdllapi.h
>
> Hmmm:
> find solver/300/unxlngx6.pro/workdir/Dep/CxxObject/
БЛИЖАЙШИE СEМИНАРЫ И ТРЕHИНГИ
6 aпpeля. Cовpеменный мeрчeндайзинг в Украинe.
7 апpеля. МАСТEР-ПРЕЗЕНТАЦИЙ: пpинципы и пpавилa coздaния запоминaющихся
прeзентаций
7 апpeля. Эффективныe дeловыe пеpеговоры: стрaтегия win-win
12-13 апpеля. Зміни зaконодавства у сфеpі cтaндартизації
On Tue, 2011-04-05 at 09:33 +0200, Bjoern Michaelsen wrote:
> I did some rough measurements and they seem to make no noticeable
> difference on a full build. They will however make a noticeable
> different on a partial rebuild because it greatly reduces parsing the
> huge dep files.
Sure
On Tue, 05 Apr 2011 01:42:23 -0600
"Tor Lillqvist"
wrote:
> Now, assume thre are old foo.dll and libfoo.dll.a files around, but
> foo.c has been edited. If Make would cache stat calls, it would not
> have any reason to believe that libfoo.dll.a indeed got updated, too,
> when foo.dll was produced
Hi Christina
\On 05/04/11 09:11, Christina Roßmanith wrote:
Hi,
after removal of comments it becomes clear that DbgAssert() is empty.
It is used for the definition of PRE_CONDITION (unused),
POST_CONDITION (used in classfactory.cxx and propertyhdl.cxx) and
ENSURE (used at several places).
I
Hi Michael,
On Tue, 05 Apr 2011 09:41:10 +0100
Michael Meeks
wrote:
> I wonder - if we had a single phony target for each file's
> dependencies, and a tree of these, instead of this 50Mb flattened
> monster blob; if that would be significantly faster [ and/or if it is
> even possible ]
In
Hi there,
Weelll ... nicer structures aside; having put a breakpoint in stat64
( catch syscall stat64 FWIW ;-) - I discovered that the vast majority of
our stats were not from 'stat' at all (which clearly has been optimised
heavily) - but instead from 'glob':
read.c (parse_file_se
Hi Florian,
Well yes and no. The icons in the Linux binary are the right ones, but
if you build from source you still get the old ones by default. To add
complexity to this story: The icons in the screenshot are from the
openSUSE default icon set, I've used them on my system for the screens
as the
Hi,
Michael Meeks wrote on 2011-04-04 17.00:
Hmm - I guess, that looks like the icon we install; and the ones we're
using on my desktop too (odd).
then it clearly looks like a bug to me. :-)
Having said that, have we fixed the palette / sizing issues around the
existing icons
Francois Tigeot píše v Po 04. 04. 2011 v 22:51 +0200:
> Hi all,
>
> During the last few days, my builds have been broken with this error message:
> makedepend: Shared object has no run-time symbol table
>
> I have tracked the start of my troubles to this commit:
>
> 83b781819557f269fda65
>> Now, assume thre are old foo.dll and libfoo.dll.a files around, but
>> foo.c has been edited. If Make would cache stat calls, it would not
>> have any reason to believe that libfoo.dll.a indeed got updated, too,
>> when foo.dll was produced by its recipe, would it? So it would run
>> the recipe
On Tue, 05 Apr 2011 10:35:08 +0100
Michael Meeks
wrote:
> make -sr passing 'PARSEFS_NOGLOB' to the beastie[1]
>
> real 0m2.496s
> user 0m2.342s
> sys 0m0.150s
Kudos. Great catch!
Best,
Bjoern
--
https://launchpad.net/~bjoern-michaelsen
__
On Mon, 2011-04-04 at 23:18 +0200, Christina Roßmanith wrote:
> As far as I understand the description, psp::width::UC shall be
> removed. But shall the enum from sft.hxx or from vclenum.hxx be kept?
> 60:40 for vclenum.hxx I would guess.
Yeah, the psprint stuff used to live somewhere else, so the
Andras Timar píše v Po 04. 04. 2011 v 16:51 +0200:
> 2011/4/4 Petr Mladek :
> >
> > Are you going to add a strict dependency on this feature? In this case,
> > it would be great to improve the configure option for the system
> > translate-toolkit. I could do it if you want.
>
> Yes, I'm afraid we
Hi guys,
Over in LibreOffice land, we're transitioning our whole build to use
gnumake - with the goal of having a single gnumake instance able to
re-build the (many thousands) of files we have, and store and act on all
of the dependencies.
Anyhow - one problem we are seeing is tha
On Tue, Apr 05, 2011 at 11:40:57AM +0200, Petr Mladek wrote:
> Francois Tigeot píše v Po 04. 04. 2011 v 22:51 +0200:
> >
> > During the last few days, my builds have been broken with this error
> > message:
> > makedepend: Shared object has no run-time symbol table
> >
> > I have tracked the s
On Tue, 2011-04-05 at 11:34 +0200, Andreas Proschofsky wrote:
> *) Add 256x256 pixel versions of the LO icons
caolanm->dtardon: didn't you fix this already, or at least tweak
something to generate the correct size ?
C.
___
LibreOffice mailing list
Libr
Hi Francois,
On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote:
> During the last few days, my builds have been broken with this error message:
> makedepend: Shared object has no run-time symbol table
Oh - that is a downer indeed. What system are you using ?
> It adds the "--has
Hi Kevin,
On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote:
> In a similar vein, I would love for a "*.EXT" functionality, where I
> don't have to click on the filters, but could type in to the location
Ho hum; that starts to do quite some violence to the platform-specific
file-sel
On Mon, 2011-04-04 at 18:54 +0200, Alexander Thurgood wrote:
> Sorry about that, I had a sneaky suspicion that might happen, but I was
> uncertain as to whether attachments actually made it to the list. If I
> manage to do any more in the future, I'll attach them to an issue in fdo.
Hey -
Hi Rob,
On Mon, 2011-04-04 at 23:49 +0200, Rob Snelders wrote:
> I tried to build the master but it fails on the sd-map.
> The problem is in sd/source/ui/framework/factories/ViewShellWrapper.cxx
Ah ! :-) so I guess we recommend using the libreoffice-3-4 branch at
the moment - where
On Mon, 2011-04-04 at 14:53 -0400, Kohei Yoshida wrote:
> On Mon, 2011-04-04 at 14:32 -0400, Kohei Yoshida wrote:
> > Now I'm going to figure out how to fix this...
>
> Fixed on libreoffice-3-4. It was trivial.
Interesting - is there likely to be any similar badness around in other
plac
Hi Michael,
I did do a pull before building.
I'm trying to fix the easy-hack "3.17 VBA support add support for
Worksheets.Copy" and I tougth it would be best to do that in the master
branch.
I am just starting with helping on Libre-office, so I try to find
easy-hacks to do, but not all easy-h
On Tue, 2011-04-05 at 12:12 +0100, Michael Meeks wrote:
> Hi Rob,
>
> On Mon, 2011-04-04 at 23:49 +0200, Rob Snelders wrote:
> > I tried to build the master but it fails on the sd-map.
> > The problem is in sd/source/ui/framework/factories/ViewShellWrapper.cxx
'UnoTunnelIdInit' was not declared i
Hi Michael,
On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote:
>
> On Mon, 2011-04-04 at 22:51 +0200, Francois Tigeot wrote:
> > During the last few days, my builds have been broken with this error
> > message:
> > makedepend: Shared object has no run-time symbol table
>
> O
Hello Hackers,
So - hopefully if you're reading this, you have contributed something
new to LibreOffice 3.4 - if so - it would be wonderful to ensure you are
properly credited, and that people know about your feature, by editing
this wiki page:
http://wiki.documentfoundation.org/R
https://bugs.freedesktop.org/show_bug.cgi?id=35673
--- Comment #13 from Fran 2011-04-05 05:02:27 PDT ---
bug 35345 (Cells hidden with filters get changed)
A user unaware of the problem can lose data, as the expected behavior when you
filter is that the hidden cells don't get modified.
--
Confi
Hello,
I'm currently working on this EasyHack, too. And after some talk to Noel it
seems it isn't a good point start as we have some problems at the moment
with the uno api there.
The ScVbaWorkbook, ScVbaWorksheets and ScVbaWorksheet need some rework
before one can and the support for the copy me
Francois Tigeot píše v Út 05. 04. 2011 v 13:51 +0200:
> On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote:
> > I guess it might be a good idea to default to 'auto' for hash-style,
> > and compile and link a small test program with that, defaulting to 'gnu'
> > if that is supported,
On Tue, 2011-04-05 at 14:12 +0200, Markus Mohrhard wrote:
> The ScVbaWorkbook, ScVbaWorksheets and ScVbaWorksheet need some rework
> before one can and the support for the copy method.
Hokay - can we remove it from the easy hacks page if it is not an easy
hack ;-) Also - if you're working
On Tue, 2011-04-05 at 12:20 +0100, Michael Meeks wrote:
> On Mon, 2011-04-04 at 14:53 -0400, Kohei Yoshida wrote:
> > On Mon, 2011-04-04 at 14:32 -0400, Kohei Yoshida wrote:
> > > Now I'm going to figure out how to fix this...
> >
> > Fixed on libreoffice-3-4. It was trivial.
>
> Interesti
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Fran changed:
What|Removed |Added
Depends on||35345
--
Configure bugmail: https://bugs.freedes
On 05/04/11 14:18, Michael Meeks wrote:
Hokay - can we remove it from the easy hacks page if it is not an easy
hac
hopefully that's premature, I thought on IRC I'd given enough hints on
how to progress this, maybe though this mail was sent before we talked
more about that. If not and you are st
No it's ok.
And i think I got a clue what I must do.
My mail was a response to another mail, where someone wanted to start
developing Libo with this EasyHack because I forgot to notice it in the wiki
that I work on it.
Markus
2011/4/5 Noel Power
> On 05/04/11 14:18, Michael Meeks wrote:
>
>> H
At 7:02am -0400 Tue, 05 Apr 2011, Michael Meeks wrote:
On Mon, 2011-04-04 at 12:52 -0400, Kevin Hunter wrote:
In a similar vein, I would love for a "*.EXT" functionality, where I
don't have to click on the filters, but could type in to the location
Ho hum; that starts to do quite some violence
Hi,
to see if I'm walking into the right direction I've replaced
psp::width::type with FontWidth and removed some methods ToFontWidth()
which aren't needed anymore. After that vcl compiles fine for me. But it
tells me that KDE is disabled (who did that?), so this part isn't
checked by the com
On Tue, Apr 05, 2011 at 02:28:40PM +0200, Petr Mladek wrote:
> > On Tue, Apr 05, 2011 at 11:53:55AM +0100, Michael Meeks wrote:
> > > I guess it might be a good idea to default to 'auto' for hash-style,
> > > and compile and link a small test program with that, defaulting to 'gnu'
> > > if that i
hello, is there any way to write on the website of the contribution
libreoffice saying that doing? how?
thanks
--
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/l
On Tue, 2011-04-05 at 21:01 +0200, Christina Roßmanith wrote:
> removed some methods ToFontWidth() which aren't needed anymore.
Yup, looks good, the removal of those redundant mappings is the target.
> After that vcl compiles fine for me. But it
> tells me that KDE is disabled (who did that?), s
Hi Andreas, Florian, all
(CC'ing two lists because I can't reach all the people involved on one
of them)
Andreas Proschofsky schrieb:
Hi Florian,
Well yes and no. The icons in the Linux binary are the right ones, but
if you build from source you still get the old ones by default.
So this i
Hi Michael, all,
Michael Meeks schrieb:
Hi Florian,
On Mon, 2011-04-04 at 12:34 +0200, Florian Effenberger wrote:
I just got notice that the LibO icon in GNOME3 seems to be the OOo logo,
see
http://derstandard.at/1297821927182/Ansichtssache-GNOME3---Details-der-neuen-Desktop-Generation?sap=2&
Hi Sasa, *
Sasa Ostrouska schrieb:
[...]
Hi, just to add, the icon of the quick-launcher is also still ooo.
For the Tango theme this is already mentioned at the bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=33229#c25
Best regards
Bernhard
___
г. Kиeв - 15 апpеля, 2011 г.
ОРГAНИЗАЦИЯ ИМПOРТA ИЗ КИТAЯ
г. Kиeв, ул. Гоpького, 172 в здaнии бизнeс-цeнтра "Палaдиум-Сити", 8 эт. oф. 814 Тeл.: (0ЧЧ) ЗЗ1-6Ч1Ч, 592-756Ч
AKТУАЛЬНОСТЬ
Сeйчaс самoе врeмя рaбoтать c Kитаeм! Тaк кaк в дaнный мoмeнт cущeствует цeлый pяд плю
Hi Kayo/List
> So I believe that this can be your problem, zypper si -d
> libreoffice-bootstrap (or OpenOffice_org-bootstrap) will install the sources
> that LibreOffice needs to build[1], not the source of libreoffice-bootstrap.
>
> [1] -
> http://wiki.documentfoundation.org/Development/Linux_Bui
Hi Bjoern, Tor, Fridrich,
The attached seems to generate nice dependency files for me - can you
please check for obvious mistakes / omissions? I'd like put it to
libreoffice-3-4, to save us from the obsolete makedepend, and to speedup
the build on Windows.
Regards,
Kendy
>From 430bbf6c6cde23b7b2
Hi Samuel, hi Ivan, all!
Am Montag, den 04.04.2011, 22:57 +0100 schrieb Samuel Atkins:
> On 04/04/2011 11:14 AM, Ivan M. wrote:
[...]
> I do have one question though: would the submitted form
> > actually submit a bug report in Bugzilla, or would it get sent to
> > someone for moderation/confirmat
Hello, How would your company like to get a much greater number of sales,
signups or clients. I use this system to market all 3 of my different home
businesses. Please call or email me for just a minute or two of hearing how
this can happen.
There will be no reason you will ever need to sea
> On Mon, Mar 21, 2011 at 17:41, Muthu Subramanian K wrote:
>> @Albert: There seems to be some conflicts with the newer code, would it
>> be possible for you to fix those, please? I have pushed a few files from
>> this patch set though. Thank you very much!
>>
>> PS: I had actually reviewed most p
Hello,
finally I finished my first patch available under LGPLv3+/MPL.
I hope all is alright.
From 2c8a036a03773b99124bdf2f14f24b848992e86f Mon Sep 17 00:00:00 2001
From: Matus Kukan
Date: Wed, 6 Apr 2011 02:03:03 +0200
Subject: [PATCH] Improve order of open and save as dialogs
---
.../data/org/
I try the steps explain in
http://wiki.documentfoundation.org/Development/How_to_build using the
following autogen options
--with-num-cpus=1' '--with-max-jobs=1' '--without-junit' '--disable-mozilla'
'--with-ant-home=/cygdrive/c/ant' '--disable-graphite
When I issue the make I found this:-
> $ ma
On Tue, Apr 05, 2011 at 11:42:42AM +0100, Caolán McNamara wrote:
> On Tue, 2011-04-05 at 11:34 +0200, Andreas Proschofsky wrote:
> > *) Add 256x256 pixel versions of the LO icons
>
> caolanm->dtardon: didn't you fix this already, or at least tweak
> something to generate the correct size ?
Well,
59 matches
Mail list logo