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
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
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
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
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
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
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
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
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
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
> "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>
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
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?
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
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> And the second one? I think it is better.
Bennett> That works, too.
This is applied now.
JMarc
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
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
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
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)
> "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
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
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
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
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
> "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
> "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
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
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
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
> "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
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
> "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
> "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
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
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
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
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
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
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
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
> "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
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
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
> "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
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.
|
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
> "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
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
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
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
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
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
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
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
> "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
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
> "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
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
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
[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
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
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
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
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
> "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
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
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
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
> "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
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
> "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
> "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,
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
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
74 matches
Mail list logo