On 02/02/13 22:27, Pavel Sanda wrote:
Martin Vermeer wrote:
I added code to InsetMathNest to turn autocorrection off for cursor up or
down (e.g., in an array), from the philosophy that having autocorrection on
should be a conscious choice, not something you get stuck in. (Of course
pressing the
Here is another patch to fix a TeX crash I ran into: if you have a text
containing a \url and you apply a text attribute (like 'small') to it,
you get it inserted inside the url:
{\small abc}\url{\small def}{\small ghi}
making TeX crash royally.
Martin
diff --git a/lib/layouts/stdinsets.inc b
On 02/02/13 10:41, Pavel Sanda wrote:
Jean-Marc Lasgouttes wrote:
Here is another patch from our own Martin Vermeer improving support for
aligning on decimal point in tables. Unfortunately, since I do not use this
at all, I am not able to see whether this is an improvement for all use
cases
meant "step on your toes".
>
> >>But of course this could be changed.
> >
> > From the logic, as an average user I would expect that ofter enabling
> >auto correction, this feature is always available.
>
> I do not have enough experience with the
On Tue, 07 Dec 2010 03:49:12 +
LyX Ticket Tracker wrote:
> #6261: Autocorrection problems
> -+--
> Reporter: sanda| Owner: lasgouttes
> Type: defect | Status: new
> Priority: normal |
On Fri, 12 Mar 2010 14:25:13 +1300
john wrote:
> Steve Litt wrote:
> > Hi all,
> >
> > Did I ever mention how much I like LyX? It's wonderful. I'm writing my new
> > book right now, and LyX is so easy and transparent that I'm pounding out an
> > average of 3,000 words per day. LyX just stays ou
On Tue, 02 Mar 2010 11:35:28 +0100
jezZiFeR wrote:
> Dear listmembers,
>
> is is possible to print just branches, not the main text? To select
> some branches und to compile just them?
>
> Thanks for your help
> Jess
Sure... just put the main text in a branch of its own, and disable it.
Mar
On Thu, 26 Nov 2009 21:04:23 -0800 (PST)
m s wrote:
>
>
> --- El vie 27-nov-09, m s escribió:
>
>
> De: m s
> Asunto:
> Para: lyx-devel@lists.lyx.org
> Fecha: viernes, 27 de noviembre de 2009, 3:00 am
>
>
>
>
>
>
> Quiero informarles que al escribir documento y también en el DVI las
On Wed, 26 Aug 2009 01:55:56 +0200
Jean-Marc Lasgouttes wrote:
> Some people say that good things always come to an end, but this implies
> that good things have to start at some point too. I am glad to announce
> the birth of our third child Arsène (who is thus a boy, for those of you
> who s
On Fri, 14 Aug 2009 20:33:25 +0200
Lars Gullik Bjønnes wrote:
> For your enjoyment:
>
> Attaching torrent to get it.
What happened to the sound?
;-)
On Tue, 14 Jul 2009 15:47:25 +0200
Jean-Marc Lasgouttes wrote:
> Le 14 juil. 09 à 15:32, lasgout...@lyx.org a écrit :
> > + // FIXME this use of forceLTR is dubious
> > + // introduced in http://www.lyx.org/trac/changeset/21285
> > + if (getLayout().isForceLtr()) {
> > + // Force
On Tue, 23 Jun 2009 10:45:24 +0200
Jean-Marc Lasgouttes wrote:
> Martin Vermeer writes:
> >> this is due to the migration to our new server. please contact JMarc
> >> for setting an account for you, it should be quite easy now.
> >
> > Perhaps... but doesn
On Sun, 14 Jun 2009 00:27:16 +0200
Pavel Sanda wrote:
> Martin Vermeer wrote:
> > On Wed, 14 Jan 2009 13:22:54 +0100
> > Pavel Sanda wrote:
> >
> > > Martin Vermeer wrote:
> > > > As in the attached. This makes it possible to enable autoc
On Mon, 13 Apr 2009 23:41:36 +0200
Abdelrazak Younes wrote:
> As I leaked the highly important news that my wife was pregnant
> (whatever JMarc says), I'd thought I should announce formally that this
> state of affair finally led to a small cute little guy named Amir :-)
> The mother (Aya) is d
On Mon, 16 Mar 2009 23:26:33 +0100
Jean-Marc Lasgouttes wrote:
>
> Question: how is this server maintained? Do we have good reasons to be
> confident that it will stay afloat better than aussie did?
Actually aussie did pretty well given its age. Perhaps we owe Trolltech a
note of thank you.
>
On Sat, Mar 07, 2009 at 01:53:36PM +0100, Lars Gullik Bjønnes wrote:
> Andre Poenitz
>
> writes:
>
> | On Sat, Mar 07, 2009 at 11:54:23AM +0100, Jean-Marc Lasgouttes wrote:
> >> Andre Poenitz writes:
> >> > How much effort is it to syncronize two svn repos?
> >>
> >> I do not know whether rsync
On Wed, 18 Feb 2009 13:22:32 -0500
Manoj Rajagopalan wrote:
> Hi Darlington,
>
>Equation cross-referencing is basic to LyX but there is a procedure
> to going about this.
>
> 1. Use Insert->Math->Numbered Formula or Ctrl+Alt+N to create a numbered
> formula. This should start an equation
On Wed, 14 Jan 2009 14:37:47 +0100
Jean-Marc Lasgouttes wrote:
> Martin Vermeer writes:
> > + // leave autocorrect mode if necessary
> > + if (autocorrectEnabled(cur) && c == ' ' && cur.autocorrect()) {
>
> Two questions (probably related
On Wed, 14 Jan 2009 13:22:54 +0100
Pavel Sanda wrote:
> Martin Vermeer wrote:
> > As in the attached. This makes it possible to enable autocorrection in the
> > preferences file.
>
> would it be possible to add some list of autocorrected things into some of
> our manua
As in the attached. This makes it possible to enable autocorrection in the
preferences file.
- Martin
Index: LyXRC.h
===
--- LyXRC.h (revision 28149)
+++ LyXRC.h (working copy)
@@ -38,6 +38,7 @@
enum LyXRCTags {
RC_ACCEPT_COMP
On Mon, 12 Jan 2009 08:55:22 +0200
Guy Rutenberg wrote:
> Hi,
>
> When writing a paragraph with an RTL language (I checked with Hebrew, but it
> should also happen with Arabic), and adding numbered list, the symbols are
> shown in the wrong order. I mean by that, that the dot comes before the
>
On Sat, Jan 10, 2009 at 04:47:06PM +, Guy Rutenberg wrote:
> Hi,
>
> I've decided to tackle an old bidi bug where list numbering in RTL text are
> reversed (e.g. the dot appears before the number instead of after it).
>
> I've tried going through the code and find where the list numberings ar
On Fri, Jan 02, 2009 at 02:36:42PM +0100, Jean-Marc Lasgouttes wrote:
> Guenter Milde writes:
> >> There was a discussion on the proper name for this, but I don't
> >> remember anyone coming up with anything better. "Optional argument" is
> >> correct but very LaTeX centric and not clear to the un
On Mon, Dec 29, 2008 at 11:20:23PM +, Guenter Milde wrote:
> On 2008-12-12, rgheck wrote in gmane.editors.lyx.devel:
> > Jean-Marc Lasgouttes wrote:
> >> rgheck writes:
>
> >>> Yes, of course. But there are problems even there. Support for
> >>> optional arguments in list environments is weir
The attached patch optionally enables autocorrect in math, and fixes it so it
works again once you define AUTOCORRECT.
I propose to check this in, and I'll think about the usability issue reported
by André.
- Martin
Index: mathed/InsetMathNest.cpp
==
On Mon, 08 Dec 2008 09:32:24 +0100
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Guenter Milde <[EMAIL PROTECTED]> writes:
> > But it might be a good idea to have a "visibility" toggle for all kind
> > of notes (and a matching "high visibility" style for LyX notes in the
> > output).
>
> Yes,
On Sun, 07 Dec 2008 20:36:41 + (UTC)
Guenter Milde <[EMAIL PROTECTED]> wrote:
> On 2008-12-07, Uwe Stöhr wrote:
> > > I really think we should implement something allowing that users can
> > > influence the way Notes look in the output.
>
> Why not implement the Notes as a pre-defined branch
On Wed, 03 Dec 2008 17:37:56 +0200
Martin Vermeer <[EMAIL PROTECTED]> wrote:
> On Wed, 03 Dec 2008 16:25:24 +0100
> Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
>
> > Martin Vermeer wrote:
> > > On Wed, 03 Dec 2008 13:49:44 +0100
> > >
On Wed, 03 Dec 2008 16:25:24 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Martin Vermeer wrote:
> > On Wed, 03 Dec 2008 13:49:44 +0100
> > Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Martin Vermeer wrote:
> >>
On Wed, 03 Dec 2008 13:49:44 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
>
>
> Martin Vermeer wrote:
> > Hi,
> >
> > I just was involuntarily forced to test Ubuntu 8.10 (my power supply
> > burned out and probably something else too, because we
On Sat, Nov 29, 2008 at 10:47:50PM +0100, Jean-Marc Lasgouttes wrote:
> >> ...and reverting is rather a blunt instrument when you could have fixed
> >>
> >> bool producesOutput() const { return false; }
> >>
> >> in InsetNote.h -- in the sense that yes, in some cases a Note _does_
> >> pro
On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote:
> > Fair enough, although discussion about the scope of the problem would be
> easier if you avoided
> > broad generalizations like "breaks _every_ document that...".
> >
> > I can understand that _some_ greyed out notes are broken, but wh
On Thu, 27 Nov 2008 15:03:49 +0100
Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
> José Matos wrote:
>
> > Please do, without looking too deep in the code I can only guess what is
> > wrong with it. :-)
> >
> > I will report later in the list what are my findings on the issue.
>
> Meanwhile, I
On Sat, Oct 25, 2008 at 10:47:14PM -0400, Richard heck wrote:
> rgheck wrote:
>>
>> There's a bug in the code that sets the layout for the first paragraph of
>> an InsetCollapsable. If you start LyX from a terminal and create a branch,
>> you'll see some error messages about PlainLayout not being
On Sat, Oct 25, 2008 at 10:06:54AM -0400, rgheck wrote:
> Philippe Charpentier wrote:
>> For example, the following CharStyle
>>
>> CharStyle Semi-Bold
>> LatexType Command
>> LatexName textsb
>> Font
>> Family Roman
>> Series
On Sat, Oct 25, 2008 at 01:58:59PM +0200, Uwe Stöhr wrote:
>
> > I have a lot of CharStyle written for lyx-1.5.x. They don't work with
> > lyx-1.6. How I have to modify them to use
> > in lyx-1.6?
>
> They should work. Please report this bug at http://bugzilla.lyx.org. REport
> the crash you get i
On Fri, Oct 03, 2008 at 12:09:25AM +0200, Nikos Alexandris wrote:
> Often I need to revert to default text-style words or whole sentences
> which I have changed in previous editing sessions of my document.
> Wouldn't it make sense to have a reset text style function and not to
> have to go through
On Thu, Sep 25, 2008 at 03:50:02PM +0200, Abdelrazak Younes wrote:
> On 25/09/2008 15:34, leuven edwin wrote:
>> also: could you reverse the sort order in the combobox in the toc panel?
>> the toc is used most often so it would be nice to have it on top...
>>
>
> Why not simply rename that to
On Thu, Sep 25, 2008 at 01:20:39PM +0200, Vincent van Ravesteijn - TNW wrote:
>
> > How can I modify the anchor position of a selection ?
> >
> >Why do you need to do that, actually?
> >
> >Jmarc
>
> Well, if you select multiple lines and you hit tab then a tab will be
> inserted at the beginni
On Sat, Sep 20, 2008 at 02:23:51PM +0200, Andre Poenitz wrote:
> On Sat, Sep 20, 2008 at 03:27:23PM +0300, Martin Vermeer wrote:
> > On Sat, Sep 20, 2008 at 12:24:40PM +0200, Andre Poenitz wrote:
> > > On Sat, Sep 20, 2008 at 02:34:14AM +0300, Martin Vermeer wrote:
> > &g
On Sat, Sep 20, 2008 at 12:24:40PM +0200, Andre Poenitz wrote:
> On Sat, Sep 20, 2008 at 02:34:14AM +0300, Martin Vermeer wrote:
> > I see that there is an autocorrection thingy in mathed, but disabled.
> > Why is that? Does it work? Could we give the user the option of
> >
up math typing.
- Martin
> Am 20.09.2008 um 01:34 schrieb Martin Vermeer:
>
>> I see that there is an autocorrection thingy in mathed, but disabled. Why
>> is that? Does it work? Could we give the user the option of enabling it?
>>
>> I know some users that would be very happy with this :-)
>>
>> - Martin
>>
I see that there is an autocorrection thingy in mathed, but disabled. Why is
that? Does it work? Could we give the user the option of enabling it?
I know some users that would be very happy with this :-)
- Martin
On Thu, Sep 18, 2008 at 11:30:43PM +0200, Abdelrazak Younes wrote:
> Bob Lounsbury wrote:
>> 2008/9/18 Abdelrazak Younes<[EMAIL PROTECTED]>:
>>
>>> Dear all, LyX enthusiasts, users and developers,
>>>
>>> I have the pleasure to announce you all that LyX is Nominated for the
>>> "Lutèce d'Or 200
On Thu, Sep 11, 2008 at 09:11:49AM +0200, Abdelrazak Younes wrote:
> Richard Heck wrote:
> > Andre Poenitz wrote:
> >
> >> I admit we haven't discussed it for a few years, mainly because last
> >> time we reached consensus that it would be Real Kool(tm) to have but
> >> nobody implemented it.
> >>
On Mon, 08 Sep 2008 10:23:52 +0200
[EMAIL PROTECTED] wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
> >> > BTW, I do not understand why this stuff is done in InsetCollapsable
> >> > instead of InsetText.
> >> Me either. Probably goes back to who k
On Fri, Sep 05, 2008 at 11:05:32AM -0400, Richard Heck wrote:
> Jean-Marc Lasgouttes wrote:
> > [EMAIL PROTECTED] writes:
> >
> >> + // FIXME At present, these are being enabled and disabled according to
> >> + // whether PASSTHRU has been set in the InsetLayout. This makes some
> >> + // se
On Sat, Sep 06, 2008 at 04:01:47PM +0200, Abdelrazak Younes wrote:
> Jean-Marc Lasgouttes wrote:
> > "Vincent van Ravesteijn - TNW"<[EMAIL PROTECTED]> writes:
> >
> >
> >> Hi all,
> >>
> >> After complaints from a colleague that he couldn't see which changes in a
> >> document were his and w
On Thu, Aug 07, 2008 at 11:35:18PM +0200, Uwe Stöhr wrote:
> See http://bugzilla.lyx.org/show_bug.cgi?id=5138
>
> regards Uwe
small patch...
Martin
On Tue, Jul 01, 2008 at 05:26:09PM +0200, Uwe Stöhr wrote:
> Martin Vermeer schrieb:
>
> >> \textsuper/subscript is exactly designed for cases of "H2O", "SO_4^2-",
> >> "2nd", and the like.
> > No Uwe, you are IMHO mixing u
On Sat, Jun 28, 2008 at 11:46:06AM +0200, Jürgen Spitzmüller wrote:
> Martin Vermeer wrote:
> > No Uwe, you are IMHO mixing up two conceptually different classes of
> > sub/superscript. The chemistry stuff is not math, but similar to math,
> > let's say "formula-li
On Fri, Jun 27, 2008 at 12:57:55AM +0200, Uwe Stöhr wrote:
> Martin Vermeer schrieb:
>
> > I think the inset should be based on a frameless textinset,
> > but collapsable would be overkill.
>
> +1
>
> > The "text sub/superscript" is meant for things
On Wed, Jun 25, 2008 at 11:42:40AM +0200, Abdelrazak Younes wrote:
> Uwe Stöhr wrote:
> > Martin Vermeer schrieb:
> >
> > > Did you know that ellipses (...), quotes etc. are insets?
> >
> > No. But these things are singe characters. The idea is to set the te
On Tue, Jun 24, 2008 at 07:38:08PM +0200, Uwe Stöhr wrote:
> Abdelrazak Younes schrieb:
>
> > This is the old inset versus character attribute debate. I personally think
> > you should implement that as an inset.
>
> my collegues convinced me not to use an inset: They have to write a lot of
>
distribution does not contain a stdinsets.inc layout file.
> TNX and greetings
> --
> Dr. Joachim Heidemeier
> c/o Umweltbundesamt FG II 2.2
> Tel.: +49340 2103-2780
> eMail: [EMAIL PROTECTED]
Ah yes, this is a 1.6 feature. Sorry.
- Martin
> > -Original Message-
On Wed, 14 May 2008 15:48:01 +0200
"Heidemeier Dr, Joachim" <[EMAIL PROTECTED]> wrote:
> Triggered by a recent question in lyx-users I fiddled a little bit with the
> usage of the BPChem style from lyx. As BPChem is a single latex command I
> tried the definition of a Char Style:
>
> CharStyle
On Thu, 08 May 2008 20:45:33 +0200
Andre Poenitz <[EMAIL PROTECTED]> wrote:
> On Thu, May 08, 2008 at 01:08:21PM -0500, Bo Peng wrote:
> > > > 1. A libb64 library is copied to src/support/base64. (this is a
> > > > sourceforge project with a do-whatever-you-want license). Functions
> > > > are
On Tue, 06 May 2008 18:49:54 +0300
Martin Vermeer <[EMAIL PROTECTED]> wrote:
>
> The attached moves the (De)activate button away from (especially) the
> Remove button. For me this is the most often used button switching
> between branches, and it's too easy to
The attached moves the (De)activate button away from (especially) the
Remove button. For me this is the most often used button switching
between branches, and it's too easy to accidentally hit Remove.
(Although you can of course hit Cancel if you do.)
Is this the right way to do it?
- Martin
Ind
On Fri, Apr 25, 2008 at 05:08:51PM +0200, Abdelrazak Younes wrote:
> Abdelrazak Younes wrote:
>> Enrico Forestieri wrote:
>> > Such that in step 4) above the choices would now be: "Standard",
>> > "ContCaption", and "CaptionAbove". Got it? You don't have to
>> > hardcode anything, the caption inse
On Mon, 21 Apr 2008 13:42:17 +0100
José Matos <[EMAIL PROTECTED]> wrote:
> On Monday 21 April 2008 13:31:17 Pavel Sanda wrote:
> > which is the key question. in case embedding is going to be part of 1.6
> > then my estimate is + 3 month of release delay.
>
> IMHO it depends on what is going on.
On Mon, 21 Apr 2008 00:58:44 +0200
Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> > any plain text editor (eg notepad) should be capable to open and save it.
> > pavel
>
> That's not the problem. Editing a file which structure I don't know without
> an editor with syntax
> highlighting is very hard.
On Sat, 19 Apr 2008 21:01:44 +0200
Andre Poenitz <[EMAIL PROTECTED]> wrote:
...
> > (I.e., how does it look as total lines vs. unique lines)?
>
> I don't understand the question. Our ~500 lines .cpp files typically
> yield a ~5 lines compilation unit after the preprocessor expanded
> all #in
On Sat, Apr 19, 2008 at 09:27:31AM +0200, Andre Poenitz wrote:
>
> Just as a side note: For the first time we have a ratio of less then
> 100 when comparing "total compiled lines of code" vs "our code":
>
> Total: compiled: 16378361 real: 164656 ratio: 99
>
> We had about 24630737 lines half
On Wed, 16 Apr 2008 21:51:02 +0200
Joost Verburg <[EMAIL PROTECTED]> wrote:
> Jean-Marc Lasgouttes wrote:
> > Or more exactly a password only known to developers. Something written
> > at some place of aussie would be enough.
>
> The new password can be found here:
>
> /home/lyx/www/pmwiki/pass
On Wed, 16 Apr 2008 14:35:12 +0200
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> José Matos wrote:
> > On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote:
> >> Objections to this?
> >
> > Au contraire. :-)
>
> How many of you guys speak French by the way?
>
> Uwe? Edwin? I seem t
On Sun, Apr 06, 2008 at 11:19:43AM +, [EMAIL PROTECTED] wrote:
> Author: sanda
> Date: Sun Apr 6 13:19:42 2008
> New Revision: 24137
>
> URL: http://www.lyx.org/trac/changeset/24137
> Log:
> * Doxy.
>
> Modified:
> lyx-devel/trunk/src/LyXAction.cpp
>
> Modified: lyx-devel/trunk/src/LyXA
On Sun, Apr 06, 2008 at 04:26:23AM +0200, Pavel Sanda wrote:
> > I think this is to make sure we're dissolving the right kind of inset
> > (e.g., a charstyle), but I'm not absolutely positive.
>
> yes and my questions are
> - why is this needed - this lfun can be called without any argument.
> -
On Mon, Mar 24, 2008 at 12:58:04PM -0400, rgheck wrote:
> Martin Vermeer wrote:
> > On Mon, Mar 24, 2008 at 12:31:15PM +, [EMAIL PROTECTED] wrote:
> >
> >> Author: rgheck
> >> Date: Mon Mar 24 13:31:07 2008
> >> New Revision: 23913
> >>
On Mon, Mar 24, 2008 at 07:29:44PM +0100, [EMAIL PROTECTED] wrote:
> On Mon, 24 Mar 2008, Joost Verburg wrote:
>
> > Rich Shepard wrote:
> >>Regardless of what layout you choose and how you go about building
> >> it (I, too, support xhtml and css), there is one universal design
> >> criteri
On Mon, Mar 24, 2008 at 12:31:15PM +, [EMAIL PROTECTED] wrote:
> Author: rgheck
> Date: Mon Mar 24 13:31:07 2008
> New Revision: 23913
>
> URL: http://www.lyx.org/trac/changeset/23913
> Log:
> Add support for document-local layout information. GUI is to follow.
That's a tall order to do gener
On Fri, Mar 21, 2008 at 02:51:29PM -0400, rgheck wrote:
> Martin Vermeer wrote:
> > On Tue, Mar 18, 2008 at 09:54:28AM -0400, rgheck wrote:
> >
> >> Martin Vermeer wrote:
> >>
> >>> On Mon, 17 Mar 2008 23:30:46
On Tue, Mar 18, 2008 at 09:54:28AM -0400, rgheck wrote:
> Martin Vermeer wrote:
> > On Mon, 17 Mar 2008 23:30:46 -0400
> > rgheck <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Dominik Böhm wrote:
> >>
> >>> Hello,
> >>>
On Tue, 18 Mar 2008 15:38:45 +0100
Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
> Pavel Sanda wrote:
> > > "article (Int. Soc. for Photogrammetry etc)" which comes out here as:
> > > "Nicht verfügbar: article (Int. Soc. for Photogrammetry etc)"
> >
> > if you are playing with it, then this should
On Tue, 18 Mar 2008 09:54:28 -0400
rgheck <[EMAIL PROTECTED]> wrote:
> Martin Vermeer wrote:
> > On Mon, 17 Mar 2008 23:30:46 -0400
> > rgheck <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Dominik Böhm wrote:
> >>
> >>> Hell
On Mon, 17 Mar 2008 23:30:46 -0400
rgheck <[EMAIL PROTECTED]> wrote:
> Dominik Böhm wrote:
> > Hello,
> >
> > I just saw that some of the latest svn commits changed the rendering
> > behavior of char-style insets. I liked the way they were rendered
> > before (without the handle and possibility to
On Mon, 10 Mar 2008 08:17:04 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Abdelrazak Younes wrote:
> > Pavel Sanda wrote:
> >>> This has benn discussed on the list. This is the minimalitic style.
> >>> To collapse an ERT, right-click on it, to uncollapse, click on it.
> >
> > We cannot ke
On Sun, 09 Mar 2008 21:36:12 +0100
Matthias Schilde <[EMAIL PROTECTED]> wrote:
> Sehr geehrte Damen und Herren,
>
> ich habe mir gestern Ihr aktuellstes Lyx-Version 1.5 auf meinem Rechner mit
> WindowsXP installiert, um damit meiner Diplomarbeit ein besseres Aussehen als
> mit Word zu verschaff
On Thu, Mar 06, 2008 at 02:39:28PM -0500, Raymond Martin wrote:
> Qt Linguist are really for software localization). Just so you know,
> OmegaT+ can translate documents in HTML/XHTML, ODF, OOo, OOXML,
> PO, Java properties, JavaHelp, DocBook, plaintext, XLIFF, INI. And
gettext po? That's interesti
On Thu, 06 Mar 2008 05:30:23 -0500
Raymond Martin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm currently in the re-design phase of an application I am working on and
> I really am wondering how I can either use LyX as its base code or add the
> functionality from the type of application I have into L
On Thu, 06 Mar 2008 10:46:29 +
José Matos <[EMAIL PROTECTED]> wrote:
> On Thursday 06 March 2008 10:21:42 Juergen Spitzmueller wrote:
> > OK?
>
> +1
>
> > Jürgen
Yes, what took so long to backport it?
Ah... that would have been my job :-(
- Martin
On Tue, 04 Mar 2008 12:09:57 +0100
Stefan Schimanski <[EMAIL PROTECTED]> wrote:
> Anything planed this year?
>
> http://code.google.com/soc/2008/
>
> Stefan
No... I tried last year but with a poor, and poorly written, application.
Material should still be on the Wiki.
- Martin
On Thu, Feb 28, 2008 at 06:18:37PM +0100, Abdelrazak Younes wrote:
> Martin Vermeer wrote:
>> On Thu, 28 Feb 2008 16:06:39 +0100
>> Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
>>> rgheck wrote:
>>>> Abdelrazak Younes wrote:
>>>>> T
On Thu, 28 Feb 2008 16:06:39 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> rgheck wrote:
> > Abdelrazak Younes wrote:
> >> The code is very weird:
> >>
> >> if (isRequired("framed") && mustProvide("color")) {
> >> RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
> >>
> >
On Mon, 25 Feb 2008 09:40:10 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Mildly interesting:
>
> http://www.google.com/trends?q=LyX&ctab=0&geo=all&date=all&sort=0
>
> Abdel.
and mildly false: "lyx" is "luxury" in Swedish :-)
- Martin
On Fri, 22 Feb 2008 10:04:33 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> Jean-Marc Lasgouttes wrote:
> > Martin Vermeer <[EMAIL PROTECTED]> writes:
> >
> >>> or we
> >>> need ColorSet::ColorSet() to include the hex values directly
On Thu, 21 Feb 2008 14:49:12 -0500
rgheck <[EMAIL PROTECTED]> wrote:
> Abdelrazak Younes wrote:
> > Richard Heck wrote:
> >> Richard Heck wrote:
> >>> José Matos wrote:
> After Richard fix I get an assertion.
>
>
> >>> The problem is that lcolor.getX11Name(Color_shadedbg), on
>
On Tue, 19 Feb 2008 21:38:24 +0100
Stefan Schimanski <[EMAIL PROTECTED]> wrote:
> Hi!
>
> A small progress report of the patch: I made it very generic now and
> am on the way to implement completion for the text mode as well. You
> can see a tiny screencast here:
>
>http://www.youtube.co
On Sat, Feb 16, 2008 at 05:29:49PM +0100, Uwe Stöhr wrote:
> > @@ -182,7 +182,7 @@
> > LatexName index
> > Decorationclassic
> > Font
> > - Color Green
> > + Color latex
>
> Hmmm, is this concepually correct?
On Sat, Feb 16, 2008 at 12:59:49AM +0100, Uwe Stöhr wrote:
> The discussion in the thread
> "[Cvslog] r22923 - /lyx-devel/trunk/lib/layouts/stdinsets.inc"
> lead us to:
>
> - we should use colored labels in LyX 1.6 for certain insets
> - the colors should be customizable
> - to distinguish t
On Fri, Feb 15, 2008 at 11:38:18PM +, [EMAIL PROTECTED] wrote:
> Author: uwestoehr
> Date: Sat Feb 16 00:38:16 2008
> New Revision: 23029
>
> URL: http://www.lyx.org/trac/changeset/23029
> Log:
> Color.cpp, ColorCode.h: define new colors for inset labels and insets text
> stdinsets: use the ne
On Fri, 15 Feb 2008 12:01:34 +0100
Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> Martin Vermeer schrieb:
>
> > Please don't revert the blue text / fixed pitch in URL. That _was_ by
> design.
>
> I won't change anything, but the footnote label text, as I describe
On Fri, 15 Feb 2008 10:29:25 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> I guess Uwe forgot to put the list in copy.
>
> - Forwarded message from Uwe Stöhr <[EMAIL PROTECTED]> -
> Date: Fri, 15 Feb 2008 00:02:59 +0100
> From: Uwe Stöhr <[EMAIL PROTECTED]>
> Reply-To: Uw
On Thu, 14 Feb 2008 17:15:09 +0100
Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote:
> Martin Vermeer wrote:
> > > Have you changed the way how to insert charstyles or is that a bug?
> >
> > Try flex-insert instead :-)
>
> Please document this in the RELEASE
On Thu, 14 Feb 2008 18:58:41 +0100
Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> rgheck schrieb:
>
> > I didn't have anything to do with that. I'm guessing it just sort of
> > happened.
>
> OK, when there was no intention and reason, I'll restore the colors to what
> we have in Lyx 1.5.
>
> regards
On Thu, 14 Feb 2008 00:11:59 +0100
Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> Martin Vermeer schrieb:
>
> > Does the attached look OK?
>
> Yes.
>
> regards Uwe
Committed, r23003.
Uwe, feel free to change colours etc. in the default.
- Martin
On Wed, Feb 13, 2008 at 11:33:04PM +0100, Pavel Sanda wrote:
> > > Have you changed the way how to insert charstyles or is that a bug?
> >
> > Try flex-insert instead :-)
>
> i just put in some doxy for it; looked in the code and found there is
> some reference to "standard" argument - i don't un
On Wed, Feb 13, 2008 at 12:31:14AM +0100, Uwe Stöhr wrote:
> Martin Vermeer schrieb:
>
>>> I don't think we should change such basic UI stuff like insets. The way
>>> we handle them is well accepted by the users and in my opinion an
>>> important part of th
On Wed, Feb 13, 2008 at 06:26:56PM +0100, Abdelrazak Younes wrote:
> Is there any particular reason why InsetNote and InsetMarginal are not
> merged in InsetNote?
>
> Abdel.
Historical, I assume...
- Martin
On Tue, 12 Feb 2008 09:39:03 +0100
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> > Shall I put this in?
>
> I'd say yes.
>
> JMarc
Done.
Now is perhaps the time to reconsider some of the button decisions.
- Martin
1 - 100 of 4136 matches
Mail list logo