Re: [Qt frontend] bug in external inset dialog.

2003-07-16 Thread John Levon
On Wed, Jul 16, 2003 at 05:17:00PM +0100, Angus Leeming wrote: > I note that the equivalent to this bug still exists in LyX 1.3.x cvs > when browsing in the external inset dialog: > > - fix bug where browsing for files in graphics inset would always > return an absolute path [bug #1028, Qt onl

Re: Qt-frontend of CJK-LyX

2003-04-28 Thread cghan
On 28 Apr 2003, Jean-Marc Lasgouttes wrote: > > Adding it in CXXFLAGS is a _bad_ idea, since no essential flags should > go there. The best thing to do is to add to configure.ac a line like > AC_DEFINE(I18N, 1, [Define if you want to enable CJK LyX extensions]) > > This will automatically add th

Re: QT-Frontend Buglet

2003-03-11 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Mar 10, 2003 at 09:35:54AM +0100, Jean-Marc Lasgouttes John> wrote: Michael> I just checked cvs and as far as I can tell the patch made it Michael> into lyx-devel, but not into the 1_3_X-branch. I think that Michael> the patch sh

Re: QT-Frontend Buglet

2003-03-10 Thread John Levon
On Mon, Mar 10, 2003 at 09:35:54AM +0100, Jean-Marc Lasgouttes wrote: > Michael> I just checked cvs and as far as I can tell the patch made it > Michael> into lyx-devel, but not into the 1_3_X-branch. I think that > Michael> the patch should go in before 1.3.1. > > John, could you do that? If so

Re: QT-Frontend Buglet

2003-03-10 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Abshoff <[EMAIL PROTECTED]> writes: Michael> John Levon wrote: >> Good spotting, fixed now. thanks john >> Michael> I just checked cvs and as far as I can tell the patch made it Michael> into lyx-devel, but not into the 1_3_X-branch. I think that Michael> the patch sho

Re: QT-Frontend Buglet

2003-03-10 Thread Michael Abshoff
John Levon wrote: Good spotting, fixed now. thanks john I just checked cvs and as far as I can tell the patch made it into lyx-devel, but not into the 1_3_X-branch. I think that the patch should go in before 1.3.1. Michael -- Michael Abshoff - MRB - Universität Dortmund - Telefon 755-3463

Re: QT-Frontend Buglet

2003-03-06 Thread John Levon
On Mon, Mar 03, 2003 at 03:56:30PM +0100, Michael Abshoff wrote: > 1.3.0qt2. The maximum number displayed is 9 with both frontends, but qt > lets one select a maximum of 20. > > I tracked this down to QPrefUIModule:353 there: Good spotting, fixed now. thanks john

Re: Qt frontend

2003-02-25 Thread John Levon
On Tue, Feb 25, 2003 at 02:19:41PM +0100, Andre Poenitz wrote: > It looks like the windows pop up at a fixed positions, even if there is > enough free space on the desktop. As my WM would places windows normally on > that free space I suppose something is actively restricting it. Qt2Base::show().

Re: Qt frontend

2003-02-25 Thread Andre Poenitz
On Tue, Feb 25, 2003 at 01:11:48PM +, John Levon wrote: > > Dialogs like Layout->Document are a pain to use with a "focus follows > > mouse/autoraise" policy as they do not appear under the mouse cursor. > > This is the job of your WM not us. It looks like the windows pop up at a fixed positi

Re: Qt frontend

2003-02-25 Thread John Levon
On Fri, Feb 21, 2003 at 12:18:55PM +0100, Andre Poenitz wrote: > Dialogs like Layout->Document are a pain to use with a "focus follows > mouse/autoraise" policy as they do not appear under the mouse cursor. This is the job of your WM not us. john

Re: QT frontend doesn't compile

2002-12-21 Thread John Levon
On Fri, Dec 20, 2002 at 08:31:27PM +0200, Dekel Tsur wrote: > FileDialog.C:60: ambiguous overload for string & = const QString' > FileDialog.C:90: ambiguous overload for string & = const QString' > QBibtex.C:79: call of overloaded basic_string(const QString)' is ambiguous Should be OK now regard

Re: QT frontend doesn't compile

2002-12-21 Thread John Levon
On Sat, Dec 21, 2002 at 11:45:45AM +0100, Lars Gullik Bj?nnes wrote: > | we should build with -DQT_NO_STL > > What does this signify for Qt? Some Qt versions have automatic std::string <-> QString But it never seems to be a problem on my machine ... regards john -- "ALL television is children

Re: QT frontend doesn't compile

2002-12-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Dec 20, 2002 at 08:31:27PM +0200, Dekel Tsur wrote: | | > This has been reported, but the QT frontend still does not compile: | > | > FileDialog.C:60: ambiguous overload for string & = const QString' | > FileDialog.C:90: ambiguous overload for str

Re: QT frontend doesn't compile

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 08:31:27PM +0200, Dekel Tsur wrote: > This has been reported, but the QT frontend still does not compile: > > FileDialog.C:60: ambiguous overload for string & = const QString' > FileDialog.C:90: ambiguous overload for string & = const QString' > QBibtex.C:79: call of overl

Re: [QT frontend] Crash

2002-12-09 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | " | // The code below should depend on a autoconf test. (Lgb) | #if 0 | // There are a lot of buggy stringstream implementations..., but the | // code below will work on all of them (I hope). The drawback with | // th

Re: QT frontend

2002-12-08 Thread John Levon
On Sun, Dec 08, 2002 at 06:01:57PM +0100, Alfredo Braunstein wrote: > External material-->Edit doesn't work (for me). I've manually edited > ui/QExternalDialog.ui (not using QT designer) to add a > ... that seemed missing, and now seems to work. applied thanks john -- "i am sorey I cant rea

Re: qt frontend: no rule to make target

2002-12-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, Dec 07, 2002 at 12:28:39AM +0100, Lars Gullik Bjønnes wrote: | | > | I have built 1.3.0cvs with xforms, without problems. | > | > xforms is a bit simpler in the makefiles. | > | | To clarify, automake 1.5 is a minimum for Qt. | | Lars, would yo

Re: qt frontend: no rule to make target

2002-12-06 Thread John Levon
On Sat, Dec 07, 2002 at 12:28:39AM +0100, Lars Gullik Bjønnes wrote: > | I have built 1.3.0cvs with xforms, without problems. > > xforms is a bit simpler in the makefiles. > To clarify, automake 1.5 is a minimum for Qt. Lars, would you be OK with a check for this : echo "Warning, you cannot b

Re: qt frontend: no rule to make target

2002-12-06 Thread Lars Gullik Bjønnes
Bruce Sass <[EMAIL PROTECTED]> writes: | On Fri, 7 Dec 2002, Lars Gullik Bjønnes wrote: | > Bruce Sass <[EMAIL PROTECTED]> writes: | > | > | trying to compile 1.3.0cvs from yesterday (~noon local time, iirc) | > | | > | In dir src/frontends/qt2/ui | > | | > | *** No rule to make target `libqt2ui.l

Re: qt frontend: no rule to make target

2002-12-06 Thread Bruce Sass
On Fri, 7 Dec 2002, Lars Gullik Bjønnes wrote: > Bruce Sass <[EMAIL PROTECTED]> writes: > > | trying to compile 1.3.0cvs from yesterday (~noon local time, iirc) > | > | In dir src/frontends/qt2/ui > | > | *** No rule to make target `libqt2ui.la.c', needed by `libqt2.la'. Stop. > | > | what do I do

Re: qt frontend: no rule to make target

2002-12-06 Thread Lars Gullik Bjønnes
Bruce Sass <[EMAIL PROTECTED]> writes: | trying to compile 1.3.0cvs from yesterday (~noon local time, iirc) | | In dir src/frontends/qt2/ui | | *** No rule to make target `libqt2ui.la.c', needed by `libqt2.la'. Stop. | | what do I do now? I guess you autoconf/automake is too old. --

Re: QT frontend doesn't compile

2002-10-30 Thread John Levon
On Wed, Oct 30, 2002 at 07:07:06AM -0500, Nirmal Govind wrote: > Aah... this is the same problem that I'm having now.. can you please let > me know if this has been resolved? it has john -- ""All the people we like are We, and everyone else is They." - Kipling

Re: QT frontend doesn't compile

2002-10-30 Thread Nirmal Govind
> > Dialogs2.C:135: no void Dialogs::showListing(InsetCommand *)' member > > Damnit ! I reverted that patch, I did, I did ! > > Hold on > > john Aah... this is the same problem that I'm having now.. can you please let me know if this has been resolved? Thanks, nirmal

Re: QT frontend doesn't compile

2002-10-29 Thread John Levon
On Tue, Oct 29, 2002 at 03:47:34PM +0200, Dekel Tsur wrote: > Dialogs2.C:135: no void Dialogs::showListing(InsetCommand *)' member Damnit ! I reverted that patch, I did, I did ! Hold on john

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-15 Thread John Levon
On Fri, Aug 09, 2002 at 11:39:17PM +0900, Rob Lahaye wrote: > Nope. Qt is considered to be closely engaged by KDE, which needs the > threads. OK > >Lars, what can we do about this ? Looks like we really need to handle > >all this pthreads boomf > > Qt people suggest qmake could be of good hel

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > On Fri, Aug 09, 2002 at 10:44:59PM +0900, Rob Lahaye wrote: > > >> libqt-mt.so -> libqt-mt.so.3.0.5 >> >>I'm afraid, all that pthread stuff is necessary on FreeBSD when the library >>is threaded. > > > FreeBSD do not ship an unthreaded Qt library ? Nope. Qt is considered

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 10:44:59PM +0900, Rob Lahaye wrote: > libqt-mt.so -> libqt-mt.so.3.0.5 > > I'm afraid, all that pthread stuff is necessary on FreeBSD when the library > is threaded. FreeBSD do not ship an unthreaded Qt library ? Lars, what can we do about this ? Looks like we really

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > > Ah, never heard of it before. I understood you as saying this was the > name of the qt library on freeBsd. That's much saner then. Yes, I was wrong. That info was also new to me. Somehow, though, I managed to produce an executble that does not crash! > Exactly. We don't w

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 10:22:50PM +0900, Rob Lahaye wrote: > Forwarded that to FreeBSD qt3 package maintainers. This is the response of > one of them: > Quote: "As far as I know, and certainly on my FreeBSD computers, the library > is named libqt-mt.so. It's compiled as a multithreaded

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > On Fri, Aug 09, 2002 at 05:05:25PM +0900, R. Lahaye wrote: > > >> linking: -lqui (linking with /usr/X11R6/lib/libqui.so) > > > Oh sweet. Really nice. What is it with FreeBSD and stupid renamings of > libraries ? Don't they realise how painful qt2.m4 is ? Forwarded that to

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 05:05:25PM +0900, R. Lahaye wrote: > linking: -lqui (linking with /usr/X11R6/lib/libqui.so) Oh sweet. Really nice. What is it with FreeBSD and stupid renamings of libraries ? Don't they realise how painful qt2.m4 is ? > checking for Qt... configure: error: Qt2 (libra

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
R. Lahaye wrote: > > /usr/X11R6/lib/libqt-mt.so.3: undefined reference to `pthread_cond_timedwait' > gmake[3]: *** [lyx] Error 1 > > This is because -pthread is somewhere missing in the compilation process. This > is a typical FreeBSD issue. > Only on FreeBSD the compiler needs (sometimes?)

Re: Qt frontend screenshot

2002-07-19 Thread Andre Poenitz
On Fri, Jul 19, 2002 at 10:16:16AM +0300, Dekel Tsur wrote: > Using the QT frontend, we get anti-aliased fonts for free: > > http://www.math.tau.ac.il/~dekelts/lyx/qt.png Nice try for a Friday... But you won't tempt me to put smileys somewhere... Andre' -- Those who desire to give up Freedom

Re: Qt frontend TODO list

2002-07-14 Thread John Levon
On Sun, Jul 14, 2002 at 10:12:58PM +0200, Jean-Marc Lasgouttes wrote: > What does klyx do? I fixed it. QSocketNotifier doubles as a select() on pipes (I tested with gbib) regards john -- "Be sure of this, O young ambition, all mortal greatness is but disease." - Hermann Melville

Re: Qt frontend TODO list

2002-07-14 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 11, 2002 at 02:16:48PM +0200, Juergen Vigna wrote: >> We didn't port LyXServer to GUII in the meeting because we would >> like to know how you would do the event polling. Please have a look >> at the only xforms specific stu

Re: Qt frontend TODO list

2002-07-11 Thread Angus Leeming
On Thursday 11 July 2002 5:10 pm, John Levon wrote: > On Thu, Jul 11, 2002 at 02:16:48PM +0200, Juergen Vigna wrote: > > We didn't port LyXServer to GUII in the meeting because we would > > like to know how you would do the event polling. Please have a look > > at the only xforms specific stuff in

Re: Qt frontend TODO list

2002-07-11 Thread John Levon
On Thu, Jul 11, 2002 at 02:16:48PM +0200, Juergen Vigna wrote: > We didn't port LyXServer to GUII in the meeting because we would > like to know how you would do the event polling. Please have a look > at the only xforms specific stuff in there and tell us how you would > port this to GUII (how q

Re: Qt frontend TODO list

2002-07-11 Thread John Levon
On Thu, Jul 11, 2002 at 08:23:21AM +0200, Andre Poenitz wrote: > On Thu, Jul 11, 2002 at 12:45:15AM +0100, John Levon wrote: > > As requested, this lists pretty much everything I think. > > This looks as it might take quite a bit longer than two months, > doesn't it? If I have to do it all myse

Re: Qt frontend TODO list

2002-07-11 Thread Juergen Vigna
John Levon wrote: > > LyXServer > > - remove xforms dependency > We didn't port LyXServer to GUII in the meeting because we would like to know how you would do the event polling. Please have a look at the only xforms specific stuff in there and tell us how you would port this to GUII (

Re: Qt frontend TODO list

2002-07-11 Thread Edwin Leuven
> QParagraph > > - implement me (MVCed already) (*) for the record, am working on this... Ed

Re: Qt frontend TODO list

2002-07-10 Thread Andre Poenitz
On Thu, Jul 11, 2002 at 12:45:15AM +0100, John Levon wrote: > As requested, this lists pretty much everything I think. This looks as it might take quite a bit longer than two months, doesn't it? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: Re Qt frontend

2001-06-18 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Kalle, do you subscribe to lyx-cvs? If so, I won't post these redundant | messages. I am not sure if the lyx-cvs is really working right now... But he should get it from cvslog. -- Lgb

Re Qt frontend

2001-06-17 Thread Angus Leeming
Kalle, do you subscribe to lyx-cvs? If so, I won't post these redundant messages. Anyway, I fixed the crash in citation dialog. It was a trivial xforms->qt thing. See the Changelog. The dialog is looking very pretty but the ButtonController is busted. If you need any help, you know where to c

Re: Qt frontend

2001-06-16 Thread Kalle Dalheimer
On Saturday 16 June 2001 16:59, Angus Leeming wrote: > It now compiles again. (Sorry Edwin, I should have been quicker to spot why > things were barfing in the Button Controller.) > > A quick test shows that the Citation dialog comes up (and is very pretty!) > but selecting the FIRST key (only the