Re: 2 questions regarding qt2 frontend

2005-05-14 Thread Hammer Armin
Hi Jean-Marc, Hammer On MacOsX the options doens'nt seems active. I got an unknown Hammer option error. Forget about it, this is done by qt/x11. Hammer QSessions seems quite easy. I will give it try. But It seems to me that they do not provide much that cannot be done by hand... It

Re: 2 questions regarding qt2 frontend

2005-05-14 Thread John Levon
On Sat, May 14, 2005 at 03:08:12PM +0200, Hammer Armin wrote: I think I know what you mean. After digging in the code, perhaps the lyx preferences file would be a better place to store and retrieve the geometry settings. We'd need to implement the session saving code that happens when e.g.

Re: 2 questions regarding qt2 frontend

2005-05-14 Thread Hammer Armin
Hi Jean-Marc, > Hammer> On MacOsX the options doens'nt seems active. I got an "unknown > Hammer> option" error. > > Forget about it, this is done by qt/x11. > > Hammer> QSessions seems quite easy. I will give it try. > > But It seems to me that they do not provide much that cannot be done >

Re: 2 questions regarding qt2 frontend

2005-05-14 Thread John Levon
On Sat, May 14, 2005 at 03:08:12PM +0200, Hammer Armin wrote: > I think I know what you mean. After digging in the code, perhaps > the lyx "preferences" file would be a better place to store and retrieve > the geometry settings. We'd need to implement the session saving code that happens when

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Hammer Armin
applications. QSessions seems quite easy. I will studying the lyx coding guidelines and will send a patch for further discussions. The other question concerns the menuitems. In my build of LyX 1.4.0cvs - on MacOs X 10.4 with the qt2 frontend with gcc 4.0 - the menuitems About LyX and Preferences

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Hammer Armin
Hi Jean-Marc, Hammer Hi, I've seen in the Whishlist the usage of QSession Hammer mentionend. It would be nice to store and retrieve the window Hammer size and position. Is someone working on this? Hammer I'm a bit out of practise using C++ but a could help. That would be a very good idea

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Jean-Marc Lasgouttes
Hammer == Hammer Armin [EMAIL PROTECTED] writes: Hammer On MacOsX the options doens'nt seems active. I got an unknown Hammer option error. Forget about it, this is done by qt/x11. Hammer QSessions seems quite easy. I will give it try. But It seems to me that they do not provide much that

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Hammer Armin
> > Excellent! I've been playing around with a simple qt applications. QSessions seems quite easy. I will studying the lyx coding guidelines and will send a patch for further discussions. > >>The other question concerns the menuitems. >> >>In my build of LyX 1.4.0cvs -

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Hammer Armin
Hi Jean-Marc, > Hammer> Hi, I've seen in the Whishlist the usage of QSession > Hammer> mentionend. It would be nice to store and retrieve the window > Hammer> size and position. Is someone working on this? > > Hammer> I'm a bit out of practise using C++ but a could help. > > That would be a

Re: 2 questions regarding qt2 frontend

2005-05-12 Thread Jean-Marc Lasgouttes
> "Hammer" == Hammer Armin <[EMAIL PROTECTED]> writes: Hammer> On MacOsX the options doens'nt seems active. I got an "unknown Hammer> option" error. Forget about it, this is done by qt/x11. Hammer> QSessions seems quite easy. I will give it try. But It seems to me that they do not provide

Re: 2 questions regarding qt2 frontend

2005-05-11 Thread Angus Leeming
the menuitems. In my build of LyX 1.4.0cvs - on MacOs X 10.4 with the qt2 frontend with gcc 4.0 - the menuitems About LyX and Preferences... are in the submenu File. Neither in LyX nor in Help. Is this a Bug or a Feature? The definition of the menus is held in an external file which, by default

Re: 2 questions regarding qt2 frontend

2005-05-11 Thread Jean-Marc Lasgouttes
Hammer == Hammer Armin [EMAIL PROTECTED] writes: Hammer Hi, I've seen in the Whishlist the usage of QSession Hammer mentionend. It would be nice to store and retrieve the window Hammer size and position. Is someone working on this? Hammer I'm a bit out of practise using C++ but a could help.

Re: 2 questions regarding qt2 frontend

2005-05-11 Thread Angus Leeming
t; The other question concerns the menuitems. > > In my build of LyX 1.4.0cvs - on MacOs X 10.4 with the qt2 frontend > with gcc 4.0 - the menuitems "About LyX" and "Preferences..." are > in the submenu "File". Neither in "LyX" nor in "Help". &

Re: 2 questions regarding qt2 frontend

2005-05-11 Thread Jean-Marc Lasgouttes
> "Hammer" == Hammer Armin <[EMAIL PROTECTED]> writes: Hammer> Hi, I've seen in the Whishlist the usage of QSession Hammer> mentionend. It would be nice to store and retrieve the window Hammer> size and position. Is someone working on this? Hammer> I'm a bit out of practise using C++ but a

2 questions regarding qt2 frontend

2005-05-10 Thread Hammer Armin
- on MacOs X 10.4 with the qt2 frontend with gcc 4.0 - the menuitems About LyX and Preferences... are in the submenu File. Neither in LyX nor in Help. Is this a Bug or a Feature? Yours Armin Hammer

2 questions regarding qt2 frontend

2005-05-10 Thread Hammer Armin
- on MacOs X 10.4 with the qt2 frontend with gcc 4.0 - the menuitems "About LyX" and "Preferences..." are in the submenu "File". Neither in "LyX" nor in "Help". Is this a Bug or a Feature

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Mon, Jul 22, 2002 at 10:40:14PM +0300, Dekel Tsur wrote: QCommandBuffer.C:56: no matching function for call to `QCommandBuffer::setMinimumSize (QSize)' /usr/include/qt/qtoolbar.h:86: candidates are: void QToolBar::setMinimumSize(int, int) What Qt version please ? We can probably remove

Re: qt2 frontend compilation error

2002-07-22 Thread Dekel Tsur
On Mon, Jul 22, 2002 at 09:03:59PM +0100, John Levon wrote: On Mon, Jul 22, 2002 at 10:40:14PM +0300, Dekel Tsur wrote: QCommandBuffer.C:56: no matching function for call to `QCommandBuffer::setMinimumSize (QSize)' /usr/include/qt/qtoolbar.h:86: candidates are: void

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Mon, Jul 22, 2002 at 11:09:11PM +0300, Dekel Tsur wrote: QCommandBuffer.C:56: no matching function for call to `QCommandBuffer::setMinimumSize (QSize)' /usr/include/qt/qtoolbar.h:86: candidates are: void QToolBar::setMinimumSize(int, int) What Qt version please ? 3.0.4 can

Re: qt2 frontend compilation error

2002-07-22 Thread Dekel Tsur
On Mon, Jul 22, 2002 at 09:56:07PM +0100, John Levon wrote: What Qt version please ? 3.0.4 can you try #include qsize.h please ? Still doesn't work (same error).

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Tue, Jul 23, 2002 at 12:38:32AM +0300, Dekel Tsur wrote: 3.0.4 Still doesn't work (same error). Well I'm lost : http://doc.trolltech.com/3.0/qwidget.html#setMinimumSize Can you check your headers do actually have this ? regards john -- Of all manifestations of power, restraint

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Mon, Jul 22, 2002 at 10:40:14PM +0300, Dekel Tsur wrote: > QCommandBuffer.C:56: no matching function for call to >`QCommandBuffer::setMinimumSize (QSize)' > /usr/include/qt/qtoolbar.h:86: candidates are: void QToolBar::setMinimumSize(int, >int) What Qt version please ? We can probably

Re: qt2 frontend compilation error

2002-07-22 Thread Dekel Tsur
On Mon, Jul 22, 2002 at 09:03:59PM +0100, John Levon wrote: > On Mon, Jul 22, 2002 at 10:40:14PM +0300, Dekel Tsur wrote: > > > QCommandBuffer.C:56: no matching function for call to >`QCommandBuffer::setMinimumSize (QSize)' > > /usr/include/qt/qtoolbar.h:86: candidates are: void

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Mon, Jul 22, 2002 at 11:09:11PM +0300, Dekel Tsur wrote: > > > QCommandBuffer.C:56: no matching function for call to >`QCommandBuffer::setMinimumSize (QSize)' > > > /usr/include/qt/qtoolbar.h:86: candidates are: void >QToolBar::setMinimumSize(int, int) > > > > What Qt version please ? > >

Re: qt2 frontend compilation error

2002-07-22 Thread Dekel Tsur
On Mon, Jul 22, 2002 at 09:56:07PM +0100, John Levon wrote: > > > What Qt version please ? > > > > 3.0.4 > > can you try #include please ? Still doesn't work (same error).

Re: qt2 frontend compilation error

2002-07-22 Thread John Levon
On Tue, Jul 23, 2002 at 12:38:32AM +0300, Dekel Tsur wrote: > > > 3.0.4 > > Still doesn't work (same error). Well I'm lost : http://doc.trolltech.com/3.0/qwidget.html#setMinimumSize Can you check your headers do actually have this ? regards john -- "Of all manifestations of power,

qt2 frontend

2002-07-04 Thread Andre Poenitz
The directory frontends/qt2/xforms does not contain any .C/.h but has a Makefile.am which seem to require some source files. Or to ask a real question: How do I compile the qt2 frontend apart from running ./configure --with-frontend=qt2? Andre' -- Those who desire to give up Freedom

Re: qt2 frontend

2002-07-04 Thread Angus Leeming
On Thursday 04 July 2002 1:26 pm, Andre Poenitz wrote: On Thu, Jul 04, 2002 at 01:04:56PM +0100, Angus Leeming wrote: Closer inspection of that Makefile.am will reveal that it generates those .[Ch] files by linking against those in the xforms dir. Ok... and where is xformsGImage in the

Re: qt2 frontend

2002-07-04 Thread Andre Poenitz
On Thu, Jul 04, 2002 at 01:14:40PM +0100, Angus Leeming wrote: Ok... and where is xformsGImage in the xforms dir? Renamed as xformsImage ;-) So the qt2//Makefile.am neeed fixing? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: qt2 frontend

2002-07-04 Thread Angus Leeming
On Thursday 04 July 2002 1:36 pm, Andre Poenitz wrote: On Thu, Jul 04, 2002 at 01:14:40PM +0100, Angus Leeming wrote: Ok... and where is xformsGImage in the xforms dir? Renamed as xformsImage ;-) So the qt2//Makefile.am neeed fixing? That's right. Feel free.

qt2 frontend

2002-07-04 Thread Andre Poenitz
The directory frontends/qt2/xforms does not contain any .C/.h but has a Makefile.am which seem to require some source files. Or to ask a real question: How do I compile the qt2 frontend apart from running ./configure --with-frontend=qt2? Andre' -- Those who desire to give up Freedom

Re: qt2 frontend

2002-07-04 Thread Angus Leeming
On Thursday 04 July 2002 1:26 pm, Andre Poenitz wrote: > On Thu, Jul 04, 2002 at 01:04:56PM +0100, Angus Leeming wrote: > > Closer inspection of that Makefile.am will reveal that it generates those > > .[Ch] files by linking against those in the xforms dir. > > Ok... and where is xformsGImage in

Re: qt2 frontend

2002-07-04 Thread Andre Poenitz
On Thu, Jul 04, 2002 at 01:14:40PM +0100, Angus Leeming wrote: > > Ok... and where is xformsGImage in the xforms dir? > > Renamed as xformsImage ;-) So the qt2//Makefile.am neeed fixing? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: qt2 frontend

2002-07-04 Thread Angus Leeming
On Thursday 04 July 2002 1:36 pm, Andre Poenitz wrote: > On Thu, Jul 04, 2002 at 01:14:40PM +0100, Angus Leeming wrote: > > > Ok... and where is xformsGImage in the xforms dir? > > > > Renamed as xformsImage ;-) > > So the qt2//Makefile.am neeed fixing? That's right. Feel free.

configure with qt2 frontend on FreeBSD fails!?!

2002-06-24 Thread R. Lahaye
Hi, I do: $ ./autogen.sh $ ./configure --with-frontend=qt2 \ --with-qt2-includes=/usr/X11R6/include/qt2 \ --with-qt2-libraries=/usr/X11R6/lib which ends with: [...] checking for X11/forms.h... no checking for forms.h... yes checking xforms header version... 0.88.1

Re: configure with qt2 frontend on FreeBSD fails!?!

2002-06-24 Thread Angus Leeming
On Monday 24 June 2002 7:56 am, R. Lahaye wrote: Hi, I do: $ ./autogen.sh $ ./configure --with-frontend=qt2 \ --with-qt2-includes=/usr/X11R6/include/qt2 \ --with-qt2-libraries=/usr/X11R6/lib which ends with: [...] checking for X11/forms.h... no checking

configure with qt2 frontend on FreeBSD fails!?!

2002-06-24 Thread R. Lahaye
Hi, I do: $ ./autogen.sh $ ./configure --with-frontend=qt2 \ --with-qt2-includes=/usr/X11R6/include/qt2 \ --with-qt2-libraries=/usr/X11R6/lib which ends with: [...] checking for X11/forms.h... no checking for forms.h... yes checking xforms header version... 0.88.1

Re: configure with qt2 frontend on FreeBSD fails!?!

2002-06-24 Thread Angus Leeming
On Monday 24 June 2002 7:56 am, R. Lahaye wrote: > Hi, > > I do: > > $ ./autogen.sh > $ ./configure --with-frontend=qt2 \ > --with-qt2-includes=/usr/X11R6/include/qt2 \ > --with-qt2-libraries=/usr/X11R6/lib > > which ends with: > > [...] > checking for X11/forms.h...

linking the qt2 frontend

2002-03-06 Thread Angus Leeming
It appears that the new qt2/xforms stuff isn't being linked into the frontend library. Incidentally, and separately, I had to change qt2/Makefile.am: -libqt2xforms.la: link_files $(XFORMS_SOURCES) +libqt2xforms.la: link_files $(libqt2xforms_la_SOURCES) link_files: - for i in

Re: linking the qt2 frontend

2002-03-06 Thread Angus Leeming
On Wednesday 06 March 2002 11:17 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | It appears that the new qt2/xforms stuff isn't being linked into the frontend | library. | Incidentally, and separately, I had to change qt2/Makefile.am: | -libqt2xforms.la:

Re: linking the qt2 frontend

2002-03-06 Thread Angus Leeming
On Wednesday 06 March 2002 11:54 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: FRONTEND_GUILIB=qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo where do you see the xforms stuff. | So what is the point of the qt2/xforms directory? What do I need to

Re: linking the qt2 frontend

2002-03-06 Thread John Levon
On Wed, Mar 06, 2002 at 01:00:38PM +, Angus Leeming wrote: Well, it created the symbolic links correctly but didn't build anything. Perhaps because the .lo files already exist in the frontends/xforms dir? Doesn't sound very likely... Incidentally, it's a bit of a pain re-creating the

Re: linking the qt2 frontend

2002-03-06 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | It appears that the new qt2/xforms stuff isn't being linked into the frontend | library. | Incidentally, and separately, I had to change qt2/Makefile.am: | -libqt2xforms.la: link_files $(XFORMS_SOURCES) | +libqt2xforms.la: link_files

Re: linking the qt2 frontend

2002-03-06 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: FRONTEND_GUILIB=qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo where do you see the xforms stuff. | So what is the point of the qt2/xforms directory? What do I need to change in | FRONTEND_GUILIB? I certainly don't want to add xforms/*.lo

linking the qt2 frontend

2002-03-06 Thread Angus Leeming
It appears that the new qt2/xforms stuff isn't being linked into the frontend library. Incidentally, and separately, I had to change qt2/Makefile.am: -libqt2xforms.la: link_files $(XFORMS_SOURCES) +libqt2xforms.la: link_files $(libqt2xforms_la_SOURCES) link_files: - for i in

Re: linking the qt2 frontend

2002-03-06 Thread Angus Leeming
On Wednesday 06 March 2002 11:17 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | It appears that the new qt2/xforms stuff isn't being linked into the frontend > | library. > > > | Incidentally, and separately, I had to change qt2/Makefile.am: > |

Re: linking the qt2 frontend

2002-03-06 Thread Angus Leeming
On Wednesday 06 March 2002 11:54 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > > >> > >> FRONTEND_GUILIB="qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo" > >> > >> where do you see the xforms stuff. > > > | So what is the point of the qt2/xforms

Re: linking the qt2 frontend

2002-03-06 Thread John Levon
On Wed, Mar 06, 2002 at 01:00:38PM +, Angus Leeming wrote: > Well, it created the symbolic links correctly but didn't build anything. > Perhaps because the .lo files already exist in the frontends/xforms dir? > Doesn't sound very likely... > > Incidentally, it's a bit of a pain

Re: linking the qt2 frontend

2002-03-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | It appears that the new qt2/xforms stuff isn't being linked into the frontend | library. > | Incidentally, and separately, I had to change qt2/Makefile.am: | -libqt2xforms.la: link_files $(XFORMS_SOURCES) | +libqt2xforms.la: link_files

Re: linking the qt2 frontend

2002-03-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: >> >> FRONTEND_GUILIB="qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo" >> >> where do you see the xforms stuff. > | So what is the point of the qt2/xforms directory? What do I need to change in | FRONTEND_GUILIB? I certainly don't want to add

qt2 frontend

2002-03-01 Thread Edwin Leuven
I am trying to make the qt2 frontend compile and added a method running() in qt2/Timeout_pimpl there are two issues 1 Everything compiles but the dialogs are all xforms! 2 Starting and closing lyx makes it crash: #0 0x0820f505 in Timeout::~Timeout (this=0x84710ec, __in_chrg=2

Re: qt2 frontend

2002-03-01 Thread Angus Leeming
On Friday 01 March 2002 12:21 pm, Edwin Leuven wrote: I am trying to make the qt2 frontend compile and added a method running() in qt2/Timeout_pimpl there are two issues 1. Everything compiles but the dialogs are all xforms! 2. Starting and closing lyx makes it crash: #0 0x0820f505

Re: qt2 frontend

2002-03-01 Thread Angus Leeming
On Friday 01 March 2002 12:29 pm, Angus Leeming wrote: On Friday 01 March 2002 12:21 pm, Edwin Leuven wrote: I am trying to make the qt2 frontend compile and added a method running() in qt2/Timeout_pimpl there are two issues 1. Everything compiles but the dialogs are all xforms

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
Try touching all the .C files in the frontends dir (only 4 or 5 files). It was a clean compile... possible that they think that their pimpl_s are qt2 ones, whilst your executable contains xforms ones. Why it has linked as it has is another matter about which I cannot comment. Of

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 01:21:53PM +0100, Edwin Leuven wrote: anyone? the build is still messed up after Lars changes I have to figure out how to get qt2 building sensibly, probably quite painful ps This one's probably for John: does anyone mind if I remove the edit button from the

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 02:28:37PM +, John Levon wrote: the build is still messed up after Lars changes I have to figure out how to get qt2 building sensibly, probably quite painful In fact Lars I'd appreciate some help Currently you depend on xforms/*lo Now I how to I get to

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
I've already fixed this bit of code, why remove it ? Because it doesn't add anything but clutter? Applying Ockham's razor to the UI: Pluralitas non est ponenda sine neccesitate...

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 04:09:02PM +0100, Edwin Leuven wrote: Because it doesn't add anything but clutter? Applying Ockham's razor to the UI: Pluralitas non est ponenda sine neccesitate it adds all the latex-munging power of $EDITOR john -- I am a complete moron for forgetting about

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 04:30:55PM +0100, Edwin Leuven wrote: You mean syntax highlighting? For 2 lines? Really, what's next?: Edit People have pre ambles longer than two lines buttons on the ERT insets so that we can get all the latex-munging power of $EDITOR? Edit buttons in the

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
I don't care much. It's a tiny amount of code. I'll rip it then if no one objects... Ed.

Re: qt2 frontend

2002-03-01 Thread Jean-Marc Lasgouttes
Edwin == Edwin Leuven [EMAIL PROTECTED] writes: it adds all the latex-munging power of $EDITOR. Edwin You mean syntax highlighting? For 2 lines? Really, what's Edwin next?: Edit... buttons on the ERT insets so that we can get Edwin all the latex-munging power of $EDITOR? Edit... buttons in

qt2 frontend

2002-03-01 Thread Edwin Leuven
I am trying to make the qt2 frontend compile and added a method running() in qt2/Timeout_pimpl there are two issues 1. Everything compiles but the dialogs are all xforms! 2. Starting and closing lyx makes it crash: #0 0x0820f505 in Timeout::~Timeout (this=0x84710ec, __in_chrg=2

Re: qt2 frontend

2002-03-01 Thread Angus Leeming
On Friday 01 March 2002 12:21 pm, Edwin Leuven wrote: > I am trying to make the qt2 frontend compile and added a method running() in > qt2/Timeout_pimpl > > there are two issues > > 1. Everything compiles but the dialogs are all xforms! > 2. Starting and closing lyx ma

Re: qt2 frontend

2002-03-01 Thread Angus Leeming
On Friday 01 March 2002 12:29 pm, Angus Leeming wrote: > On Friday 01 March 2002 12:21 pm, Edwin Leuven wrote: > > I am trying to make the qt2 frontend compile and added a method running() > in > > qt2/Timeout_pimpl > > > > there are two issues > > > &

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
> > Try touching all the .C files in the frontends dir (only 4 or 5 files). It was a clean compile... > > possible that they think that their pimpl_s are qt2 ones, whilst your > > executable contains xforms ones. Why it has linked as it has is another > > matter about which I cannot comment. >

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 01:21:53PM +0100, Edwin Leuven wrote: > anyone? the build is still messed up after Lars changes. I have to figure out how to get qt2 building sensibly, probably quite painful > ps. This one's probably for John: does anyone mind if I remove the edit... > button from the

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 02:28:37PM +, John Levon wrote: > the build is still messed up after Lars changes. I have to figure out > how to get qt2 building sensibly, probably quite painful In fact Lars I'd appreciate some help. Currently you depend on xforms/*.lo. Now I how to I get to

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
> I've already fixed this bit of code, why remove it ? Because it doesn't add anything but clutter? Applying Ockham's razor to the UI: Pluralitas non est ponenda sine neccesitate...

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 04:09:02PM +0100, Edwin Leuven wrote: > Because it doesn't add anything but clutter? Applying Ockham's razor to the > UI: Pluralitas non est ponenda sine neccesitate... it adds all the latex-munging power of $EDITOR. john -- I am a complete moron for forgetting about

Re: qt2 frontend

2002-03-01 Thread John Levon
On Fri, Mar 01, 2002 at 04:30:55PM +0100, Edwin Leuven wrote: > You mean syntax highlighting? For 2 lines? Really, what's next?: "Edit..." People have pre ambles longer than two lines. > buttons on the ERT insets so that we can get all the latex-munging power of > $EDITOR? "Edit..." buttons

Re: qt2 frontend

2002-03-01 Thread Edwin Leuven
> I don't care much. It's a tiny amount of code. I'll rip it then if no one objects... Ed.

Re: qt2 frontend

2002-03-01 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: >> it adds all the latex-munging power of $EDITOR. Edwin> You mean syntax highlighting? For 2 lines? Really, what's Edwin> next?: "Edit..." buttons on the ERT insets so that we can get Edwin> all the latex-munging power of $EDITOR?

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-10 Thread R. Lahaye
On Mon, Sep 10, 2001 at 11:12:22AM +0900, R. Lahaye wrote: Should we then add some testing against the available qt libs ? Does that need to go in config/qt.m4 or in configure.in ? we should prefer a library called qt2 to one called qt, but fall back to qt if it fails. The compile

Re: qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-10 Thread R. Lahaye
John Levon wrote: On Mon, Sep 10, 2001 at 12:31:22AM +0900, R. Lahaye wrote: lyx: SIGSEGV signal caught are you running with lyx -sync ? You must for qt2 right now. if not, please obtain a backtrace for me both, with or without -sync causes the SIGSEGV. Here is my gdb session:

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-10 Thread R. Lahaye
> On Mon, Sep 10, 2001 at 11:12:22AM +0900, R. Lahaye wrote: > > > Should we then add some testing against the available qt libs ? > > Does that need to go in config/qt.m4 or in configure.in ? > > we should prefer a library called qt2 to one called qt, but fall > back to qt if it fails. > >

Re: qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-10 Thread R. Lahaye
John Levon wrote: > > On Mon, Sep 10, 2001 at 12:31:22AM +0900, R. Lahaye wrote: > > > lyx: SIGSEGV signal caught > > > are you running with lyx -sync ? > > You must for qt2 right now. > > if not, please obtain a backtrace for me both, with or without -sync causes the SIGSEGV. Here is my

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread John Levon
On Sun, Sep 09, 2001 at 04:15:14AM +0200, Lars Gullik Bjønnes wrote: + * sp_base.h: add an include sys/types.h because of what? compile error, it should be possible to include this file alone like we do in qt2. It was complaining about pid_t but the is only because on FreeBSD they

qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-09 Thread R. Lahaye
Hi, With the qt2 frontend, calling spellchecker (ispell dutch language), causes the following: Can't open /usr/local/share/ispell/dutch.hash Ispell read timed out, what now? lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. If possible, please read 'Known bugs' under the Help

Re: qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-09 Thread John Levon
On Mon, Sep 10, 2001 at 12:31:22AM +0900, R. Lahaye wrote: lyx: SIGSEGV signal caught are you running with lyx -sync ? You must for qt2 right now. if not, please obtain a backtrace for me regards john -- We don't have to worry about single players such as Michael Owen or Emile Heskey.

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread R. Lahaye
John Levon wrote: On Sun, Sep 09, 2001 at 04:15:14AM +0200, Lars Gullik Bjønnes wrote: but this is only because on FreeBSD they have elected to call the qt lib qt2... that is not the case on RedHat. erm, oh yeah (brain crisis). So I need to change it to prefer qt2 to qt. Eek.

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread John Levon
On Mon, Sep 10, 2001 at 11:12:22AM +0900, R. Lahaye wrote: First Q. of course: do you want LyX to compile out-of-the-box on a FreeBSD system as well? I hope the answer is positive. of course Should we then add some testing against the available qt libs ? Does that need to go in

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread John Levon
On Sun, Sep 09, 2001 at 04:15:14AM +0200, Lars Gullik Bjønnes wrote: > + * sp_base.h: add an include > > because of what? compile error, it should be possible to include this file "alone" like we do in qt2. It was complaining about pid_t > > but the is only because on FreeBSD they have

qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-09 Thread R. Lahaye
Hi, With the qt2 frontend, calling spellchecker (ispell & dutch language), causes the following: Can't open /usr/local/share/ispell/dutch.hash Ispell read timed out, what now? lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. If possible, please read 'Known bugs' under the

Re: qt2 frontend: spellchecker + unknown lanaguage = SIGSEGV

2001-09-09 Thread John Levon
On Mon, Sep 10, 2001 at 12:31:22AM +0900, R. Lahaye wrote: > lyx: SIGSEGV signal caught are you running with lyx -sync ? You must for qt2 right now. if not, please obtain a backtrace for me regards john -- "We don't have to worry about single players such as Michael Owen or Emile Heskey.

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread R. Lahaye
John Levon wrote: > > On Sun, Sep 09, 2001 at 04:15:14AM +0200, Lars Gullik Bjønnes wrote: > > > > but this is only because on FreeBSD they have elected to call the qt > > lib qt2... that is not the case on RedHat. > > erm, oh yeah (brain crisis). > > So I need to change it to prefer qt2 to

Re: [PATCH] Qt2 frontend doesn't compile...

2001-09-09 Thread John Levon
On Mon, Sep 10, 2001 at 11:12:22AM +0900, R. Lahaye wrote: > First Q. of course: do you want LyX to compile out-of-the-box > on a FreeBSD system as well? I hope the answer is positive. of course > Should we then add some testing against the available qt libs ? > Does that need to go in

Re: Qt2 frontend doesn't compile...

2001-09-08 Thread R. Lahaye
John, Could the attached patch solve the problem to at least compile the present qt2 parts? (It does on my FreeBSD PC). Rob. John Levon wrote: On Tue, Sep 04, 2001 at 10:42:38PM +0900, R. Lahaye wrote: All qt stuff is in config/qt2.m4. I removed the symlink (mentioned above), but

Re: Qt2 frontend doesn't compile...

2001-09-08 Thread John Levon
On Sat, Sep 08, 2001 at 03:31:50PM +0900, R. Lahaye wrote: John, Could the attached patch solve the problem to at least compile the present qt2 parts? (It does on my FreeBSD PC). Rob. looks sane to me. Add a changelog for both bits and get someone else to apply it as I can't thanks john

[PATCH] Qt2 frontend doesn't compile...

2001-09-08 Thread R. Lahaye
Patch + ChangLogs attached. Modifications to config/qt.m4, src/sp_base.h and their ChangLogs. Rob. John Levon wrote: On Sat, Sep 08, 2001 at 03:31:50PM +0900, R. Lahaye wrote: John, Could the attached patch solve the problem to at least compile the present qt2 parts? (It does on

Re: Qt2 frontend doesn't compile...

2001-09-08 Thread R. Lahaye
John, Could the attached patch solve the problem to at least compile the present qt2 parts? (It does on my FreeBSD PC). Rob. >John Levon wrote: > > On Tue, Sep 04, 2001 at 10:42:38PM +0900, R. Lahaye wrote: > > > All qt stuff is in config/qt2.m4. > > I removed the symlink (mentioned above),

Re: Qt2 frontend doesn't compile...

2001-09-08 Thread John Levon
On Sat, Sep 08, 2001 at 03:31:50PM +0900, R. Lahaye wrote: > John, > > Could the attached patch solve the problem to at least compile the present qt2 parts? > (It does on my FreeBSD PC). > Rob. looks sane to me. Add a changelog for both bits and get someone else to apply it as I can't thanks

[PATCH] Qt2 frontend doesn't compile...

2001-09-08 Thread R. Lahaye
Patch + ChangLogs attached. Modifications to config/qt.m4, src/sp_base.h and their ChangLogs. Rob. John Levon wrote: > > On Sat, Sep 08, 2001 at 03:31:50PM +0900, R. Lahaye wrote: > > > John, > > > > Could the attached patch solve the problem to at least compile > > the present qt2 parts? > >

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread John Levon
On Tue, Sep 04, 2001 at 01:06:07PM +0900, R. Lahaye wrote: 1) At the end of the make, it automagically links against -lqt, which it cannot find on my FreeBSD machine, since it should be -lqt2. Of course I solved it by making a symbolic link between libqt2.so and libqt.so. it does

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread R. Lahaye
John Levon wrote: 1) At the end of the make, it automagically links against -lqt, which it cannot find on my FreeBSD machine, since it should be -lqt2. Of course I solved it by making a symbolic link between libqt2.so and libqt.so. it does *what* ??? eh ??? This makes no sense

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread Angus Leeming
On Tuesday 04 September 2001 14:42, R. Lahaye wrote: sure they need doing ;) They need to be MVCed first though and that definitely won't happen before 1.2.0. MVCed? Is gooblediegook to me. What does it mean? MVC: model-view-control The FormPreferences class needs to be split into a

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread John Levon
On Tue, Sep 04, 2001 at 10:42:38PM +0900, R. Lahaye wrote: All qt stuff is in config/qt2.m4. I removed the symlink (mentioned above), but replaced all -lqt by -lqt2 in config/qt.m4. My make then runs like a charm, linking -lqt2. /me looks /me is greatly surprised. wow, that's totally

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread John Levon
On Tue, Sep 04, 2001 at 01:06:07PM +0900, R. Lahaye wrote: > 1) At the end of the make, it automagically links against -lqt, which it >cannot find on my FreeBSD machine, since it should be -lqt2. Of course >I solved it by making a symbolic link between libqt2.so and libqt.so. it does

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread R. Lahaye
John Levon wrote: > > 1) At the end of the make, it automagically links against -lqt, which it > >cannot find on my FreeBSD machine, since it should be -lqt2. Of course > >I solved it by making a symbolic link between libqt2.so and libqt.so. > > it does *what* ??? eh ??? This makes no

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread Angus Leeming
On Tuesday 04 September 2001 14:42, R. Lahaye wrote: > > sure they need doing ;) They need to be MVCed first though and that definitely won't > > happen before 1.2.0. > > MVCed? Is gooblediegook to me. What does it mean? MVC: model-view-control The FormPreferences class needs to be split

Re: Qt2 frontend doesn't compile...

2001-09-04 Thread John Levon
On Tue, Sep 04, 2001 at 10:42:38PM +0900, R. Lahaye wrote: > All qt stuff is in config/qt2.m4. > I removed the symlink (mentioned above), but replaced all "-lqt" by "-lqt2" in > config/qt.m4. My make then runs like a charm, linking -lqt2. /me looks /me is greatly surprised. wow, that's

  1   2   >