Uwe Stöhr | 8 Oct 01:34

Re: changeset/26800

You wrote in the commit log:

 > The downside to this commit is that
 > UseModule? only becomes available on 25 July 2008, whereas the files
 > were removed in January.

This is no problem. People use their layouts in LyX 1.5 without problems. And they will thanks to 
your patch be able to do the same in LyX 1.6.0.
So from my point of view you fixed the bug perfectly (I just tested it out).

regards Uwe

Abdelrazak Younes | 7 Oct 08:55

Re: erreur lyx

On 07/10/2008 00:53, Adnane Ben Youssef wrote:
> j'ai cette erreur quand j'essaye de générer le pdf?
>
>
Je ne suis pas expert LateX malheureusement. Mais tu peux envoyer un 
document de test à <lyx-devel@...>, tu devrais avoir une 
réponse dans la journée.

A+,
Abdel.

Phillip Anderson | 7 Oct 04:10

Bug report: fullscreen issues

Hey all,

I'd like to report a bug in lyx version 1.6 rc2 (and rc3). When going to
fullscreen, I can't get the menubar or statusbar to show. As a result, I
don't have access to any of the menu options in fullscreen mode. I have
tried the ui-toggle LFUN. It does not work in fullscreen mode for the
menubar or statusbar (It does work otherwise). I'm running a Ubuntu Hardy on
a Dell e1505 and have also tried on an Asus eee 1000h running Ubuntu Hardy.

Everything else is working wonderfully for me. Keep up the great work guys,
this is amazing software! Thanks for all the hard work.

Phillip Anderson
anderson.pa@...
Uwe Stöhr | 7 Oct 03:18

[patch] layout file for the JASA journal

The attached patch adds a template and a layout file for the journal JASA
http://asa.aip.org/jasa.html
following the official author guidelines and using the official LaTeX class.

Seeking for 2 OKs to go in. Jürgen, can this also go to branch?

regards Uwe
Attachment (jasaLayout.diff): text/x-diff, 10 KiB
Andre Poenitz | 6 Oct 21:03

LyXMeeting2008


Hi all.

I just sent a mail with contact data to the people that are mentioned on

  http://wiki.lyx.org/Devel/LyXMeeting2008

If your name is there but you haven't got a mail, tell me so.

If your name is not yet there but you'd like to come nevertheless, tell
me so. Note that you do not need any specific qualification or reason to
come. This is basically open to everyone who can put the letters 'l',
'x' and 'y' in a pronounceable order.

Andre'

Uwe Stöhr | 6 Oct 20:50

changeset/26771- about the documentation files

> Uwe, I've used change tracking here, too. If you don't want or need to check this, let me know,
 > of just accept all changes and commit it.

I currently only maintain the following documentation files:
- UserGuide
- Math
- EmbeddedObjects
- Intro
- Tutorial

So when changing them it would be nice to use change tracking. I can then also take the changes to
the other languages. Currently we have active documentation members for Spanish, French, German, and
partly Italian.

The other documentation files are in many parts outdated, but I haven't found the time to update the
Customization and Extended manual until now. I saw that you in the meantime updated the
Customization manual - good job!
Pavel takes care about the LFUNS manual, we all of the LaTeX Config file. Thanks to InsetInfo,
Shortcuts is automatically updated. SCons and I guess also CMake creates the Table of Contents files
automatically.

Concerning the FAQ.lyx manual, I would like to drop it as most of its content is in our other
manuals and the FAQ section of the Wiki. The Wiki also has the advantage that everybody can help to
keep it up to date. So instead up adding things to the FAQ.lyx file, we better add this to our Wiki.
Opinions if I can drop the English FAQ.lyx file? (Our Wiki does not yet support other languages than
English.)

regards Uwe

(Continue reading)

bugzilla down

After I got some "disk space full" messages, bugzilla seems to have gone down 
now.

Jean-Marc, do you have an idea?

Jürgen

Richard heck | 6 Oct 05:24

[PATCH] Bug5316


The cause of the bug is that the counter-reading code overwrites an 
existing counter when it is read again, rather than updating it, as for 
other bits of layout information. This patch fixes the bug and, along 
the way, makes the counter-reading code more like the style-reading 
code. The bulk of it is moved to Counters.cpp.

The counter syntax is changed from:
    Counter
       Name cnt
to the more sensible:
    Counter cnt
This is more like styles, etc, and makes the code in TextClass::read() 
parallel to that for styles.

I've checked this and it seems to work. Comments welcome.

If it's committed, then we'll want to update all the files containing 
counters to the new format.

Richard

Index: src/Counters.h
===================================================================
--- src/Counters.h	(revision 26762)
+++ src/Counters.h	(working copy)
@@ -23,6 +23,8 @@

(Continue reading)

Pasting over a selection

If you make a selection and paste something, the selection will be
replaced in case of normal paste, but the selection will be retained in
the case of paste special (clipboard-paste). 

Does anyone know why there is the cur.clearSelection() in the code below
instead of cap::replaceSelection(cur) as for LFUN_PASTE ?

Text3.cpp <at> 1072--1077:

case LFUN_CLIPBOARD_PASTE:
  cur.clearSelection();
  pasteClipboardText(cur, bv->buffer().errorList("Paste"),
    cmd.argument() == "paragraph");
    bv->buffer().errors("Paste");
  break;

Vincent

Uwe Stöhr | 5 Oct 22:39

[patch] fix Lithuanian and Latvian also for branch

Jürgen, OK to go in branch?

regards Uwe
Attachment (bug5323-5324.diff): text/x-diff, 2359 bytes
Bennett Helm | 5 Oct 20:01

os_unix.cpp: fix obvious typo

Here's a patch to fix an obvious recent typo in os_unix.cpp. Can someone please apply?

Thanks.

Bennett


Index: src/support/os_unix.cpp
===================================================================
--- src/support/os_unix.cpp (revision 26748)
+++ src/support/os_unix.cpp (working copy)
<at> <at> -39,7 +39,7 <at> <at>
 bool isFilesystemCaseSensitive()
 {
 #ifdef __APPLE__
- return false:
+ return false;
 #else
  return true;
 #endif

Attachment (typo.diff): application/octet-stream, 322 bytes

Gmane