Re: The Stix Unicode math fonts are available in beta

2007-11-05 Thread younes . a
Quoting William Adams <[EMAIL PROTECTED]>: > On Nov 2, 2007, at 2:23 PM, Abdelrazak Younes wrote: > > > Helge Hafting wrote: > >> Abdelrazak Younes wrote: > >>> Helge Hafting wrote: > William Adams wrote: > > http://www.stixfonts.org/ > > > >>> There is no other choice. I would be a g

Re: freefont, LFUN_FONT_FREE_APPLY and LFUN_FONT_FREE_UPDATE...

2007-10-31 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > Could someone explain me what these are about? > > > > LFUN_FONT_FREE_APPLY is never used: can I remove it? > > It is used in the toolbar. Ah... OK, I only looked at the code. > > > LFUN_FONT_

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-29 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > > Yes, if you do it, do it now. I believe drawing can be very efficient if > designed with parsimony from the ground up. Me too obviously. > > > This CRC thing was at the time considered rather a kludge ;-/ > > > > I know a lot more things in the code

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-28 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > On Tue, Aug 28, 2007 at 10:53:09PM +0200, Abdelrazak Younes wrote: > > >If you don't want cursor_on_row back, consider making the row signature > > >sensitive to change tracking. > > > > > Yes, that's the proper solution even though I am not sure I can

Re: [Cvslog] r19859 - /lyx-devel/trunk/src/TextMetrics.cpp

2007-08-28 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > > - bool cursor_on_row = CursorOnRow(pi, pit, rit, *text_); > > - > > // If selection is on, the current row signature differs > > // from cache, or cursor is inside an inset _on this row_, > > Forgot this comment? - M

Re: [Cvslog] r19834 - in /lyx-devel/trunk/src: insets/InsetCaption.h i...

2007-08-28 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > On Mon, Aug 27, 2007 at 02:38:31PM +, [EMAIL PROTECTED] wrote: > > Author: younes > > Date: Mon Aug 27 16:38:29 2007 > > New Revision: 19834 > > > > URL: http://www.lyx.org/trac/changeset/19834 > > Log: > > Remove the wide() hack. This simplifies q

For the LyX meeting: Merging my MVC branch?

2007-08-11 Thread younes . a
Hello, I am still in Tunisia and do not have the time to read the list but as I remember there should be a meeting these days I would like to ask that you guys merge that my MVC branch. Please? I am affraid that big cleanups will make the merge too difficult afterwards. The branch is only missin

Re: Slow motion while editing

2007-07-22 Thread younes . a
Selon [EMAIL PROTECTED]: > Selon Guillaume Pothier <[EMAIL PROTECTED]>: > > > > > > > Make sure the profiler runs a little bit longer. 20 seconds cumulative > > > or so. With 4.74 seconds there's a lot of statistical noise. > > > > > > > Done, now 23s. > > I updated the file at the same URL: > > ht

Re: Slow motion while editing

2007-07-22 Thread younes . a
Selon Guillaume Pothier <[EMAIL PROTECTED]>: > > > > Make sure the profiler runs a little bit longer. 20 seconds cumulative > > or so. With 4.74 seconds there's a lot of statistical noise. > > > > Done, now 23s. > I updated the file at the same URL: > http://www.dcc.uchile.cl/~gpothier/gprof.out

out for 3 weeks

2007-07-22 Thread younes . a
Hello, Just to let you that I'll be off-list for 3 weeks. If someone would like to merge my mvc branch to trunk once it's open I'll be much grateful. AFAICT, it is mostly ready, except for the missing close tab button and the splash background. Good luck with 1.5.0!!! Cheers, Abdel.

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Quoting Richard Heck <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > >> One question: I would have preferred to make QParagraph::radioMap const > >> but couldn't, because it can only be populated after the dialog is > >> created. Any other ideas? > >> > > I think we don't really need this QPRadi

Re: [PATCH-UPDATE] Bug 1550: LyX Offers Impossible Paragraph Alignments

2007-04-11 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > On Tue, Apr 10, 2007 at 02:23:24PM -0400, Richard Heck wrote: > > Let me try to say why I'm confused about how to handle updating the > > dialog. > > I never understood that either. And I still think that the explicit > controllers are too clumsy to han

Re: about the unicode symbols in delimiter dialog

2007-04-11 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > On Tue, Apr 10, 2007 at 01:41:20PM +0200, Abdelrazak Younes wrote: > > No, I think we should just test which font will cover all the symbols > > used there. Right now, the font is hard-coded in the ui file > > (QDelimiterUi.ui) and set to MS Shell Dlg 2

Re: [Cvslog] r17695 - /lyx-devel/trunk/src/client/debug.h

2007-04-11 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > > Of course I do not recommend such practice but just let the app specific > constants in support. +1. > > Andre' > > PS: I am really tired of such ivory tower type discussions. src/support > is not used by anything outside LyX. So why the f*** would

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Quoting [EMAIL PROTECTED]: > Quoting [EMAIL PROTECTED]: > > > > I propose that you commit your patch (taking into account my comments > below) > > with the modal dialog. Then, I'll help you fixing this update issue. > > Here's a cleanup patch based on yours. The patch. ParagraphDialog_abdel.di

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Quoting [EMAIL PROTECTED]: > I propose that you commit your patch (taking into account my comments below) > with the modal dialog. Then, I'll help you fixing this update issue. Here's a cleanup patch based on yours. Abdel.

Re: [PATCH] New Paragraph Dialog with Radio Buttons

2007-04-11 Thread younes . a
Richard Heck wrote: > Attached is a patch fixing bug 1550. It pre-empts my previous effort, > using radio buttons, as suggested by Abdel and JMarc, among others, > rather than a combo box, as previously. Very good work Richard! Thanks for doing this. > > This patch makes the dialog modal, for the

Re: [PATCH] More Reworked Preference GUI Layouts (only the screen appearance)

2007-04-11 Thread younes . a
Quoting Richard Heck <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > >> what about a similar design for the file format and copier sections? > > Yes but I don't have much time to work on that (I did the Converters > > one because I wanted some spaces for the converter cache options). > I did the

Re: math panel as dock widget

2007-03-30 Thread younes . a
Quoting Michael Gerz <[EMAIL PROTECTED]>: > Abdelrazak Younes schrieb: > > Other candidates for the docking: > > - The find&replace dialog > > - The spellchecker dialog > > > > Those two are _very_ user-unfriendly; for example, you often have to > > move them around to see the text underneath. > a

Re: Patch for 3381

2007-03-30 Thread younes . a
Quoting Richard Heck <[EMAIL PROTECTED]>: > > So is the suggestion that I should make the check with #if? If so, can > someone remind me how to do this? I.e, what the QT_VERSION syntax is? http://doc.trolltech.com/4.1/qtglobal.html#QT_VERSION #if QT_VERSION == 0x040203 ... #endif

Re: The Preferences Bug, Again: 3109

2007-03-30 Thread younes . a
Quoting Andre Poenitz <[EMAIL PROTECTED]>: > On Thu, Mar 29, 2007 at 05:36:54PM -0400, Richard Heck wrote: > > Some discussion with Abdel and my own emerging understanding of what MVC > > is all about makes it clear that the code needs to be re-organized. The > > real problem is that there is init

Re: Patch for 3381

2007-03-30 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "younes" == younes a <[EMAIL PROTECTED]> writes: > > >> There are many places where we assume that we know it. I would not > >> care about that unless there appears to be a r

Re: Patch for 3381

2007-03-29 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: > > > Or maybe better: Is there any way to check if we're running > > under 4.2.3, > > > I think you can use this : #if QT_VERSION == 0x040203 ... #endif > > Richar

Re: Antialiasing render hint für QPainter

2007-03-29 Thread younes . a
Quoting Uwe Stöhr <[EMAIL PROTECTED]>: > > Could someone please commit this patch? > > I've done this: > http://www.lyx.org/trac/changeset/17639 Thanks. > > Now the math fonts look much better, what is still missing are good looking > parentheses, see the > attached screenshot of how it looks

Re: [patch] new bibtex parser (bug 1826)

2007-03-29 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> I personally like the principle. I even think we should > Abdelrazak> also support the _writing_ of new BibTeX entries. When we > Abdelrazak> do that, we could th

Re: [PATCH] Inset Caption

2007-01-29 Thread younes . a
Quoting Martin Vermeer <[EMAIL PROTECTED]>: > On Fri, 2007-01-26 at 17:31 +0100, Abdelrazak Younes wrote: > > Georg Baum wrote: > > > Abdelrazak Younes wrote: > > > > > >> Hello, > > >> > > >> Here is a correctly working version of the Inset Caption feature. The > > >> only problem is the wide pro

Re: [PATCH] caching translated string

2007-01-15 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Take this patch if you want to see some debug outputs. > Abdelrazak> It's working perfectly here and it's really a _huge_ > Abdelrazak> performance boost under Wi

Re: [patch] TOC dialog

2006-11-17 Thread younes . a
Quoting Ozgur Ugras BARAN <[EMAIL PROTECTED]>: > On 11/16/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > > Ozgur Ugras BARAN wrote: > > > Following patch corrects some misbehavior in TOC dialog: > > > > > > - When clicking on Toc insets, dialog switches to correct list. > > > - cursor goes to

Re: Qt4 frontend save/restore geoemtry patch

2006-06-22 Thread younes . a
Quoting Peter Kümmel <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > >> > >> I think we should use QMainWindow::centralWidget().width/height instead. > > > > In this particular case, yes. But I would prefer to fix the problem at > > the source: We don't need the width and height on BufferView cr

Re: Painter::lines speedup

2006-06-15 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Searching in the font info cache is expensive. So, it > Abdelrazak> could be either the searching of the font info in the > Abdelrazak> 4-dimensional C-array or t

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-02 Thread younes . a
Quoting Bo Peng <[EMAIL PROTECTED]>: > > 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

Re: [PATCH] frontends/qt4/*.C contains *_moc.cpp

2006-05-23 Thread younes . a
Selon Andre Poenitz <[EMAIL PROTECTED]>: > > Or it could possibly be in lyx, but less likely considering that qt4 > > on windows supposedly is fine. > > Qt 4 drawing backends on *nix and Windows are completely different. > So what is reasonable fast on one side might be abysmal slow on the > other

Re: [PATCH] frontends/qt4/*.C contains *_moc.cpp

2006-05-22 Thread younes . a
Quoting Helge Hafting <[EMAIL PROTECTED]>: > Abdelrazak Younes wrote: > > > On Windows, the cpu work a bit more with qt4 but not a lot, maybe 30% > > more. I think there's still something wrong in the way I use QPixmap > > and I guess this is the root of the problem for XWindow. Could you do > > s

Re: Fix --without-included-boost?

2006-05-09 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "younes" == younes a <[EMAIL PROTECTED]> writes: > > younes> I didn't know about that feature indeed but doing the autogen > younes> and configure steps each time you make a chang

Re: Moving gettex.[Ch] and messages.[Ch] to src/support/

2006-05-09 Thread younes . a
Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> I guess that would be a "no" from JMarc and Lars so let's > Abdelrazak> just forget about this thread. Sorry for the noise. > > Hey! You did not give me a chance t

Re: Getting rid of qttableview.[Ch]

2006-05-09 Thread younes . a
Hum this mail is not in gmane too... Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Nothing happened to qttableview.h only to qttableview.C. > Abdelrazak> qttableview.h is the verbatim copy of december 2001; s