Re: Conclusions

2006-10-22 Thread Martin Vermeer
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

Re: GUII

2006-10-22 Thread Andre Pönitz
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/*

Re: GUII

2006-10-22 Thread Andre Pönitz
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'

Re: GUII

2006-10-22 Thread Andre Pönitz
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

Re: GUII

2006-10-22 Thread Peter Kümmel
>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

Re: GUII

2006-10-22 Thread Peter Kümmel
[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. --

Re: What is "Don't unzip on export" for? - errors

2006-10-22 Thread Herbert Voss
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

Re: GUII

2006-10-22 Thread christian . ridderstrom
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

Conclusions

2006-10-22 Thread Asger Ottar Alstrup
Hm, action please. We suggest that all capable enthusiasts immediately go to lyx.org and read the news. EOT

[PATCH] Save session when lyx is closed by File->Exit.

2006-10-22 Thread Bo Peng
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

Re: [PATCH] Save session when lyx is closed by File->Exit.

2006-10-22 Thread Peter Kümmel
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

Re: r15492 - /lyx-devel/trunk/src/support/lstrings.C

2006-10-22 Thread 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

Re: r15492 - /lyx-devel/trunk/src/support/lstrings.C

2006-10-22 Thread Asger Ottar Alstrup
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

GUII

2006-10-22 Thread Andre Pönitz
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/*

selecting cells

2006-10-22 Thread Edwin Leuven
in tabulars with the mouse doesn't work...

Re: r15492 - /lyx-devel/trunk/src/support/lstrings.C

2006-10-22 Thread Lars Gullik Bjønnes
[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.

Re: What is "Don't unzip on export" for?

2006-10-22 Thread Georg Baum
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

New Window: nit pick

2006-10-22 Thread Lars Gullik Bjønnes
Only the first window should get the splash screen. -- Lgb

Re: What is "Don't unzip on export" for? - errors

2006-10-22 Thread Uwe Stöhr
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

New Window - too much sharing

2006-10-22 Thread Lars Gullik Bjønnes
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

Re: qt4 and sessions

2006-10-22 Thread Bo Peng
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

Re: about the LyX development

2006-10-22 Thread Lars Gullik Bjønnes
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

Re: about the LyX development

2006-10-22 Thread christian . ridderstrom
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

Re: about the LyX development

2006-10-22 Thread Pavel Sanda
> 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

Re: about the LyX development

2006-10-22 Thread christian . ridderstrom
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

Re: r15492 - /lyx-devel/trunk/src/support/lstrings.C

2006-10-22 Thread Edwin Leuven
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 is "Don't unzip on export" for?

2006-10-22 Thread 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. thanks Uwe

Re: about the LyX development

2006-10-22 Thread John Levon
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

Re: about the LyX development

2006-10-22 Thread christian . ridderstrom
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.

CT status update

2006-10-22 Thread Michael Gerz
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

trunk: Missing space after somne math symbols (at least sin, int and quad)

2006-10-22 Thread Georg Baum
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

Re: [Cvslog] r15482 - /lyx-devel/trunk/src/text.C

2006-10-22 Thread Michael Gerz
Asger Ottar Alstrup wrote: Jürgen will commit a fix shortly. Excellent! Michael

Re: [Cvslog] r15482 - /lyx-devel/trunk/src/text.C

2006-10-22 Thread Asger Ottar Alstrup
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Georg Baum
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

Re: rowpainter.C: unused var

2006-10-22 Thread Asger Ottar Alstrup
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

Re: rowpainter.C: unused var

2006-10-22 Thread Michael Gerz
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

Gtk devel moved to its own branch

2006-10-22 Thread Lars Gullik Bjønnes
I'll try to handl gth removal from trunk as one single commit. Please don't intefere. -- Lgb

Re: Options to convert unicode to latex

2006-10-22 Thread José Matos
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

Re: [PATCH] Save session when lyx is closed by File->Exit.

2006-10-22 Thread Bo Peng
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,

Re: [Cvslog] r15482 - /lyx-devel/trunk/src/text.C

2006-10-22 Thread Michael Gerz
[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

Re: rowpainter.C: unused var

2006-10-22 Thread Michael Gerz
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

Re: [patch] LFUN for inserting unicode-chars

2006-10-22 Thread Lars Gullik Bjønnes
[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.

Re: Gtk in the lyx repository.

2006-10-22 Thread José Matos
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 --

Re: Options to convert unicode to latex

2006-10-22 Thread Georg Baum
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

Re: about the LyX development

2006-10-22 Thread Lars Gullik Bjønnes
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

Re: rowpainter.C: unused var

2006-10-22 Thread Martin Vermeer
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

Re: How to cook an omelet

2006-10-22 Thread Abdelrazak Younes
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

Re: How to cook an omelet

2006-10-22 Thread Georg Baum
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

Re: How to cook an omelet

2006-10-22 Thread Georg Baum
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

Re: [patch] LFUN for inserting unicode-chars

2006-10-22 Thread christian . ridderstrom
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

Re: qt4 and sessions

2006-10-22 Thread Abdelrazak Younes
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

Re: about the LyX development

2006-10-22 Thread Andreas Vox
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Abdelrazak Younes
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

Re: [PATCH] Save/restore toolbar status.

2006-10-22 Thread Bo Peng
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Georg Baum
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

Re: [patch] ispell compile fix

2006-10-22 Thread Enrico Forestieri
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

Re: qt4 and sessions

2006-10-22 Thread Bo Peng
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Bo Peng
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

[patch] ispell compile fix

2006-10-22 Thread Enrico Forestieri
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) @@ -

Re: Gtk in the lyx repository.

2006-10-22 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > I have at least '+1' now, perhaps also a '+1' from Martin. Others? +1 Jürgen

Re: Gtk in the lyx repository.

2006-10-22 Thread Lars Gullik Bjønnes
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. | > > | >

rowpainter.C: unused var

2006-10-22 Thread Michael Gerz
This one look suspicious: /home/software/lyx-trunk/src/rowpainter.C:865: warning: unused variable `const bool inside' Michael

Re: [patch] LFUN for inserting unicode-chars

2006-10-22 Thread Lars Gullik Bjønnes
[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: | |

Options to convert unicode to latex

2006-10-22 Thread José Matos
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

Re: [patch] LFUN for inserting unicode-chars

2006-10-22 Thread christian . ridderstrom
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Martin Vermeer
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

No svn log messages for Asger

2006-10-22 Thread Michael Gerz
Lars, I don't receive svn log emails for Asger's patches. Michael

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread christian . ridderstrom
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Lars Gullik Bjønnes
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

Re: Gtk in the lyx repository.

2006-10-22 Thread Michael Gerz
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Abdelrazak Younes
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Lars Gullik Bjønnes
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Abdelrazak Younes
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Lars Gullik Bjønnes
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 | > | > |

Re: [Cvslog] r15471 - /lyx-devel/trunk/lib/symbols

2006-10-22 Thread Martin Vermeer
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Abdelrazak Younes
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

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Lars Gullik Bjønnes
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

[patch] LFUN for inserting unicode-chars

2006-10-22 Thread Lars Gullik Bjønnes
=== --- 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

Gtk in the lyx repository.

2006-10-22 Thread 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 done in a branch. ¹ One update every two months does not count as working on it,

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Abdelrazak Younes
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. |

Re: r15464 - in /lyx-devel/trunk/src: buffer.h frontends/LyXV...

2006-10-22 Thread Lars Gullik Bjønnes
[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

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread Abdelrazak Younes
[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

Re: qt4 and sessions

2006-10-22 Thread Abdelrazak Younes
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

Re: Solution

2006-10-22 Thread Andre Pönitz
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

Re: Solution

2006-10-22 Thread Martin Vermeer
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

Re: qt4/uic trouble

2006-10-22 Thread Martin Vermeer
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? > >

Re: qt4/uic trouble

2006-10-22 Thread Martin Vermeer
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

Re: [Cvslog] r15432 - in /lyx-devel/trunk: INSTALL INSTALL.scons READM...

2006-10-22 Thread José Matos
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

Re: [Cvslog] r15432 - in /lyx-devel/trunk: INSTALL INSTALL.scons READM...

2006-10-22 Thread Martin Vermeer
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

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread christian . ridderstrom
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

Re: How to cook an omelet

2006-10-22 Thread Abdelrazak Younes
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

Re: How to cook an omelet

2006-10-22 Thread christian . ridderstrom
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

qt4 and sessions

2006-10-22 Thread José Matos
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

Re: How to cook an omelet

2006-10-22 Thread José Matos
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

Re: qt4/uic trouble

2006-10-22 Thread Michael Gerz
Michael Gerz wrote: Martin Vermeer wrote: I don't know... 34 minutes and counting. Martin, did you succeed finally? Michael

Re: How to cook an omelet

2006-10-22 Thread Lars Gullik Bjønnes
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

Solution

2006-10-22 Thread Asger Ottar Alstrup
Hi, People are unhappy about various things. We have the solution for this: http://www.lyx.org/images/whineandcheese2.jpg Regards, The chefs

Re: Image conversion error with accented characters - python files have no encoding

2006-10-22 Thread José Matos
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

Re: [Cvslog] r15432 - in /lyx-devel/trunk: INSTALL INSTALL.scons READM...

2006-10-22 Thread José Matos
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

Re: Format change

2006-10-22 Thread José Matos
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   2   >