Ben Stanley <[EMAIL PROTECTED]> writes:
| The first style is a summary comment, and I use these in class
| declarations, i.e. header files. The second comment type is the in depth
| documentation, which I place above the function definition. When viewing
| the HTML documentation provided by Doxyge
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> Is it necessary to have the simple/regex distinction at all? regex
>> alone should be sufficient, shouldn't it?
Angus> Yes. Good point. I'll investigate further.
Yes, but regex can be confusing, especially if people want to use
things
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
|
| >> Is it necessary to have the simple/regex distinction at all? regex
| >> alone should be sufficient, shouldn't it?
|
| Angus> Yes. Good point. I'll investigate further.
|
| Yes, b
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> We used to have code in the xfroms FileDialog that made a bit
Lars> simpler for beginners, in that it allowed simple glob patterns
Lars> as well.
Lars> Typically we just rewrote "*" -> ".*" and "." -> "\."
Lars> I don't agree
Hello all,
Is there currently an active GTK/Qt port being done? I know about the
KDE 0.12 one.
I would volunteer to hack together a GTK 1.2 one, but have no computer
ATM :( (Well, I have an iPAQ!)
Also, is it feasible to create a mini-lyx for use on PDAs and the like?
i.e. is the different ou
On Thu, Nov 07, 2002 at 10:18:50AM +0100, Jean-Marc Lasgouttes wrote:
> Angus> Yes. Good point. I'll investigate further.
>
> Yes, but regex can be confusing, especially if people want to use
> things like ".", "[" and don't want to know why this does not work.
> Believe, me, regex are really real
This implements the "Save as default" and "Use class defaults" features in the
qt document dialog.
Thanks,
Jürgen.
Index: src/frontends/controllers/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v
retr
On Thursday 07 November 2002 9:38 am, Jean-Marc Lasgouttes wrote:
> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> We used to have code in the xfroms FileDialog that made a bit
> Lars> simpler for beginners, in that it allowed simple glob patterns
> Lars> as well.
>
> Lar
On Thu, Nov 07, 2002 at 12:34:56PM +1100, Ben Stanley wrote:
> I will try to separate these things then, or at least put in \todo
> comments where the code looks iffy and then go back to clean code later.
> Doxygen can generate a page of \todo items, which makes these things
> easy to find.
I beli
On Thursday 07 November 2002 9:50 am, Adam Fowler wrote:
> Hello all,
>
> Is there currently an active GTK/Qt port being done? I know about the
> KDE 0.12 one.
Hello Adam,
LyX has separated the kernel from the GUI so, in principle you can have any
frontend you like. In practice, the xforms inter
Angus Leeming <[EMAIL PROTECTED]> writes:
| Reading the boost::regex docs:
| // All characters are literals except: .|*?+(){}[]^$\
| // These characters are literals when preceded by a "\".
>
| This sed expression works:
>
| aleem-> search_expr='. | * ? + ( ) { } [ ] ^ $ \'
| aleem-> e
On Thu, Nov 07, 2002 at 10:38:44AM +0100, Jean-Marc Lasgouttes wrote:
> Let's admit it, even for people who like to use regexps, most of the
> time searches in bibliography do not require them. This is just a
> nifty gadget.
Sure. But implementing both separately is overkill if one can be done by
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Thu, Nov 07, 2002 at 10:38:44AM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> Let's admit it, even for people who like to use regexps, most of
>> the time searches in bibliography do not require them. This is just
>> a nifty gadge
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> Also, is it feasible to create a mini-lyx for use on PDAs and the
>> like? i.e. is the different output "convertor" (for want of a
>> better name) code seperable from LyX?
Angus> Not at the moment. There has been quite a lot of talk ab
On Thursday 07 November 2002 10:15 am, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Reading the boost::regex docs:
> | // All characters are literals except: .|*?+(){}[]^$\
> | // These characters are literals when preceded by a "\".
> |
> | This sed expression
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 07 November 2002 10:15 am, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | Reading the boost::regex docs:
>> |// All characters are literals except: .|*?+(){}[]^$\
>> |// These characters are literals when
- Forwarded message from Kornelia Pietsch <[EMAIL PROTECTED]>
-
ich kann lyx nicht kompilieren.
make[3]: Entering directory `/LOCAL/lyx/lyx-build/src'
g++ -DHAVE_CONFIG_H -I. -I../../lyx-devel/src -I.
-I../../lyx-devel/boost -isystem /usr/X11R6/include
-ftemplate-depth-50 -W -Wall -c ..
On Thursday 07 November 2002 10:44 am, Lars Gullik Bjønnes wrote:
> | Actually, I was hoping you'd just volunteer ;-)
> already did it...
Good man!
> #include
> #include
> #include
>
> using namespace std;
>
> int main()
> {
> string litex(".|*?+(){}[]^$\\");
> string fmt("$&")
On Thu, Nov 07, 2002 at 10:53:01AM +, Angus Leeming wrote:
> Why didn't I mention it before? I forgot!
In any case, I wouldn't care. You can quote me later on:
"Nobody ever will search for simple strings like '[^]'"
Andre'
--
Those who desire to give up Freedom in order to gain Security
On Thursday 07 November 2002 10:49 am, Andre Poenitz wrote:
> On Thu, Nov 07, 2002 at 10:53:01AM +, Angus Leeming wrote:
> > Why didn't I mention it before? I forgot!
>
> In any case, I wouldn't care. You can quote me later on:
>
> "Nobody ever will search for simple strings like '[^]'"
;-)
Andre Poenitz <[EMAIL PROTECTED]> writes:
| - Forwarded message from Kornelia Pietsch
| <[EMAIL PROTECTED]> -
Hmm... Kornelia.. I didn't know that...
| ich kann lyx nicht kompilieren.
>
| make[3]: Entering directory `/LOCAL/lyx/lyx-build/src'
| g++ -DHAVE_CONFIG_H -I. -I../../lyx-devel/s
On Thu, Nov 07, 2002 at 12:02:10PM +0100, Lars Gullik Bjønnes wrote:
> What version of g++ is this?
Probably 2.95.3, I see the same anyway.
> I thought we already had a report on this, but that it gave warnings
> only?
No, as it is it can't work. Looks like the patch from Nov 7 is the
problem...
Andre Poenitz wrote:
> > I thought we already had a report on this, but that it gave warnings
> > only?
Yes, my report. It breaks here too (2.95.3)
> No, as it is it can't work. Looks like the patch from Nov 7 is the
> problem...
It is, as I pointed out in my report. I have reverted that change
On Thu, 2002-11-07 at 21:05, Andre Poenitz wrote:
> On Thu, Nov 07, 2002 at 12:34:56PM +1100, Ben Stanley wrote:
> > I will try to separate these things then, or at least put in \todo
> > comments where the code looks iffy and then go back to clean code later.
> > Doxygen can generate a page of \to
On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
> Ben Stanley <[EMAIL PROTECTED]> writes:
>
> But I compile on RH-8.0 all the time and have no problems.
>
I just did a complete
cvs checkout lyx-devel
and then
autogen.sh
./configure --with-frontend=qt --prefix=/packages/lyx-1.3.0cvs
m
On Thu Nov 7, 2002 11:02, Lars Gullik Bjønnes wrote:
> What version of g++ is this?
> I thought we already had a report on this, but that it gave warnings
> only?
I can confirm this. Redhat 7.3: gcc-c++-2.96-112
Ed.
On Wednesday 06 November 2002 4:24 pm, Andre Poenitz wrote:
> On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote:
> > The whole point of this exercise was to clean-up the code in biblio.C. As
> > a side effect, boost::regex searching now works in the same way as 1.2.
>
> 95 lines added,
On Thu, Nov 07, 2002 at 11:11:46PM +1100, Ben Stanley wrote:
> There is no way for the compiler to check that the subroutine does what
> it was supposed to do, either. And there is no way for the reader of the
> code to guess why something was done in a particular way unless it was
> documented.
N
On Thu, Nov 07, 2002 at 12:52:56PM +, Angus Leeming wrote:
> Ok to apply?
Well. Looks ok, so if it works...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
Juergen Spitzmueller wrote:
> This implements the "Save as default" and "Use class defaults" features in
> the qt document dialog.
Updated patch attached which additionally:
- fixes the update of the dialog (fontsize, pagestyle) on class change
- implements lyxrc.auto_reset_options
- fixes the bu
This is the result from the following thread:
http://marc.theaimsgroup.com/?l=lyx-users&m=103654394122771&w=2
in the users's list about how to print notes, and what their purpose it
etc. To get a quick idea of what this is about, see
http://marc.theaimsgroup.com/?l=lyx-users&m=10366599
Juergen Spitzmueller wrote:
> - When creating a new koma-class doc, qt-lyx does not use the sans serif
> headlines (on screen). When loading an old one, however, they are used. No
> idea why.
More precise: The heading styles (koma <-> standard classes) on screen are not
changed on class change, e
On Fri, 2002-11-08 at 00:00, Andre Poenitz wrote:
> Ben wrote
> > I will make a new patch.
>
> Thank you.
>
> Andr'e
Here it is.
I think I could also move several methods in LyXtextclass from public to
private.
I intend next to do similar documentation on some other classes,
specifically thi
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
>> Ben Stanley <[EMAIL PROTECTED]> writes:
>>
>> But I compile on RH-8.0 all the time and have no problems.
>>
Ben> I just did a complete
Ben> cvs checkout lyx-devel
Ben> and th
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Wednesday 06 November 2002 2:24 pm, Jean-Marc Lasgouttes
Angus> wrote:
>> Here is what I get with the document layout popup? Am I the only
>> one seeing this?
>>
>> JMarc
Angus> No, I see it too.
Angus> Would it make sense to
On Fri, 2002-11-08 at 00:23, Jean-Marc Lasgouttes wrote:
> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>
> Ben> On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
> >> Ben Stanley <[EMAIL PROTECTED]> writes:
> >>
> >> But I compile on RH-8.0 all the time and have no problems.
> >>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Wednesday 06 November 2002 4:24 pm, Andre Poenitz wrote:
>> On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote:
>> > The whole point of this exercise was to clean-up the code in biblio.C. As
>> > a side effect, boost::regex searching now wo
How to check for valid regex without exceptions.
--- Begin Message ---
> We are having some problems with using boost.regex without exceptions.
>
> If a faulty regex is entered the app usually crashes with a SIGFPE
> signal.
>
> Is it any way to check that a regex is valid?
> (when not using ex
On Thursday 07 November 2002 1:59 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Wednesday 06 November 2002 4:24 pm, Andre Poenitz wrote:
> >> On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote:
> >> > The whole point of this exercise was to clean-up th
On Thursday 07 November 2002 1:26 pm, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> On Wednesday 06 November 2002 2:24 pm, Jean-Marc Lasgouttes
>
> Angus> wrote:
> >> Here is what I get with the document layout popup? Am I the only
> >> one seei
Dear Lyx Developpers,
referring to my previos mail of October 24, I'd like to elaborate the feature
request about the captions in longtables a little bit more.
Problem:
Currently lyx only allows the input of the captions in longtables only if one
fakes a row of input (c.f.
http://www.mail-archiv
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Great suggestion, Jean-Marc. Before is doc1.png, after is
Angus> doc2.png.
Excellent result. Xforms is not so crappy, after all :)
Angus> To try yourself, apply the diff attached in the dir containing
Angus> form_document.C
I don
Hi,
When I click in the scroll bar trough of an application window, e.g. to
scroll down a long document, I expect it to jump one windowful straight
away, then jump repeatedly after a short pause, in the same way that
keyboard keys repeat.
LyX does this, but it does it much, much too fast on m
Juergen Spitzmueller wrote:
> The heading styles (koma <-> standard classes) on screen are not
> changed on class change, even though the buffer is changed.
Still there (and I don't have a clue)
> - URGENT: on class change, qt-lyx (still) crashes if the document contains
> a environment which is
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Juergen Spitzmueller wrote:
>> - When creating a new koma-class doc, qt-lyx does not use the sans
>> serif headlines (on screen). When loading an old one, however, they
>> are used. No idea why.
Juergen> More precise: Th
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>
| Juergen> Juergen Spitzmueller wrote:
>>> - When creating a new koma-class doc, qt-lyx does not use the sans
>>> serif headlines (on screen). When loading an old one, however, t
On Thursday 07 November 2002 2:01 pm, Lars Gullik Bjønnes wrote:
> > Is it any way to check that a regex is valid?
> > (when not using exceptions)
> >
> > boost::regex e("a(");
> >
> > works fine... but when used app crashes.
>
> It's not actually documented, but use the set_expression member funct
So, the release of lyx 1.2.2 is a long and painful process. It should
have been released a looong time ago, but various reasons made that
impossible (yet). I have currently two problems I want to solve before
release:
- Juergen's undo fixes have introduced new crashes of their own. I do
not kno
> "Adrien" == Adrien Rebollo <[EMAIL PROTECTED]> writes:
Adrien> Hello, Both LyX 1.2.1 and 1.3.0 report errors on trying
Adrien> View->DVI on the included file. They seem to be a LyX bug.
Actually, in titles, the macro used is \thanks and not \footnote. For
some unknown reasons, this macro is
On Thursday 07 November 2002 3:25 pm, Jean-Marc Lasgouttes wrote:
> - the epsi support of 1.2.1 causes problems. While I'd like to get rid
> of it and see what happens, I dare not do it, and I think I'll have
> to work around the case when the converter has to convert from a
> file to itself
Jean-Marc Lasgouttes wrote:
> Is it the same with xforms?
Yes, indeed!
> Might it be a result of the recent patch
> from lars for the redrawing of labels?
Hmm, don't know. But I'm happy to know that it is not the fault of the qt
frontend ;-)
Thanks,
Jürgen.
This fix the const problems in toc the long way round...
? build
Index: src/buffer.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.C,v
retrieving revision 1.390
diff -u -p -r1.390 buffer.C
--- src/buffer.C 4 Nov 2002 02:
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> strange things are:
Ben> 1) does not define HAVE_STRERROR, but my system has it.
The check has been removed now, and the text about it in the config.h
postamble can go away (as well as strerror.c and atexit.c, BTW).
Ben> 2) does not d
[EMAIL PROTECTED] (Juergen Spitzmueller) writes:
| Jean-Marc Lasgouttes wrote:
>> Is it the same with xforms?
>
| Yes, indeed!
Was this error present before I fixed 668?
(satans neighbour across the street...)
--
Lgb
On Thu Nov 7, 2002 14:49, Juergen Spitzmueller wrote:
> Seems that I need always three shots ;-)
but you get there!
> Please apply this patch and forget about the former 2.
applied (hope no one objects ;-)
Thanks, Ed.
Lars Gullik Bjønnes wrote:
> Was this error present before I fixed 668?
> (satans neighbour across the street...)
I /think/ that I have seen it before, but only in the qt frontend.
OTOH, at that time buffer update was completely broken there, so I am not
shure.
Can you revert it to check?
Jürgen
Edwin Leuven wrote:
> applied (hope no one objects ;-)
Thanks, Ed.
Incidentally, why is this? Restore works, doesn't it?
void QDocumentDialog::restore()
{
qWarning( "DocumentDialog::restore() not yet implemented!" );
}
Jürgen.
On Thu Nov 7, 2002 16:12, Juergen Spitzmueller wrote:
> Edwin Leuven wrote:
> > applied (hope no one objects ;-)
>
> Thanks, Ed.
> Incidentally, why is this? Restore works, doesn't it?
>
> void QDocumentDialog::restore()
> {
> qWarning( "DocumentDialog::restore() not yet implemented!" );
> }
I
Angus Leeming <[EMAIL PROTECTED]> writes:
| Perfect. Shame boost isn't as clever as sed.
Actually it seems that boost is not far behind:
string litex(".|*?+(){}[]^$\\");
string fmt("$&");
boost::RegEx reg("[].|*?+(){}\\[^$]");
string res = reg.Merge(litex,
On Thursday 07 November 2002 2:47 pm, Jean-Marc Lasgouttes wrote:
> The problem is the in the build tree we have de.mo, whereas the locale
> code looks for .../LC_MESSAGES/de/lyx.mo. So it is difficult to map
> the two (a hardlink in the right place works, though)
Oh, come on. Nothing is that hard
On Thursday 07 November 2002 4:51 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Perfect. Shame boost isn't as clever as sed.
>
> Actually it seems that boost is not far behind:
>
> string litex(".|*?+(){}[]^$\\");
> string fmt("$&");
> boost::R
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 07 November 2002 4:51 pm, Lars Gullik Bjønnes wrote:
| > Angus Leeming <[EMAIL PROTECTED]> writes:
| > | Perfect. Shame boost isn't as clever as sed.
| >
| > Actually it seems that boost is not far behind:
| >
| > string litex(".|*?+(){}[
On Thu, Nov 07, 2002 at 02:00:47PM +0100, Andre Poenitz wrote:
> No. The code _is_ the documentation. If it is unreadable, it is broken.
> I know that we do not live in an ideal world, though, and LyX code _is_
> broken by this standard. But instead commenting the broken code, the code
> should be
On Thu, Nov 07, 2002 at 12:02:10PM +0100, Lars Gullik Bjønnes wrote:
> | ../../lyx-devel/src/toc.C:79: passing `const Buffer' as `this' argument
> | of `class ParIterator Buffer::par_iterator_begin()' discards qualifiers
sorry I goofed. Low disk space is the fault ...
john
--
"When a man has n
On Thu, Nov 07, 2002 at 04:39:54PM +0100, Lars Gullik Bjønnes wrote:
>
> This fix the const problems in toc the long way round...
Cripes !
thanks for dealing with my fubar
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
On Thursday 07 November 2002 2:47 pm, Jean-Marc Lasgouttes wrote:
> Angus> Note that fl_adjust_form_size scales the height as well as the
> Angus> width: fl_scale_object(ob, max_factor, max_factor);
>
> Is it a problem?
ummm. See pref_de2.png which was produced with this compensate thing. Pretty
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Nov 07, 2002 at 12:02:10PM +0100, Lars Gullik Bjønnes wrote:
|
| > | ../../lyx-devel/src/toc.C:79: passing `const Buffer' as `this' argument
| > | of `class ParIterator Buffer::par_iterator_begin()' discards qualifiers
|
| sorry I goofed. Low disk
On Thu, Nov 07, 2002 at 06:23:40PM +0100, Lars Gullik Bjønnes wrote:
> can you fix it by applying my patch?
I already deleted it I'm afriad ...
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
On Thu, Nov 07, 2002 at 04:25:36PM +0100, Jean-Marc Lasgouttes wrote:
> - Juergen's undo fixes have introduced new crashes of their own. I do
> not know whether current condition is worse/better than 1.2.1, but
> the best would be to solve the problem (new situation is crashing
> when undo i
Has anyone found a way to do this, either in lyx or latex? The
problem with tabulars is that the lines extend all the way out.
Roughly what I need is
Player1name
move1 move2
p m ***
l o * * *
a v
> That is, I need a couple of rows up top and columns to the left with
> no lines.
>
> hawk, baffled
This is possible by controlling the borders on the cells in the table
right?
nirmal
On Thursday 07 November 2002 7:02 pm, Dr. Richard E. Hawkins wrote:
> Has anyone found a way to do this, either in lyx or latex? The
> problem with tabulars is that the lines extend all the way out.
> Roughly what I need is
>
> Player1name
> move1 move2
> p m
On Thursday 07 November 2002 7:19 pm, Angus Leeming wrote:
> On Thursday 07 November 2002 7:02 pm, Dr. Richard E. Hawkins wrote:
> > Has anyone found a way to do this, either in lyx or latex? The
> > problem with tabulars is that the lines extend all the way out.
> > Roughly what I need is
> >
> >
http://bugzilla.lyx.org/show_bug.cgi?id=490
the only way I see to solve this is to set the LyXLength default unit to
UNIT_NONE instead of PT (which is very arbitrary anyway) and add a bool
empty() to lyxlength (see attached patch).
Would this be o.k. or have I overseen some side effects? With t
On Wed, Nov 06, 2002 at 12:48:25PM -0500, Nirmal Govind wrote:
> I'm using cvs with Qt3. When I type continuously (at least a few
> characters at a stretch), there's a significant delay between the
I do not see a delay with Qt2
> keyboard stroke and the visual.. the characters show up only after
On Fri, Nov 08, 2002 at 12:22:35AM +1100, Ben Stanley wrote:
> Here it is.
applied. (actually it would be nice to document what the ctor takes as
arguments)
> I think I could also move several methods in LyXtextclass from public to
> private.
I guess you can spupply a patch for that too ?
tha
On Sat, Nov 02, 2002 at 03:18:40PM +0100, Juergen Spitzmueller wrote:
> Attached is my first version of preferences designer files.
applied ... it's a starting point at least. Thanks a lot for this.
Edwin, are you going to apply the improved tabular ui ?
regards
john
On Fri, Nov 01, 2002 at 01:40:10PM +0800, Rod Pinna wrote:
> In the qt version of 130, the pulldown list for included text shows the
> text as "verbatim", even though in 122, the doc was saved with the
> included text as "included".
Thanks, fixed in my tree.
wanting a rock to wind a piece of st
> Edwin, are you going to apply the improved tabular ui ?
yep, will be coming soon...
ed.
>
> I do not see a delay with Qt2
So it's specific to QT3 then I guess... is there anyone else who uses
cvs with QT3? Need to figure out if this is some problem specific to my
computer or not...
> Our cursor drawing is morally wrong since we do it at the wrong times.
> This is the result ...
I
On Thu, Nov 07, 2002 at 03:52:44PM -0500, Nirmal Govind wrote:
> >
> > I do not see a delay with Qt2
>
> So it's specific to QT3 then I guess... is there anyone else who uses
> cvs with QT3? Need to figure out if this is some problem specific to my
> computer or not...
I use QT3 and I don't have
Hello,
I just checked out the GUII branch to have a look at the Qt2 interface but the build
fails in src/graphics/GraphicsImageXPM.C because of undefined references to FLTK
(?!!!??!!) variables such as fl_screen or fl_state.
This seems very strange, I simply did :
cd lyx-guii
./autogen.sh
./con
On Thu, Nov 07, 2002 at 10:03:55PM +0100, Pierre-Olivier Gaillard wrote:
> This seems very strange, I simply did :
> cd lyx-guii
> ./autogen.sh
> ./configure --with-frontend=qt2
--with-frontend=qt
> make -j 5 # to use my 2 Celeron chips.
I really doubt this is safe.
> GraphicsImageXPM.C:72: p
On Thu, 7 Nov 2002 21:08:49 +
John Levon <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 07, 2002 at 10:03:55PM +0100, Pierre-Olivier Gaillard wrote:
>
> > This seems very strange, I simply did :
> > cd lyx-guii
> > ./autogen.sh
> > ./configure --with-frontend=qt2
>
> --with-frontend=qt
Thanks, th
On Thu, Nov 07, 2002 at 10:19:49PM +0100, Pierre-Olivier Gaillard wrote:
> Did I get the wrong branch with this command :
>
> cvs co -r BRANCH_GUII -d lyx-guii lyx-devel
Oh. Yes. the GUII stuff is integrated into the main trunk CVS months
ago. Try again with a normal checkout ;)
regards
john
--
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -isystem /usr/X11R6/include -O
-Wno-non-template-friend -ftemplate-depth-30 -W -Wall -c -o toc.o test -f
toc.C || echo './'toc.C
toc.C:85: warning: #warning bogus type (Lgb)
toc.C: In function const class toc::TocList toc::getTocList(const Buffer *)':
t
>
> I use QT3 and I don't have this problem.
>
Okay.. so that's good news I guess..
I'm using gcc version 3.2 on Mandrake 9.0. QT version 3.0.5... what
other parameters should I be checking on that could result in this
behavior?
Thanks,
nirmal
current cvs LyX wrote the following in the preamble for a document with
figures: (document style IEEEtran, but it's written in the layout
independent part)
-
%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em
the example in the .h looks broken and makes no sense
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
John Levon <[EMAIL PROTECTED]> writes:
| wanting a rock to wind a piece of string around,
That is a reference I do not get...
--
Lgb
Dekel Tsur <[EMAIL PROTECTED]> writes:
| g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -isystem /usr/X11R6/include -O
| -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -c -o toc.o test -f
| toc.C || echo './'toc.C
| toc.C:85: warning: #warning bogus type (Lgb)
| toc.C: In function const clas
On Fri, Nov 08, 2002 at 01:11:49AM +0100, Lars Gullik Bjønnes wrote:
> John Levon <[EMAIL PROTECTED]> writes:
>
> | wanting a rock to wind a piece of string around,
>
> That is a reference I do not get...
It was in reference to his signature ...
http://www.letssingit.com/they-might-be-giants-w
Lars Gullik Bjønnes wrote:
Dekel Tsur <[EMAIL PROTECTED]> writes:
| g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -isystem /usr/X11R6/include -O
| -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -c -o toc.o test -f
| toc.C || echo './'toc.C
| toc.C:85: warning: #warning bogus type (Lgb)
| t
On Fri, Nov 08, 2002 at 09:58:04AM +0900, Rob Lahaye wrote:
> Rob.
OK, I was waiting for a compile anyway ... I applied it. It should be OK
but I couldn't be arsed to wait for /two/ compiles
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- C
In a sudden urge of documentation (I'm writing my thesis...), I put some
notes on how I've used bibtex2html to automatically generate a list of
publications, including links to online versions.
You can find it here:
http://www.md.kth.se/~chr/lyx/list-of-publications/
/Christian
--
Chr
Whilst removing getParFromID crap in favour of using ParConstIterator,
I noticed that getInsetFromID doesn't seem to consider tabular's cell's
insettexts. Is this correct behaviour ?
If so, it's trivial to remove the getInsetFromID recursion in favour of
iteration too. If not, there's a bug.
re
I'm trying to distill the rules for insets and paragraphs...
* Inset classescan only hold a single inset object.
* Paragraph objects are not an inset, but may contain more than one
inset.
* Paragraph objects may be inserted into an inset tree using an
InsetText object.
All this must make it rat
[EMAIL PROTECTED] schrieb:
CVSROOT: /usr/local/lyx/cvsroot
Module name: lyx-devel
Repository: lyx-devel/src/frontends/controllers/
Changes by: [EMAIL PROTECTED] 02/11/07 16:24:07
Modified files:
lyx-devel/boost/: ChangeLog
lyx-devel/boost/libs/regex/src/: Makefile.am
lyx-devel/src/frontends
On Fri, Nov 08, 2002 at 12:22:35AM +1100, Ben Stanley wrote:
> I think I could also move several methods in LyXtextclass from public to
> private.
Such would be welcome ;-)
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (
Please apply.
Thanks,
Juergen.
Index: src/frontends/qt2/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v
retrieving revision 1.272
diff -u -r1.272 ChangeLog
--- src/frontends/qt2/ChangeLog 2002/11/08 00:09:00 1
100 matches
Mail list logo