Re: Table problems: 1.5.x

2007-08-13 Thread Martin Vermeer
On Mon, Aug 13, 2007 at 04:28:37PM -0400, Bennett Helm wrote: > In one document, I use multicols and tables. With current 1.5.x, that > document fails to typeset (complaining of a "Misplaced \omit: > \multicolumn{1}{c|}{}\multicolumn{1}{c|}{} >

Re: Compile error: current trunk

2007-08-13 Thread Anders Ekberg
On 13 aug 2007, at 23.43, Jean-Marc Lasgouttes wrote: Anders Ekberg <[EMAIL PROTECTED]> writes: I get the same. usr/include/sys/signal.h:183 contains: #ifndef _UID_T #define _UID_T typedef __darwin_uid_t uid_t; <- 183 #endif And what do you have in src/config.h? JMarc

Re: [patch] add version info to the lyx executable

2007-08-13 Thread Enrico Forestieri
On Mon, Aug 13, 2007 at 04:34:24PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Doh! You're right. Of course the same applies to lines 6 and 7. I used > > a temp var initially, then replaced it with an existing one in order > > to avoid clutter in the n

[PATCH] more work on counters

2007-08-13 Thread Jean-Marc Lasgouttes
The following patch introduces LabelString for counters. This labelstring will be used in several places: - everytime a layout LabelString contains \thesomething, the labelString of counter something is used (currently no layout uses that) - InsetCaption also uses this for numbering. As an

Re: fix for bug 4133 introduces new crash and destroys longtables

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: >> It may also be the fix for bug 580. > > That's what I suspect is the culprit for my similar report today > ("Table problems: 1.5.x"). FWIW, Martin has identified problems with this patch and will commit a fix tomorrow. JMarc

Tips for Subversion and branches (Was: Branches [was: One BufferView per Buffer])

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Richard Heck wrote: Since I've been doing some work in a branch, as well, I'd appreciate some advice on how to deal with it once it's to the point where I'm ready to seek a merge. Now I suppose it'd be possible to split the ultimate product into a series of patches, but

Re: LyX executable size

2007-08-13 Thread christian . ridderstrom
On Tue, 14 Aug 2007, Jean-Marc Lasgouttes wrote: "Cucinotta Tommaso" <[EMAIL PROTECTED]> writes: Thanx, concerning configure options, it would be useful to highlight, for each option/switch, what is the default value that is taken, if any. It is given in INSTALL, for the options that are doc

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread christian . ridderstrom
On Tue, 14 Aug 2007, Abdelrazak Younes wrote: > > Remember that this discussion started with "if you have 10 minutes, > > please merge my branch". And you still think code review is bullshit. Never said that, I am still waiting the review... FYI: Regardless of your exact words[1], my i

Re: fix for bug 4133 introduces new crash and destroys longtables

2007-08-13 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: It may also be the fix for bug 580. Hmm, bug 580 was fixes some days ago I think. With LyX 1.5.2svn from 12.8. the problems don't occur. OK, I haven't followed the actually development very carefully. But if the fix for bug 580 is the reason, this should be reve

Re: Ignoring text in spell-check [updated patch]

2007-08-13 Thread christian . ridderstrom
On Tue, 14 Aug 2007, Mael Hilléreau wrote: Ah.. this reminds me of something I said here at the meeting, but should of course have posted as well. A noun in e.g. English may contain spaces. Select a compound word, and click the button. Very easy, no? (provided that this is supported at the

Re: fix for bug 4133 introduces new crash and destroys longtables

2007-08-13 Thread Bennett Helm
On Aug 13, 2007, at 7:27 PM, Jean-Marc Lasgouttes wrote: Uwe Stöhr <[EMAIL PROTECTED]> writes: I just compiled LyX 1.5.2svn to test the fix for bug 4133. But now LyX crashes on every longtable: Open the Embedded Objects manual and go to section 2.6.2.3. You can se that Table 6 is broken

Re: fix for bug 4133 introduces new crash and destroys longtables

2007-08-13 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > I just compiled LyX 1.5.2svn to test the fix for bug 4133. But now LyX > crashes on every longtable: > > Open the Embedded Objects manual and go to section 2.6.2.3. You can se > that Table 6 is broken as the Name field appear right beside the > table. When

fix for bug 4133 introduces new crash and destroys longtables

2007-08-13 Thread Uwe Stöhr
I just compiled LyX 1.5.2svn to test the fix for bug 4133. But now LyX crashes on every longtable: Open the Embedded Objects manual and go to section 2.6.2.3. You can se that Table 6 is broken as the Name field appear right beside the table. When you now scroll a bit LyX crahses. I also cannot

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > Changing trunk to this, allows compilation to proceed a little bit > before I get: Can we see you whole config.log? Send it to me privately if it is huge. JMarc

Re: Compile error: current trunk

2007-08-13 Thread Bennett Helm
On Aug 13, 2007, at 6:43 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: On Aug 13, 2007, at 6:11 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: Not sure exactly what you're looking for. Here are the bits of config.h relevant to uid_t: T

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 14 août 07 à 00:42, Jean-Marc Lasgouttes a écrit : Mael Hilléreau <[EMAIL PROTECTED]> writes: What _we_ need isn't necessarily what _you_ think, right? I can already tell you what I need (and I'm not the only one, see bug ): a way to ignore notes in all my documents. What you propose i

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > On Aug 13, 2007, at 6:11 PM, Jean-Marc Lasgouttes wrote: > >> Bennett Helm <[EMAIL PROTECTED]> writes: >> >>> Not sure exactly what you're looking for. Here are the bits of >>> config.h relevant to uid_t: >> >> This is apple's signal.h. I want LyX' config

Re: Ignoring text in spell-check

2007-08-13 Thread Jean-Marc Lasgouttes
Mael Hilléreau <[EMAIL PROTECTED]> writes: > What _we_ need isn't necessarily what _you_ think, right? > > I can already tell you what I need (and I'm not the only one, see bug > ): a way to ignore notes in all my documents. What you propose is > just to configure each of them to be ignored! Not

Re: Ignoring text in spell-check [updated patch]

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 21:06, [EMAIL PROTECTED] a écrit : On Mon, 13 Aug 2007, Mael Hilléreau wrote: 3) A list of words into document settings (with add/remove control), and a button into spellchecker dialog for adding on-the-fly. Ah.. this reminds me of something I said here at the meeting, b

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Remember that this discussion started with "if you have 10 minutes, please merge my branch". And that's exactly what it would have taken without all these unfruitful discussions. And Dov's patch would have been reverte

Re: Compile error: current trunk

2007-08-13 Thread Bennett Helm
On Aug 13, 2007, at 6:11 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: Not sure exactly what you're looking for. Here are the bits of config.h relevant to uid_t: This is apple's signal.h. I want LyX' config.h. That's what I get for rushing. Here is the relevant b

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 14 août 07 à 00:08, Jean-Marc Lasgouttes a écrit : Mael Hilléreau <[EMAIL PROTECTED]> writes: Then you won't fix bug 1509. As a LyX user, ignoring spellchecking into notes or comments is the most needed feature for me. It is a good habit to write correct language in notes :) Not good fo

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 14 août 07 à 00:07, Jean-Marc Lasgouttes a écrit : Mael Hilléreau <[EMAIL PROTECTED]> writes: No. A per-character approach doesn't allow this. With per-character, you'll provide instance level, not type level ignoring. For example, you can use a tool (provided it is implemented) to ignore a

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > Not sure exactly what you're looking for. Here are the bits of > config.h relevant to uid_t: This is apple's signal.h. I want LyX' config.h. JMarc

Re: Compile error: current trunk

2007-08-13 Thread Bennett Helm
On Aug 13, 2007, at 4:34 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: On Aug 13, 2007, at 4:19 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: /usr/include/sys/signal.h:183: error: two or more data types in declaration specifiers Could

Re: LyX executable size

2007-08-13 Thread Jean-Marc Lasgouttes
"Cucinotta Tommaso" <[EMAIL PROTECTED]> writes: > Thanx, concerning configure options, it would be useful to highlight, > for each option/switch, what is the default value that is taken, if > any. It is given in INSTALL, for the options that are documented :) JMarc

Re: Ignoring text in spell-check

2007-08-13 Thread Jean-Marc Lasgouttes
Mael Hilléreau <[EMAIL PROTECTED]> writes: > Then you won't fix bug 1509. As a LyX user, ignoring spellchecking > into notes or comments is the most needed feature for me. It is a good habit to write correct language in notes :) JMarc

Re: Ignoring text in spell-check

2007-08-13 Thread Jean-Marc Lasgouttes
Mael Hilléreau <[EMAIL PROTECTED]> writes: > No. A per-character approach doesn't allow this. With per-character, > you'll provide instance level, not type level ignoring. For example, > you can use a tool (provided it is implemented) to ignore all notes > instances in your document, but what happ

Re: trunk broken again as of 19523

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > svn up -r 19520 fixes the problem André is on this. JMarc

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Remember that this discussion started with "if you have 10 minutes, >> please merge my branch". > > And that's exactly what it would have taken without all these > unfruitful discussions. And Dov's patch would have been reverted And some weird ref

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 22:44, Jean-Marc Lasgouttes a écrit : Mael Hilléreau <[EMAIL PROTECTED]> writes: Some users use comments, notes to put quick reminders which shouldn't be spellchecked at all. Other users will e.g. use notes as drafts and could like them to be spellchecked. Only a per-inset or

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 22:40, Dov Feldstern a écrit : Then we should try to see how important it is to add per-inset or per-layout customisability. I am not 100% convince that everybody expects that LyXCode is not spell-checked. Some users use comments, notes to put quick reminders which shouldn't be

Re: LyX executable size

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:32:40 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: Use --without-included-boost (I just changed the help message to make this clearer). You will need boost 1.34.[01]. JMarc Thanx, concerning configure options, it would be useful to highlight, for each option/

Re: LyX and xetex - demo document

2007-08-13 Thread Uwe Stöhr
> Attached is a demo document showing how to use xetex with LyX. Thanks, I uploaded the example to LyX's wiki and created this page: http://wiki.lyx.org/LyX/XeTeX Perhaps you can add more informations here. I also added a footnote in the new revised Userguide about this wiki page. regarsd Uwe

trunk broken again as of 19523

2007-08-13 Thread Richard Heck
svn up -r 19520 fixes the problem g++ -g -O -o lyx-qt4 main.o ASpell.o ISpell.o SpellBase.o Box.o Dimension.o PrinterParams.o Thesaurus.o ./.libs/liblyxcore.a ./.libs/liblyxmathed.a ./.libs/liblyxinsets.a frontends/.libs/liblyxfrontends.a frontends/qt4/.libs/liblyxqt4.a -L/usr/X11R6/lib fro

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: I simply forgot one or two revision in my last synch with trunk. No big deal. Don't worry, I won't revert anything. Remember that this discussion started with "if you have 10 minutes, please merge my branch". And that

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Anders Ekberg <[EMAIL PROTECTED]> writes: > I get the same. > > usr/include/sys/signal.h:183 contains: > > #ifndef _UID_T > #define _UID_T > typedef __darwin_uid_tuid_t; <- 183 > #endif > And what do you have in src/config.h? JMarc

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I simply forgot one or two revision in my last synch with trunk. No > big deal. Don't worry, I won't revert anything. Remember that this discussion started with "if you have 10 minutes, please merge my branch". JMarc

Re: Ignoring text in spell-check

2007-08-13 Thread Jean-Marc Lasgouttes
Dov Feldstern <[EMAIL PROTECTED]> writes: > Me too. BTW, JMarc, if you want a two-digit bug, this is #86 ;) I have a fix for bug 19, it is even better :) > Or per-character (as language or font-attributes), which although > unnecessary for spell-checking purposes, I think would be simpler in > t

[patch] Streamlining collapsable status, inlined, etc. in InsetCollapsable

2007-08-13 Thread Martin Vermeer
Attached is a first attempt to streamline the handling of the various presentation modes of collapsable insets. To do still: 1) really remove the Inlined value from the CollapseStatus enum 2) same from the ERT dialog 3) move the drawing of "Conglomerate-style" inset presentation from CharStyle to

Re: Ignoring text in spell-check

2007-08-13 Thread Dov Feldstern
Jean-Marc Lasgouttes wrote: Mael Hilléreau <[EMAIL PROTECTED]> writes: Some users use comments, notes to put quick reminders which shouldn't be spellchecked at all. Other users will e.g. use notes as drafts and could like them to be spellchecked. Only a per-inset or per-layout approach can add

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Bo Peng
> Well, if you haven't tried quilt, I suggest you do now. It's really > nice! (I think Stefan was converted when I mentioned it to him a couple > of months back!) I will have a look when I get a chance. > Regarding disk space --- if you're on a unix, you can try working with > hard links. This re

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Dov Feldstern
Bo Peng wrote: I very warmly recommend using "quilt" (the best place I've found for getting started with it is here: http://www.coffeebreaks.org/blogs/wp-content/archives/talks/2005/quilt/quiltintro-s5.html) When I first encountered this multiple patch/feature problem. I did a similar search as

Re: Ignoring text in spell-check

2007-08-13 Thread Jean-Marc Lasgouttes
Mael Hilléreau <[EMAIL PROTECTED]> writes: > Some users use comments, notes to put quick reminders which shouldn't > be spellchecked at all. Other users will e.g. use notes as drafts and > could like them to be spellchecked. Only a per-inset or per-layout > approach can address these needs. I do

Re: [Cvslog] r19514 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: +bool InsetText::notifyCursorLeaves(Cursor & cur) { André says: put the curly bracket on next line. + if(wide()) André says: put a space after the if. Yes, sorry. Too much cutting and pasting. I'll fix this when I get ot

Re: Compile error: current trunk

2007-08-13 Thread Anders Ekberg
Jean-Marc Lasgouttes Mon, 13 Aug 2007 13:20:26 -0700 Bennett Helm <[EMAIL PROTECTED]> writes: > /usr/include/sys/signal.h:183: error: two or more data types in > declaration specifiers Could you show us what this line contains? JMarc I get the same. usr/include/sys/signal.h:183 contains: #

Re: Ignoring text in spell-check

2007-08-13 Thread Dov Feldstern
Mael Hilléreau wrote: Le 13 août 07 à 01:03, Jean-Marc Lasgouttes a écrit : Dov Feldstern writes: On the other hand, I think that it is bad if the spell checker ignores text which the user thinks that it is checking --- so it should be very clear to the user what is or is not being checked. A

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Abdelrazak Younes
Dov Feldstern wrote: Abdelrazak Younes wrote: But why don't you review the branch instead? The incremental commit are much more easier to grasp. Why do you insist on reviewing the final patch? For one thing, because the final patch is what's going to go in in the end. Do you think I am

Re: Advanced search patch update

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:30:22 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: This patch is against my MVC branch (rev 19086). One more reason why my branch should be merged ASAP ;-) Revision is 19086. Though, I'm quite sure I produced it against a bare svn co /trunk. Is it possible tha

Re: Ignoring text in spell-check

2007-08-13 Thread Dov Feldstern
[EMAIL PROTECTED] wrote: On Mon, 13 Aug 2007, Jean-Marc Lasgouttes wrote: other hand, I think that it is bad if the spell checker ignores text which the user thinks that it is checking --- so it should be very clear to the user what is or is not being checked. I agree. Another solution I ju

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > On Aug 13, 2007, at 4:19 PM, Jean-Marc Lasgouttes wrote: > >> Bennett Helm <[EMAIL PROTECTED]> writes: >> >>> /usr/include/sys/signal.h:183: error: two or more data types in >>> declaration specifiers >> >> Could you show us what this line contains? > > t

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Bo Peng
> I very warmly recommend using "quilt" (the best place I've found for > getting started with it is here: > http://www.coffeebreaks.org/blogs/wp-content/archives/talks/2005/quilt/quiltintro-s5.html) When I first encountered this multiple patch/feature problem. I did a similar search as you, and tr

Re: Advanced search patch update

2007-08-13 Thread Cucinotta Tommaso
On Sun, 12 Aug 2007 20:33:58 +0300 Dov Feldstern <[EMAIL PROTECTED]> wrote: Tommaso, this patch sounds really interesting to me, I'd like to try it out. Against what branch/version is the patch to be applied? It's not applying cleanly for me... The 'svn diff' command itself added within the p

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 01:03, Jean-Marc Lasgouttes a écrit : Dov Feldstern <[EMAIL PROTECTED]> writes: On the other hand, I think that it is bad if the spell checker ignores text which the user thinks that it is checking --- so it should be very clear to the user what is or is not being checked. And i

Re: Ignoring text in spell-check

2007-08-13 Thread Dov Feldstern
Mael Hilléreau wrote: Selon Dov Feldstern : etc., etc. It becomes too ad-hoc, the code gets more and more complicated in order to deal with ever-more specific cases, and we are still not as flexible as possible. Precisely, that's why what you propose (lower level) won't make things easier; yo

Table problems: 1.5.x

2007-08-13 Thread Bennett Helm
In one document, I use multicols and tables. With current 1.5.x, that document fails to typeset (complaining of a "Misplaced \omit: \multicolumn{1}{c|}{}\multicolumn{1}{c|}{} \tabularnewline I expect to see \omit only after tab marks or the \cr o

Re: Compile error: current trunk

2007-08-13 Thread Bennett Helm
On Aug 13, 2007, at 4:19 PM, Jean-Marc Lasgouttes wrote: Bennett Helm <[EMAIL PROTECTED]> writes: /usr/include/sys/signal.h:183: error: two or more data types in declaration specifiers Could you show us what this line contains? typedef __darwin_uid_t uid_t; Bennett

Re: O-T: Anyone had experience with Bazaar (the DVCS)

2007-08-13 Thread Dov Feldstern
[EMAIL PROTECTED] wrote: Has anyone had experience with Bazaar (the DVCS)? I heard of it as Ubuntu use it, and I'm consiering it to for personal stuff where I previously used CVS. It might be interesting for others as well. http://bazaar-vcs.org/ One attraction for me was that it suppor

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Dov Feldstern
Bo Peng wrote: Right now, if I may summarize the opinion of the lead developers: you will have to rebase all your work on trunk step by step, logical change by logical change. It's obviously a waste of time and most of the time invested in your branch is basically lost. I will discourage anyone t

Re: Compile error: current trunk

2007-08-13 Thread Jean-Marc Lasgouttes
Bennett Helm <[EMAIL PROTECTED]> writes: > /usr/include/sys/signal.h:183: error: two or more data types in > declaration specifiers Could you show us what this line contains? JMarc

Re: [Cvslog] r19514 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-13 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > +bool InsetText::notifyCursorLeaves(Cursor & cur) { André says: put the curly bracket on next line. > + if(wide()) André says: put a space after the if. JMarc, who just found a new job as secretary.

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Dov Feldstern
Abdelrazak Younes wrote: But why don't you review the branch instead? The incremental commit are much more easier to grasp. Why do you insist on reviewing the final patch? For one thing, because the final patch is what's going to go in in the end. Secondly, almost as important as what goes

Re: [Patch] One BufferView per Buffer

2007-08-13 Thread Dov Feldstern
Abdelrazak Younes wrote: Here is the patch. I think it is easy to understand. So objection? Err.., there are at least two changes that I have committed in the past few weeks (totally unrelated to MVC) which this patch is undoing: Index: Font.cpp ===

Compile error: current trunk

2007-08-13 Thread Bennett Helm
When I try to compile current trunk, I get the following error -- repeated many times: Making all in intl gcc -c -DLOCALEDIR=\"/Applications/LyX-devel.app/Contents/Resources/ locale\" -DLOCALE_ALIAS_PATH=\"/Applications/LyX-devel.app/Contents/ Resources/locale\" -DLIBDIR=\"/Applications/LyX-d

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Richard Heck wrote: > I can commit that part right now indeed. But it _is_ related because I > heavily modified the way Buffer are loaded from the GUI. It's related, but I think the point is that it'd been easier to discuss/review this mechanism separately - as a sepa

[PATCH] bug 409: make footnotes numbered on screen

2007-08-13 Thread Jean-Marc Lasgouttes
A 3-digits bug for a change... Here is a patch to number footnotes one screen. I chose to keep the 'foot' besides the number, so that the label is clearer. The footnote will only be numbered if the "footnote" counter exists. This allows to disable the numbering for certain classes. I would be i

Makefile.am Error

2007-08-13 Thread Richard Heck
It seems that lyx-qt4 isn't actually getting installed at present, though the libraries are, and so are tex2lyx and lyxclient. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

Re: [patch] selection in source panel

2007-08-13 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> What? Do we require qt=4.1, not qt>=4.1 nowadays? > > Yeap. No, we require >= 4.1. JMarc

Re: Mouse Selection Bug Again

2007-08-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > Here's what I think is happening. Selecting some text in one konsole > app is clearing the selected text in the other, so a SelectionClear > event is being triggered. Presumably, this is going to ALL aware > applications, and that would include the konsole

O-T: Anyone had experience with Bazaar (the DVCS)

2007-08-13 Thread christian . ridderstrom
Has anyone had experience with Bazaar (the DVCS)? I heard of it as Ubuntu use it, and I'm consiering it to for personal stuff where I previously used CVS. It might be interesting for others as well. http://bazaar-vcs.org/ One attraction for me was that it support different kinds of w

Re: Ignoring text in spell-check [updated patch]

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Mael Hilléreau wrote: 3) A list of words into document settings (with add/remove control), and a button into spellchecker dialog for adding on-the-fly. Ah.. this reminds me of something I said here at the meeting, but should of course have posted as well. A n

Re: [patch] selection in source panel

2007-08-13 Thread Alfredo Braunstein
Bo Peng wrote: >> What? Do we require qt=4.1, not qt>=4.1 nowadays? > > Yeap. That's kind of absurd... what other problems qt>4.1 gives? A/

Re: [patch] selection in source panel

2007-08-13 Thread Bo Peng
> What? Do we require qt=4.1, not qt>=4.1 nowadays? Yeap. Bo

Re: [patch] selection in source panel

2007-08-13 Thread Alfredo Braunstein
Bo Peng wrote: >> > qt422, I am trying 4.1. >> >> qt-4.2.3 here. > > Qt 4.1 does not work here. Please try 4.1 (the version lyx uses) if > possible. What? Do we require qt=4.1, not qt>=4.1 nowadays? A/

Re: [patch] selection in source panel

2007-08-13 Thread Bo Peng
> > qt422, I am trying 4.1. > > qt-4.2.3 here. Qt 4.1 does not work here. Please try 4.1 (the version lyx uses) if possible. Bo

Re: [patch] selection in source panel

2007-08-13 Thread Alfredo Braunstein
Bo Peng wrote: >> It all looks fine here, could you give a detailed explanation for a very >> short document? >> >> Btw, what's your qt version? > > > qt422, I am trying 4.1. qt-4.2.3 here. A/

Re: Ignoring text in spell-check [updated patch]

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 01:12, Jean-Marc Lasgouttes a écrit : Mael Hilléreau <[EMAIL PROTECTED]> writes: I uploaded this patch to bugzilla: http://bugzilla.lyx.org/show_bug.cgi?id=3D1509 IMHO it fixes this bug. Please let me know wether it has a chance to be applied. FWIW, I looked at the patch a

Re: Ignoring text in spell-check

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Mael Hilléreau wrote: Le 13 août 07 à 13:01, [EMAIL PROTECTED] a écrit : On Sun, 12 Aug 2007, Mael Hilléreau wrote: > > I didn't understand him that way. I thought he meant that the specific > > instanc of that word (and perhaps optionally all identical words) would > >

Re: [patch] selection in source panel

2007-08-13 Thread Bo Peng
> It all looks fine here, could you give a detailed explanation for a very > short document? > > Btw, what's your qt version? qt422, I am trying 4.1. Bo

Re: [patch] selection in source panel

2007-08-13 Thread Alfredo Braunstein
Bo Peng wrote: >> >> Ah yes, forgot one problem with the very last line of source code, could >> you try the attached? > > Does not work either. It helps a little bit but the gray cursor either > covers the first source line, or the whole paragraph. It all looks fine here, could you give a detai

Re: [PATCH] Bug 4121: Citation dialog bug

2007-08-13 Thread Richard Heck
Abdelrazak Younes wrote: Richard Heck wrote: This addresses some bugs involving the mouse in the citation dialog. One was reported as 4121; the other is one I've seen, where clicking in the left pane causes a multi-element selection. This is because the selection model is being reset too often

Re: r19513 - /lyx-devel/trunk/src/frontends/qt4/QLPainter.cpp

2007-08-13 Thread Abdelrazak Younes
Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: younes Date: Mon Aug 13 19:35:09 2007 New Revision: 19513 URL: http://www.lyx.org/trac/changeset/19513 Log: * QLPainter::text(): - reorganize the code to minimize indentation by returning early for special cases - use a pixmap cache for

Re: [PATCH] Bug 4121: Citation dialog bug

2007-08-13 Thread Abdelrazak Younes
Richard Heck wrote: This addresses some bugs involving the mouse in the citation dialog. One was reported as 4121; the other is one I've seen, where clicking in the left pane causes a multi-element selection. This is because the selection model is being reset too often. Could you elaborate a

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 09:42, Helge Hafting a écrit : Agreed. I have a simple solution: use 2 checkboxes. One for notes, the other for disabled branches. This solves the spellchecking of branches. But note that such checkboxes does not remove the need for marking parts of the document as non-sp

Re: r19513 - /lyx-devel/trunk/src/frontends/qt4/QLPainter.cpp

2007-08-13 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: younes Date: Mon Aug 13 19:35:09 2007 New Revision: 19513 URL: http://www.lyx.org/trac/changeset/19513 Log: * QLPainter::text(): - reorganize the code to minimize indentation by returning early for special cases - use a pixmap cache for word drawing. This can be

Re: [PATCH] Bug 4121: Citation dialog bug

2007-08-13 Thread Richard Heck
Anyone? Richard Heck wrote: This addresses some bugs involving the mouse in the citation dialog. One was reported as 4121; the other is one I've seen, where clicking in the left pane causes a multi-element selection. This is because the selection model is being reset too often. OK to comm

Re: Ignoring text in spell-check

2007-08-13 Thread Mael Hilléreau
Le 13 août 07 à 13:01, [EMAIL PROTECTED] a écrit : On Sun, 12 Aug 2007, Mael Hilléreau wrote: I didn't understand him that way. I thought he meant that the specific instanc of that word (and perhaps optionally all identical words) would be marked as "do not spellcheck me". So there would be

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Richard Heck
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Richard Heck wrote: Bo Peng wrote: Right now, if I may summarize the opinion of the lead developers: you will have to rebase all your work on trunk step by step, logical change by logical change. It's obviously a waste of time and most of the

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Richard Heck wrote: Bo Peng wrote: Right now, if I may summarize the opinion of the lead developers: you will have to rebase all your work on trunk step by step, logical change by logical change. It's obviously a waste of time and most of the time invested in your branc

Re: Mouse Selection Bug Again

2007-08-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: This depends. Selecting in Firefox clears the selection in Konsole, but not vice versa. Firefox has obviously chosen to ignore the SelectionClear event, and I'd propose we should do the same. Why should selecting in Firefox

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Bo Peng
> > That is part of the reason why I do not use branches. I simply work > > locally, and keep my tree up to date using 'svn up'. > Yes, though, if fixing a bug modifies a file I'm working on otherwise, > then I can have a problem. I have multiple trees and they usually do not rely on each other. F

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Abdelrazak Younes
Richard Heck wrote: Bo Peng wrote: Right now, if I may summarize the opinion of the lead developers: you will have to rebase all your work on trunk step by step, logical change by logical change. It's obviously a waste of time and most of the time invested in your branch is basically lost. I wil

Re: shared libs + debug on the build dir

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Jean-Marc Lasgouttes wrote: I meant: Lars showed this bfore, and I wrote the soltion down here: http://wiki.lyx.org/Devel/Tips /C -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: shared libs + debug on the build dir

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Jean-Marc Lasgouttes wrote: Alfredo Braunstein <[EMAIL PROTECTED]> writes: Dumb question: How can I attach gdb to lyx on the build dir with shared libs? I wrote this down here: http://wiki.lyx.org/Devel/Tips /C -- Christian Ridderström, +46-8-768 39 44

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Richard Heck
Bo Peng wrote: Right now, if I may summarize the opinion of the lead developers: you will have to rebase all your work on trunk step by step, logical change by logical change. It's obviously a waste of time and most of the time invested in your branch is basically lost. I will discourage anyone t

Re: Branches [was: One BufferView per Buffer]

2007-08-13 Thread Bo Peng
> Right now, if I may summarize the opinion of the lead developers: you > will have to rebase all your work on trunk step by step, logical change > by logical change. It's obviously a waste of time and most of the time > invested in your branch is basically lost. I will discourage anyone > trying t

Re: Patch for bug 4135: Using the LFUN 'buffer-write-as' with a relative name crashes LyX

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Bo Peng wrote: On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've attached a patch for bug 4135, comments/documentation in the code (patch). http://bugzilla.lyx.org/show_bug.cgi?id=4135 Comments? Apply? If you are sure that the base path in the file d

Re: [patch] selection in source panel

2007-08-13 Thread christian . ridderstrom
On Mon, 13 Aug 2007, Bo Peng wrote: But you get WYSIWYGI rather than WYSIWYM, right? What is that 'I' after WYSIWYG? bakoma can do WYSIWYG (of course with My typo, ignore the 'I' :-) /C -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

pch.h warning again

2007-08-13 Thread Richard Heck
I'm getting this warning again, in src/tex2lyx/: cc1plus: warning: ././pch.h.gch: created and used with different settings of -fpic Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.e

Re: [patch] selection in source panel

2007-08-13 Thread Bo Peng
> > Ah yes, forgot one problem with the very last line of source code, could you > try the attached? Does not work either. It helps a little bit but the gray cursor either covers the first source line, or the whole paragraph. Bo

  1   2   3   >