On Tuesday 22 February 2005 23:09, you wrote:
> In light of all this, I'm asking whether I can have your permission to
> add your names to http://www.lyx.org/blanket-permission.txt:
>
> "The following people hereby grant permission to licence their
> contributions to LyX under the Gnu General Publ
On Monday 10 February 2003 12:22, John Levon wrote:
> You'll have no joy trying that at all. You'll have to add some code in
> frontends/qt2/ and hide it behind the GUII firewall.
Is there documentation on how to do that? Or are there files which can be
used as an example (and which are not too
On Friday 07 February 2003 21:57, Angus Leeming wrote:
> Have a look at src/frontends/qt2/Makefile.am
Do you know what exactly I have to change in src/Makefile.am? For example
when I just add $(FRONTEND_INCLUDES) to INCLUDES I get parser errors (in
../boost/boost/signals/detail/signals_common.h
On Monday 10 February 2003 09:13, Andre Poenitz wrote:
> Which Qt classes?
QSocket (and QString).
> And what would the benefit of using Qt classes in the LyX core be?
Programming an asynchronous socket on the C level doesn't seem to be fun.
As I said, for now it's just personal testing and it'
Hi,
I'd like to use some Qt classes in text.C - just for trying some things
out. As it's also about non-GUI classes, I guess using the GUI
independance stuff doesn't make sense. Can someone tell me how to make Qt
classes in text.C work? Currently the Qt headers aren't even found when
included
On Friday 20 December 2002 08:42, Andre Poenitz wrote:
> I think this is a bit too deep in the bowels. I'd only check direct user
> input, not every char that gets inserted for any reason.
>
> How much code is that btw?
It's 40 lines in insertChar() and 60 lines for a method that contacts the
se
On Thursday 19 December 2002 17:31, Andre Poenitz wrote:
> One would have to hook into the handler for LFUN_SELFINSERT
> (src/text3.C, line 1500+) and cut the "last" word or sentence from
> cursor position backward.
So far I added some code to LyXText::insertChar(). If the last word is
incorrect
On Thursday 19 December 2002 08:47, Andre Poenitz wrote:
> For the technical part: We have almost everything needed for that
> already in place for the (currently disabled) autocorrection in math and
> the "real" spellchecking. So it should not be too hard to cobble things
> together in 1.4...
Co
On Monday 09 December 2002 19:09, Moritz Moeller-Herrmann wrote:
> Compilation works on SuSE-8.1 with the gcc provided here:
> ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/projects/gcc/8.1/
Yes, it compiles with that. But after that I get this error when starting
lyx (using qt frontend with Qt 3.1)
Lars Gullik Bjønnes wrote:
> I made the decision that this bug will not be triggered a lot, and
> deemed it thus non-critical. Also lyx does not crash super-hard it is
> able to save the emergency file.
Here´s a workaround for another bug. Could you apply it to the stable tree
even maybe if ther
Steven van Dijk wrote:
> if I load a document and try to delete every space by doing a replace which
> searchs for a space and replaces it with nothing, LyX goes into an infinite
> loop replacing the same space.
Thanks for your report.
I took a look at lyxfr1.C, replacing something in the end
Amir Karger wrote:
> \/, which mathed then shows as an empty square. To get a slash in math mode
> in TeX, or in mathed, you just type the slash. You don't have to backslash
> it. Is this another thing that changes in tla?
I don't know, I just started using TLA (TLA and TLA+ are specification
la
Amir Karger wrote:
> I'm afraid I probably won't be able to figure out the problem unless you are
> able to figure out which slide is causing the error and give me just that
> one.
I found the slide and removed nearly all non-critical lines. The attached
file should be the (nearly) minimal file
Hi,
maybe we should change the BUGS file in 1.0.2 so that it doesn't contain
that footnote about "January 1999" anymore?
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
http://cgi4all.alabanza.com/glasatelier/
Hi,
I have a problem with 1.0.2pre1 and/or relyx. I know that relyx only works
for correct TeX files, so I modified 2folien.tex to avoid the two
errors/warnings 'lacheck' gave me.
I don't know TeX and I never really used relyx before, so I cannot judge
where the problem is, sorry.
The lyx and T
Hi,
the 'Replace All' button is not yet disabled when it should be (e.g.
document is read-only). Patch is attached - Jean-Marc, could you put this
in? Sorry, but you'll also have to give that button the name
replaceall_button with fdesign (it would trash the arrows/icons again if I
did that).
Re
Jean-Marc Lasgouttes wrote:
> In fact, I plan to add this slightly different version. Does it seem
> reasonable to you?
Mhh, I actually don't use the version control in lyx :-) If it's the
common case to set a description, I prefer the non-default-value patch.
Using the default value the user ha
Hi,
here's a patch that adds a call to an external dictionary (wordnet). I
talked about this some weeks ago and I asked if it is okay just to call an
external tcl/tk program.
I decided not to rebuild the GUI of that dictionary ('wnb') for lyx,
because:
1. the existing GUI is quite good, I would
Hi,
I just wanted to put the 'replace all' stuff into 1.1. I changed form1.fd with
fdesign, did "make -f makefile.eigen". It failed, I had to remove credits_form.fd
from the makefile (otherwise: "no rule to make target credits_form.c"). Now it
seemed to work.
Lyx compiled, but linking failed wit
Jean-Marc Lasgouttes wrote:
> You could use the seconf optional argument to give a default
> label. Then, if we have an empty string, it means that the user
> deliberately decided to delete the string.
..or he clicked cancel. The XForms function we use returns null for
cancel and an empty string
Jean-Marc Lasgouttes wrote:
> This means that is one enters an empty description, it will be
> considered as cancelled, right? It would be nice to make a difference
> between empty and cancelled.
Well, the user gets the popup warning. From the programming point of view,
using an exception would
Hi,
here's a patch that makes the cancel button of version control -> register
work. If the users clicks cancel or doesn't give any desription, the file
will not be registered. There's a message that tells that to the user,
just in case anybody got used to the behaviour that it worked even
withou
Hi,
here's the patch that gives feedback if the user wants to insert two
spaces at the same place, as it is in 1.0.1 already. Someone please commit
this to the cvs version?
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
http://cgi4all.alabanza.com/gl
Hi,
here's a patch to add 1.0.1's splash screen to the cvs version. The patch
itself works, but starting lyx without a .lyx directory is broken at the
moment, no matter if you choose to create .lyx or not (I cannot fix this,
since I absolutely don't know what's going on there).
Can someone pleas
Hi,
I'd like to add the 'replace all' stuff to the cvs version. But I cannot
call "make updatesrc" beacuse there's no Makefile (makefile.eigen only
warns my not to run it, because it's only intended for the maintainer).
Do I have to copy the files etc. by hand?
Regards
Daniel
--
PGP Key fing
Hi,
here's an idea for a new feature for lyx 1.1:
At http://www.cogsci.princeton.edu/~wn/w3wn.html you can find a huge
database of english words which is freely available - 'wordnet'. The most
interesting part is probably the synonyms. It's not very difficult to
integrate this in lyx, so everybo
Jean-Marc Lasgouttes wrote:
> I do not have this problem here. What compiler are you using? Did you
> specify --with-included-string?
It doesn't help, it crashes again with the same output. I'm using egcs
1.1.1 on a (mostly unmodified) SuSE 6.0 system.
Regards
Daniel
--
PGP Key fingerprint
Asger Alstrup Nielsen wrote:
> 1.1 does work for implementing new things, although it's unstable. If you can
> build the stuff, you should be able to port it. If you can't build it, let us
> know what fails, and we should fix things.
It does build for me, but I can't load a file or make a new
Hi,
I wrote a new function that counts the words, characters and paragraphes
of a text in lyx. This is helpful for students who have to write texts
with a certain amount of words. I guess it can be easily extended to count
images, tables etc.
In which source file should this function, let's call
Hi,
a small bug in 1.0.1: If you use Edit->VersionControl->Register and select
Cancel in the appearing popup, the document is still registered.
Is someone working on that code or is there someone familiar with it? If
not, I will try to fix it.
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E
Hi,
first major bug: my name is misspelled in the credits box, so let's get
out 1.0.2 really soon :-)
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
http://cgi4all.alabanza.com/glasatelier/
Hi,
does xforms have a way to display tooltips for menu entries? Even for
ghosted (grey) ones. Well, probably not?
It would be great to tell the user why certain things are not available.
E.g. that something with his latex environment isn't correct if he can't
preview files and so on.
Any ideas
Lars Gullik Bjønnes wrote:
> :pserver:[EMAIL PROTECTED]:/usr/local/lyxsrc/cvsroot
>
> cvs login
> Passwork: lyx (or was it cvs...i always mix them...)
Neither of these passwords work for me, I just get an 'authorization
failed' with that server.
Regards
Daniel
--
PGP Key fingerprint =
Stephan Witt wrote:
> + uncomment the line \font_encoding T1 in your lyxrc
> + change in Layout->Document
> - Sprache (Language) => german
> - Kodierung (?) => latin1
>
> You shouldn't need to change the preamble for this.
I see. IMHO, we should add to splash.lyx, how much you can conf
Hi,
I found this hint on the users mailing list. If you use long words
containing german umlauts, the words won't break. This as an preamble
fixes it (or works around it) - you need the babel package etc. installed,
of course:
% allow extended characters in fonts
% -- needed for automatic hyphe
Hi,
I have set CVSROOT to
:pserv:pserver:[EMAIL PROTECTED]:/home/dnaber/cvs
and I get the updates with 'cvs update'. Do I have the development
version?
The README file has a date as of 2. Dec, all the forms have 10/26/98 and
only some files in src are updated in the last days. README says: "This
Jean-Marc Lasgouttes wrote:
> Thanks. Before checking it in, a question: is there some reason why
> you you changed the <> button labels to plain <> instead of the older
> arrows? I found them nicer...
Oops, I didn't even notice that. Somehow fdesign must have lost them.
Whenever I load that for
Jean-Marc Lasgouttes wrote:
> various unices. Since we would like to release 1.0.1 on 990301, I'd
> rather wait for regexp. But the replace all feature can definitely go
> in.
Okay, here it is again (against 1.0.0). I detail:
-replace all function (lyxfr1.C)
-form1.fd changed (new button)
-min
Joacim Persson wrote:
> Looks nice, and certainly something long awaited. ...but use
> development/tools/makepatch for creating patches to avoid lines like:
Mhh, this makes a patch >100 kb even if packed? Is that okay or do I have
to give certain arguments (besides original and new src director
Jean-Marc Lasgouttes wrote:
> One thing that I do not have anymore and would be nice for 1.0.1 is
> the 'replace all' feature. Could somebody send that to me?
I think if we include the replace all stuff, we can also include the
regex stuff (if, and only if, it gets tested by enough people).
Any
Hi,
here's a patch that extends the search+replace stuff with regular
expressions. It's paragraph based, that means forward searching for .*
will match the whole paragraph if the cursor is at position 0.
Searching backwards gives basically the same matches as searching
forwards. This may be conf
Hi,
since lyx offers so much documentation, every user would probably be
thankful about a fulltext search in the docs. To provide it, there are,
IMHO, two ways:
1. Extend the Find&Replace function to search in more than one document
and display the results (e.g. the chapters with matches) in an
Asger Alstrup Nielsen wrote:
> I think we should open the splash document if the .lyx directory does not
> exist. This is a very nice point to present this, because we are rather sure
> that we are dealing with a new user.
Okay, here it is ('splash.lyx', which it tries to load, is the file I
po
Asger Alstrup Nielsen wrote:
> Daniel, could you implement this and maybe could write up a very short Welcome
> document? This document should reside in the "examples" directory. People on
> this list would soon read it and improve it, so just have a go at it.
Okay, here it is. The new beginni
Asger Alstrup Nielsen wrote:
> change this. Try "xev" and see if there is an appropriately discriminated
It only tells me about button press and release, not about doubleclicks
and such.
My favourite editor (nedit) manually checks for a doubleclick using the
time since the last click (I just l
Jochen Kuepper wrote:
> Actually something in LyX usefull would be to select on the second press and
> then you can extend the selection by moving the mouse while the button is still
> pressed. So you don't have to fiddle to get the correct position at the
> beginning of the word.
That's what I
Hi,
two things:
-To my mind, selection of a word on doubleclick should happen when the
user clicks for the second time, not when he releases the mousebutton.
-Pasting to other X applications: is this difficult? Is it a question of
xforms? nedit, e.g. (linked to motif), does exactly what we want
Hi,
here's an IDEA for a bugfixing patch. It SEEMS to fix the
delete-does-actually-cut problem. I figured it out with some trial'n'error
hacking. You have been warned. So if necessary, improve the code before
applying this.
There are, e.g., several CutCB calls in lyxfunc.C I don't understand, so
Jochen Kuepper wrote:
> >A solution might be to show the document when no .lyx directory exists
> >for this user. And I think that the document shown should be
> >Intro.lyx, even if this means modifying Intro.lyx.
>
> Thinking about it. Showing it once might be to little for a really new user.
>
Hi,
as I said, here's a patch that lets lyx start with a splash/help/...
document if no filename to load is given. Mail me or the list about what
you think should be in this file - should it be very short, or should it
contain FAQs...
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E D2 00 B6
Hi,
here are some ideas for 1.0.1 to improve the user interface:
1. To make life easier for beginners, why not tell them they can't insert 2
spaces at one position if they try? A patch is appended. The same could be
done for 2 returns etc (haven't found where to put that yet).
2. A history of t
Lars Gullik Bjønnes wrote:
> || Set language to german and input encoding to latin1
> | Suse 6.0 still comes with lyx 0.12, setting the language and the
> | encoding is not enough there, AFAIK.
>
> Ahh, you are right... Could it be that you don't have the EC fonts
> installed?
? I don't know
Lars Gullik Bjønnes wrote:
> | Insert this into Layout -> LaTex Preamble:
> |
> | \usepackage{german} \usepackage[latin1]{inputenc}
>
> No. Do this in Layout->Document instead.
>
> Set language to german and input encoding to latin1
Suse 6.0 still comes with lyx 0.12, setting the language
Gebhard Thier wrote:
> - the German SZ is displayed correctly but printed as "SS"
Insert this into Layout -> LaTex Preamble:
\usepackage{german}
\usepackage[latin1]{inputenc}
Regards
Daniel Naber
PS: www.suse.de offers a great database that covers 'bugs'
Hallo,
I know it was mentioned here already, but I think it's important enough to
make it clear once again:
If the new release happens, the main website has to be up to date. That
means, IMHO:
-the new release has to be linked, the announcement should be online
-the part that says "development
Hi,
in lyx.man it says:
It is designed for people who wants a professional output with a minimum
of time effort,...
It should be 'want' instead of 'wants'.
Although I'm not a native english speaker the first sentence sounds
strange to me:
LyX is a modern approach of writing documents...
Per
Hi,
how do I get read-only access to the CVS fpr lyx and klyx?
If I try cvs.lyx.org/nazgul.lyx.org I'm asked for a password and access is
denied if I type just return.
Regards
Daniel
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
Etienne Grossmann wrote:
> However, I got used to clicking (although it's slower), and don't
> use that function much. I proposed, to make a patch that removes
> "word-find-forward" and "word-find-backward" from LyX.
I'm not familiar with lyx source either, so I'm not sure if we should do
this
). Should we merge these up?
Regards
Daniel Naber
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
Jean-Marc Lasgouttes wrote:
> Could you modify your patch according to those remarks?
It's not ready yet, I couldn't get this running, it just doesn't display
the number:
minibuffer->Set(LString(int(replace_count))+_(" strings have been replaced."));
Any idea? (replace_count is an unsigned int
t to lyx (after testing it). BTW,
I will port these things to klyx, as soon as I get them to work there.
Best regards
Daniel Naber
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
diff -ur lyx-1.0.0pre6/src/form1.C /lyx/src/form1.C
--- lyx-1.0.0pre6/src/form1.C Mon O
stuff but is deprecated now
- the STL doesn't have regex, does it?
As far as I can see, we can use POSIX regex or look for a free OO library
to use. Does anyone have experience with this? Other ideas?
Best regards
Daniel Naber
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
the time to port
these changes to lyx, but I can send a detailed changelog to the list when
finished.
Best Regards
Daniel Naber
--
PGP Key fingerprint = 3D 98 9E D2 00 B6 E0 9D 7E B9 77 23 17 E2 11 6A
64 matches
Mail list logo