> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Donnerstag, 1. Juni 2006 20:57 schrieb Peter Kümmel:
>> I haven't found a Makefile.am in /intl so I've done it like the
>> scon script.
Georg> My mistake. I thought you were talking about a file in
Georg> src/support. I have no ide
Lars Gullik Bjønnes wrote:
Edwin Leuven <[EMAIL PROTECTED]> writes:
| is that it gets inserted with silly lines
Why are they silly?
i think that nobody uses line formatting like this. like paul the first
thing i do after inserting a table is selecting the whole thing and
unset all the lines.
Stephen Harris wrote:
The first time I installed it took awhile to generate Tex Information.
I uninstalled and reinstalled. This time generating Tex Information was
instantaneous, which indicates some config file was not deleted from the
prior installation and was being read again, instead of a
Paul A. Rubin wrote:
Sadly, it's still the case, after fixing the registry and reinstalling
LyX, that spell checking is disabled (the Tools menu entry is grayed
out, and F7 generates a "command disabled" status message). Aspell must
be installed correctly, since it works with both LyX 1.3.7 an
Please test the attached patch. msvc2005 works here, with intl support.
There is one BIG change. namely, I am trying to use the glob module to
find source files, instead of listing all filenames. The performance
penalty should not be noticable. This change will allow me to add
source files to the
"By the way, I noticed a couple of things when I uninstalled 1.4svn.
First, the installer creates only a program menu entry for LyX itself --
no entry for the uninstall command. (Angus's installers created a
folder for LyX, with links to both LyX and the uninstall executable).
So I used Add/Remov
Joost Verburg wrote:
Paul A. Rubin wrote:
1. It installed a bunch of Aspell files to C:\Program
Files\Aspell\lib\aspell-0.60. I already had Aspell installed (at
C:\Aspell). I thought that Aspell *had* to be installed to C:\Aspell.
Has this changed?
The Aspell installer, which defaults to
Lars Gullik Bjønnes wrote:
Edwin Leuven <[EMAIL PROTECTED]> writes:
| is that it gets inserted with silly lines
Why are they silly?
I think it's generally considered bad form to have many horizontal
lines, or *any* vertical lines, in a table. I confess that the first
thing I do after inser
A new installer for Aspell 0.6 data and dictionaries has been uploaded:
http://wiki.lyx.org/uploads/Windows/Installer/aspell6-wininstaller-src.tar.gz
The next version of the LyX installer will bundle this new Aspell
installer and make use of the new features.
Angus, can you run the script aga
On Thu, Jun 01, 2006 at 06:34:41PM +0200, Juergen Spitzmueller wrote:
> I just got the following crash while working with lates 1.4.2svn: I use
> character styles; I marked a bold word in a tabular cell and hit
> Insert->Character Style. Immediately LyX asserted. This happened several
> times, t
Edwin Leuven <[EMAIL PROTECTED]> writes:
| is that it gets inserted with silly lines
Why are they silly?
| the attached patch gets rid of them
Doesn't this change default behaviour that we have had for a very long
time?
| can i commit? please?!
whining does not help.
--
Lgb
On Wed, May 31, 2006 at 03:25:18PM +0200, Georg Baum wrote:
> Ekkehart Schlicht wrote:
>
> > Some expert may recognize the issue right away. Otherwise I shall try to
> > to produce a minimal example
>
> I did that, and it is a box problem. Please file it in bugzilla. Martin, do
> you have an idea
Hi, Peter, Abdel,
Please think a bit about what to include in the msvc project file(s).
A huge all-files-in project does not sound too clever.
Bo
On Tue, May 30, 2006 at 08:12:04AM +0100, Jose' Matos wrote:
> On Monday 29 May 2006 20:49, Garst R. Reese wrote:
...
> > I have a different problem with qt-3.3. How do I tell Lyx where it is?
> > What should QTDIR say? I got libraries and includes right, but that is
> > not enough.
>
> T
it looks like this whole clipboard thing needs a serious overhaul (small
cosmetics is not really worth the trouble i think).
i agree with one of the bugzilla posters that lyx's copy/paste behavior
is a mayor annoyance and probably confusing for many. i am not sure i
have the skills to repair t
is that it gets inserted with silly lines
the attached patch gets rid of them
can i commit? please?!
Index: tabular.C
===
--- tabular.C (revision 13978)
+++ tabular.C (working copy)
@@ -319,9 +319,9 @@
multicolumn(
On 6/1/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
Hi Bo,
I have some problem with the "restore cached option" functionality. I
have passed fast_cache=no and I have erased env.cache but I still get
this error:
This does not look like a load_option problem... I will check later.
Bo
D:\
Am Donnerstag, 1. Juni 2006 20:57 schrieb Peter Kümmel:
> I haven't found a Makefile.am in /intl so I've done it like the
> scon script.
My mistake. I thought you were talking about a file in src/support. I have
no idea about intl/.
A very dump question: Why do we have intl/ at all? Why can't wh
Done.
Great. Then you will see intl support in scons/msvc.
config.h:
#if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
#define __attribute__(x)
#define inline
#define uintmax_t UINT_MAX
#endif
I think I was missing the define inline one.
Cheers,
Bo
Georg Baum wrote:
> Am Donnerstag, 1. Juni 2006 20:43 schrieb Peter Kümmel:
>
>> But couldn't we just drop this os2 file in our makefiles?
>
> Why did you include it? It is not in Makefile.am, so should not be
> compiled at all (and in 1.5 it does not exist anymore).
>
>
> Georg
>
>
I haven
No AFAIK, this is a MSVC2005 feature.
> I am
> worried about the existence of QtXXX.dll.manifest. qt-mt.dll.manifest
> for all the Q../Free qt3/qt4 compiled with msvc2003/2005.
mscv2003 will not generate a manifest, I guess.
You mean if I used my old 2003 cd, I would be free of these trouble
(an
Am Donnerstag, 1. Juni 2006 20:43 schrieb Peter Kümmel:
> But couldn't we just drop this os2 file in our makefiles?
Why did you include it? It is not in Makefile.am, so should not be
compiled at all (and in 1.5 it does not exist anymore).
Georg
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> then we don't have to port intl.
Done.
At least compiling without iconv
and with some dummy paths.
> I am afraid we have to :-(
No reason to be afraid. ;)
Here the changes:
config.h:
#if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
#define __
Bo Peng wrote:
mt.exe /manifest lyx.exe.manifest /outputresource:lyx.exe;1
This lyx.exe.manifest is *not* the menifest generated from link
/MANIFEST, rather a copy of libGui4.dll.manifest, right?
Right.
I would like
to add to the scons system things like
mt.exe /manigest:/path/to/qt/lib/libQ
mt.exe /manifest lyx.exe.manifest /outputresource:lyx.exe;1
This lyx.exe.manifest is *not* the menifest generated from link
/MANIFEST, rather a copy of libGui4.dll.manifest, right? I would like
to add to the scons system things like
mt.exe /manigest:/path/to/qt/lib/libQtGui4.dll.manifest /out..
Abdelrazak Younes wrote:
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for
windows, point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Was this compi
Abdelrazak Younes wrote:
Bo Peng wrote:
That is really great.
I do not have access to the windows system right now, could you check
for me if designer.exe.manifest is the same as QtGui4.dll.manifest?
Yes they are identical. Note that QtGui4.dll.manifest was in the lib
subdir whereas designer
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for
windows, point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the w
Abdelrazak Younes wrote:
> Angus Leeming wrote:
>> Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>>> For those who want to try the latest and greatest Lyx-Qt4 for
>>> windows, point your browser to:
>>> http://wiki.lyx.org/Windows/LyX150Experimental
>>
>> Was this compiled with MSVC? Maybe the wiki
Bo Peng wrote:
Also, if possible, please also test a few optimization options through
CCFLAGS. I plan to put some of them in.
There is a recent error with MSVC support:
AttributeError: 'NoneType' object has no attribute 'split':
File "SConstruct", line 401:
env.Tool('msvc')
File "D:\prog
Bo Peng wrote:
That is really great.
I do not have access to the windows system right now, could you check
for me if designer.exe.manifest is the same as QtGui4.dll.manifest?
Yes they are identical. Note that QtGui4.dll.manifest was in the lib
subdir whereas designer.exe.manifest is in the bi
On Thu, Jun 01, 2006 at 05:46:11PM +0200, Joost Verburg wrote:
> Enrico Forestieri wrote:
> >Even if I have the bakoma fonts installed, all the equations are
> >messed up. This one must be a byproduct of the recent changes
> >by Joost. I obviated to this problem by copying the fonts
> >to Resources
I just got the following crash while working with lates 1.4.2svn: I use
character styles; I marked a bold word in a tabular cell and hit
Insert->Character Style. Immediately LyX asserted. This happened several
times, though I didn't manage yet to get a minimal test scenario.
FWIW, backtrace is
On Thu, Jun 01, 2006 at 05:40:19PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> >On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
> >>For those who want to try the latest and greatest Lyx-Qt4 for windows,
> >>point your browser to:
> >>
> >>http://wiki.lyx.org
Abdelrazak Younes wrote:
Enrico Forestieri wrote:
The "Insert Table" widget is very nice ;-)
Yes, good work Edwin!
just like giving candy to my daughter ;-)
thanks, will investigate...
Georg Baum wrote:
Edwin Leuven wrote:
atm copy paste primary selection (ie from outside lyx) doesn't work for me
the attached solves it
does this look ok?
Unfortunately not ;-( getClipboard() is misnamed, it really acts like a
hypotheticaal getSelection(), becau
Also, if possible, please also test a few optimization options through
CCFLAGS. I plan to put some of them in.
Bo
That is really great.
I do not have access to the windows system right now, could you check
for me if designer.exe.manifest is the same as QtGui4.dll.manifest?
Logically speaking, we should use that one.
Also, have your tried to embed the manifest file to lyx.exe? Which
commands did you use? Al
Angus Leeming wrote:
gnu windres (part of binutils on mingw/cygwin) is the equivalent of rc to MSVC.
Then this is the tool to be used for MinGW. Including icons using a
resource compiler is a lot better than hacking the exe afterwards.
Joost
Georg Baum wrote:
IIRC it is not needed in the windows case, because \r is ignored later in
the copy/paste code,
not when i paste into tabulars though...
Paul A. Rubin wrote:
1. It installed a bunch of Aspell files to C:\Program
Files\Aspell\lib\aspell-0.60. I already had Aspell installed (at
C:\Aspell). I thought that Aspell *had* to be installed to C:\Aspell.
Has this changed?
The Aspell installer, which defaults to C:\Aspell, is used to
Joost Verburg <[EMAIL PROTECTED]> writes:
> My new installer doesn't require you to add the icons, it uses the ico
> file for shortcut and file icons. It's of course a good thing to include
> these icons using a resource file. With Visual C++ that's an easy thing,
> I don't know about MinGW.
gn
Joost Verburg wrote:
Thanks for all your comments and feature requests. A new version of the
installer, again based on the latest 1.4.2svn, is now available.
Hi, Joost,
Great job with the installer. I just tried it out, and it worked great
for the most part, with a few anomalies:
1. It
Joost Verburg wrote:
Angus Leeming wrote:
A fun project for you scons-afficionados would be to automate package
generation
on windows. As I see it, the only thing blocking the process to
fully-automate
the build of the windows installer is the step to install icons in the
lyx.exe.
There's lot
Abdelrazak Younes wrote:
>> Perhaps you should factor the code into a utility function? Maybe even
>> into fromqstr inself?
>
> Yes, I wanted to do that for a long time.
IIRC it is not needed in the windows case, because \r is ignored later in
the copy/paste code, but the other way round (\r ->
Angus Leeming wrote:
#ifdef Q_WS_MACX
// The MAC clipboard uses \r for lineendings, and we use \n
return subst(fromqstr(str), '\r', '\n');
+#endif
+#ifdef Q_WS_WIN
+ // The WIN clipboard uses \r\n for lineendings, and we use \n
+ return subst(fromqstr(str), "\r\n", "\
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the wiki page should have a comment to this
effect?
Enrico Forestieri wrote:
Even if I have the bakoma fonts installed, all the equations are
messed up. This one must be a byproduct of the recent changes
by Joost. I obviated to this problem by copying the fonts
to Resources/fonts. However, I think that this should not happen,
i.e., if I already ha
Angus Leeming wrote:
A fun project for you scons-afficionados would be to automate package generation
on windows. As I see it, the only thing blocking the process to fully-automate
the build of the windows installer is the step to install icons in the lyx.exe.
There's lots of info out there on ho
Edwin Leuven <[EMAIL PROTECTED]> writes:
> atm copy paste primary selection (ie from outside lyx) doesn't work for me
> the attached solves it
> does this look ok?
I see Georg has given you the "big picture" answer, so I'll restrict myself to
the comment that your patch hardcodes this in a couple
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Enrico, I would be interested in some new numbers.
Fir
Edwin Leuven wrote:
> atm copy paste primary selection (ie from outside lyx) doesn't work for me
>
> the attached solves it
>
> does this look ok?
Unfortunately not ;-( getClipboard() is misnamed, it really acts like a
hypotheticaal getSelection(), because it is used for
middle-mouse-button-cop
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> For those who want to try the latest and greatest Lyx-Qt4 for windows,
> point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the wiki page should have a comment to this
effect?
Why not give Joost
On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
> For those who want to try the latest and greatest Lyx-Qt4 for windows,
> point your browser to:
>
> http://wiki.lyx.org/Windows/LyX150Experimental
>
> Enrico, I would be interested in some new numbers.
First of all let me
Hello John,
Angus suggested that I ask your opinion about my patch.
Thanks,
Abdel.
--- Begin Message ---
Hello,
I would like to put this in but I touched a tiny bit the other
frontends. Any objection?
Abdel.
Log:
This patch removes qscreen.[Ch] and simplify the
Edwin Leuven wrote:
atm copy paste primary selection (ie from outside lyx) doesn't work for me
the attached solves it
does this look ok?
I don't know but in any case your patch will conflict with mine. As I
was first, please wait until I put it in ;-)
Thanks,
Abdel.
atm copy paste primary selection (ie from outside lyx) doesn't work for me
the attached solves it
does this look ok?
thanks
Index: QWorkArea.C
===
--- QWorkArea.C (revision 13976)
+++ QWorkArea.C (working copy)
@@ -50,6 +50,11 @@
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> I would like to put this in but I touched a tiny bit the other
> frontends. Any objection?
Hi, Abdel.
Perhaps you might ping John Levon (levon () movementarian ! org>), the architect
of the Qt frontend. He might have something illuminating to say b
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 04:01:07PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
For example, when a displayed equation is the last thing visible
on screen, you can't go further on using cursor down (the cursor
gets trapped in the equation), but I don't com
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Enrico, I would be interested in some new numbers.
Abdel.
On Thu, Jun 01, 2006 at 04:01:07PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> >For example, when a displayed equation is the last thing visible
> >on screen, you can't go further on using cursor down (the cursor
> >gets trapped in the equation), but I don't complain, because
> >m
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 03:34:37PM +0200, Georg Baum wrote:
Enrico Forestieri wrote:
If that is the cause, it is so badly exacerbated in the windows version
which I find it difficult not to blame it on Qt/Win. Scrolling never stops
in Qt3/X11, be it on windows or linux
On Thu, Jun 01, 2006 at 03:34:37PM +0200, Georg Baum wrote:
> Enrico Forestieri wrote:
>
> > If that is the cause, it is so badly exacerbated in the windows version
> > which I find it difficult not to blame it on Qt/Win. Scrolling never stops
> > in Qt3/X11, be it on windows or linux.
>
> That i
Abdelrazak Younes wrote:
> I am not sure I understand it all but I see that a number of patches
> have been posted. Could you give a status on these please?
I don't know the status either. All that I know is that the total document
height measured in pixels is not known, only the height of a few
On Thu, Jun 01, 2006 at 03:00:41PM +0200, Abdelrazak Younes wrote:
> Jean-Marc Lasgouttes wrote:
> >>"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> >
> >Abdelrazak> A... you mean the windows api libraries. They are not
> >Abdelrazak> distributed with Qt. They are part of mi
Enrico Forestieri wrote:
> If that is the cause, it is so badly exacerbated in the windows version
> which I find it difficult not to blame it on Qt/Win. Scrolling never stops
> in Qt3/X11, be it on windows or linux.
That is not true in general, although it seems that the problem is much
worser o
Georg Baum wrote:
Enrico Forestieri wrote:
Moreover, using the mouse wheel, scrolling is quite smooth in LyX/Qt3 X11
(even if the 1.3.x pleasantness remains unmatched), whereas it is annoying
in all native versions where sometimes it stops even if I am rolling the
wheel.
The latter is no qt o
On Thu, Jun 01, 2006 at 01:41:04PM +0200, Georg Baum wrote:
> Enrico Forestieri wrote:
>
> > Moreover, using the mouse wheel, scrolling is quite smooth in LyX/Qt3 X11
> > (even if the 1.3.x pleasantness remains unmatched), whereas it is annoying
> > in all native versions where sometimes it stops
> "Panayotis" == Panayotis Papasotiriou <[EMAIL PROTECTED]> writes:
Panayotis> I have upgraded the ijmpd layout, so that recent changes to
Panayotis> the corresponding text class "ws-ijmpd.cls" are now
Panayotis> supported by LyX. I have also created a new LyX layout
Panayotis> which supports
Hello,
I would like to put this in but I touched a tiny bit the other
frontends. Any objection?
Abdel.
Log:
This patch removes qscreen.[Ch] and simplify the cursor drawing on
screen. Basically, we paint now only if needed. So there's no need
anymore to handle th
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> A... you mean the windows api libraries. They are not
Abdelrazak> distributed with Qt. They are part of mingw (w32api
Abdelrazak> package IIRC).
But do we have to explicitely link agains
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> A... you mean the windows api libraries. They are not
Abdelrazak> distributed with Qt. They are part of mingw (w32api
Abdelrazak> package IIRC).
But do we have to explicitely link against them?
JMarc
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I don't understand. On Unix, it should be this path plus:
Abdelrazak> libQtCore.a libQtGui.a
Abdelrazak> On Windows/Mingw, it is: libQtCore4.a libQtGui4.a
Abdelrazak> On Windows/
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I don't understand. On Unix, it should be this path plus:
Abdelrazak> libQtCore.a libQtGui.a
Abdelrazak> On Windows/Mingw, it is: libQtCore4.a libQtGui4.a
Abdelrazak> On Windows/MSVC, it is: QtCore4.lib QtGui4.lib
A
On Thu, Jun 01, 2006 at 01:33:49PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> >On Thu, Jun 01, 2006 at 12:22:32PM +0200, Abdelrazak Younes wrote:
> >>Enrico Forestieri wrote:
> >>>On Thu, Jun 01, 2006 at 11:19:37AM +0200, Abdelrazak Younes wrote:
> Guys, I am happy to report t
Enrico Forestieri wrote:
> Moreover, using the mouse wheel, scrolling is quite smooth in LyX/Qt3 X11
> (even if the 1.3.x pleasantness remains unmatched), whereas it is annoying
> in all native versions where sometimes it stops even if I am rolling the
> wheel.
The latter is no qt or windows spec
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 12:22:32PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 11:19:37AM +0200, Abdelrazak Younes wrote:
Guys, I am happy to report that all the performance problems noticed
with Lyx-qt4/Mingw have mostly disappeare
On Thu, Jun 01, 2006 at 12:22:32PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> >On Thu, Jun 01, 2006 at 11:19:37AM +0200, Abdelrazak Younes wrote:
> >>Guys, I am happy to report that all the performance problems noticed
> >>with Lyx-qt4/Mingw have mostly disappeared.
> >[..]
> >>-
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Abdelrazak Younes wrote:
> [...]
>>> On the last point, I am not sure this is due to the compiler difference.
>>> Lyx/Mingw was compiled with -O3 and I don't know which optimization was
>>> enabled in the official Qt4/Mingw package. Also, I don't kn
Peter Kümmel wrote:
Abdelrazak Younes wrote:
[...]
On the last point, I am not sure this is due to the compiler difference.
Lyx/Mingw was compiled with -O3 and I don't know which optimization was
enabled in the official Qt4/Mingw package. Also, I don't know which, if
any, optimization were pass
Abdelrazak Younes wrote:
> Guys, I am happy to report that all the performance problems noticed
> with Lyx-qt4/Mingw have mostly disappeared.
>
> + In the UserGuide, Breaking a section item or an enumerate list is now
> instantaneous!
>
> + The outline functionality in the Toc dialog is now very
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 11:19:37AM +0200, Abdelrazak Younes wrote:
Guys, I am happy to report that all the performance problems noticed
with Lyx-qt4/Mingw have mostly disappeared.
[..]
- Unfortunately, scrolling with pageDown key is a bit slower: 43 seconds
for MSVC in
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> 4.0 is deprected, use 4.1 instead:
Abdelrazak> http://doc.trolltech.com/4.1/qmake-environment-reference.html
Sure, but I do not see a reason to refer to 4.1 doc if 4.0 is the same :)
Indeed
On Thu, Jun 01, 2006 at 11:19:37AM +0200, Abdelrazak Younes wrote:
> Guys, I am happy to report that all the performance problems noticed
> with Lyx-qt4/Mingw have mostly disappeared.
[..]
> - Unfortunately, scrolling with pageDown key is a bit slower: 43 seconds
> for MSVC instead of 37 seconds
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I think it would be possible, but not easier than tweaking
Georg> qt.m4.
Getting rid of AC_PATH_EXTRA (just keep it for xforms) would be nice...
Georg> And I can understand Lars' desire to use configure without
Georg> flags, but I d
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> 4.0 is deprected, use 4.1 instead:
Abdelrazak> http://doc.trolltech.com/4.1/qmake-environment-reference.html
Sure, but I do not see a reason to refer to 4.1 doc if 4.0 is the same :)
Abdelrazak> It works with offici
Jean-Marc Lasgouttes wrote:
"Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> I've not followed the thread but maybe this is what you are
Peter> looking for:
Peter> qmake -query QT_INSTALL_LIBS
This is not described by qmake help, it would be too easy! I finally
found it in my qt3.
Jean-Marc Lasgouttes wrote:
>> "Abdelrazak" == Abdelrazak Younes
>> <[EMAIL PROTECTED]> writes:
>
> Abdelrazak> I guess it would but do you mean to replace all Makefile.*
> Abdelrazak> with qmake files?
>
> Something like that. Note that I am not saying it is a good idea. I am
> just thi
Jean-Marc Lasgouttes wrote:
>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>
> Peter> I've not followed the thread but maybe this is what you are
> Peter> looking for:
>
> Peter> qmake -query QT_INSTALL_LIBS
>
> This is not described by qmake help, it would be too easy! I finally
>
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I guess it would but do you mean to replace all Makefile.*
Abdelrazak> with qmake files?
Something like that. Note that I am not saying it is a good idea. I am
just thinking aloud (and I am not going to do it :)
JMar
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> I've not followed the thread but maybe this is what you are
Peter> looking for:
Peter> qmake -query QT_INSTALL_LIBS
This is not described by qmake help, it would be too easy! I finally
found it in my qt3.3 manual, but I can only u
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> On locally compiled Qt4/MSVC2005 I have:
Another solution would be to compile the qtX/ frontends with qmake!
Would that magically work?
I guess it would but do you mean to rep
Hi Bo,
I have some problem with the "restore cached option" functionality. I
have passed fast_cache=no and I have erased env.cache but I still get
this error:
D:\devel\lyx\trunk\development\scons>scons use_vc=yes build_dir=msvc
frontend=qt4 qt_dir=d:/program/Qt/4.1 ext
a_inc_path=d:/program/
Jean-Marc Lasgouttes wrote:
> Forget it then. How does qmake support work then? Doesn't it need this
> stuff?
qmake has spec files for each platform that tell these things. The one I use
for qt 4 here resides in /usr/share/qt/mkspecs/linux-g++/qmake.conf (the
qt3 variant is in /usr/lib/qt3/mkspec
Jean-Marc Lasgouttes wrote:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> No. It is not.
>
> Forget it then. How does qmake support work then? Doesn't it need this
> stuff?
>
> Hmm, I took a look at qmake documentation, and it seems there is no
> way to get the conf
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> On locally compiled Qt4/MSVC2005 I have:
Another solution would be to compile the qtX/ frontends with qmake!
Would that magically work?
JMarc
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> No. It is not.
Forget it then. How does qmake support work then? Doesn't it need this
stuff?
Hmm, I took a look at qmake documentation, and it seems there is no
way to get the configuration from qmake itself. This is lame.
J
Guys, I am happy to report that all the performance problems noticed
with Lyx-qt4/Mingw have mostly disappeared.
+ In the UserGuide, Breaking a section item or an enumerate list is now
instantaneous!
+ The outline functionality in the Toc dialog is now very fast: I can
click successively in
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
> People, please don't start an endless
> discussion about this. It's Peter choice to work on that and anybody is
> free to ignore it.
But it is also ok to me to wait and see what happens with the
scons-msvc-project support, just now where a solution
Joost Verburg <[EMAIL PROTECTED]> writes:
> Thanks for all your comments and feature requests. A new version of the
> installer, again based on the latest 1.4.2svn, is now available.
...
> I have uploaded the source to:
> http://wiki.lyx.org/uploads/Windows/Installer/installer-src.tar.gz
Hi, Joos
1 - 100 of 120 matches
Mail list logo