2 Oct 2003 23:43
3 Oct 2003 01:35
Unnecessary configure.in.in files
Nicolas Goutte <nicolasg <at> snafu.de>
2003-10-02 23:35:28 GMT
2003-10-02 23:35:28 GMT
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!
3 Oct 2003 12:12
[PATCH] Fix sidebar layout in kivio
Peter Simonsson <psn <at> linux.se>
2003-10-03 10:12:47 GMT
2003-10-03 10:12:47 GMT
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/
_______________________________________________ koffice-devel mailing list koffice-devel <at> mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel
3 Oct 2003 09:07
Error
<koffice-devel-bounces-+kde-koffice-devel=m.gmane.org <at> mail.kde.org>
2003-10-03 07:07:35 GMT
2003-10-03 07:07:35 GMT
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)
4 Oct 2003 12:46
Kugar and I18N
Nicolas Goutte <nicolasg <at> snafu.de>
2003-10-04 10:46:23 GMT
2003-10-04 10:46:23 GMT
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!
_______________________________________________ koffice-devel mailing list koffice-devel <at> mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel
4 Oct 2003 15:55
Re: Kugar and I18N
Alexander Dymo <cloudtemple <at> mksat.net>
2003-10-04 13:55:44 GMT
2003-10-04 13:55:44 GMT
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
4 Oct 2003 17:35
Re: Kugar and I18N
Nicolas Goutte <nicolasg <at> snafu.de>
2003-10-04 15:35:49 GMT
2003-10-04 15:35:49 GMT
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!
4 Oct 2003 18:31
[KWORD] little error in an i18n message
Robert JACOLIN <rjacolin <at> ifrance.com>
2003-10-04 16:31:52 GMT
2003-10-04 16:31:52 GMT
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
4 Oct 2003 22:39
[PATCH] Fix for kpresenter bug #63032
Peter Simonsson <psn <at> linux.se>
2003-10-04 20:39:14 GMT
2003-10-04 20:39:14 GMT
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/
_______________________________________________ koffice-devel mailing list koffice-devel <at> mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel
5 Oct 2003 00:13
Re: [KWORD] little error in an i18n message
David Faure <faure <at> kde.org>
2003-10-04 22:13:13 GMT
2003-10-04 22:13:13 GMT
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).
RSS Feed