Ariya Hidayat | 2 Oct 2003 23:43
Picon
Favicon

Re: KSpread patch


> here is a patch to fix the KSpread bugs 64794 and 61570.
> Can somebody please take a look at it?

Looks good to me. Please commit.
Nicolas Goutte | 3 Oct 2003 01:35
Picon

Unnecessary configure.in.in files

While I was looking at the configure.in.in files in KOffice, I have found two 
that should be deleted in my opinion.

koffice/kformula: there are only comments, including a commented out 
DO_NOT_COMPILE. As I suppose that KFormula is supposed not to be disabled 
again, this file should be deleted

koffice/kivio/plugins/kiviosmlconnector: it attemps to DO_NOT_COMPILE 
kiviosmlconnector. However as the directory is not a top directory this has 
not any effect.

Have a nice day!
Peter Simonsson | 3 Oct 2003 12:12
Picon

[PATCH] Fix sidebar layout in kivio


Hi!
This fixes the layout of the stencilbar in kivio when loading stencils on 
start up. I'll commit tomorrow if none objects (or earlier if I get some 
agreement :))
--

-- 
LLaP
Peter Simonsson

Kivio (KOffice Flowcharting Application) - http://www.koffice.org/kivio/
Kexi - http://www.koffice.org/kexi/
Attachment (kivio.diff): text/x-diff, 1525 bytes
_______________________________________________
koffice-devel mailing list
koffice-devel <at> mail.kde.org
http://mail.kde.org/mailman/listinfo/koffice-devel
Picon
Favicon

Error

I dont know if this mail should be sent to this e-mail, but. 
I have an error when i use "Save As" in any document.
In the attachment u can see the error

Cya

Diego

(sorry my english)
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384 (LWP 23306)]

0x40f545c9 in waitpid () from /lib/libpthread.so.0
#0  0x40f545c9 in waitpid () from /lib/libpthread.so.0
#1  0x4063f9ed in KCrash::defaultCrashHandler(int) ()
   from /opt/kde/lib/libkdecore.so.4
#2  0x40f52c45 in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x40a09d4e in QWidget::~QWidget() () from /usr/lib/qt/lib/libqt-mt.so.3
#5  0x40ae2324 in QScrollBar::~QScrollBar() ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#6  0x40ae556c in QScrollView::~QScrollView() ()
   from /usr/lib/qt/lib/libqt-mt.so.3
#7  0x40aa3a12 in QListBox::~QListBox() () from /usr/lib/qt/lib/libqt-mt.so.3
(Continue reading)

Nicolas Goutte | 4 Oct 2003 12:46
Picon

Kugar and I18N

There seems to be a big I18N problem with Kugar.

At first it needs the attached patch, as kudesigner_lib's i18n calls are not 
extracted.

But Kugar seems to be made of little programs, some having UI files but that 
are neither extracted nor call translation at run-time.

So if someone knwoing Kugar could look at this...

Have a nice day!
Attachment (patch_i18n.diff): text/x-diff, 610 bytes
_______________________________________________
koffice-devel mailing list
koffice-devel <at> mail.kde.org
http://mail.kde.org/mailman/listinfo/koffice-devel
Alexander Dymo | 4 Oct 2003 15:55
Favicon

Re: Kugar and I18N

On Saturday 04 October 2003 13:46, Nicolas Goutte wrote:
> There seems to be a big I18N problem with Kugar.
>
> At first it needs the attached patch, as kudesigner_lib's i18n calls are
> not extracted.

That's correct. Could you apply this patch?

> But Kugar seems to be made of little programs, some having UI files but
> that are neither extracted nor call translation at run-time.

There are kudesigner_qt, kudesigner_qt2, shell_qt and shell_qt2
which do not require translation at this time. Everything in those dirs
is a Qt version of kugar and it isn't compiled and installed.

But kudesigner_lib, kudesigner, lib and part should be translated.

--

-- 
Alexander Dymo
Ukrainian State Maritime Technical University, IT Department
Nicolas Goutte | 4 Oct 2003 17:35
Picon

Re: Kugar and I18N

On Saturday 04 October 2003 15:55, Alexander Dymo wrote:
> On Saturday 04 October 2003 13:46, Nicolas Goutte wrote:
(...)>
> > But Kugar seems to be made of little programs, some having UI files but
> > that are neither extracted nor call translation at run-time.
>
> There are kudesigner_qt, kudesigner_qt2, shell_qt and shell_qt2
> which do not require translation at this time. Everything in those dirs
> is a Qt version of kugar and it isn't compiled and installed.

Sorry, I was not precise enough. Of course, the programs ending in Qt should 
have a QT translations and are not what I meant here.

I meanst samplesdb and shell, however I missed that they are not build either.

>
(...)

Have a nice day!
Robert JACOLIN | 4 Oct 2003 18:31
Favicon

[KWORD] little error in an i18n message

File : kword/kwview.cc
Lines 919-920

actionTableDelCol->setToolTip( i18n( "Delete selected columns from the current 
table." ) );
actionTableDelCol->setWhatsThis( i18n( "Delete selected column from the 
current table." ) );

There are two help sentences which are differents. Perhaps one may add a 's' 
to 'column'  in the second sentence or remove a 's' in the first one ?

:D
bobby
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
Peter Simonsson | 4 Oct 2003 22:39
Picon

[PATCH] Fix for kpresenter bug #63032


Hi!
This patch should fix kpresenter bug 63032: When resizing a frame it does not 
snap to the grid

Ok to commit?
--

-- 
LLaP
Peter Simonsson

Kivio (KOffice Flowcharting Application) - http://www.koffice.org/kivio/
Kexi - http://www.koffice.org/kexi/
Attachment (kpresenter.diff): text/x-diff, 4872 bytes
_______________________________________________
koffice-devel mailing list
koffice-devel <at> mail.kde.org
http://mail.kde.org/mailman/listinfo/koffice-devel
David Faure | 5 Oct 2003 00:13
Picon
Favicon
Gravatar

Re: [KWORD] little error in an i18n message

On Saturday 04 October 2003 18:31, Robert JACOLIN wrote:
> File : kword/kwview.cc
> Lines 919-920
> 
> actionTableDelCol->setToolTip( i18n( "Delete selected columns from the current 
> table." ) );
> actionTableDelCol->setWhatsThis( i18n( "Delete selected column from the 
> current table." ) );
> 
> There are two help sentences which are differents. Perhaps one may add a 's' 
> to 'column'  in the second sentence or remove a 's' in the first one ?

Should be plural, obviously => 's' added, thanks for the report.

Of course the whatsthis should be updated to reflect the new behavior
(you can delete one or more columns by selecting them OR you can
delete the column where the cursor currently is). But that's for after
the msg freeze (and I'll forget by then...).

--

-- 
David FAURE, faure <at> kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).

Gmane