Jean-Marc Lasgouttes wrote:
So in windows it is possible to store environment variables there and
they are passed to the application, right? Is this a local or a global
setting?
No, the installer allows you to select a language and writes the batch
file with the right language code.
Joost
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> This time, I fixed a few calls to Paragraph::insertChar.
Michael> Depending on the buffer's parameter, the character is
Michael> inserted as UNCHANGED or INSERTED.
They look good, although the repetition makes me wonder whether
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I don't know. I never heard of it. I searched a bit and found
Georg> out that it is supposed to be in SuSE 9.3 and 10.0 which I use
Georg> at work, but I did not notice anything. Certainly the kde file
Georg> dialog is not used by qt a
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> FYI: We do not track removals of leading spaces:
I think that we should track them (qnd other depm tricks).
JMarc
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
Joost> Jean-Marc Lasgouttes wrote:
>> And where is this language choice stored?
Joost> Paths and language choice are stored in the Windows registry.
So in windows it is possible to store environment variables there and
they are passed to
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> IMO the -geometry switch should take precedence over the
Georg> session settings. If you change the interface of lyx_gui::start
Georg> so that it is known inside lyx_gui::start whether the geometry
Georg> info comes from the session or
On Tue, May 30, 2006 at 12:28:48AM +0200, Joost Verburg wrote:
> Leuven, E. wrote:
> >patch + archive with .exe and .sty attached
> >
> >edwin
>
> Unfortunately pplatex.exe is very unstable. Especially during testing on
> Windows 2000 it crashes all the time.
This is weird. I run it on Windows 2
Leuven, E. wrote:
patch + archive with .exe and .sty attached
edwin
Unfortunately pplatex.exe is very unstable. Especially during testing on
Windows 2000 it crashes all the time.
This needs to be fixed before it can go into the installer, because the
whole configure process fails when it c
It's me again :-)
This time, I fixed a few calls to Paragraph::insertChar. Depending on
the buffer's parameter, the character is inserted as UNCHANGED or INSERTED.
Please let me know if something looks suspicious. There are more similar
places, which I will fix in the next couple of days (st
Am Montag, 29. Mai 2006 20:55 schrieb Michael Gerz:
> Do we still care about xforms? Why don't we remove it?
I proposed that already several times and am fine with it, but others
disagreed. Dropping xforms support silently and let it die a slow death
would be unfair to users. We should either r
It compiles with xforms, but it cannot find colors, so lots of stuff is
just black on black.
The FC5 release notes say they have moved to X11R7 so a lot of stuff is
not where it used to be and applications will have to adjust. How?
I have a different problem with qt-3.3. How do I tell Lyx where
Georg Baum wrote:
xforms does not compile:
Do we still care about xforms? Why don't we remove it?
Guys, I am getting more and more worried about how LyX evolves.
Currently, we have
- 5 (!) frontends (xforms, gtk, qt3, qt4, kde)
- 3 (!) build systems (auto*, scons, cmake; the latter at
Am Montag, 29. Mai 2006 21:16 schrieb Bo Peng:
> I do not have xform so I can not test. Since all other platforms use
> w/h/x/y values from lyx_main.C, I guess it makes sense to ignore
> XParseGeometry as well.
I don't agree. AFAIK XParseGeometry evaluates the -geometry command line
switch. Users
Am Montag, 29. Mai 2006 18:00 schrieb Jean-Marc Lasgouttes:
> > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
> Georg> I guess so, but it would involve dynamic loading of libs at run
> Georg> time, and before anything happens the binary must decide
> Georg> whether it wants a QApplication o
xforms does not compile:
../../../../src/frontends/xforms/lyx_gui.C:260: error: invalid conversion
from 'int*' to 'unsigned int*'
../../../../src/frontends/xforms/lyx_gui.C:260: error: initializing
argument 4 of 'int XParseGeometry(const char*, int*, int*, unsigned int*,
unsigned int*)'
../../
On Mon, 29 May 2006, Leuven, E. wrote:
patch + archive with .exe and .sty attached
edwin
PS perhaps this should find a place on the wiki as well?
Hi Edwin
I just trigger on "wiki", what exactly is it that you think should have
place on there?
'dvipost' doesn't tell me anything. First sea
Am Montag, 29. Mai 2006 17:11 schrieb [EMAIL PROTECTED]:
> Move window width/height/posx/posy from frontends to lyx_main.C, from Bo
Peng ([EMAIL PROTECTED])
> * src/frontends/ALLFRONTENDS/lyx_gui.C: use passed
width/height/posx/posy in lyx_gui::start
> * src/frontends/lyx_gui.h: prot
FYI:
We do not track removals of leading spaces:
Michael
Index: paragraph.C
===
--- paragraph.C (Revision 13940)
+++ paragraph.C (Arbeitskopie)
@@ -562,7 +562,7 @@
int i = 0;
while (!empty() && (isNewline(0) || isLine
Jean-Marc Lasgouttes wrote:
And where is this language choice stored?
Paths and language choice are stored in the Windows registry.
Does it default to windows default?
Yes, the updated version will default to the Windows language.
Joost
On May 29, 2006, at 12:42 PM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> OK. Things seem to be working pretty well. I've made a few
Bennett> changes to Jean-Marc's patch.
This is in now. Please check.
Bennett> Finally, I'm attaching a lyxrc.dis
Dear all,
The basic support for msvc2003/2005 is now in svn. Please test.
Step 1: install scons-0.96.92
Step 2: add
boost/boost/type_traits/detail/is_function_ptr_tester.hpp
boost/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
boost/boost/detail/interlocked.hpp
boost/boost/regex/v4/w32_
Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote:
I have enabled the font width caching in the qt4 frontend. Under
windows I have a 5 seconds improvements when scrolling the
UserGuide with pageDown (
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
>> It seems to me that the icon palettes and menus that we need for a
>> math toolbar are static, am I wrong? In this case, supporting them
>> is as simple as enumerating in the .ui file.
Edwin> unless we want to allow user defined iconpan
On May 29, 2006, at 12:15 PM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote:
I have enabled the font width caching in the qt4 frontend. Under
windows I have a 5 seconds improvements when scrollin
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> So the next question is: what does the following patch does
Jean-Marc> to 1.5/qt3 (or 1.4/qt3) in LyX/Mac? I remember that at the
Jean-Marc> time I found caching did not help on linux but it may be
Jean-Marc> that I w
Jean-Marc Lasgouttes wrote:
What you can do is create a special casing in ToobarBackend.C for your
popup widget.
thanks, i'll have a look there
icon palette and menu are syntactically the same thing, only the
display differs (icons vs. labels). These things should be implemented
in toolbarba
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> I forget to ask, can I add the 4 needed boost files? I need
Bo> instructions on setting the properties of the files. My svn always
Bo> add executable property.
I leave this one for Lars.
JMarc
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> I wonder whether the line rerun =
>> runMakeIndex(onlyFilename(changeExtension(file, ".idx")),
>> runparams); after that should use "rerun |= ..." instead.
Juergen> Would be
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
Joost> Jean-Marc Lasgouttes wrote:
>> So, if LANG is not set, you should do nothing, so that the windows
>> default is used instead of en_US.
Joost> The installer always let's the user choose a language.
And where is this language choice
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> OK. Things seem to be working pretty well. I've made a few
Bennett> changes to Jean-Marc's patch.
This is in now. Please check.
Bennett> Finally, I'm attaching a lyxrc.dist file that ought to
Bennett> replace the preferences f
> I have this macro defined. If my test works right, then msvc does not
> have it. This piece of code is supposed to fix this so fixing it again
> in config.h does not sound right.
>
MSVC has it, the test should not fail with msvc.
MSVC does detect it now. I am not sure what happened previously
Bo Peng wrote:
>> HAVE_DECL_ISTREAMBUF_ITERATOR
>
> I have this macro defined. If my test works right, then msvc does not
> have it. This piece of code is supposed to fix this so fixing it again
> in config.h does not sound right.
>
MSVC has it, the test should not fail with msvc.
>> > # includ
Bo> JMarc, What do you think about the attached patch? It will allow
Bo> lyx to compile with MSVC2003/2005. I know that lyx has been
Bo> working with msvc before and I am not sure what autotools have
Bo> done to walk around these.
Is that for 1.4 or 1.5?
1.5. 1.4 should be easy to fix if you ar
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>> What would happen if this one was declared as taking a InsetText &
>> as argument?
Georg> I don't know, but I don't want to try since I think that this
Georg> is wrong: the doc iterator does not need any InsetText
Georg> properties, doc_i
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote:
>> I have enabled the font width caching in the qt4 frontend. Under
>> windows I have a 5 seconds improvements when scrolling the
>> UserGuide with pageDown (35 instead of 40)
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>> > I did that. Two things for a start: > - it would be good if
>> --with-frontend=kde compiled the qt frontend > automatically.
>>
>> Yes and at runtime, the binary would switch to Qt only is KDE is
>> not detected. Is this possible?
Geor
Jean-Marc Lasgouttes wrote:
So, if LANG is not set, you should do nothing, so that the windows
default is used instead of en_US.
The installer always let's the user choose a language.
Joost
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc, please tell me if you want that also in 1.4.
Yes please.
JMarc
Also sprach Bo Peng:
> Please change ChangExtension to changeExtension.
Ah, thanks. For once I didn't compile both trees. Didn't notice the spelling
has changed in trunk.
Jürgen
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
Joost> Jean-Marc Lasgouttes wrote:
>> Note that if LANG is not set, gettext gets the language setting
>> from Windows. Do we really want to override this with LANG?
Joost> It should be possible to choose a language, the region set in
Joos
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> what i haven't done: implement a lyxfunc
Edwin> the main reason is that it is not clear to me that we would
Edwin> want to introduce special casing in the core in order to avoid
Edwin> it in the frontend...
What you can do is creat
+ // memoir (at least) writes an empty *idx file in the first place.
+ // A second latex run is needed.
+ rerun = fs::exists(ChangeExtension(file, ".idx"))
+ && fs::is_empty(ChangeExtension(file, ".idx"));
+
// run makeindex
Please change ChangExtension to
Jean-Marc Lasgouttes wrote:
> I wonder whether the line
> rerun = runMakeIndex(onlyFilename(changeExtension(file,
> ".idx")), runparams); after that should use "rerun |= ..." instead.
Would be safer probably, even though that line will never be reached if the
first rerun becomes t
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> The bug described below (#2623) has two causes:
Juergen> 1. memoir defines its own index commands. The layout file
Juergen> therefore needs ProvidesMakeidx 1
This is definitely OK for 1.4.
Juergen> So after the first
Bo> Index: src/support/package.C.in
Bo> PATH_MAX deos not always exist.
I am not sure the value 512 is good. In ./boost/regex/v4/fileiter.hpp,
it is set to 256 and this admittedly not authoritative page
http://www.codecomments.com/archive272-2004-9-286081.html
says:
According to MSDN, on Wi
"Michael Gerz" <[EMAIL PROTECTED]> writes:
| Well, my attempt is to hide as much of the CT logic as possible behind
| class Paragraph. Having a method rather than a helper function makes
| things a bit more clearer to me.
At the expense of higher coupling and less cohesion.
--
Lgb
Georg Baum wrote:
> I have no time to test it right now, but it looks sensible and you should
> put it at least in trunk IMO.
Since I'll be away from my trunk svn access for a few days, I just did that.
Jürgen
Juergen Spitzmueller wrote:
> The attached patch fixes both issues. Would be a candidate for 1.4.2 IMHO.
> Agreed?
I have no time to test it right now, but it looks sensible and you should
put it at least in trunk IMO.
Georg
The bug described below (#2623) has two causes:
1. memoir defines its own index commands. The layout file therefore needs
ProvidesMakeidx1
2. memoir does the writing of the *idx file in two stages. From the manual:
"In the standard classes, indexed items are written directly to an idx file.
W
Title: RE: New Windows Installer
patch + archive with .exe and .sty attached
edwin
PS perhaps this should find a place on the wiki as well?
-Original Message-
From: Joost Verburg [mailto:[EMAIL PROTECTED]]
Sent: Mon 5/29/06 14:44
To: Leuven, E.
Cc: LyX Developers List
Subject: Re:
Bo Peng wrote:
As far as I remember, dvipost and latexpreview are not standard miktex
packages and can not be installed in this way. Consequently,
'latex-preview' and 'change tracking' will not be functioning in a
fresh installed lyx.
The files listed at http://wiki.lyx.org/LyX/InstantPreview a
Edwin Leuven wrote:
i agree that the windows installer should come with this so that it
works 'out of the box'. dvipost needs enrico's patch, be compiled and
then installed in the proper location. definitely too much for the
average user...
Can you send me this dvipost patch?
Joost
Jose' Matos wrote:
> lyx_1_5.py is here in my tree. It is committed, isn't it?
Yes. For some reason I thought it was not there.
Georg
On Monday 29 May 2006 12:08, Georg Baum wrote:
> Yes. The whole lyx2lyx business does not make sense if we change the file
> format afterwards. Note that lyx_1_5.py does not yet exist, so you'll need
> to create it first.
lyx_1_5.py is here in my tree. It is committed, isn't it?
> Georg
--
Jo
Jean-Marc Lasgouttes wrote:
Note that if LANG is not set, gettext gets the language setting from
Windows. Do we really want to override this with LANG?
It should be possible to choose a language, the region set in Windows is
not always the language you want.
Joost
Jose' Matos wrote:
> On Monday 29 May 2006 10:11, Martin Vermeer wrote:
>> In lyx_1_4.py there is a function convert_note... simplest would be to
>> add the new note types to the list there.
>>
>> But that would imply that they have already been there from version 226
>> onward... which is factual
On Monday 29 May 2006 10:11, Martin Vermeer wrote:
> In lyx_1_4.py there is a function convert_note... simplest would be to
> add the new note types to the list there.
>
> But that would imply that they have already been there from version 226
> onward... which is factually not the case.
If nece
On Sun, May 28, 2006 at 07:05:02PM +0200, Georg Baum wrote:
> Am Samstag, 27. Mai 2006 18:49 schrieb Martin Vermeer:
> > Attached is then the new version.
> >
> > Shall we now address the issue of "do we actually want this in LyX"?
>
> I think so. Please don't commit this without lyx2lyx support.
Zachariah, the friend of Zachariah and sweeps the floor with cheese wheel over
hole puncher.Where we can accurately teach our skyscraper.Indeed, umbrella
about bottle of beer compete with omphalos behind.
When you see senator related to cowboy, it means that scooby snack over
philosopher daydreams.When inside demon beams with joy, cup around returns
home.power drill beyond blithe spirit ceases to exist, because fire hydrant
related to pour freezing cold water on for football team.And admonish the
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Could bug 2549 on OS X http://bugzilla.lyx.org/show_bug.cgi?id=2549
>> be related to this?
Georg> I think so. Changing app to a pointer also in qt3 gets also rid
Georg> of the famous "mutex destroy failu
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> I also prefer the first one (you probably need special values like
>> -1 to indicate you do not want to restore position but only size).
Bo> Patch attached. Tested using qt3/4/linux.
This looks good (besides what Andre' noted). It would be nic
Bo Peng wrote:
Please test. The patch itself is a great example of scons'
flexibility. Note that clever use of this option will greatly reduce
initial thinking time of scons since most of the directory will *not*
even be scanned.
It works perfectly Bo. :-)
Abdel.
Georg Baum wrote:
Jean-Marc Lasgouttes wrote:
Could bug 2549 on OS X
http://bugzilla.lyx.org/show_bug.cgi?id=2549
be related to this?
I think so. Changing app to a pointer also in qt3 gets also rid of the
famous "mutex destroy failure" message.
I think we need to change both qt3 and qt4 in s
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> JMarc, What do you think about the attached patch? It will allow
Bo> lyx to compile with MSVC2003/2005. I know that lyx has been
Bo> working with msvc before and I am not sure what autotools have
Bo> done to walk around these.
Is that for 1.4
Jean-Marc Lasgouttes wrote:
> Could bug 2549 on OS X
> http://bugzilla.lyx.org/show_bug.cgi?id=2549
> be related to this?
I think so. Changing app to a pointer also in qt3 gets also rid of the
famous "mutex destroy failure" message.
I think we need to change both qt3 and qt4 in such a way that t
Jean-Marc Lasgouttes wrote:
"Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Freitag, 26. Mai 2006 11:33 schrieb Helge Hafting:
When lyx-qt4 ends, I get: lyx: SIGSEGV signal caught Sorry, you
have found a bug in LyX. Please read the bug-reporting instructions
in Help->Introduction a
On Wed, May 24, 2006 at 01:04:20PM +, Angus Leeming wrote:
> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> > Michael> isDeletedText has been changed into a method of class
> > Michael> Paragraph (where it belongs). This is also more OO-like.
>
> > I think Lars prefers to have these kind o
+ // if user wants to restore window position
+ int posx = -1;
+ int posy = -1;
+ if (lyxrc.geometry_xysaved) {
+ string val =
LyX::ref().session().loadSessionInfo("WindowPosX");
+ if (val != "")
E
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Freitag, 26. Mai 2006 11:33 schrieb Helge Hafting:
>> When lyx-qt4 ends, I get: lyx: SIGSEGV signal caught Sorry, you
>> have found a bug in LyX. Please read the bug-reporting instructions
>> in Help->Introduction and send us a bug
On Sun, May 28, 2006 at 11:46:53AM +0300, Martin Vermeer wrote:
>
> I will presently commit the attached patch to insetcaption.[Ch]. This
> prepares the way for switching to caption insets. It still doesn't enable
> them... I have a separate patch in the pipeline for this.
Committed:
Sli
> "Abdel" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdel> You're right, I'll do that. This reminds me of some feature
Abdel> requests for SVN:
Abdel> 1) in lyx.cvs list, put an automatic link to a patch in a web
Abdel> interface to svn (is this related to trac?)
I guess it will be d
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
>> Unless something fancier is in mind for this batch file, this can
>> be handled at least in configure.py, if not in lyx itself.
Joost> What do you mean? The purpose of the batch file is to set the
Joost> LANG environment variable to wh
Jean-Marc Lasgouttes wrote:
"Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Attached is then the new version.
Martin> Shall we now address the issue of "do we actually want this in
Martin> LyX"? ;-)
If you do not plan to do the xforms version (and gtk),
And qt4... ;-)
plea
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Attached is then the new version.
Martin> Shall we now address the issue of "do we actually want this in
Martin> LyX"? ;-)
If you do not plan to do the xforms version (and gtk), please note
somewhere that it has to be done. We
Georg Baum wrote:
Abdelrazak Younes wrote:
Will commit now.
It would be nice if you could add the comment from your commit log to the .C
file. Otherwise it is easy to get forgotten.
Done.
Abdel.
Index: lyx_gui.C
===
--- lyx_gu
Abdelrazak Younes wrote:
> It is not autotools but Gnu Make which allows to override any variable
> defined in the makefiles, including CFLAGS and CXXFLAGS.
Yes. It is useful in your case (adding debug symbols to selected object
files), but even more useful if you want profiling info only for sel
Georg Baum wrote:
Abdelrazak Younes wrote:
Will commit now.
It would be nice if you could add the comment from your commit log to the .C
file. Otherwise it is easy to get forgotten.
You're right, I'll do that. This reminds me of some feature requests for
SVN:
1) in lyx.cvs list, put an a
Bo Peng wrote:
> Abdel,
>
> I think I now understand what you mean: you want to use existing
> libraries when CCFLAGS changes.
Not only other libraries but also all the objects of the files that do
not depend on the file I just modified. This is just an overriding of
the CCFLAGS option.
> mod
Abdelrazak Younes wrote:
> Will commit now.
It would be nice if you could add the comment from your commit log to the .C
file. Otherwise it is easy to get forgotten.
Georg
Stephen Harris wrote:
> As reported C:\Foxit\foxit.exe , the absolute path works but
> not just foxit(.exe). There seems to be something inconsistent
> between how acrord32 and foxit are recognized.
Strange. Please investigate further when the known "path with spaces"
problems are fixed.
> since
81 matches
Mail list logo