Trac rights

2010-01-25 Thread Vincent
Please, can we make the keywords, priority, severity and milestone fields to be editable only by people with rights. I understand that for people taking the step to report a bug, the bug is really major, but if everyone that reports a bug sets the milestone to the next minor release with prior

Re: cmake on Mac

2010-01-25 Thread BH
On Mon, Jan 25, 2010 at 12:39 PM, Abdelrazak Younes wrote: > On 01/25/2010 06:17 PM, BH wrote: >> >> I'm trying to get cmake to work on Mac. Here's what I've done from >> within lyx-devel/build: >> >> export PATH=/path/to/qt/bin:$PATH >> > > Good. > >> export QT4DIR=/path/to/qt >> cmake ../develop

Re: cmake on Mac

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 06:17 PM, BH wrote: I'm trying to get cmake to work on Mac. Here's what I've done from within lyx-devel/build: export PATH=/path/to/qt/bin:$PATH Good. export QT4DIR=/path/to/qt cmake ../development/cmake -G "Unix Makefiles" -Dmerge=1 Please don't pass '-Dmerge' just n

RE: cmake on Mac

2010-01-25 Thread Vincent van Ravesteijn - TNW
>I'm trying to get cmake to work on Mac. Here's what I've >done from within lyx-devel/build: > >export PATH=/path/to/qt/bin:$PATH >export QT4DIR=/path/to/qt As said before, setting QT4DIR is not necessary for me (but not at a Mac of course) >cmake ../development/cmake -G "Unix Makefiles" -Dmerg

cmake on Mac

2010-01-25 Thread BH
I'm trying to get cmake to work on Mac. Here's what I've done from within lyx-devel/build: export PATH=/path/to/qt/bin:$PATH export QT4DIR=/path/to/qt cmake ../development/cmake -G "Unix Makefiles" -Dmerge=1 -DCMAKE_INSTALL_PREFIX=/Applications/LyX-devel.app -Dquiet=1 This succeeds in creating th

Re: Buffer::setReadOnly drives me crazy

2010-01-25 Thread rgheck
On 01/25/2010 09:13 AM, Jean-Marc Lasgouttes wrote: "Vincent van Ravesteijn - TNW" writes: No, it doesn't. The function is called setReadonly with a lowercase 'o', and it calls setReadOnly with an uppercase 'O'. You can imagine how furious I got when I found this out. The worst is th

Re: label-bug in 1.6.4

2010-01-25 Thread Sebastian Guttenberg
> No, but you might enter this into trac in case someone else does stumble > across it. Please make sure to indicate your OS and Qt version, as it > could be the latter especially that is causing this. Ok, I entered it: http://www.lyx.org/trac/ticket/6475 - Sebastian

Re: Buffer::setReadOnly drives me crazy

2010-01-25 Thread Jean-Marc Lasgouttes
"Vincent van Ravesteijn - TNW" writes: > No, it doesn't. The function is called setReadonly with a lowercase 'o', > and it calls setReadOnly with an uppercase 'O'. You can imagine how > furious I got when I found this out. The worst is that I looked at the two names numerous times to convinced my

RE: Qt-apps looking bad

2010-01-25 Thread Vincent van Ravesteijn - TNW
>First I suggest to install libqt4-dev instead of compiling >Qt yourself. If you absolutely want Qt4.6, I suggest you >upgrade" to KDE-4.4. Actually.. I was using Qt4.7 :S.. >Otherwise, make sure you pass '-glib' and that the >development package for it is installed (libglib-dev?) Ok, I'll che

Re: Qt-apps looking bad

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 02:16 PM, Vincent van Ravesteijn - TNW wrote: By the way, does anyone have an idea why my self-compiled Qt-apps (even qtconfig) look very shitty on my Ubuntu 9.10. The font is very ugly and the general ui does not resemble anything like the other apps. If I run qtconfig, I can't for

Qt-apps looking bad

2010-01-25 Thread Vincent van Ravesteijn - TNW
By the way, does anyone have an idea why my self-compiled Qt-apps (even qtconfig) look very shitty on my Ubuntu 9.10. The font is very ugly and the general ui does not resemble anything like the other apps. If I run qtconfig, I can't for example choose the same font as when running the qtconfig ins

RE: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread Vincent van Ravesteijn - TNW
> You don't generally need to do that if you're building out-of-tree. Ah, that's what I did wrong. Thanks. >Abdel. Vincent

Re: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread BH
On Mon, Jan 25, 2010 at 7:51 AM, Vincent van Ravesteijn - TNW wrote: > >>> Cmake works fine when it finds qmake. Did you make sure qmake was in >>> your path? >>> >>The problem is that I can't even configure properly. I get >>the "Qt libraries not found" error at the end of that. Do I >>not need t

Re: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 01:51 PM, Vincent van Ravesteijn - TNW wrote: Cmake works fine when it finds qmake. Did you make sure qmake was in your path? The problem is that I can't even configure properly. I get the "Qt libraries not found" error at the end of that. Do I not need to configure

Re: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 01:43 PM, rgheck wrote: On 01/23/2010 12:51 PM, Abdelrazak Younes wrote: On 23/01/2010 17:55, rgheck wrote: On 01/23/2010 11:29 AM, Abdelrazak Younes wrote: On 23/01/2010 16:51, rgheck wrote: On 01/23/2010 10:44 AM, BH wrote: On Sat, Jan 23, 2010 at 10:22 AM, rgheck wrote: T

RE: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread Vincent van Ravesteijn - TNW
>> Cmake works fine when it finds qmake. Did you make sure qmake was in >> your path? >> >The problem is that I can't even configure properly. I get >the "Qt libraries not found" error at the end of that. Do I >not need to configure if I'm using cmake? > No, you don't. If you make sure qmake

Re: Buffer::setReadOnly drives me crazy

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 01:36 PM, Abdelrazak Younes wrote: About the need to have a signal for informing that the buffer has changed it's write status, well, that could be removed as well and just use Buffer::changed(). We already check in a number of place already if the Buffer is read only so, except

Re: xml in lyx

2010-01-25 Thread rgheck
On 01/22/2010 01:42 PM, José Matos wrote: On Tuesday 19 January 2010 20:11:56 rgheck wrote: While just beginning to think about xml, it occurred to me that probably the first thing we have to do is modify the read and write routines so that they write entities for&,<, and>, at which point we

Re: MacOSX: for lyx-devel installation: autogene.sh failed

2010-01-25 Thread rgheck
On 01/23/2010 12:51 PM, Abdelrazak Younes wrote: On 23/01/2010 17:55, rgheck wrote: On 01/23/2010 11:29 AM, Abdelrazak Younes wrote: On 23/01/2010 16:51, rgheck wrote: On 01/23/2010 10:44 AM, BH wrote: On Sat, Jan 23, 2010 at 10:22 AM, rgheck wrote: That said, after I did this, I was still

Re: label-bug in 1.6.4

2010-01-25 Thread rgheck
On 01/25/2010 04:12 AM, Sebastian Guttenberg wrote: The same bug just happened to me outside the math-mode and with the citations-dialogue instead of the label dilogue. I wanted to enter a citation via-i-c . In the dialogue I clicked into the search field, in order to search for an author, but th

Re: Buffer::setReadOnly drives me crazy

2010-01-25 Thread Abdelrazak Younes
On 01/25/2010 12:50 PM, Vincent van Ravesteijn - TNW wrote: Can somebody explain to me the rationale of the following methods? I am not even sure how that can work... Yes, it stroke me once before, but I didn't have enough courage to take on the battle. void Buffer::setReadonly(bool

RE: Buffer::setReadOnly drives me crazy

2010-01-25 Thread Vincent van Ravesteijn - TNW
>Can somebody explain to me the rationale of the >following methods? I am not even sure how that >can work... Yes, it stroke me once before, but I didn't have enough courage to take on the battle. > >void Buffer::setReadonly(bool const flag) { > [..] > setReadOnly(flag); > [..] >} >

Buffer::setReadOnly drives me crazy

2010-01-25 Thread Jean-Marc Lasgouttes
Can somebody explain to me the rationale of the following methods? I am not even sure how that can work... >From Buffer.cpp: void Buffer::setReadonly(bool const flag) { if (d->read_only != flag) { d->read_only = flag; setReadOnly(flag); } } void B

Re: FindAdv and "Replace"

2010-01-25 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > One possibility to allow hiding the replace part would be to put it in a > QToolBox. This allows for hiding it while leaving it on the Basic pane. No, no good idea either. So we probably end up with a [Replace >>] / [Replace <<] button or checkbox that shows/hides the

Re: FindAdv and "Replace"

2010-01-25 Thread Jürgen Spitzmüller
Tommaso Cucinotta wrote: > I agree the logic is unusual, pressing the replace button should cause: > -) if the current selection matches, replace it > -) then find and select next one (if any) > Would it be ok ? Yes, this is what I mean. > Guess the Close button can entirely go (there's already t

Re: FindAdv and "Replace"

2010-01-25 Thread Tommaso Cucinotta
Jürgen Spitzmüller wrote: Or just change the logic. Instead of "Find previous/next and then replace", do "Replace and then find previous/next". This strikes me more in line with what is common. I agree the logic is unusual, pressing the replace button should cause: -) if the current selectio

Re: label-bug in 1.6.4

2010-01-25 Thread Sebastian Guttenberg
The same bug just happened to me outside the math-mode and with the citations-dialogue instead of the label dilogue. I wanted to enter a citation via -i-c . In the dialogue I clicked into the search field, in order to search for an author, but the cursor did not react on my typing then. After clos

Re: FindAdv and "Replace"

2010-01-25 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > As far as place is concerned, I think we can live well without the "Close" > button (no dock widget has one), and instead have in the replace section > > [Replace] [Replace All] > [Previous] [Next] > > (although I have to say that I find the "Replace Previous/Next" i

RE: FindAdv and "Replace"

2010-01-25 Thread Vincent van Ravesteijn - TNW
> >Tommaso, > >do I miss something or does the Advanced F&R dialog indeed >not have a proper "Replace" button? All I see are the "Next" >and "Previous" buttons, but those replace the next and >previous matches, respectively, not the current one. > I'd also be happy if the replace part could be hi

FindAdv and "Replace"

2010-01-25 Thread Jürgen Spitzmüller
Tommaso, do I miss something or does the Advanced F&R dialog indeed not have a proper "Replace" button? All I see are the "Next" and "Previous" buttons, but those replace the next and previous matches, respectively, not the current one. As far as place is concerned, I think we can live well wit