Quoting Abdelrazak Younes <[EMAIL PROTECTED]>:
Abdelrazak Younes wrote:
Bo Peng wrote:
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 ~GuiV
Quoting Abdelrazak Younes <[EMAIL PROTECTED]>:
This was exactly what I was investigation some months ago. But then
why not going to QPicture directly? This will need some changes to
the core but I really think that's the way to go.
I would be very surprised if recording the painter operations
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
"Andre" == Andre Pönitz <[EMAIL PROTECTED]> writes:
Andre> With the real one.
Could you point me to one or two commits that implement this?
15455 maybe.
Andre> The problem was that the nullpainter did
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
"Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes:
Asger> 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?
Asger> Yes, and you
Quoting Peter Kümmel <[EMAIL PROTECTED]>:
Andre Pönitz wrote:
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...
Ah, here is the
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
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/*
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
Zitat von Uwe Stöhr <[EMAIL PROTECTED]>:
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
have to be make
Zitat von Bo Peng <[EMAIL PROTECTED]>:
Is scons the preferred build system nowadays?
None of the people in Denmark use it.
Do they use cmake? Or do they use window at all?
Half cmake/win, half autotools/Linux.
Windows people are now using cmake because of its msvc advantage, but
I am usin
Zitat von Enrico Forestieri <[EMAIL PROTECTED]>:
On Sat, Oct 21, 2006 at 04:32:35PM +0200, Andre Pönitz wrote:
Just keeping it in does not come for free, and there's no technical
reason not to use Qt4. Qt4 is more widely available than and almost
uniformly
better across the
Zitat von Georg Baum <[EMAIL PROTECTED]>:
Am Samstag, 21. Oktober 2006 10:52 schrieb Lars Gullik Bjønnes:
Michael Gerz <[EMAIL PROTECTED]> writes:
| [EMAIL PROTECTED] wrote:
|
| >Author: poenitz
| >Date: Sat Oct 21 10:35:47 2006
| >New Revision: 15432
| >
| >URL: http://www.lyx.org/trac/change
Zitat von Lars Gullik Bjønnes <[EMAIL PROTECTED]>:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Andre Pönitz wrote:
| >>> My six month cleanup crusade is now paying off: LyX has now
| >>> multiple windows support!
| > Cut and paste seems to be complet
Zitat von Juergen Spitzmueller <[EMAIL PROTECTED]>:
Georg Baum wrote:
I do not understand what is wrong in declaring qt3 unsupported, but let it
stay in the tree and let those who want it keep it up to date.
Agreed.
It eats resources also of the people not involved. As in downloading
it, f
Zitat von Martin Vermeer <[EMAIL PROTECTED]>:
>Only... the uic compiler for qt4 seems to take an eternity to process
>even a single .ui file. It's slaving away for eleven minutes (and counting)
>on BiblioUi.ui! And BiblioUi.[Ch] havn't even been created yet.
>
>It _is_ running, at 40% CPU use. Me
Quoting Michael Gerz <[EMAIL PROTECTED]>:
Andre Pönitz wrote:
What about qt.m4? Is it still needed? There is also a qt4.m4.
Ah ok, so this could probably be removed entirely.
qt.m4 or the complete autogen stuff ? :-)
qt.m4
autogen only when something else works.
Asger e.g. sai
My six month cleanup crusade is now paying off: LyX has now multiple
windows support!
Cut and paste seems to be completely broken right now, even within
simple text.
Would be nnice if someone can fix this...
Andre'
Quoting Michael Gerz <[EMAIL PROTECTED]>:
Andre,
you broke SConstruct:
scons: Reading SConscript files ...
File "SConstruct", line 1954
else:
Is scons the preferred build system nowadays?
None of the people in Denmark use it.
Andre'
Quoting Abdelrazak Younes <[EMAIL PROTECTED]>:
Michael Gerz wrote:
[EMAIL PROTECTED] wrote:
Author: poenitz
Date: Sat Oct 21 10:35:47 2006
New Revision: 15432
URL: http://www.lyx.org/trac/changeset/15432
Log:
remove qt3 frontend
Really???
How did you convince the others?
There was no re
Quoting Michael Gerz <[EMAIL PROTECTED]>:
Andre Pönitz wrote:
Coffee as far as I can tell.
At least I wouldn't consider drinking beer from a mug steaming like yours.
Are you reading emails in reverse order?
Don't get me started about reading mail through a web interface...
Andre'
Quoting Michael Gerz <[EMAIL PROTECTED]>:
Hi,
I found a few places where qt3 is still mentioned:
// HACK: QT3 refuses to show single compose characters
./src/frontends/qt4/QLPainter.C
* qttableview.h: fixes for Qt3
./src/frontends/qt4/ChangeLog
Quoting Peter Kümmel <[EMAIL PROTECTED]>:
Andre Poenitz wrote:
I ran into this recently with Qt 4.2 and Unix style line endings.
uic replaced them by \r\r\n and while this looks a bit funny MSVC
refuses to compile it.
It's a combination of an uic bug and MSVC stubborness..
Andre'
I'm gl
Quoting Lars Gullik Bjønnes <[EMAIL PROTECTED]>:
Andre Poenitz <[EMAIL PROTECTED]> writes:
| PS: Since we are at it: Do I have to bring beer to Denmark? ;-}
Are you nuts? What do you think I am drinking now?
Coffee as far as I can tell.
At least I wouldn't consider drinking beer from a mug
25 matches
Mail list logo