Re: LyX keeps opening Quicktime on OS X

2006-08-22 Thread Bennett Helm
On Aug 22, 2006, at 8:18 PM, Bo Peng wrote: Nope. It's Preview that is opened then. In fact, if I export the file with LyX and go to Finder to open the file, Preview gets opened. Only when I choose 'View' do I get Quicktime Player. Then you need to check if you have something strange under pre

Re: Unicode on Mac

2006-08-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In fact, when I look at your code, why don't you make iconv_convert a | template and return a vector of the correct type directly. All that's | needed is a change to the last couple of lines of iconv_convert where | you fill outvec: | | int const

Re: LyX keeps opening Quicktime on OS X

2006-08-22 Thread Bo Peng
Nope. It's Preview that is opened then. In fact, if I export the file with LyX and go to Finder to open the file, Preview gets opened. Only when I choose 'View' do I get Quicktime Player. Then you need to check if you have something strange under preference -> viewer -> pdf (several of them). B

Re: LyX keeps opening Quicktime on OS X

2006-08-22 Thread Kristoffer Lawson
On 23 Aug 2006, at 01:58, Bo Peng wrote: On 8/22/06, Kristoffer Lawson <[EMAIL PROTECTED]> wrote: When I select "View -> PDF (pdflatex)" on OS X with the latest version, LyX keeps displaying the PDF with Quicktime instead of Preview, for some totally unknown reason. The previous version acted

Re: LyX keeps opening Quicktime on OS X

2006-08-22 Thread Bo Peng
On 8/22/06, Kristoffer Lawson <[EMAIL PROTECTED]> wrote: When I select "View -> PDF (pdflatex)" on OS X with the latest version, LyX keeps displaying the PDF with Quicktime instead of Preview, for some totally unknown reason. The previous version acted as expected. Since version 1.4.2, lyx uses

LyX keeps opening Quicktime on OS X

2006-08-22 Thread Kristoffer Lawson
When I select "View -> PDF (pdflatex)" on OS X with the latest version, LyX keeps displaying the PDF with Quicktime instead of Preview, for some totally unknown reason. The previous version acted as expected. (Not on the list myself, but seems to be a bug). / http://www.fishpoo

Re: Unicode on Mac

2006-08-22 Thread Angus Leeming
Angus Leeming wrote: Lars Gullik Bjønnes wrote: Angus Leeming <[EMAIL PROTECTED]> writes: | Bennett Helm wrote: | > Now that unicode is in, I notice that whatever I type on Mac comes | > out in Chinese characters, no matter what the display font setting | > in preferences. Any idea what's going

Re: Unicode on Mac

2006-08-22 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Angus Leeming <[EMAIL PROTECTED]> writes: | Bennett Helm wrote: | > Now that unicode is in, I notice that whatever I type on Mac comes | > out in Chinese characters, no matter what the display font setting | > in preferences. Any idea what's going wrong? | | This is p

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Bennett Helm
On Aug 22, 2006, at 12:14 PM, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Bennett Helm wrote: On Aug 22, 2006, at 9:55 AM, Jean-Marc Lasgouttes wrote: And the second one? I think it is better. That works, too. Bennett Angus> Why does tex2lyx n

Re: Unicode on Mac

2006-08-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Bennett Helm wrote: | > Now that unicode is in, I notice that whatever I type on Mac comes | > out in Chinese characters, no matter what the display font setting | > in preferences. Any idea what's going wrong? | | This is probably another manifestation

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Bennett Helm wrote: >> On Aug 22, 2006, at 9:55 AM, Jean-Marc Lasgouttes wrote: >>> And the second one? I think it is better. >> That works, too. Bennett Angus> Why does tex2lyx need all those -framework flags? It's a pure Angus>

Re: Unicode on Mac

2006-08-22 Thread Angus Leeming
Bennett Helm wrote: Now that unicode is in, I notice that whatever I type on Mac comes out in Chinese characters, no matter what the display font setting in preferences. Any idea what's going wrong? This is probably another manifestation of the problems that Abdel's been having on Windows. Th

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Angus Leeming
Bennett Helm wrote: On Aug 22, 2006, at 9:55 AM, Jean-Marc Lasgouttes wrote: And the second one? I think it is better. That works, too. Bennett Why does tex2lyx need all those -framework flags? It's a pure console app. Does it really need to link against Carbon, OpenGL, AGL and QuickTime?

Unicode on Mac

2006-08-22 Thread Bennett Helm
Now that unicode is in, I notice that whatever I type on Mac comes out in Chinese characters, no matter what the display font setting in preferences. Any idea what's going wrong? Bennett

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> And the second one? I think it is better. Bennett> That works, too. This is applied now. JMarc

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Bennett Helm
On Aug 22, 2006, at 9:55 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Try the following patch. Bennett> That does it -- thanks! And the second one? I think it is better. That works, too. Bennett

Re: [Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Index: frontends/LyXView.C === --- frontends/LyXView.C(revision 14813) +++ frontends/LyXView.C(working copy) @@ -139,22 +139,19 @@ work_area_->bufferView().setBu

Re: [Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: [This is with or without my previous menu patch] - run LyX - Help>Introduction - Help>Tutorial - View>Intro.lyx - exit ===> crash! This patch fixes this crash and a few others. Will commit soon unless someone has an

Re: [Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Georg Baum
Abdelrazak Younes wrote: > Index: frontends/LyXView.C > === > --- frontends/LyXView.C(revision 14813) > +++ frontends/LyXView.C(working copy) > @@ -139,22 +139,19 @@ > > work_area_->bufferView().setBuffer(b)

Re: [PATCH] Let pkg-config-based configure use --with-qt4-dir

2006-08-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars, does this patch look correct? Lars> I have no idea... what is wrong with the existing way? Lars> Perhaps a switch to force non-use of pkg-config. What the patch does is to pass info from --with-qt4-dir to pkg-config. The re

Re: [Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Angus Leeming
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: [This is with or without my previous menu patch] - run LyX - Help>Introduction - Help>Tutorial - View>Intro.lyx - exit ===> crash! This patch fixes this crash and a few others. Will commit soon unless someone has an objection. No object

Re: [Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: [This is with or without my previous menu patch] - run LyX - Help>Introduction - Help>Tutorial - View>Intro.lyx - exit ===> crash! This patch fixes this crash and a few others. Will commit soon unless someone has an objection. Hum, up

[Patch] fix crashes with_buffer switch and exit (Re: Qt4: Crash in toolbar (Action code))

2006-08-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [This is with or without my previous menu patch] - run LyX - Help>Introduction - Help>Tutorial - View>Intro.lyx - exit ===> crash! This patch fixes this crash and a few others. Will commit soon unless someone has an objection. Abdel. Log: * lyxfunc.C: - LyXFu

Re: [PATCH] Let pkg-config-based configure use --with-qt4-dir

2006-08-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Jean-Marc> This patch makes the pkg-config based detection of Qt4 | Jean-Marc> honor --with-qt4-dir: * add $qt4_cv_dir/lib to pkg-config | Jean-Marc> search path * add $qt4

Re: [PATCH] Let pkg-config-based configure use --with-qt4-dir

2006-08-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This patch makes the pkg-config based detection of Qt4 Jean-Marc> honor --with-qt4-dir: * add $qt4_cv_dir/lib to pkg-config Jean-Marc> search path * add $qt4_cv_dir/bin to moc search path (and Jean-Marc> use AC_PATH_P

Re: Remove view -> update feature?

2006-08-22 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> This is exactly where the difficulties lie. We do not have a Bo> method to check the exact version of a viewer, and we sometimes do Bo> not know who will view the file (windows/mac). It is therefore Bo> impossible to enable/disable menu item pe

Re: Use different temp files for preview.

2006-08-22 Thread Bo Peng
X86-64 is the only processor which do this trick though. Alpha, powerpc and others really have no acrobat at all. Not that it matters much, there being other reasons for using other viewers. On my rhel4 x86, I tried to use ggv, xpdf and acrobat to print a file. ggv printed only the first page

Re: Remove view -> update feature?

2006-08-22 Thread Bo Peng
You are right of course. We don't want to tell people to go look in /tmp/obscuredir/... The sensible thing to do here would be to only show view->update->... entries for those files who have a decent viewer configured. Or perhaps not show entries when we know the viewer is bad, most of them are

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | > "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: | Bennett> After having been away for a couple weeks, I now find that | Bennett> tex2lyx does not compile for me

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> Try the following patch. Bennett> That does it -- thanks! And the second one? I think it is better. JMarc

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Bennett Helm
On Aug 22, 2006, at 9:37 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> After having been away for a couple weeks, I now find that Bennett> tex2lyx does not compile for me on Mac OS X. I get: Bennett> If I add "-liconv" to the LDFLAGS line, ever

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> After having been away for a couple weeks, I now find that Bennett> tex2lyx does not compile for me on Mac OS X. I get: Bennett> If I add "-liconv" to the LDF

Re: iconv and tex2lyx on Mac OS X

2006-08-22 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> After having been away for a couple weeks, I now find that Bennett> tex2lyx does not compile for me on Mac OS X. I get: Bennett> If I add "-liconv" to the LDFLAGS line, everything works. Do Bennett> I now need to set LDFLAGS exp

iconv and tex2lyx on Mac OS X

2006-08-22 Thread Bennett Helm
After having been away for a couple weeks, I now find that tex2lyx does not compile for me on Mac OS X. I get: /bin/sh ../../libtool --tag=CXX --mode=link g++-4 -g -Os -framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz -o tex2lyx FloatList.o Floating.o counters.o

Re: [patch] fix plain text output

2006-08-22 Thread Andre Poenitz
On Sun, Aug 20, 2006 at 11:34:43AM +0200, Abdelrazak Younes wrote: > >>There's an added benefit if we go the basic_string way: I think most > >>compilers (gcc, msvc) now do implicit sharing on strings so passing > >>parameters won't be as costly as with std::vector(). > > > >I doubt any recent co

Re: [patch] fix plain text output

2006-08-22 Thread Andre Poenitz
On Sun, Aug 20, 2006 at 03:06:25PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Wed, Aug 16, 2006 at 10:34:52PM +0200, Lars Gullik Bjønnes wrote: > | > | I know it's a bit late to voice my opinion but I think it should have > been: > | > > | > Yes. I hav

Re: [Patch] Further BufferView <-> WorkArea reorganisation

2006-08-22 Thread Andre Poenitz
On Mon, Aug 21, 2006 at 12:34:20PM +0200, Lars Gullik Bjønnes wrote: > | Didn't you notice the hundred commits that got rid of QT3_SUPPORT? > > Sure did. > > But the argument put forward was that we don't have to do anything > since QT3_SUPPORT is a supported part of Qt4. The argument was: QT3_S

Re: [PATCH] QLImage clean up (was Re: QT3_SUPPPORT is now removed...)

2006-08-22 Thread Andre Poenitz
On Mon, Aug 21, 2006 at 01:09:57PM +0200, Edwin Leuven wrote: > which makes me wonder why it works for kde... > > is the following a good solution? > > unsigned int *data = img.depth() > 8 ? (unsigned int *)img.bits() : > (unsigned int *)img.colorTable().begin(); Probably not. I am not

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | I know and with unicode the event pruning may well be necessary again. | But before that it was not necessary at all because repainting was | fast enough (i.e. no need to prune events). Don't you remember that | the UserG

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | I know and with unicode the event pruning may well be necessary again. | But before that it was not necessary at all because repainting was | fast enough (i.e. no need to prune events). Don't you remember that | the UserGuide test was 22s with event

Re: [PATCH] Don't make everything checkable in menus

2006-08-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> What happens is that you set all menu entries as checkable. Jean-Marc> With the style I use (plastik), this means that one gets a Jean-Marc> small checkbox near to each menu item. So the basis of the Jean-Marc> patch

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > Lars Gullik Bjønnes wrote: | >> Georg Baum | >> <[EMAIL PROTECTED]> | >> writes: | >> | >> | Abdelrazak Younes wrote: | >> | | > Georg Baum wrote: | >> | >> No. And AFAIK Abdel never claimed t

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Georg Baum
Abdelrazak Younes wrote: > Sure but this a non-related and old issue. Lars says that, with the > PageDown test, the screen is not repainted up until he release the > PageDown key. Do you see the same behaviour? I don't remember, and I don't want to get into this now. The most important thing is t

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Georg, JMarc do you see the same behaviour as Lars when Abdelrazak> you PageDown scroll? Well, I see that not all updates are done, and that the speed seems not to be the same as gtk's. I'd think the problem is more w

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > Lars Gullik Bjønnes wrote: | >> Georg Baum | >> <[EMAIL PROTECTED]> | >> writes: | >> | >> | Abdelrazak Younes wrote: | >> | | > Georg Baum wrote: | >> | >> No. And AFAIK Abdel never claimed that qt4 was fast on linux. |

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg, JMarc do you see the same behaviour as Lars when you PageDown scroll? No. It is too slow here, too. Maybe the fact that my machine is not the fastest (1.3 GHz Duron) plays also a role. Mine is the same and it is slow as well. But please l

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I am not quite sure that is even possible. (completely that is.) Lars> Especially since we have a lot of "foostring" code that will Lars> have ascii as encoding... (char const *) Sure we could use Lars> L"foostring" but that wou

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > Isn't that | > possible with a suitable internal representation of the text strings? | | I proposed to use ucs2 conditionally at compile time to avoid the | above conversion but Lars is furiously against that. I real

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Georg Baum
Abdelrazak Younes wrote: > Georg, JMarc do you see the same behaviour as Lars when you PageDown > scroll? No. It is too slow here, too. Maybe the fact that my machine is not the fastest (1.3 GHz Duron) plays also a role. But please let us stop these secondary discussions and get to do some real

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Georg Baum <[EMAIL PROTECTED]> writes: | > | Abdelrazak Younes wrote: | > | | > Georg Baum wrote: | > | >> No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the | > | >> scrollbar thumb of the usergu

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Lars Gullik Bjønnes wrote: Georg Baum <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | | > Georg Baum wrote: | >> No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the | >> scrollbar thumb of the userguide takes several (more than 5) second

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Georg Baum <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | | > Georg Baum wrote: | >> No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the | >> scrollbar thumb of the userguide takes several (more than 5) seconds for | >> me until it move

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I proposed to use ucs2 conditionally at compile time to Abdelrazak> avoid the above conversion but Lars is furiously against Abdelrazak> that. I really don't know how we are going to represent

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> _() and B_() is another thing. B_() will certainly produce | Lars> docstring. Quite possible that will also be the case for _(). | | This would be fine. Actually it would

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I proposed to use ucs2 conditionally at compile time to Abdelrazak> avoid the above conversion but Lars is furiously against Abdelrazak> that. I really don't know how we are going to represent an Abdelrazak> ucs4 chara

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > Isn't that | > possible with a suitable internal representation of the text strings? | | I proposed to use ucs2 conditionally at compile time to avoid the | above conversion but Lars is furiously against that. I really don't | know how we are goi

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> _() and B_() is another thing. B_() will certainly produce Lars> docstring. Quite possible that will also be the case for _(). This would be fine. Actually it would be nice for the parts of code that are not too close to the in

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | | > Something that is not very clear to me is whether we are going to | > force gettext to produce utf-8 always. What if the user's locale is | > iso-8859-1? In this case, it seems to me that the debug info output to | > conso

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Helge Hafting wrote: Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the scrollbar thumb of the userguide takes several (more than 5) seconds for me until it moves with qt4. with gtk there is only a litt

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | | Something that is not very clear to me is whether we are going to | | force gettext to produce utf-8 always. What if the user's locale is | | iso-8859-1? In this case, it seems to me that the

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Georg Baum wrote: | > Abdelrazak Younes wrote: | > | > | >> Georg Baum wrote: | >> | >>> No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the | >>> scrollbar thumb of the userguide takes several (more than 5) seconds for | >>> me unti

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Something that is not very clear to me is whether we are going to > force gettext to produce utf-8 always. What if the user's locale is > iso-8859-1? In this case, it seems to me that the debug info output to > console should be in latin1, shouldn't they? Yes. It is

Re: [PATCH] Don't make everything checkable in menus

2006-08-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Don't set your hopes too high. I just wanted to see what is so fantastic about qt4. Abdelrazak> Man, I never claimed that it is fantastic, I just said it Abdelrazak> is better than qt3 right now. So

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Something that is not very clear to me is whether we are going to | force gettext to produce utf-8 always. What if the user's locale is | iso-8859-1? In this case, it seems to me that the debug info output to | console should be in latin1, shouldn

Re: [PATCH] Don't make everything checkable in menus

2006-08-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Don't set your hopes too high. I just wanted to see what is so >> fantastic about qt4. Abdelrazak> Man, I never claimed that it is fantastic, I just said it Abdelrazak> is better than qt3 right now. Sorry, I was teasing you

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Helge Hafting
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: No. And AFAIK Abdel never claimed that qt4 was fast on linux. Moving the scrollbar thumb of the userguide takes several (more than 5) seconds for me until it moves with qt4. with gtk there is only a little delay (less than on

Re: Remove view -> update feature?

2006-08-22 Thread Helge Hafting
Bo Peng wrote: The menu item is always functional. It always updates the dvi/pdf/ps/whatever file - so it works. Click on the file in your favourite file manager - you'll see the new content. The file is indeed always updated, but do we expect a user to dig through the complicated tmp directory

Re: Use different temp files for preview.

2006-08-22 Thread Helge Hafting
Bo Peng wrote: This trick works with windows as well as linux, and of course such scripts could be distributed with lyx. Are you sure about this part? This is not as simple as a script, we need pdfopen.exe, pdfclose.exe to track the process id of acrobat reader and re-open it if necessary. I s

Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Mainly that not all has been converted yet. Some strings go Georg> unchanged from the file to memory. I tried to describe that Georg> here: http://wiki.lyx.org/devel/pmwiki.php/Devel/Unicode Something that is not very clear to me is w

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | > I installed qt4 in order to check whether it is as fast as Abdel | > claims it is. I

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Lars Gullik Bjønnes wrote: >> Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >> | Jean-Marc Lasgouttes wrote: >> | > I installed qt4 in order to check whether it is as fast as >> Abdel | > claims it is. I am the onl

Re: About LyX/Qt4 scroll speed

2006-08-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Maybe by caching the iconv_t returned by iconv_open? Lars> Is that guaranteed to work? I think the only thing to do is this: A conversion descriptor contains a conversion state. After creation using iconv_open,

Re: Qt4: Crash in toolbar (Action code)

2006-08-22 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: [This is with or without my previous menu patch] - run LyX - Help>Introduction - Help>Tutorial - View>Intro.lyx - exit ===> crash! I don't see that... Are you sure your patch is not applied? Correction. I see that also, sorry. I missed t

Re: lyx2lyx bug? (was Re: Track change status Michael? (Re: [PATCH] small setBuffer cleanup)

2006-08-22 Thread Helge Hafting
Abdelrazak Younes wrote: Helge Hafting wrote: Angus Leeming wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Can you try to change the utf-8 to ucs-4 conversion to use either "UCS-4BE" or "UCS-4LE", instead of "UCS-4"? Also the conversion the other way ucs-4 -> ucs-2, try with UCS-2BE an