Hi Andras,
On 09/01/2011 01:45, Andras Timar wrote:
[...]
The problem is that we cannot say that he always have more up-to-date
translations that OOo hg (or LibreOffice git). I did not check all
files, but some seemed to be older then ours, other seemed to be more
complete/more up-to-date. It
https://bugs.freedesktop.org/show_bug.cgi?id=31865
--- Comment #57 from ariel cornejo 2011-01-08 23:20:08 PST
---
I'm nominating Bug #32929 ("Use system font for user interface" ignored) since
this feature works fine in RC1 and is broken in RC2.
--
Configure bugmail: https://bugs.freedesktop.o
https://bugs.freedesktop.org/show_bug.cgi?id=31865
ariel cornejo changed:
What|Removed |Added
Depends on||32929
--
Configure bugmail: https://bug
On Sat, Jan 8, 2011 at 9:00 PM, Kayo Hamid wrote:
> Sending for review.
You need to check your editor settings, as you are introducing 'tab'
characters as indentation. I fixed that.
with that caveat, Pushed, thanks.
Norbert
>
> revol_
>
> ___
> Libr
On Sat, Jan 08, 2011 at 05:27:08PM -0600, Norbert Thiebaud
wrote:
> On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna wrote:
> > On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud
> > wrote:
> >> Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the
> >> customization panel)
On Sat, Jan 08, 2011 at 06:28:01PM -0500, Kohei Yoshida
wrote:
> Hi Miklos,
>
> On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna wrote:
>
> > OK to push to master?
>
> Yeah, looks indeed trivial. Let's push this baby.
Done. :)
Thanks.
pgp4CTWGdMqPT.pgp
Description: PGP signature
Sending for review.
revol_
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 1436f6e..73ad556 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1246,7 +1246,6 @@ void SwDoc::CalculatePagesForPrinting(
USHORT nFirstPageNo = 0;
USHORT
Hi Michael, Design Team Members, Website Community, Developers!
During the last days, I got the impression that it might be helpful to
share some ideas how a future collaboration with the LibreOffice Design
Team could look like. And, to know what you consider to be helpful when
we talk about UX an
On Tue, Jan 10, 2006 at 10:25 PM, Kayo Hamid
wrote:
> On 08/01/2011 17:00, Norbert Thiebaud wrote:
>>
>> I' confused:
>> - sal_Int32 nCount = xAcc->getAccessibleChildCount();
>> -
>> - for( sal_Int32 i=0; i< nCount; i++ )
>> + const sal_Int32 nCount = xAcc->getAccessibleChildCount();
>>
Was that just a long festive hiatus.?! :-)
The cursor, when on a post-it note, now can go out of view when Joe User
scrolls, and is correctly brought back into 'focus' if the user types
something.
But however, this patch shouldn't be pushed at all - I suspect that the hack
which I've just re
On Sat, Jan 08, 2011 at 12:24:12AM +0200, Dan Corneanu wrote:
> supposing I would venture in writing a content provider implemented in
> C++ , to make a CMIS repository accessible to libreoffice,
> what library should I use for accessing the web services on the server?
In case others don't sugges
Hi Miklos,
On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna wrote:
> OK to push to master?
Yeah, looks indeed trivial. Let's push this baby.
Kohei
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listin
On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna wrote:
> On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud
> wrote:
>> Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the
>> customization panel)
>
> Not really, it's possible to map those crazy multimedia buttons to F13
> e
Hi there,
I've just fixed and attached a patch to
https://bugs.freedesktop.org/show_bug.cgi?id=32790
intended for 3.3. I would appreciate it if someone who is experienced
in the writer mail merge code to review and approve this.
Thanks a lot!
Kohei
On 08/01/2011 17:00, Norbert Thiebaud wrote:
I' confused:
-sal_Int32 nCount = xAcc->getAccessibleChildCount();
-
-for( sal_Int32 i=0; i< nCount; i++ )
+const sal_Int32 nCount = xAcc->getAccessibleChildCount();
+sal_Int32 i = 0;
+
+while(i< nCount)
{
-if(
2010.12.29. 0:21 keltezéssel, Andras Timar írta:
> Hi,
>
> I tested RC2 in regards of localization and I think it needs to be
> reviewed. 110 languages (including en-US) are selectable as UI language
> and help packs are provided for those. However,
>
> * Asturian (ast), Catalan (Valencian) (ca-X
On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud
wrote:
> Isn't F13 -> F24 = Shift-F1 -> Shift-F12 ? (which are already in the
> customization panel)
Not really, it's possible to map those crazy multimedia buttons to F13
etc - then you'll even have Shift-F13. :)
pgpjLHXl2ZbTV.pgp
Des
Hi Rahul, hi community!
Am Samstag, den 08.01.2011, 02:05 +0100 schrieb Bernhard Dippold:
> Hi Rahul, all,
>
> Rahul Prasad schrieb:
> > [..]
> > *
> > I was thinking of a nice background instead of a static colour.
> > You can find some of my design here
> > http://rahulprasad.com/public/libreOf
Hi,
I started with a fresh clone this evening and reapplied my changes. So
this patch is meant for pushing :-)
Christina
>From 897639961ab86d9aa7b50a91acea19c3d47b8106 Mon Sep 17 00:00:00 2001
From: Christina Rossmanith
Date: Sat, 8 Jan 2011 23:09:47 +0100
Subject: [PATCH] Translated comment
Hi Jan, Hi Gioele,
here's another patch: split-long-lines.xsl seems to be missing from the
list of files in file_xsltfilter.scp. The attached patch should fix
that.
Bye,
Peter
>From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001
From: Peter Jentsch
Date: Fri, 7 Jan 2011 22:
Hi Jan, Hi Gioele,
here's another patch: split-long-lines.xsl seems to be missing from the
list of files in file_xsltfilter.scp. The attached patch should fix
that.
Bye,
Peter
>From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001
From: Peter Jentsch
Date: Fri, 7 Jan 2011 22
On Mon, Jan 9, 2006 at 11:09 PM, Kayo Hamid
wrote:
> Sending for review.
I' confused:
-sal_Int32 nCount = xAcc->getAccessibleChildCount();
-
-for( sal_Int32 i=0; i < nCount; i++ )
+const sal_Int32 nCount = xAcc->getAccessibleChildCount();
+sal_Int32 i = 0;
+
+while(i <
On Sat, Jan 8, 2011 at 8:51 AM, Miklos Vajna wrote:
> Hi,
>
> See the attached patch. Motivation:
>
> 17:51 < boobaa> kohei: is there a way to bind F13/F15 to previous/next sheet
> in calc?
> 17:58 <@kohei> boobaa, no idea. did you look into View - Toolbars -
> Customize - Keyboard?
> 17:58 < b
Hi Michael,
could you please sign off the attached patch?
It is needed to create the linux desktop files with
"Name[pt_BR]=BrOffice 3.3".
I am sorry, I havn't managed to verify your original fix before 3.3-rc2
release. I have lated found that it did not work because of:
+ * dekstop file
On Sat, Jan 08, 2011 at 12:43:43AM +0100, Andrea Pescetti wrote:
> Petr Mladek wrote:
> > Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100:
> > > - It removes all the application names: Writer, Calc, Impress...
> >
> > Hmm, I am not sure if these are language independent names. Sophie, what
>
Hi,
Thank you for comiting it.
I converted the files and updated the distro confs too.
http://cgit.freedesktop.org/libreoffice/build/commit/?h=libreoffice-3-3&id=06f0119fbc662320da7962a9bb048a1e55a62fa1
KAMI
2011-01-05 19:46 keltezéssel, Petr Mladek írta:
> Hi,
>
> the configure options --with
Michael Meeks wrote:
> Anyhow - just wondering how this is progressing ? :-) and looking
> forward to having it integrated.
I haven't checked details, but it seems this might overlap with the work
done (and possibly still being done) in the OOo trunk, see
http://www.openoffice.org/issues/sho
Petr Mladek wrote:
> Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100:
> > - It removes all the application names: Writer, Calc, Impress...
>
> Hmm, I am not sure if these are language independent names. Sophie, what
> do you think?
As far as I know, the application names are typically untran
On Fri Jan 07 2011 17:05:02 GMT-0800 (PST) Bernhard Dippold wrote:
Hi Rahul, all,
Rahul Prasad schrieb:
[..]
*
I was thinking of a nice background instead of a static colour.
You can find some of my design here
http://rahulprasad.com/public/libreOffice/writer/
Although design is not very appea
Hi,
supposing I would venture in writing a content provider implemented in
C++ , to make a CMIS repository accessible to libreoffice,
what library should I use for accessing the web services on the server?
Best regards,
Dan.
___
LibreOffice mailing list
Hi,
Here is a bunch of cleanup on base.
Cheers,
-- Takeshi Abe
>From 17a5c538b6e9ed1c13efda786e39986a82163a98 Mon Sep 17 00:00:00 2001
From: Takeshi Abe
Date: Sun, 9 Jan 2011 02:04:00 +0900
Subject: [PATCH] Remove unused code and fix typos
---
dbaccess/source/core/api/RowSetCache.cxx
Khaled Hosny wrote:
> Anyway, it turned out that the issue is not specific to kerning nor
> Arabic, but affects all horizontal glyph positioning in the ICU layout
> path; the problem does not show on Windows nor with Graphite fonts and
> of course not with con-CTL.
>
> The X adjustment of glyph wi
Hi
I am thinking of replacing the Color class in tools/color.hxx by a new
Color type (say new_Color, of course with a better name), not
dependant on other parts of tools. The plan then would be to add casts
between tools/Color and new_Color to the tools/Color, and replace the
uses of tools/Color b
Le 08/01/2011 08:39, Julien Nabet a écrit :
On Fri, 2011-01-07 at 11:07 +, Caolán McNamara wrote:
>/ On Thu, 2011-01-06 at 20:36 +0100, Guillaume Poussel wrote:
/>/ > Hi everybody,
/>/ >
/>/ >
/>/ > A new patch which correct cppcheck warnings in base/.
/>/
/>/ Looks good, pushed. Than
Hi,
The patch is LGPLv2+/MPL.
Note that the permissions in the patch I sent were not the same as the
original so they should be adjusted from 0755 to 0775.
Note also that it isn't just done for Windows. There is one branch for the
windows build that patches the DLL files, and another branch for
On 10/01/2006 20:09, Kayo Hamid wrote:
Please, someone can review this? Thkz.
revol_
I forgot to change the headers, sorry. This patch covers the two patchs
that I sent early.
>
http://lists.freedesktop.org/archives/libreoffice/2011-January/005570.html
>
http://lists.freedesktop.org/archive
From c027b32054bd6222aee64757d0e87af373ad421b Mon Sep 17 00:00:00 2001
From: Christoph Herzog
Date: Fri, 7 Jan 2011 23:58:52 +0100
Subject: [PATCH] Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx
Only one comment in this file. In case whitespace of the patch in the
body of this mail
some more translations.
From d79d2c0dfcdeb3d134bf6ca5a1f1bc3419aadb38 Mon Sep 17 00:00:00 2001
From: Christoph Herzog
Date: Sat, 8 Jan 2011 02:37:47 +0100
Subject: [PATCH] Translations of comments in writer/sw/inc
---
sw/inc/IDocumentLinksAdministration.hxx | 20 +---
sw/inc/IDocumentRed
Hello,
I used xargs instead of -exec to reduce chmod spawning.
Hope there's no mistake in it.
Julien
PS : the 2 sendings with my yahoo.fr address seemed not having worked.
commit d5a814812d592d36db85575bb80ab73817cd3e78
Author: Julien Nabet
Date: Sat Jan 8 02:01:25 2011 +0100
Reducing s
https://bugs.freedesktop.org/show_bug.cgi?id=31865
Bug 31865 depends on bug 32897, which changed state.
Bug 32897 Summary: templates have hard-coded language
https://bugs.freedesktop.org/show_bug.cgi?id=32897
What|Old Value |New Value
These three patches remove large blocks of commented code in sdk,
components and libs-gui respectively. All code has been commented out at
least since 2005.
Anders Jonsson,
(LGPLv3+, MPL)
>From bd135dcc65666baf7317d02ba2ed9eecb35d8b2e Mon Sep 17 00:00:00 2001
From: Anders Jonsson
Date: Sat, 8 Jan
Hello,
I used xargs instead of -exec to reduce chmod spawning.
Hope there's no mistake in it.
Julien
PS : the first sending seemed not having worked.
commit d5a814812d592d36db85575bb80ab73817cd3e78
Author: Julien Nabet
Date: Sat Jan 8 02:01:25 2011 +0100
Reducing spawning of chmod with
Hi Rahul, all,
Rahul Prasad schrieb:
[..]
*
I was thinking of a nice background instead of a static colour.
You can find some of my design here
http://rahulprasad.com/public/libreOffice/writer/
Although design is not very appealing, but I am sure people will come come
up with better design.*
T
Hi Kami, all,
Christoph Noack schrieb:
Hi Kami!
Am Freitag, den 07.01.2011, 10:54 +0100 schrieb Kálmán „KAMI” Szalai:
Hi Christoph, Bernhard, LibO Gurus,
Then I provide patch for removing colors from main palette, and
create/update a separated palette.
Is it okay?
That would more than okay
On Fri, Jan 07, 2011 at 11:25:33PM +0100, Thorsten Behrens wrote:
> Khaled Hosny wrote:
> > Anyway, it turned out that the issue is not specific to kerning nor
> > Arabic, but affects all horizontal glyph positioning in the ICU layout
> > path; the problem does not show on Windows nor with Graphite
Hello,
I used xargs instead of -exec to reduce chmod spawning.
Hope there's no mistake in it.
Julien.
commit d5a814812d592d36db85575bb80ab73817cd3e78
Author: Julien Nabet
Date: Sat Jan 8 02:01:25 2011 +0100
Reducing spawning of chmod with xargs instead of exec
diff --git a/solenv/bin/m
Hi Khaled, Michael,
On 07/01/2011 8:21 PM, Michael Meeks wrote:
Drat; we took ages to reply. I suspect Thorsten might be able to help,
but failing that the best text expert I'm aware of is Tim (CC'd) who may
be able to give some advice. SIL's Graphite integration would
undoubtedly have
Hi there,
This is just to inform you that master now requires mdds 0.5.0 to build.
I have already uploaded the new package to the server, so all you have
to do is pull all repos, and download mdds 0.5.0 package.
Note that sc now requires 0.5.0 to build; it won't build with 0.4.0 any
more.
Thanks
Sending for review.
revol_
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index e7b8e8b..c382486 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -95,7 +95,7 @@ void SwAccessibleDocumentBase::SetVisArea()
}
}
-void S
KUROSAWA, Takeshi wrote:
> I wrote patches for SVG export filter.
> These fix a bug that texts in an exported SVG are invisible.
> The most of codes come from Flash export filter
> (filters/filter/source/swfwriter1.cxx).
>
Hi Takeshi,
wonderful, works like a charm - thanks for your patches, pushe
Hi Christoph, Ferenc, all
Christoph Noack schrieb:
Hi Ferenc, all,
forwarding to libreoffice@lists.freedesktop.org ...
There has been a question on the design team mailing list concerning
the cell grid - it seems to be drawn in the background, thus, it
vanishes if people apply a background col
Hi,
See the attached patch. Motivation:
17:51 < boobaa> kohei: is there a way to bind F13/F15 to previous/next sheet in
calc?
17:58 <@kohei> boobaa, no idea. did you look into View - Toolbars - Customize
- Keyboard?
17:58 < boobaa> kohei: exactly
17:59 <@kohei> boobaa, if it's not there, then
On 07/01/11 18:09, Alexander Thurgood wrote:
> Hi,
> A question to the developers, which will inevitably become more
> important as things push on with LibO and the code base starts to separate :
>
> - what is the current approach, with regard to bug triaging, to bugs
> caused by the OOo code base
Hi Jan / Hi Michael,
some more testing and code reading. Here some answers.
[I was writing this mail while testing, mostly written before Michael's
mail. Hence this will answers both mails. ]
> This is a good point - as you say, I agree we can omit the creation of
> the lock file. It would be go
Please, someone can review this? Thkz.
revol_
diff --git a/sw/source/core/access/acccell.cxx
b/sw/source/core/access/acccell.cxx
index dbd1b51..2479c5c 100644
--- a/sw/source/core/access/acccell.cxx
+++ b/sw/source/core/access/acccell.cxx
@@ -121,7 +121,7 @@ SwAccessibleCell::SwAccessibleCell( S
Hi Andrea, all,
On 08/01/2011 02:43, Andrea Pescetti wrote:
Petr Mladek wrote:
Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100:
- It removes all the application names: Writer, Calc, Impress...
Hmm, I am not sure if these are language independent names. Sophie, what
do you think?
As far
56 matches
Mail list logo