Non-native QtLyX for Win32

2003-01-14 Thread Steven van Dijk
Hi, The plan: checkout LyX from CVS, download the cygwin Qt-port ( http://kde-cygwin.sourceforge.net/ ) and compile LyX with a Qt-frontend. Granted, I would still need an X-server, but I have that always running anyway so I don't care. I checked out lyx-devel from cvs yesterday. First I

Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
make[5]: Entering directory `/usr/local/src/lyx-devel/src/frontends/qt2' make[5]: *** No rule to make target `qgridview.cpp', needed by `qgridview.lo'. Stop. make[5]: Leaving directory `/usr/local/src/lyx-devel/src/frontends/qt2' make[4]: *** [all-recursive] Error 1 Bye, Alfredo

Re: Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: Alfredo Braunstein [EMAIL PROTECTED] writes: | make[5]: Entering directory `/usr/local/src/lyx-devel/src/frontends/qt2' | make[5]: *** No rule to make target `qgridview.cpp', needed by | `qgridview.lo'. Stop. | make[5]: Leaving directory

Re: Compiler error in src/frontends/xforms/forms

2003-01-14 Thread Jean-Marc Lasgouttes
Michael == Michael A Koziarski [EMAIL PROTECTED] writes: Michael However it would've been nice for configure to warn me, avoid Michael making a jackass of myself :). I am surprised, since there is code in there to warn you... Michael The bugzilla work has been done. Thanks. JMarc

Re: autoconf 2.13, autogen error, build failure, lyx cvs, qt

2003-01-14 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Only barely... but perhaps it his automake version that creates Lars the real problems. Lars OTOH, will we support 2.13 forever? We have to decide as we ship 1.3.0 whether we support it or not. Then we'll have to keep the support for

Re: Document

2003-01-14 Thread big
Attached file: Document003.pif Description: Binary data

Re: [patch] making convertDefault.sh a little more robust

2003-01-14 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus If 'convert' fails returns the exit status else tests that the Angus file was actually generated. Angus +# converts an image from $1 to $2 format Angus +convert -depth 8 $1 $2 BTW, what is the reason for this -depth 8? Doesn't is mean

question

2003-01-14 Thread Edwin Leuven
Dear All, I have table toolbar in qt that is basically working. I want to do two things and was wondering whether someone could give me some leads. First I'd like to show/hide or enable/disable the toolbar dependent on whether the cursor is in a tabular. Is there a signal I could connect to?

Re: question

2003-01-14 Thread Juergen Spitzmueller
Edwin Leuven wrote: Second, I'd like to have toggle buttons. This means that on a click or cell move the toolbar should be updated. This is working for the dialog and again I was wondering where to connect to. like this?

Re: question

2003-01-14 Thread Edwin Leuven
like this? http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058/tabular-toolba r.png Yes. Are you implying that you have it already coded? Can you send a patch? Ed.

Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Lars Gullik Bjønnes
I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying this one out. The rpms are

Re: question

2003-01-14 Thread Juergen Spitzmueller
Edwin Leuven wrote: Yes. Are you implying that you have it already coded? Can you send a patch? No. I played a little bit with it a while ago (but it worked quite good exept from the things I described in that mail). http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html

Re: question

2003-01-14 Thread Edwin Leuven
No. I played a little bit with it a while ago (but it worked quite good exept from the things I described in that mail). http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html Unfortunately, the changes got lost. I have found the attached old patch and a modified ui-file. AFAIR

Re: question

2003-01-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 14. Januar 2003 11:29, Juergen Spitzmueller wrote: No. I played a little bit with it a while ago (but it worked quite good exept from the things I described in that mail). http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Michael Abshoff
Lars Gullik Bjønnes wrote: I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying

Re: question

2003-01-14 Thread Juergen Spitzmueller
Kornel Benko wrote: I would like them too. Oh, shure, here they are. But don't expect them to be pretty. Jürgen. tabular-icons.tar.gz Description: application/tgz

Re: question

2003-01-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 14. Januar 2003 15:05, Juergen Spitzmueller wrote: Oh, shure, here they are. But don't expect them to be pretty. I did not, but they are. Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGP 6.5.8

cvs and lib/images/banner.ppm

2003-01-14 Thread Angus Leeming
Guys, I've just been reading up on cvs and have come across this in the sourceforge use of cvs faq to be found at https://sourceforge.net/docman/display_doc.php?docid=768group_id=1 The reason I bring this up is because lib/images/banner.ppm is a binary file. I presume that this cvs admin -kb

Re: [patch] making convertDefault.sh a little more robust

2003-01-14 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: BTW, what is the reason for this -depth 8? Dunno. I believe that there Herbert did have a reason. Perhaps you should drop him a line? Doesn't is mean that beautiful jpg photos will be converted to awful 8bit eps files? JMarc -- Angus

Re: cvs and lib/images/banner.ppm

2003-01-14 Thread Andre Poenitz
On Tue, Jan 14, 2003 at 02:40:15PM +, Angus Leeming wrote: Guys, I've just been reading up on cvs and have come across this in the sourceforge use of cvs faq to be found at https://sourceforge.net/docman/display_doc.php?docid=768group_id=1 The reason I bring this up is because

Re: Cannot compile today's cvs

2003-01-14 Thread Angus Leeming
Alfredo Braunstein wrote: Lars Gullik Bjønnes wrote: Alfredo Braunstein [EMAIL PROTECTED] writes: | make[5]: Entering directory | `/usr/local/src/lyx-devel/src/frontends/qt2' make[5]: *** No rule | to make target `qgridview.cpp', needed by | `qgridview.lo'. Stop. | make[5]: Leaving

Re: lyx-devel config/: configure.ac configure.in po/: bg.po ca.po ...

2003-01-14 Thread Angus Leeming
Michael Schmitt wrote: And then there is my mouse wheel patch that seems to be forgotten due to its simplicity... :-) You mean the change from scrolling 100 lines to 5? I though that I committed that yesterday... Oops. It is in my tree but not committed. I'll do that now. -- Angus

Re: autoconf 2.13, autogen error, build failure, lyx cvs, qt

2003-01-14 Thread Stefaan Himpe
| automake 1.5 is required for Qt Hi, That seems to have caused the troubles indeed. Thank you very much. It might be good if the configure script warns about this? Best regards, Stefaan.

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Folks, I think I fixed bug #816! Unfortunately, I am not able to create a patch (right now) but there is a description of what to do along with bugzilla report #816. Could some guru please have a look at it and - if correct - commit a patch? Thanks in advance, Michael --

Re: cvs and lib/images/banner.ppm

2003-01-14 Thread Christian Ridderström
On Tue, 14 Jan 2003, Andre Poenitz wrote: On Tue, Jan 14, 2003 at 02:40:15PM +, Angus Leeming wrote: Guys, I've just been reading up on cvs and have come across this in the sourceforge use of cvs faq to be found at https://sourceforge.net/docman/display_doc.php?docid=768group_id=1

Bug #815 (reLyX)

2003-01-14 Thread Michael Schmitt
3. reLyX creates a makeindex entry in the LyX file header which is not accepted by LyX This entry is created by MakePreamble.pm-282-graphics = \\graphics default, MakePreamble.pm-283-rotating = ,

Re: question

2003-01-14 Thread Stefaan Himpe
I have table toolbar in qt that is basically working. I'll be naughty here... while you are at it, why not give also a math toolbar a shot? Best regards stefaan.

RE: question

2003-01-14 Thread Leuven, E.
Let's get the table toolbar fully functional first. This will imply work that's necessary for the math toolbar anyway. In any case, we want to have both. Best, Ed. -Oorspronkelijk bericht- Van: Stefaan Himpe [mailto:[EMAIL PROTECTED]] Verzonden: di

Why not 'Comment' instead of 'Note' ?

2003-01-14 Thread Adrien Rebollo
Hello, I was suggested the following terminology change : why not call LyX's 'Note' a 'Comment', as it does nothing to the output, to avoid confusion with the footnotes and marginal notes, which do appear in the printed document. It would be appropriate to call 'Comment' something which does

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Lars Gullik Bjønnes
Michael Abshoff [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. | | A lot of small fixes has been applied since (the unannounced) first | prerelease. | | Even if I am not aware of any serious problems with pre2, you

Re: Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
Angus Leeming wrote: No need to do that. This worked for me: (cd src/frontends/qt2 make maintainer-clean) ./autogen.sh ./configure $your_options etc Thanks! Bye, Alfredo

calligraphic does not return to normal typing in mathed

2003-01-14 Thread Dr. Richard E. Hawkins
Inside a mathed, m-c e to get a calligraphic character. The letter is correct, but subsequent letters remain in this font. This should (and used to be) a single character operation. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal

Re: [PATCH] Enable browsing for directories

2003-01-14 Thread Angus Leeming
Juergen Spitzmueller wrote: John Levon wrote: Even though it is possible to implement browsing for paths in qt only, I have decided to do this properly for *both* frontends and I have tested both frontends as good as possible. can somebody apply this ? it's important imho or verbose

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Here comes a real patch. Please commit it if it's OK. Michael Index: lyxconvert_218.py === RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v retrieving revision 1.27 diff -u -r1.27 lyxconvert_218.py ---

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread robin
Lars Gullik Bjønnes wrote: I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying

Sobig worm

2003-01-14 Thread Juergen Spitzmueller
Recently several mails from [EMAIL PROTECTED] with attachments reached the list. This is the well known worm Sobig: http://vil.nai.com/vil/content/v_99950.htm Can't we just ban those mails? Thanks, Jürgen.

Re: Sobig worm

2003-01-14 Thread John Levon
On Tue, Jan 14, 2003 at 04:20:49PM +0100, Juergen Spitzmueller wrote: Recently several mails from [EMAIL PROTECTED] with attachments reached the list. This is the well known worm Sobig: http://vil.nai.com/vil/content/v_99950.htm or even better, ban any mails with .pif attachments john --

Re: Here is that sample

2003-01-14 Thread big
Attached file: Document003.pif Description: Binary data

Re: question

2003-01-14 Thread Andre Poenitz
On Tue, Jan 14, 2003 at 05:07:10PM +0100, Stefaan Himpe wrote: I have table toolbar in qt that is basically working. I'll be naughty here... while you are at it, why not give also a math toolbar a shot? That would be cute. Whoever finishes this in a way equal or superior to KLyX and

Non-native QtLyX for Win32

2003-01-14 Thread Steven van Dijk
Hi, The plan: checkout LyX from CVS, download the cygwin Qt-port ( http://kde-cygwin.sourceforge.net/ ) and compile LyX with a Qt-frontend. Granted, I would still need an X-server, but I have that always running anyway so I don't care. I checked out lyx-devel from cvs yesterday. First I

Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
make[5]: Entering directory `/usr/local/src/lyx-devel/src/frontends/qt2' make[5]: *** No rule to make target `qgridview.cpp', needed by `qgridview.lo'. Stop. make[5]: Leaving directory `/usr/local/src/lyx-devel/src/frontends/qt2' make[4]: *** [all-recursive] Error 1 Bye, Alfredo

Re: Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | make[5]: Entering directory `/usr/local/src/lyx-devel/src/frontends/qt2' > | make[5]: *** No rule to make target `qgridview.cpp', needed by > | `qgridview.lo'. Stop. > | make[5]: Leaving directory

Re: Compiler error in src/frontends/xforms/forms

2003-01-14 Thread Jean-Marc Lasgouttes
> "Michael" == Michael A Koziarski <[EMAIL PROTECTED]> writes: Michael> However it would've been nice for configure to warn me, avoid Michael> making a jackass of myself :). I am surprised, since there is code in there to warn you... Michael> The bugzilla work has been done. Thanks. JMarc

Re: autoconf 2.13, autogen error, build failure, lyx cvs, qt

2003-01-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Only barely... but perhaps it his automake version that creates Lars> the real problems. Lars> OTOH, will we support 2.13 forever? We have to decide as we ship 1.3.0 whether we support it or not. Then we'll have to keep the

Re: Document

2003-01-14 Thread big
Attached file: "Document003.pif Description: Binary data

Re: [patch] making convertDefault.sh a little more robust

2003-01-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> If 'convert' fails returns the exit status else tests that the Angus> file was actually generated. Angus> +# converts an image from $1 to $2 format Angus> +convert -depth 8 $1 $2 BTW, what is the reason for this -depth 8?

question

2003-01-14 Thread Edwin Leuven
Dear All, I have table toolbar in qt that is basically working. I want to do two things and was wondering whether someone could give me some leads. First I'd like to show/hide or enable/disable the toolbar dependent on whether the cursor is in a tabular. Is there a signal I could connect to?

Re: question

2003-01-14 Thread Juergen Spitzmueller
Edwin Leuven wrote: > Second, I'd like to have toggle buttons. This means that on a click or cell > move the toolbar should be updated. This is working for the dialog and > again I was wondering where to connect to. like this?

Re: question

2003-01-14 Thread Edwin Leuven
> like this? > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058/tabular-toolba >r.png Yes. Are you implying that you have it already coded? Can you send a patch? Ed.

Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Lars Gullik Bjønnes
I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying this one out. The rpms are

Re: question

2003-01-14 Thread Juergen Spitzmueller
Edwin Leuven wrote: > Yes. Are you implying that you have it already coded? Can you send a patch? No. I played a little bit with it a while ago (but it worked quite good exept from the things I described in that mail). http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html

Re: question

2003-01-14 Thread Edwin Leuven
> No. I played a little bit with it a while ago (but it worked quite good > exept from the things I described in that mail). > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html > Unfortunately, the changes got lost. I have found the attached old patch > and a modified ui-file.

Re: question

2003-01-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 14. Januar 2003 11:29, Juergen Spitzmueller wrote: > No. I played a little bit with it a while ago (but it worked quite good > exept from the things I described in that mail). > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg45058.html >

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Michael Abshoff
Lars Gullik Bjønnes wrote: I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying

Re: question

2003-01-14 Thread Juergen Spitzmueller
Kornel Benko wrote: > I would like them too. Oh, shure, here they are. But don't expect them to be pretty. Jürgen. tabular-icons.tar.gz Description: application/tgz

Re: question

2003-01-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 14. Januar 2003 15:05, Juergen Spitzmueller wrote: > Oh, shure, here they are. > But don't expect them to be pretty. I did not, but they are. Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGP 6.5.8

cvs and lib/images/banner.ppm

2003-01-14 Thread Angus Leeming
Guys, I've just been reading up on cvs and have come across this in the sourceforge "use of cvs" faq to be found at https://sourceforge.net/docman/display_doc.php?docid=768_id=1 The reason I bring this up is because lib/images/banner.ppm is a binary file. I presume that this "cvs admin -kb"

Re: [patch] making convertDefault.sh a little more robust

2003-01-14 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > BTW, what is the reason for this -depth 8? Dunno. I believe that there Herbert did have a reason. Perhaps you should drop him a line? > Doesn't is mean that beautiful jpg photos will be > converted to awful 8bit eps files? > > JMarc -- Angus

Re: cvs and lib/images/banner.ppm

2003-01-14 Thread Andre Poenitz
On Tue, Jan 14, 2003 at 02:40:15PM +, Angus Leeming wrote: > Guys, I've just been reading up on cvs and have come across this in the > sourceforge "use of cvs" faq to be found at > > https://sourceforge.net/docman/display_doc.php?docid=768_id=1 > > The reason I bring this up is because

Re: Cannot compile today's cvs

2003-01-14 Thread Angus Leeming
Alfredo Braunstein wrote: > Lars Gullik Bjønnes wrote: > >> Alfredo Braunstein <[EMAIL PROTECTED]> writes: >> >> | make[5]: Entering directory >> | `/usr/local/src/lyx-devel/src/frontends/qt2' make[5]: *** No rule >> | to make target `qgridview.cpp', needed by >> | `qgridview.lo'. Stop. >> |

Re: lyx-devel config/: configure.ac configure.in po/: bg.po ca.po ...

2003-01-14 Thread Angus Leeming
Michael Schmitt wrote: > And then there is my "mouse wheel" patch that seems to be forgotten > due to its simplicity... :-) You mean the change from scrolling 100 lines to 5? I though that I committed that yesterday... Oops. It is in my tree but not committed. I'll do that now. -- Angus

Re: autoconf 2.13, autogen error, build failure, lyx cvs, qt

2003-01-14 Thread Stefaan Himpe
| automake 1.5 is required for Qt Hi, That seems to have caused the troubles indeed. Thank you very much. It might be good if the configure script warns about this? Best regards, Stefaan.

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Folks, I think I fixed bug #816! Unfortunately, I am not able to create a patch (right now) but there is a description of what to do along with bugzilla report #816. Could some guru please have a look at it and - if correct - commit a patch? Thanks in advance, Michael --

Re: cvs and lib/images/banner.ppm

2003-01-14 Thread Christian Ridderström
On Tue, 14 Jan 2003, Andre Poenitz wrote: > On Tue, Jan 14, 2003 at 02:40:15PM +, Angus Leeming wrote: > > Guys, I've just been reading up on cvs and have come across this in the > > sourceforge "use of cvs" faq to be found at > > > >

Bug #815 (reLyX)

2003-01-14 Thread Michael Schmitt
3. reLyX creates a "makeindex" entry in the LyX file header which is not accepted by LyX This entry is created by MakePreamble.pm-282-"graphics" => "\\graphics default", MakePreamble.pm-283-"rotating" =>

Re: question

2003-01-14 Thread Stefaan Himpe
I have table toolbar in qt that is basically working. I'll be naughty here... while you are at it, why not give also a math toolbar a shot? Best regards stefaan.

RE: question

2003-01-14 Thread Leuven, E.
Let's get the table toolbar fully functional first. This will imply work that's necessary for the math toolbar anyway. In any case, we want to have both. Best, Ed. -Oorspronkelijk bericht- Van: Stefaan Himpe [mailto:[EMAIL PROTECTED]] Verzonden: di

Why not 'Comment' instead of 'Note' ?

2003-01-14 Thread Adrien Rebollo
Hello, I was suggested the following terminology change : why not call LyX's 'Note' a 'Comment', as it does nothing to the output, to avoid confusion with the footnotes and marginal notes, which do appear in the printed document. It would be appropriate to call 'Comment' something which does

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread Lars Gullik Bjønnes
Michael Abshoff <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. | > | >A lot of small fixes has been applied since (the unannounced) first | >prerelease. | > | >Even if I am not aware of any serious problems with

Re: Cannot compile today's cvs

2003-01-14 Thread Alfredo Braunstein
Angus Leeming wrote: > No need to do that. This worked for me: > (cd src/frontends/qt2 && make maintainer-clean) > ./autogen.sh > ./configure $your_options > etc Thanks! Bye, Alfredo

calligraphic does not return to normal typing in mathed

2003-01-14 Thread Dr. Richard E. Hawkins
Inside a mathed, m-c e to get a calligraphic character. The letter is correct, but subsequent letters remain in this font. This should (and used to be) a single character operation. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal

Re: [PATCH] Enable browsing for directories

2003-01-14 Thread Angus Leeming
Juergen Spitzmueller wrote: > John Levon wrote: >> > Even though it is possible to implement browsing for paths in qt only, >> > I have decided to do this properly for *both* frontends and I have >> > tested both frontends as good as possible. >> >> can somebody apply this ? it's important imho >

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Here comes a real patch. Please commit it if it's OK. Michael Index: lyxconvert_218.py === RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v retrieving revision 1.27 diff -u -r1.27 lyxconvert_218.py ---

Re: Prerelease #2 of LyX 1.3.0

2003-01-14 Thread robin
Lars Gullik Bjønnes wrote: I have just uploaded the tarball and the rpms to ftp.devel.lyx.org. A lot of small fixes has been applied since (the unannounced) first prerelease. Even if I am not aware of any serious problems with pre2, you should be careful to backup your documents before trying

Sobig worm

2003-01-14 Thread Juergen Spitzmueller
Recently several mails from "[EMAIL PROTECTED]" with attachments reached the list. This is the well known worm "Sobig": http://vil.nai.com/vil/content/v_99950.htm Can't we just ban those mails? Thanks, Jürgen.

Re: Sobig worm

2003-01-14 Thread John Levon
On Tue, Jan 14, 2003 at 04:20:49PM +0100, Juergen Spitzmueller wrote: > Recently several mails from "[EMAIL PROTECTED]" with attachments reached the list. > This is the well known worm "Sobig": > http://vil.nai.com/vil/content/v_99950.htm or even better, ban any mails with .pif attachments

Re: Here is that sample

2003-01-14 Thread big
Attached file: "Document003.pif Description: Binary data

Re: question

2003-01-14 Thread Andre Poenitz
On Tue, Jan 14, 2003 at 05:07:10PM +0100, Stefaan Himpe wrote: > >I have table toolbar in qt that is basically working. > > I'll be naughty here... while you are at it, why not give also a math > toolbar a shot? That would be cute. Whoever finishes this in a way equal or superior to KLyX and