> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>> Correction: the problem is not with undo (wrongly accused ;-/ ) but
>> with the way the various record methods are used in math. NestInset
>> is not aware that Delete does some special things inside a math
>> grid.
>>
>> The attached
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Why not just disable this feature when in an inset?
Disabling a feature for now other reason that you are not sure how to
do it is never a good sign :)
JMarc
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> Lars Gullik Bjønnes wrote:
>> Some more spaces around comparisons operators please '>' etc. I
>> also wonder how undo is taken care of with this? Does undo work?
Edwin> attached patch works for me, including undo
I do not think tes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> Georg Baum wrote:
>> Did you see Andrés message about the anchor and cursor depth? I
>> think he is right with his concern, and you should only act on
>> single paragraphs.
Edwin> as abdel wrote, i intend to move the full paragraphs
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
Enrico> I have placed a cygwin binary at
Enrico> ftp.lyx.org/incoming/lyx-1.4.1-cygwin.tar.gz
We cannot read there, sorry. Could you upload to ftp.devel.lyx.org or
provide an url?
JMarc
On Thu, 2006-04-13 at 09:47 +0200, Jean-Marc Lasgouttes wrote:
> > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>
> Abdelrazak> Why not just disable this feature when in an inset?
>
> Disabling a feature for now other reason that you are not sure how to
> do it is never a goo
On Thu, 2006-04-13 at 09:42 +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> >> Correction: the problem is not with undo (wrongly accused ;-/ ) but
> >> with the way the various record methods are used in math. NestInset
> >> is not aware that D
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> If we want it automake-based then configure must do the job.
I'd like a solution that is not done at configure time (since then the
file should not go to srcdir). All the information we needs is
available at automake/autoconf t
Martin Vermeer wrote:
> I haven't been able to crash LyX due to this... just fixIfBroken cursor
> errors.
And of course wrong state after undo.
Georg
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Instead of testing the name of the layout, I'd rather see test of
>> features
>>
>> itemize: LatexType Item_Environment LabelType Static
>>
>> enumerate: LatexType Item_Environment LabelType Counter_Enu
> "David" == David Raymond <[EMAIL PROTECTED]> writes:
David> On my IBM X30 laptop (1.3 GHz P-III, 0.5 GB memory, ATI
David> graphics) lyx 1.4.1 scrolling seems much less smooth than for
David> lyx 1.3.7. I compiled using the qt3 frontend. This occurs even
David> on small, simple documents wit
Jean-Marc Lasgouttes wrote:
I do not think testing for anchor_ without checking whether there is a
selection is a good idea.
ok
Also, which do you need to use anchor_ instead of anchor()?
because moving anchor_.pit() moves the selection, moving anchor().pit()
doesn't
This full version n
Jean-Marc Lasgouttes wrote:
I like this one. It could even go in 1.4.2.
Small nits:
- the getStatus code should go in the same class as the corresponding
dispatch. Move this to text3.C (and then you do not need the
'if(cur)' part).
- constify temp variables when possible:
will do, thanks
> "Darren" == Darren Oh <[EMAIL PROTECTED]> writes:
Darren> 1. Opening LyX: Menu warning: menu entry "Plain Text as
Darren> Lines..." does not contain shortcut `A'. This line is repeated
Darren> whenever the File menu is clicked.
This should not happen. The shortcut for this is 'L'.
Could yo
> "Darren" == Darren Oh <[EMAIL PROTECTED]> writes:
Darren> 7. Closed the LyX window: Mutex destroy failure: Resource busy
Darren> This message appears no matter how LyX is closed.
Oh, and I forgot. This one is normal (as in "we did not manage to get
rid of it, but trolltech support told us i
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Martin Vermeer wrote:
>> I haven't been able to crash LyX due to this... just fixIfBroken
>> cursor errors.
Georg> And of course wrong state after undo.
Then it should go in.
JMarc
> "Richard" == Richard Kleeman <[EMAIL PROTECTED]> writes:
Richard> Georg and Jean-Marc, I uploaded ubuntu breezy packages for
Richard> 1.4.1 to pub/incoming plus a README file.
Thanks, it is on the ftp site now.
JMarc
On Thu, 2006-04-13 at 10:04 +0200, Georg Baum wrote:
> Martin Vermeer wrote:
>
> > I haven't been able to crash LyX due to this... just fixIfBroken cursor
> > errors.
>
> And of course wrong state after undo.
Yes... but only missing empty cells IIUC. Wrong, but not disastrous.
Committed to trun
Rejoice!
I am getting these now too, after upgrading my hard disc + distro.
Distro: FC4
gcc-4.0.2-8.fc4
libgcc-4.0.2-8.fc4
gcc-c++-4.0.2-8.fc4
libstdc++-4.0.2-8.fc4
qt-3.3.4-15.4
qt-devel-3.3.4-15.4
...and LyX's own boost.
autogen.sh
configure --with-frontend=qt --disable-debug --disable-std
Jean-Marc Lasgouttes wrote:
> Looks OK to me.
Then it is going in.
Log:
* lib/scripts/layout2layout.py
(convert): Change "LabelType Static" to "LabelType Itemize" for
itemize environments
(convert): Change "LabelType Counter_EnumI" to "LabelType Enumerate"
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I assume tht it is also OK for 1.4.2?
Yes.
JMarc
http://bugzilla.lyx.org/show_bug.cgi?id=2149
The fix (add validate() methods) looks straightforward and I plan to
apply to branch+trunk.
Comments?
JMarc
Index: src/mathed/math_splitinset.h
===
--- src/mathed/math_splitinset.h (rev
Jean-Marc Lasgouttes wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=2149
>
> The fix (add validate() methods) looks straightforward and I plan to
> apply to branch+trunk.
>
> Comments?
Not really :-) It is obviously correct, and off the top of my head I don't
know any other AMS inset that is
http://bugzilla.lyx.org/show_bug.cgi?id=2509
This fix seems trivial, although I could not reproduce the original
report. BTW, how come in a float inset all my hfills have zero width?
JMarc
Index: src/text.C
===
--- src/text.C (revi
On Thu, 2006-04-13 at 11:51 +0300, Martin Vermeer wrote:
> Rejoice!
>
> I am getting these now too, after upgrading my hard disc + distro.
>
> Distro: FC4
>
> gcc-4.0.2-8.fc4
> libgcc-4.0.2-8.fc4
> gcc-c++-4.0.2-8.fc4
> libstdc++-4.0.2-8.fc4
The good news is, it seems fixed in 4.0.3. (But when
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
[...]
It seems to :-)
ar+ranlib libqt2 was done in 10 minutes and less than 400 Megs.
final exe linking took less than 10 minutes and less than 400 Megs
With the qt4 frontend, libqt4 and lyx-qt4 linking are done in less than
30 seconds
Abdelrazak Younes a écrit :
Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have
an awful lot of warnings. As I don't want Marchall Lastgouttes to catch
me on that, here is my first report :-), Most of them are:
d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
[...]
It seems to :-)
ar+ranlib libqt2 was done in 10 minutes and less than 400 Megs.
final exe linking took less than 10 minutes and less than 400 Megs
With the qt4 frontend, libqt4 and lyx-qt4 linking are
Juergen Spitzmueller wrote:
> Jean-Marc Lasgouttes wrote:
> > How come you cannot use InsetTabular::insertAsciiString() directly?
>
> Good question. I just used what was there.
> However, the attached patch seems to work fine for me, and I like it a lot.
So what shall we do with this?
Jürgen
On Thursday 13 April 2006 11:12, Abdelrazak Younes wrote:
> Am I discussing with myself?
>
> :-)
Probably not, but it is an interesting monologue in any case. ;-)
--
José Abílio
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Am I discussing with myself? :-)
Personally, I do not have windows here and I don't undertand much
about libtool.
JMarc
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>> Good question. I just used what was there. However, the attached
>> patch seems to work fine for me, and I like it a lot.
Juergen> So what shall we do with this?
Oh. I thought it was in already. Could you repost the patch?
J
Jose' Matos a écrit :
On Thursday 13 April 2006 11:12, Abdelrazak Younes wrote:
Am I discussing with myself?
:-)
Probably not, but it is an interesting monologue in any case. ;-)
Ahh... at least I have one reader ;-). I hope others don't mind my
frequent monologues in this list though...
On Thu, Apr 13, 2006 at 09:58:56AM +0200, Jean-Marc Lasgouttes wrote:
> > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> Enrico> I have placed a cygwin binary at
> Enrico> ftp.lyx.org/incoming/lyx-1.4.1-cygwin.tar.gz
>
> We cannot read there, sorry. Could you upload to ftp.deve
Jean-Marc Lasgouttes wrote:
> Oh. I thought it was in already. Could you repost the patch?
Here it is.
Jürgen
Index: src/insets/insettabular.C
===
--- src/insets/insettabular.C (Revision 13660)
+++ src/insets/insettabular.C (Arbeitsk
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> http://bugzilla.lyx.org/show_bug.cgi?id=2149
>>
>> The fix (add validate() methods) looks straightforward and I plan
>> to apply to branch+trunk.
>>
>> Comments?
Georg> Not really :-) It is obviously c
Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Am I discussing with myself? :-)
Personally, I do not have windows here and I don't undertand much
about libtool.
This was not meant as a critic, don't worry. I am just discussing with
m
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
Enrico> I have uploaded it at
Enrico> ftp.devel.lyx.org/pub/incoming/lyx-1.4.1-cygwin.tar.gz
Thanks, I put it online.
JMarc
Jean-Marc Lasgouttes wrote:
> Actually, with this enum and maybe a few comment, I am OK with this
> patch in 1.4.2.
What about the attached?
Jürgen
Index: src/paragraph.h
===
--- src/paragraph.h (Revision 13648)
+++ src/paragraph.h (
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Jose' Matos a écrit :
>> On Thursday 13 April 2006 11:12, Abdelrazak Younes wrote:
>>> Am I discussing with myself?
>> Probably not, but it is an interesting monologue in any case.
> Ahh... at least I have one reader . I hope others don't mind my
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> Oh. I thought it was in already. Could you repost the patch?
Juergen> Here it is.
Please apply to trunk and branch.
JMarc
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> Actually, with this enum and maybe a few comment, I am OK with this
>> patch in 1.4.2.
Juergen> What about the attached?
It looks OK to me, except
- void cleanChanges();
+ void
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
Abdelrazak Younes a écrit :
[...]
It seems to :-)
ar+ranlib libqt2 was done in 10 minutes and less than 400 Megs.
final exe linking took less than 10 minutes and less than 400 Megs
With the qt4 frontend, li
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| Jean-Marc Lasgouttes wrote:
| > Actually, with this enum and maybe a few comment, I am OK with this
| > patch in 1.4.2.
|
| What about the attached?
|
| Jürgen
|
| Index: src/paragraph.h
| ===
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I am still looking at those enum names.
Lars> I have a strong dislike for cryptic abbreviations.
Lars> trackingOn, trackingOff, trackingUnknown would suit me better I
Lars> think.
There is also Changes::On/Off/Unknown (which
Angus Leeming a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Jose' Matos a écrit :
On Thursday 13 April 2006 11:12, Abdelrazak Younes wrote:
Am I discussing with myself?
Probably not, but it is an interesting monologue in any case.
Ahh... at least I have one reader . I hope other
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I am still looking at those enum names.
|
| Lars> I have a strong dislike for cryptic abbreviations.
|
| Lars> trackingOn, trackingOff, trackingUnknown would suit me bett
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> > /usr/lib/ exists on mingw
>
> Are you sure? I mean MSys has it but I don't think mingw understand it.
> I may be wrong though.
You may well be right.
Here's my understanding of how the different pieces of the jigsaw fit together:
msys does litt
On Thu, Apr 13, 2006 at 11:40:26AM +0200, Abdelrazak Younes wrote:
> Abdelrazak Younes a écrit :
> >Abdelrazak Younes a écrit :
> [...]
>
> >It seems to :-)
> >ar+ranlib libqt2 was done in 10 minutes and less than 400 Megs.
> >final exe linking took less than 10 minutes and less than 400 Megs
>
>
Angus Leeming a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
/usr/lib/ exists on mingw
Are you sure? I mean MSys has it but I don't think mingw understand it.
I may be wrong though.
You may well be right.
Here's my understanding of how the different pieces of the jigsaw fit together
We had this typedef in several places. That is messy.
This patch moves the typedef to LyXKeySym.h, we loose some forward
declarations, but that cannot be helped.
Index: src/BufferView_pimpl.h
===
--- src/BufferView_pimpl.h (revision
On Thu, Apr 13, 2006 at 11:39:05AM +, Angus Leeming wrote:
> Shrug. Mingw is a spin off from Cygwin. I'm no expert here but Enrico appears
> quite knowledgable; try asking him what the difference is between an
> executable
> compiled with the mingw compiler and one compiled with the cygwin co
On Thu, Apr 13, 2006 at 01:48:19PM +0200, Abdelrazak Younes wrote:
> Angus Leeming a écrit :
> >Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> >>>/usr/lib/ exists on mingw
> >>Are you sure? I mean MSys has it but I don't think mingw understand it.
> >>I may be wrong though.
> >
> >You may well be
Enrico Forestieri a écrit :
On Thu, Apr 13, 2006 at 01:48:19PM +0200, Abdelrazak Younes wrote:
Angus Leeming a écrit :
[...]
Yes, that's my understanding also. But then I don't understand why g++
complains about not finding "/usr/lib/libiconv.dll.a". Maybe this
linking command is too long f
On Thu, Apr 13, 2006 at 02:18:48PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> >On Thu, Apr 13, 2006 at 01:48:19PM +0200, Abdelrazak Younes wrote:
> >>Angus Leeming a écrit :
>
> [...]
>
> >>Yes, that's my understanding also. But then I don't understand why g++
> >>complains
Enrico Forestieri a écrit :
On Thu, Apr 13, 2006 at 10:47:40AM +, Angus Leeming wrote:
If it's any consolation, I too am rather frustrated by mingw/msys. Packages get
out of date and there's no equivalent of the cygwin package manager (which is
excellent). And, frankly, I've never had much
Enrico Forestieri <[EMAIL PROTECTED]> writes:
> I am more radical than Abdel and use all cygwin tools to build
> a native win32 version of LyX.
> Please attached find all the material I use to this end.
Thanks, Enrico. I'll try and find some time next week to have a go.
> Be warned that, as I am
Enrico Forestieri a écrit :
On Thu, Apr 13, 2006 at 02:18:48PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
On Thu, Apr 13, 2006 at 01:48:19PM +0200, Abdelrazak Younes wrote:
Angus Leeming a écrit :
[...]
Yes, that's my understanding also. But then I don't understand why g++
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Wait I see that "-I/cygdrive/d/program/Aspell-60-4/include" is passed to
> g++. So configure in this case doesn't translate anything and g++ is
> able to cope with this path. But it can't cope with
> "/usr/lib/libiconv.dll.a", this is really weird.
Angus Leeming a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Wait I see that "-I/cygdrive/d/program/Aspell-60-4/include" is passed to
g++. So configure in this case doesn't translate anything and g++ is
able to cope with this path. But it can't cope with
"/usr/lib/libiconv.dll.a", thi
What is the name of the third icon in the Math Panel? It looks like a sum
symbol with two squares at the side and the tooltip "Set limits style"? And
where can i find it?
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
Null problemo !!!
Either "Formatted reference" is not implemented, then it should be deleted
from the list of possible references (Insert->Cross-reference...) or
prettyref.sty should be installed automatically.
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
You like to f
What does "Alternative language:" and "Use input encoding" in
Document->Preferences->Language mean, and how are they used?
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
You will be successful in love.
What effect has "Generate hyperlink" in Insert->URL?
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
Ich bin bekannt für meine Ironie. Aber auf den Gedanken,
im Hafen von New York eine Freiheitsstatue zu errichten,
wäre selbst ich nicht gekommen. (Georg Bern
What is the difference between "&Use AMS math package automatically" and "Use
AMS &math package"
--
Viele Grüße,
Hartmut
Hungerhilfe: http://www.thehungersite.com
Das heutige Motto:
Every purchase has its price.
Hartmut Haase wrote:
> What is the difference between "&Use AMS math package automatically"
Let LyX decide if it is needed.
> and
> "Use AMS &math package"
Use it always.
Georg
?
think it's called "style.xpm" and can be found in lib\images in HEAD
From: Hartmut Haase [mailto:[EMAIL PROTECTED]
Sent: Tue 4/11/06 14:41
To: LyX Developers
Subject: lyx140[cvs]: Math Panel
What is the name of the third icon in the Math Panel? It looks li
On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> >I am more radical than Abdel and use all cygwin tools to build
> >a native win32 version of LyX.
>
> I may well join you in the revolution Enrico ;-) And I may go even
> further, just use the cygw
Lars Gullik Bjønnes wrote:
> I am still looking at those enum names.
>
> I have a strong dislike for cryptic abbreviations.
>
> trackingOn, trackingOff, trackingUnknown would suit me better I think.
Fine with me. Can I apply the attached?
Jürgen
Index: src/paragraph.h
Enrico Forestieri a écrit :
On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
[Lots of very good reasons to use Cygwin]
You don't have to convince me Enrico I am already on your side ;-)
My question was about the general windows user. For this kind
On Thu, Apr 13, 2006 at 12:43:56PM +, Angus Leeming wrote:
> A question for you: If I were to fo the -mno-cygwin route and build LyX using
> the Cygwin environment, then I'll also have to continue to build the external
> libraries that LyX links against (aspell, iconv, gettext). Ie, I won't be
On Thu, Apr 13, 2006 at 03:06:43PM +0200, Abdelrazak Younes wrote:
> Angus Leeming a écrit :
> >Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> >>Wait I see that "-I/cygdrive/d/program/Aspell-60-4/include" is passed to
> >>g++. So configure in this case doesn't translate anything and g++ is
> >>a
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Lars Gullik Bjønnes wrote:
>> I am still looking at those enum names.
>>
>> I have a strong dislike for cryptic abbreviations.
>>
>> trackingOn, trackingOff, trackingUnknown would suit me better I
>> think.
Juergen> Fi
I will be away until April 24. I may be able to read some mail until
then, though.
JMarc
On Thu, Apr 13, 2006 at 04:14:24PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> >Please, don't think to distribute the cygwin dll outside of a cygwin
> >installation as you would be classified as 3PPP (third party perverse)
> >and they would deny any support.
>
> Well, we do th
We tried hard to make sure that text pasted into ERT has the right
pseudo-language, but we forgot to reset the language of text pasted from
ERT to normal text.
The attached patch fixes that, but I am not entirely lucky with it. I would
like to explicitly handle LFUN_COPY and LFUN_PASTE in InsetERT,
Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
>> On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
>>> Enrico Forestieri a écrit :
>
> [Lots of very good reasons to use Cygwin]
>
> You don't have to convince me Enrico I am already on your side ;-)
> My question was abou
After some time of investigation and thanks to two delayed flights I came up
with the following solution that fixes the natbib slowness problem for me and
makes LyX 1.4 usable again.
What it does is:
- store the timestamp of any bibfile in the buffer
- in insetcite, store the timestamp of the fi
Jean-Marc Lasgouttes wrote:
> Juergen> Fine with me. Can I apply the attached?
>
> OK for me.
I'll apply to branch and trunk then.
Jürgen
On Thu, Apr 13, 2006 at 05:28:39PM +0200, Georg Baum wrote:
> Abdelrazak Younes wrote:
>
> > Enrico Forestieri a écrit :
> >> On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
> >>> Enrico Forestieri a écrit :
> >
> > [Lots of very good reasons to use Cygwin]
> >
> > You don't h
I now get:
In file included from ../../src/BufferView.C:22:
../../src/BufferView_pimpl.h:79: error: `LyXKeySymPtr' was not declared in
this scope
../../src/BufferView_pimpl.h:79: error: syntax error before `,' token
Georg
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> We tried hard to make sure that text pasted into ERT has the
Georg> right pseudo-language, but we forgot to reset the language of
Georg> text pasted from ERT to normal text. The attached patch fixes
Georg> that, but I am not entirely l
Georg Baum wrote:
> I now get:
>
> In file included from ../../src/BufferView.C:22:
> ../../src/BufferView_pimpl.h:79: error: `LyXKeySymPtr' was not declared in
> this scope
> ../../src/BufferView_pimpl.h:79: error: syntax error before `,' token
missing include.
The attached goes in now.
Jürgen
I
Georg Baum <[EMAIL PROTECTED]> writes:
| I now get:
|
| In file included from ../../src/BufferView.C:22:
| ../../src/BufferView_pimpl.h:79: error: `LyXKeySymPtr' was not declared in
| this scope
| ../../src/BufferView_pimpl.h:79: error: syntax error before `,' token
Hmm... I thought I got all of
Juergen Spitzmueller wrote:
> What it does is:
> - store the timestamp of any bibfile in the buffer
> - in insetcite, store the timestamp of the files at the time when the
> bibliographies were scanned for the last time
> - now only scan the files again if the timestamp of a file has changed or
> i
This patch replaces several of workarea signals with direct function
calls into BufferView.
This means that the dependency direction is changed, now the frontend
depend on the core and not the other way around. (IMO more correct)
As a added bonues this should be a bit faster as well...
Will go
Enrico Forestieri wrote:
On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
I am more radical than Abdel and use all cygwin tools to build
a native win32 version of LyX.
I may well join you in the revolution Enrico ;-) And I may go even
further, ju
at the moment tipa has to be loaded manually.
OK for trunk?
Jürgen
Index: src/LaTeXFeatures.C
===
--- src/LaTeXFeatures.C (Revision 13664)
+++ src/LaTeXFeatures.C (Arbeitskopie)
@@ -243,6 +243,7 @@ char const * simplefeatures[] = {
On Thu, Apr 13, 2006 at 02:27:50PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> >The qt3-win32.patch also contains my patches to Qt aimed at a
> >cygwin executable, but they do not harm a native build.
> >Although the patch may seem big, it does nothing more of what
> >you find
On Thu, Apr 13, 2006 at 12:12:13PM +0200, Abdelrazak Younes wrote:
> Am I discussing with myself?
Could well be. But be assured that even for talking to one self one
needs an intelligent partner...
Andre'
On Wed, Apr 12, 2006 at 10:50:12PM +0200, Edwin Leuven wrote:
> Georg Baum wrote:
> >Did you see Andrés message about the anchor and cursor depth? I think he
> >is right with his concern, and you should only act on single paragraphs.
>
> as abdel wrote, i intend to move the full paragraphs, not t
In a clean revision 13655 I get the following linker error:
make all-recursive
[...]
make[2]: Entering directory `/usr/src/lyx/lyx-build/src'
/bin/sh ../libtool --tag=CXX --mode=link g++ -fno-exceptions -g -O -o lyx-qt
main.o Bidi.o BufferView.o BufferView_pimpl.o Bullet.o BranchList.o Chkt
On Thu, Apr 13, 2006 at 11:10:16AM +0200, Jean-Marc Lasgouttes wrote:
>
> http://bugzilla.lyx.org/show_bug.cgi?id=2149
>
> The fix (add validate() methods) looks straightforward and I plan to
> apply to branch+trunk.
>
> Comments?
Straightforward, indeed.
Andre'
On Wed, Apr 12, 2006 at 10:13:21PM +0200, Abdelrazak Younes wrote:
> Excuse me if I am saying something obvious here but his patch move the
> full paragraph that contains the selection anchor and maybe Andre didn't
> realize that.
I unser stood that.
I was/am concerned about anchors that are ne
On Thu, Apr 13, 2006 at 03:22:43PM +0200, Hartmut Haase wrote:
> What is the difference between "&Use AMS math package automatically" and "Use
> AMS &math package"
The latter forces the use of AMS, the former lets LyX make an educated
guess (which might be wrong).
The basic idea is to use the fo
On Thu, Apr 13, 2006 at 08:03:23PM +0200, Lars Gullik Bjønnes wrote:
> This patch replaces several of workarea signals with direct function
> calls into BufferView.
>
> This means that the dependency direction is changed, now the frontend
> depend on the core and not the other way around. (IMO more
On Thu, Apr 13, 2006 at 11:05:36AM -0700, Stephen Harris wrote:
> Enrico Forestieri wrote:
> >The point is that LyX substantially is a *nix application and cygwin
> >offers all the needed infrastructure. So, you already have libiconv,
> >libaspell, python and so on. So why do not require installin
On Thu, Apr 13, 2006 at 08:03:23PM +0200, Lars Gullik Bjønnes wrote:
> Will go in shortly, but comments are appreciated.
case SelectionClear:
lyxerr[Debug::GUI] << "Lost selection." << endl;
if (wa_ptr)
- wa_ptr->selectionLost();
+
Angus Leeming wrote:
Guys, the test will need to be rewritten as:
PATHORIG="$PATH"
PATH="$PWD/../src/tex2lyx:$PATH"
export PATH
for ac_prog in 'tex2lyx -f $$i $$o' \
'tex2lyx'"$version_suffix"' -f $$i $$o'
do
...
done
PATH="$PATHORIG"
export PATH
unset PATHORIG
Paul, could y
Andre Poenitz <[EMAIL PROTECTED]> writes:
| In a clean revision 13655 I get the following linker error:
Clean revision perhaps, but autogen.sh and configure has not been run.
We don't use -fno-exceptions any more.
--
Lgb
1 - 100 of 116 matches
Mail list logo