On Mon, 2006-10-23 at 00:37 +0200, Asger Ottar Alstrup wrote:
> Hm, action please.
>
> We suggest that all capable enthusiasts immediately go to lyx.org and
> read the news.
That's pretty good!
:-)))
We should start planning the next meeting as clearly they are *very*
useful
- Martin
sign
Quoting Peter Kümmel <[EMAIL PROTECTED]>:
The fact that there's now only one frontend left to care about
should not lead to the conclusion that's now suddenly fine to
mix core and GUI.
As a matter of fact I will strongly oppose any change that will
lead to
(a) using any QWhateverStuff in src/*
Since you are online, Peter:
How difficult would it be to make use of precompiled headers
with cmake/win?
Can't you just abuse config.h for that?
That's included in every .C file anyway...
Andre'
Quoting [EMAIL PROTECTED]:
On Mon, 23 Oct 2006, Andre Pönitz wrote:
PS: I really should have brought beer to Denmark. It's far to risky to
come here without...
What do you mean... no good beer in Denmark? (or to little of it?)
Beer was good, and so were the other beverages.
And with hinds
>The fact that there's now only one frontend left to care about
>should not lead to the conclusion that's now suddenly fine to
>mix core and GUI.
>
>As a matter of fact I will strongly oppose any change that will
>lead to
>
>(a) using any QWhateverStuff in src/*, src/inset/* src/mathed/*
>src/s
[EMAIL PROTECTED] wrote:
> On Mon, 23 Oct 2006, Andre Pönitz wrote:
>
>> PS: I really should have brought beer to Denmark. It's far to risky to
>> come here without...
>
> What do you mean... no good beer in Denmark? (or to little of it?)
See the mind map: they ran out of beer last night.
--
Uwe Stöhr schrieb:
> Georg Baum schrieb:
>
>> If you have zipped graphics, e.g. x.eps.gz these will not be unzipped
>> on export, since LaTeX can handle them as is.
>
> Thanks for the info but when I use an eps.gz image I get lots of LaTeX
> errors that x.eps.gz could not be found and that theref
On Mon, 23 Oct 2006, Andre Pönitz wrote:
> PS: I really should have brought beer to Denmark. It's far to risky to
> come here without...
What do you mean... no good beer in Denmark? (or to little of it?)
/C
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
Hm, action please.
We suggest that all capable enthusiasts immediately go to lyx.org and
read the news.
EOT
Dear all,
Attached patch moves geometry-saving stuff to ~GuiView(), which
gurantees that session will be saved during the destruction of lyx
GUI. Since pimpl_->session_->writeFile() is executed before ~GuiView()
so I have to move wrieteFile() t0 ~session().
Any opinion? The correct behavior requ
Bo Peng wrote:
> + //
> http://www.trolltech.com/developer/task-tracker/index_html?id=119684+&method=entry
Last update: 2006-08-16 11:55 - Version for fix set to 'Some future release'
--
Peter Kümmel
Edwin Leuven wrote:
> Lars Gullik Bjønnes wrote:
>> | -if (str.length() > 2 and str[0] == '0' &&
>> | +if (str.length() > 2 && str[0] == '0' &&
>>
>> I think this should we reverted, this is only working around buggy
>> compilers. We don't need that in our sources.
>
> that buggy compiler
Edwin Leuven wrote:
Lars Gullik Bjønnes wrote:
| -if (str.length() > 2 and str[0] == '0' &&
| +if (str.length() > 2 && str[0] == '0' &&
I think this should we reverted, this is only working around buggy
compilers. We don't need that in our sources.
that buggy compiler is msvc2005, so
The fact that there's now only one frontend left to care about
should not lead to the conclusion that's now suddenly fine to
mix core and GUI.
As a matter of fact I will strongly oppose any change that will
lead to
(a) using any QWhateverStuff in src/*, src/inset/* src/mathed/*
src/support/*
in tabulars with the mouse doesn't work...
[EMAIL PROTECTED] writes:
| Author: alstrup
| Date: Sun Oct 22 21:09:09 2006
| New Revision: 15492
|
| --- lyx-devel/trunk/src/support/lstrings.C (original)
| +++ lyx-devel/trunk/src/support/lstrings.C Sun Oct 22 21:09:09 2006
| @@ -256,7 +256,7 @@
| {
| int index = 0;
|
| - if (str.
Am Sonntag, 22. Oktober 2006 20:48 schrieb Uwe Stöhr:
> What does the option "Don't unzip on export" in the Graphics dialog tab
> Extra options do? I couldn't find something about it.
If you have zipped graphics, e.g. x.eps.gz these will not be unzipped on
export, since LaTeX can handle them as
Only the first window should get the splash screen.
--
Lgb
Georg Baum schrieb:
If you have zipped graphics, e.g. x.eps.gz these will not be unzipped on
export, since LaTeX can handle them as is.
Thanks for the info but when I use an eps.gz image I get lots of LaTeX
errors that x.eps.gz could not be found and that therefore the graphics
size couldn't
The update is now reflected at once in the other window, nice.
One rather huge problem though: If one of the windows is smaller than
the other, the other windo will also get its paragraphs
rezied/rebroken. Not good.
So it seems that there are too much sharing going on between the two
different b
The LFUN pass through the Action class. The problem is that
GuiView::closeEvent() is not called. Two solution here:
1) Transfer the session stuff in GuiView::closeEvent() somewhere else.
2) Make sure that we pass through GuiView::closeEvent(). This could be
achieved by a pure virtual methods in
John Levon <[EMAIL PROTECTED]> writes:
| On Sun, Oct 22, 2006 at 08:15:35PM +0200, [EMAIL PROTECTED] wrote:
|
| > On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
| >
| > > We had a freenode irc channel up for a long time not many
| > > visitors... (Basically only John and Me from the develo
On Sun, 22 Oct 2006, Pavel Sanda wrote:
> > I wouldn't mind a tip for a text-based IRC client (Linux) that works well
> > within a remote screen seesion? (Some programs get confused by that).
>
> irssi
thanks, I'm giving that a test now.
/C
--
Christian Ridderström, +46-8-768 39 44
> I wouldn't mind a tip for a text-based IRC client (Linux) that works well
> within a remote screen seesion? (Some programs get confused by that).
irssi
pavel
On Sun, 22 Oct 2006, John Levon wrote:
> On Sun, Oct 22, 2006 at 08:15:35PM +0200, [EMAIL PROTECTED] wrote:
>
> > On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
> >
> > > We had a freenode irc channel up for a long time not many
> > > visitors... (Basically only John and Me from the develo
Lars Gullik Bjønnes wrote:
| - if (str.length() > 2 and str[0] == '0' &&
| + if (str.length() > 2 && str[0] == '0' &&
I think this should we reverted, this is only working around buggy
compilers. We don't need that in our sources.
that buggy compiler is msvc2005, so it may be better to
What does the option "Don't unzip on export" in the Graphics dialog tab
Extra options do? I couldn't find something about it.
thanks Uwe
On Sun, Oct 22, 2006 at 08:15:35PM +0200, [EMAIL PROTECTED] wrote:
> On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
>
> > We had a freenode irc channel up for a long time not many
> > visitors... (Basically only John and Me from the developer gang.)
>
> Maybe it's time to try it again? I
On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
> We had a freenode irc channel up for a long time not many
> visitors... (Basically only John and Me from the developer gang.)
Maybe it's time to try it again? I don't think I've ever used irc before
(just IM), but I wouldn't mind trying.
Hi folks,
my wife tells me that I have to quit now :-(
A little status update: Most change tracking stuff is in the repository.
I have some local changes that I will commit tomorrow but they are not
substantial. Of course, stuff like end-of-par needs a second look. Some
other functionality is
Try to view or save the attached document. \sin x becomes \sinx etc. André,
please have a look.
Georg
math-sin.lyx
Description: application/lyx
Asger Ottar Alstrup wrote:
Jürgen will commit a fix shortly.
Excellent!
Michael
Michael Gerz wrote:
Currently, the status bar (at the bottom) is not updated if you move the
cursor.
Is somebody willing to fix this or shall I file a bug report?
Jürgen will commit a fix shortly.
Regards,
Asger
Am Sonntag, 22. Oktober 2006 18:42 schrieb José Matos:
> FWIW, if someone wants to maintain qt3 in a branch, similar to gtk, you
are
> welcome.
No, that is too much work. As long as it was in trunk and it was not too
much effort I was willing to keep it working, but I am not interested
enou
Michael Gerz wrote:
/home/software/lyx-trunk/src/rowpainter.C:865: warning: unused
variable `const
bool inside'
>
Asger, is it safe to remove the variable?
Yes, and you can nuke the nullpainter as well while you are at it.
The nullpainter is no good, because it can not calculate the metric
Asger Ottar Alstrup wrote:
Yes, and you can nuke the nullpainter as well while you are at it.
The nullpainter is no good, because it can not calculate the metrics
of text, so it's basically useless. It was the cause of wrong metrics
in the coordcache, which caused all sorts of problems.
Ple
I'll try to handl gth removal from trunk as one single commit.
Please don't intefere.
--
Lgb
On Sunday 22 October 2006 17:41, Georg Baum wrote:
> Am Sonntag, 22. Oktober 2006 16:22 schrieb José Matos:
> > The problems that we have now with unicode is that utf-8 from inputenc
>
> does
>
> > not support all unicode, and the alternatives imply to search for the
> > availability of differe
On 10/22/06, Peter Kümmel <[EMAIL PROTECTED]> wrote:
Bo Peng wrote:
> + //
http://www.trolltech.com/developer/task-tracker/index_html?id=119684+&method=entry
Last update: 2006-08-16 11:55 - Version for fix set to 'Some future release'
My patch does not touch the part of getting geometry,
[EMAIL PROTECTED] wrote:
Author: schmitt
Date: Sun Oct 22 18:47:42 2006
New Revision: 15482
URL: http://www.lyx.org/trac/changeset/15482
Log:
* src/text.C: fix status information output (change tracking)
Currently, the status bar (at the bottom) is not updated if you move the
curso
Martin Vermeer wrote:
On Sun, Oct 22, 2006 at 04:40:13PM +0200, Michael Gerz wrote:
This one look suspicious:
/home/software/lyx-trunk/src/rowpainter.C:865: warning: unused variable
`const
bool inside'
Michael
Yes, Asger threw the nullpainter out (r15455).
(Probably left behind
[EMAIL PROTECTED] writes:
| On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
|
| > [EMAIL PROTECTED] writes:
| >
| > | On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
| > |
| > | > This lfun makes it possible to insert unicode characters.
| > | >
| > | > M-x unicode-insert 0xab
| > |
| > | Ah.
On Sunday 22 October 2006 16:42, Georg Baum wrote:
>
> That was what I wrote yesterday to André: If qt3 creates too much work and
> has to be removed, then I see no reason for gtk to stay either.
FWIW, if someone wants to maintain qt3 in a branch, similar to gtk, you are
welcome.
> Georg
--
Am Sonntag, 22. Oktober 2006 16:22 schrieb José Matos:
> The problems that we have now with unicode is that utf-8 from inputenc
does
> not support all unicode, and the alternatives imply to search for the
> availability of different packages to output the different chars.
José, I hope you
Andreas Vox <[EMAIL PROTECTED]> writes:
| Uwe Stöhr <[EMAIL PROTECTED]> writes:
|
| >
| > Hello LyXers,
| >
| > while reading the decision about the feature freeze and its discussions
| > I noticed that we have in my opinion three main problems in the way we
| > develop LyX:
| >
| > 1. We s
On Sun, Oct 22, 2006 at 04:40:13PM +0200, Michael Gerz wrote:
> This one look suspicious:
>
> /home/software/lyx-trunk/src/rowpainter.C:865: warning: unused variable
> `const
> bool inside'
>
> Michael
Yes, Asger threw the nullpainter out (r15455).
(Probably left behind when working on the p
Georg Baum wrote:
Am Sonntag, 22. Oktober 2006 10:46 schrieb Abdelrazak Younes:
Georg Baum wrote:
But you are. If drastic measures are needed, then I expect that the
first
thing that is forbidden is new stuff that touches the core. And
multiple
views (although I agree it is nice to have) is
Am Sonntag, 22. Oktober 2006 10:46 schrieb Abdelrazak Younes:
> Georg Baum wrote:
> > But you are. If drastic measures are needed, then I expect that the
first
> > thing that is forbidden is new stuff that touches the core. And
multiple
> > views (although I agree it is nice to have) is such st
Am Sonntag, 22. Oktober 2006 10:39 schrieb Abdelrazak Younes:
> Georg Baum wrote:
> > Am Samstag, 21. Oktober 2006 17:50 schrieb Abdelrazak Younes:
> >> Georg Baum wrote:
> >>> Am Samstag, 21. Oktober 2006 16:43 schrieb Asger Ottar Alstrup:
> >>>
> >>>
> >>> Maybe you should also talk about why the
On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] writes:
>
> | On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
> |
> | > This lfun makes it possible to insert unicode characters.
> | >
> | > M-x unicode-insert 0xab
> |
> | Ah... I was going to ask for an example. So here's a
Bo Peng wrote:
This is because the session stuff is implemented in
GuiView::closeEvent() which is not triggered when File->Quit is called.
I'll try to find a solution.
These two should behave identically, otherwise users will be confused.
Where is File->Quit? (Sorry about my laziness.)
The LF
Uwe Stöhr <[EMAIL PROTECTED]> writes:
>
> Hello LyXers,
>
> while reading the decision about the feature freeze and its discussions
> I noticed that we have in my opinion three main problems in the way we
> develop LyX:
>
> 1. We should speak/discuss more, especialy when important decisions h
Bo Peng wrote:
On 10/22/06, Juergen Spitzmueller
<[EMAIL PROTECTED]> wrote:
Lars Gullik Bjønnes wrote:
> I have at least '+1' now, perhaps also a '+1' from Martin. Others?
+1.
I hope we still maintain our core/gui separation even with only one
frontend left.
I see no reason why not. At leas
JMarc,
I guess session/toolbar is still allowed for 1.5. If you insist on a
separate section for toolbars, I can implement one. Just tell me what
you want.
Cheers,
Bo
Am Sonntag, 22. Oktober 2006 14:27 schrieb Lars Gullik Bjønnes:
>
> The question is why do we have it there.
>
> - It is non-functional.
> - Nobody works on it¹
> - It Gets broken all the time.
>
> IMHO we should just remove it from the tree. If someone wants to
> dribble on, then that can d
On Sun, Oct 22, 2006 at 04:58:14PM +0200, Enrico Forestieri wrote:
> I am going to commit the attached if I don't get objections within
> the next 3 seconds (virtual friday, no smiley).
Committed.
--
Enrico
This is because the session stuff is implemented in
GuiView::closeEvent() which is not triggered when File->Quit is called.
I'll try to find a solution.
These two should behave identically, otherwise users will be confused.
Where is File->Quit? (Sorry about my laziness.)
Another problem is how
On 10/22/06, Juergen Spitzmueller <[EMAIL PROTECTED]> wrote:
Lars Gullik Bjønnes wrote:
> I have at least '+1' now, perhaps also a '+1' from Martin. Others?
+1.
I hope we still maintain our core/gui separation even with only one
frontend left.
Cheers,
Bo
I am going to commit the attached if I don't get objections within
the next 3 seconds (virtual friday, no smiley).
--
Enrico
Index: src/ispell.C
===
--- src/ispell.C(revision 15479)
+++ src/ispell.C(working copy)
@@ -
Lars Gullik Bjønnes wrote:
> I have at least '+1' now, perhaps also a '+1' from Martin. Others?
+1
Jürgen
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Sun, Oct 22, 2006 at 03:43:47PM +0200, Michael Gerz wrote:
| > Lars Gullik Bjønnes wrote:
| >
| > >The question is why do we have it there.
| > >
| > >- It is non-functional.
| > >- Nobody works on it¹
| > >- It Gets broken all the time.
| > >
| >
This one look suspicious:
/home/software/lyx-trunk/src/rowpainter.C:865: warning: unused variable
`const
bool inside'
Michael
[EMAIL PROTECTED] writes:
| On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
|
| > This lfun makes it possible to insert unicode characters.
| >
| > M-x unicode-insert 0xab
|
| Ah... I was going to ask for an example. So here's an attempt at
| describing this function, please comment:
|
|
Hello,
I have been studying the possibles ways to convert utf-8 to latex
encoding
using another encoding as base.
This is what came until now into my net:
- recode, it seems limited since implies a convertion to latin-1 before
converting to latex. François Pinard said i
On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:
> This lfun makes it possible to insert unicode characters.
>
> M-x unicode-insert 0xab
Ah... I was going to ask for an example. So here's an attempt at
describing this function, please comment:
The function 'unicode-insert' takes an argu
On Sun, Oct 22, 2006 at 03:43:47PM +0200, Michael Gerz wrote:
> Lars Gullik Bjønnes wrote:
>
> >The question is why do we have it there.
> >
> >- It is non-functional.
> >- Nobody works on it¹
> >- It Gets broken all the time.
> >
> >
> - It adds entries to the po files.
>
> >IMHO we should ju
Lars,
I don't receive svn log emails for Asger's patches.
Michael
On Sun, 22 Oct 2006, Abdelrazak Younes wrote:
Here's a draft description (I'm making wild guesses though...)
The function 'window-new' makes LyX open a new separate window
that is empty. From within this new window you can then open a
second document and view the content
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | > I am testing with -O2 now.
| > | | If it turns out that it is still too slow I'll send you for
| > testing a
| > | patch using direct calls instead of signal/slot co
Lars Gullik Bjønnes wrote:
The question is why do we have it there.
- It is non-functional.
- Nobody works on it¹
- It Gets broken all the time.
- It adds entries to the po files.
IMHO we should just remove it from the tree. If someone wants to
dribble on, then that can done in a branch
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > I am testing with -O2 now.
|
| If it turns out that it is still too slow I'll send you for testing a
| patch using direct calls instead of signal/slot connection.
It is way to slow. If I type like a mad man for 5 sec
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > I am testing with -O2 now.
|
| If it turns out that it is still too slow I'll send you for testing a
| patch using direct calls instead of signal/slot connection.
It is way to slow. If I type like a mad man for 5 seconds, it won't
stop painting c
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | > This seems to be making character insertion super slow.
| > | | In debug mode? If yes this is normal. Boost signal debug symbols
| > come
| > | to the party.
| > On linux debug mode (-g) does not make anything slower
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | Lars Gullik Bjønnes wrote:
| > | > [EMAIL PROTECTED] writes:
| > | > | Author: younes
| > | > | Date: Sun Oct 22 12:51:59 2006
| > | > | New Revision: 15464
| > | > |
On Sun, Oct 22, 2006 at 11:48:21AM +, [EMAIL PROTECTED] wrote:
> Author: poenitz
> Date: Sun Oct 22 13:48:21 2006
> New Revision: 15471
>
> URL: http://www.lyx.org/trac/changeset/15471
> Log:
> convert symbols file to UTF8
>
> Modified:
> lyx-devel/trunk/lib/symbols
>
> Modified: lyx-dev
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > [EMAIL PROTECTED] writes:
| > | Author: younes
| > | Date: Sun Oct 22 12:51:59 2006
| > | New Revision: 15464
| > | | URL: http://www.lyx.org/trac/changeset/15464
| > | Log:
| > | Immediate
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > [EMAIL PROTECTED] writes:
| > | Author: younes
| > | Date: Sun Oct 22 12:51:59 2006
| > | New Revision: 15464
| > | | URL: http://www.lyx.org/trac/changeset/15464
| > | Log:
| > | Immediate rendering of buffer change fo
===
--- src/lfuns.h (revision 15469)
+++ src/lfuns.h (working copy)
@@ -369,8 +369,9 @@
// 280
LFUN_INSET_DISSOLVE, // jspitzm 20060807
LFUN_CHANGE_NEXT,
- LFUN_WINDOW_NEW, // Abdel 20062110
-
+ LFUN_WINDOW_NEW, // Abdel 20061021
+ LFUN_UNICODE_INSERT, // Lgb 20061022
+
LFUN_LASTACTION // end of the table
};
--
Lgb
The question is why do we have it there.
- It is non-functional.
- Nobody works on it¹
- It Gets broken all the time.
IMHO we should just remove it from the tree. If someone wants to
dribble on, then that can done in a branch.
¹ One update every two months does not count as working on it,
Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] writes:
| Author: younes
| Date: Sun Oct 22 12:51:59 2006
| New Revision: 15464
|
| URL: http://www.lyx.org/trac/changeset/15464
| Log:
| Immediate rendering of buffer change for one or multiple LyXView.
|
| * Buffer: new changed() boost::signal.
|
[EMAIL PROTECTED] writes:
| Author: younes
| Date: Sun Oct 22 12:51:59 2006
| New Revision: 15464
|
| URL: http://www.lyx.org/trac/changeset/15464
| Log:
| Immediate rendering of buffer change for one or multiple LyXView.
|
| * Buffer: new changed() boost::signal.
|
| * LyXView:
| - redrawWor
[EMAIL PROTECTED] wrote:
Could I get a description of what the LFUN_WINDOW_NEW does plese?
+ { LFUN_WINDOW_NEW, "window-new", NoBuffer },
From the name I assume it allows you to open a separate lyx window.
Yes.
I'm
guessing it'll be empty to begin with,
Yes.
but I'd like s
José Matos wrote:
I have noticed the following problems with qt4 and sessions:
1)If I exit lyx using File->Quit then the information regarding height and
width is lost.
If I destroy the window going to the right upper corner and pressing X there
(destroy) the it works, the information is col
Quoting Martin Vermeer <[EMAIL PROTECTED]>:
On Sun, Oct 22, 2006 at 11:28:18AM +0200, Asger Ottar Alstrup wrote:
Hi,
People are unhappy about various things. We have the solution for this:
http://www.lyx.org/images/whineandcheese2.jpg
Regards,
The chefs
You look very very tired there... wh
On Sun, Oct 22, 2006 at 11:28:18AM +0200, Asger Ottar Alstrup wrote:
> Hi,
>
> People are unhappy about various things. We have the solution for this:
>
> http://www.lyx.org/images/whineandcheese2.jpg
>
> Regards,
> The chefs
You look very very tired there... what hour was this?
- Martin
pg
On Sun, Oct 22, 2006 at 01:36:39PM +0300, Martin Vermeer wrote:
> On Sun, Oct 22, 2006 at 11:26:39AM +0200, Michael Gerz wrote:
> > Michael Gerz wrote:
> >
> > >Martin Vermeer wrote:
> > >
> > >>I don't know... 34 minutes and counting.
> > >
> >
> > Martin,
> >
> > did you succeed finally?
>
>
On Sun, Oct 22, 2006 at 11:26:39AM +0200, Michael Gerz wrote:
> Michael Gerz wrote:
>
> >Martin Vermeer wrote:
> >
> >>I don't know... 34 minutes and counting.
> >
>
> Martin,
>
> did you succeed finally?
Oh yes, of course. Jeez what is that Motif look ugly ;-(
- Martin
pgp2DZIe3RqK0.pgp
De
On Sunday 22 October 2006 11:17, Martin Vermeer wrote:
>
> Just did that.
I saw that later and my mail server had some problems. :-)
> - Martin
--
José Abílio
On Sat, Oct 21, 2006 at 05:47:20PM +0100, José Matos wrote:
> On Saturday 21 October 2006 11:37, Martin Vermeer wrote:
> > Well that leaves me out of the loop for 1.5.
>
> ?
>
> What is wrong with:
>
> # yum install -y qt4-devel
>
> ?
Just did that.
- Martin
pgpgBGMR13Paj.pgp
Descript
Could I get a description of what the LFUN_WINDOW_NEW does plese?
+ { LFUN_WINDOW_NEW, "window-new", NoBuffer },
>From the name I assume it allows you to open a separate lyx window. I'm
guessing it'll be empty to begin with, but I'd like some more details.
For instance, how come t
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | Lars Gullik Bjønnes wrote:
| > | > Georg Baum <[EMAIL PROTECTED]> writes:
| > | > | No. But this announcement came too suddenly after a pe
On Sat, 21 Oct 2006, Asger Ottar Alstrup wrote:
> Regards,
> Asger & Jürgen
> P.S. On meetings, every day is a Friday!
I was wondering about that...
cheers
/Christian
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
I have noticed the following problems with qt4 and sessions:
1)If I exit lyx using File->Quit then the information regarding height and
width is lost.
If I destroy the window going to the right upper corner and pressing X there
(destroy) the it works, the information is collected.
2)Another sm
On Sunday 22 October 2006 10:20, Michael Gerz wrote:
> Georg Baum wrote:
> >If you look what I did during the last months you will see that most of it
> >was bug fixing. Now I know that this was wrong and I should have done some
> >other stuff instead.
>
> Georg, please continue your great work! (T
Michael Gerz wrote:
Martin Vermeer wrote:
I don't know... 34 minutes and counting.
Martin,
did you succeed finally?
Michael
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | Lars Gullik Bjønnes wrote:
| > | > Georg Baum <[EMAIL PROTECTED]> writes:
| > | > | No. But this announcement came too suddenly after a period where
| > | > everything
Hi,
People are unhappy about various things. We have the solution for this:
http://www.lyx.org/images/whineandcheese2.jpg
Regards,
The chefs
On Saturday 21 October 2006 11:12, Georg Baum wrote:
>
> We have more filename encoding problems. Unless there is a very easy fix I
> vote against fixing this in 1.4. In 1.5 we should IMO output all filenames
> to the python script in utf8 encoding and declare that encoding in the
> script.
I ag
On Saturday 21 October 2006 11:37, Martin Vermeer wrote:
> Well that leaves me out of the loop for 1.5.
?
What is wrong with:
# yum install -y qt4-devel
?
> Not that I did much lately...
> - Martin
--
José Abílio
On Friday 20 October 2006 13:42, Michael Gerz wrote:
> All LyX versions prior to 1.4 do not support CT at all. I.e. if lyx2lyx
> works correctly for 1.3 <-> 1.4, there may be no need for further
> conversions.
If we go from 1.4 -> 1.3 lyx2lyx removes all CT from the document...
as it should.
--
1 - 100 of 118 matches
Mail list logo