Re: r18549 - /lyx-devel/trunk/lib/CREDITS

2007-05-28 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Author: uwestoehr Date: Mon May 28 23:09:09 2007 New Revision: 18549 URL: http://www.lyx.org/trac/changeset/18549 Log: add Koji Yokota to the credits Modified: lyx-devel/trunk/lib/CREDITS Er, did you add him to generate_contributions.py as well? Angus

Re: [PATCH] Make "Enter" Work in QInclude.cpp

2007-05-28 Thread Angus Leeming
Richard Heck wrote: For some reason, changing the type of the dialog switches the default button from OK to Cancel. This restores the correct default. Must be a QT bug. Still seeking two OKs...or at least some reaction! Hi, Richard. The button is changed because the GUI view is telling the Bu

Re: [PATCH] po/ja.po: Japanese message file for 1.5.0 (merged from CJK-1.4.4)

2007-05-27 Thread Angus Leeming
Peter Kümmel wrote: feed_the_troll("Do we really wanna upgrade to version 3?") ;) That's for you guys, the active developers, to decide. What I'm trying to do here is to give you the freedom to make that decision. Angus

Re: Ready for RC1?

2007-05-27 Thread Angus Leeming
Peter Kümmel wrote: Yes, I also don't like the hardcoding. The problem is that if we start to drop events we have to differentiate between good and bad events, and it is hard to find a solution for all cases. So it would be better not to drop any key. But what is the alternative? A XSync call cou

Re: [PATCH] po/ja.po: Japanese message file for 1.5.0 (merged from CJK-1.4.4)

2007-05-27 Thread Angus Leeming
Koji Yokota wrote: No, I have to be more formal :) --- Hereby I grant permission to use the Japanese message file (ja.po) of LyX under the GPL version 2. Thanks, but it would be nice if 1. Your permission statement didn't mention ja.po explicitly. 2. Allowed us to upgrade to version 3 of the

Re: [PATCH] po/ja.po: Japanese message file for 1.5.0 (merged from CJK-1.4.4)

2007-05-27 Thread Angus Leeming
Koji Yokota wrote: Uwe Stöhr wrote: could you give us the permission to use your work under the GPL version 2? Yes. I agree with it. Sorry to butt in guys, but... Koji, could you grant LyX permission to license your contributions under the Gnu General Public License version 2 *or later*.

Re: [PATCH] Fixing cursors in multiview mode

2007-05-23 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > The only simple solution I can think of right now is to emit a signal in > > the Inset destructor that we can connect to the CursorSlice. The > > CursorSlice will then invalidate itself. > > Here is what I came up with. In principle this should s

Re: Protected blanks vanish converting to mathed

2007-05-22 Thread Angus Leeming
Darren Freeman <[EMAIL PROTECTED]> writes: > > Hi all, > > enter the following: "10 keV" , {"10", C-' ', "keV"}. Now convert both > to mathed with C-m after highlighting. I think that you need to investigate the SIUnits package: http://www.math.upenn.edu/tex_docs/latex/SIunits/SIunits.pdf Ther

Re: Mathed sub/superscripts highlighting

2007-05-22 Thread Angus Leeming
Darren Freeman <[EMAIL PROTECTED]> writes: > Hmmm... I recently reported a bug in which I couldn't generate output if > I had math-text with special chars in it, but I think my report wasn't > dealt with. So I ended up leaving them for later in the hopes the bug > would be fixed. > > I like to do

Re: LyX document-build process

2007-05-22 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > John> With the stuff that LyX is already providing for building > John> documents from all those different source file formats, I wonder > John> where the limit is -- how much of a full-blow build system to > John> you develop as part of LyX before

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > PS: Feel like coming to Finland in August? Not really. Finland in August is much like Scotland in August; full of nasty, biting insects! Angus (ducking from the wrath of M.V. ;-))

Re: DIA diagram file with embedded (linked?) bitmap fails to convert

2007-05-21 Thread Angus Leeming
<[EMAIL PROTECTED]> writes: > > On Sun, 20 May 2007, John Pye wrote: > > > The next problem is that my DIA file has an embedded bitmap image in it. > > When I open the file in DIA, it looks great. When I do the file > > conversion on the commandline, it works great. But the preview in LyX >

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Angus Leeming
Peter Kümmel <[EMAIL PROTECTED]> writes: > >> But we could disable boost format, so please try attached patch. > > Peter, with this patch, it seems the problem has resolved. lyx > > successfully finishes the initialization and starts up. > Great. > Hope you get not other problems because of iconv

Re: Crash on startup in debug mode!

2007-05-04 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > >> Fixed. Having a readable pixmap format is really an advantage, I've just added > >> a 'X' to have a consistent file (also gimp complains with the old one). > > > > But couldn't we catch the error? > > I already said that XPM files can be compi

Re: [PATCH] Bugs 2474 and 1777: Reference Selection

2007-04-23 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > By the way, running several of these dialogs through the debugger, I've > > noticed that this is generally true: if you go through update_contents() > > once, you'll go through it two or three times. This does not seem like a > > good thing, but I d

Re: Beta 2 someday?

2007-04-15 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > I hope this was friday speak, otherwise you just insulted several > > developers (not me, but if you look at the lfun mechanism at least > > Jean-Marc and Angus). > > Of course this was friday speak. But, as a side note, nothing should be > set

Re: Lists of bugs from bugzill

2007-04-15 Thread Angus Leeming
<[EMAIL PROTECTED]> writes: > http://wiki.lyx.org/Devel/BuglistsForLyX150 > The page takes a while to load, and I've only verified that it works in > Opera 7.3/Linux. Doesn't work with IE 7.0.5730.11. Does work with Firefox 1.5.0.6. Angus

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

2007-04-11 Thread Angus Leeming
Abdelrazak Younes wrote: >> Hang on. My understanding is that all actions from the dialogs must go >> through >> the LFUN dispatch mechanism and that uses strings. > More exactly, an action from a View (a dialog) use a controller method. > The Controller method might (best) or might not use th

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

2007-04-11 Thread Angus Leeming
Andre Poenitz wrote >> Hang on. My understanding is that all actions from the dialogs must go >> through the LFUN dispatch mechanism and that uses strings. > Was this mandatory? I thought using LFUN is 'prefered' (as in 'could be > used for scripts, too') but not compulsory. It was mandatory. Dia

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

2007-04-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > The pain point as I see it is the > > serialization of data to and from the dialogs, not *my* attempt at a > > model/view split at a dialog. > > Right, I am actually replacing the serialisation with direct calls in > ControlParagraph. Hang on.

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

2007-04-11 Thread Angus Leeming
<[EMAIL PROTECTED]> writes: > 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 explici

Re: lyxerr etc

2007-04-06 Thread Angus Leeming
Richard Heck <[EMAIL PROTECTED]> writes: > > > What do I need to #include to get things like: > lyxerr[DEBUG::gui] << > to work? You need debug.h and you should type LYXERR(DEBUG::gui) << LYXERR is a macro that expands to: if (!lyx::lyxerr.debugging(type)) { } else lyx::lyxerr

Re: better [patch] to fix bug 3215 and bug 3390

2007-04-02 Thread Angus Leeming
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Attached is the patch, now the width and height are calculated according to the aspect ratio. > > Opinions? I had time only for a quick scan of your code, so it may well be that I'm about to talk nonsense. If so, please just disregard it. Noentheless, it

Re: Bug status

2007-04-01 Thread Angus Leeming
Abdelrazak Younes wrote: > +bool GuiApplication::notify(QObject * receiver, QEvent * event) > +{ > + bool return_value; > + try { > + return_value = QApplication::notify(receiver, event); > + } > + catch (...) { > + lyxerr << to_utf8(_("ERROR: Exception caugh

Re: Java program for editing .layout files

2007-03-22 Thread Angus Leeming
Richard Heck <[EMAIL PROTECTED]> writes: > Helge Hafting wrote: > > Two of my students, Inge Solvåg and Stian Schie Bergan have written a > > java program for editing lyx .layout files. > Fabulous. This could address one of THE most common concerns about LyX. > > I'll have a look, too. That looks

Re: [patch] correctly implement rule 18a

2007-03-22 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > The attached patch corrects an oversight in implementing rule 18a in > appendix G of the TeXbook. I attach a .lyx file demonstrating what the > problem is and three screenshots showing the appearance on screen before > and after the patch, as well as

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-20 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > > Or to put it another way, it's irritating to hear such complaints > So you mean 'we' wrote the awk scripts? Yup. In this case "we" is mainly Lars and Jean-Marc, IIRC. > If these awk scripts are home-made, I do not mind translating them to > Python to inc

Re: Compile times

2007-03-20 Thread Angus Leeming
Andre Poenitz <[EMAIL PROTECTED]> writes: > Each time I try to get back to work on LyX I am appalled by the > time it takes to compile and link. Agreed. > Testcase is src/graphics. Pretty selfcontained, modern C++ the > way we like it. A total of 2608 lines in 11 *.C files. > Now, cp *.C Graphic

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-20 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > But it is irritating that awk is used for such purposes in the first > place. I used awk before and I respect its convenience, but if gettext > is intended to be cross-platform, a more portable tool should have > been used. Hey, hey! LyX on Windows didn't exis

Re: marc.theaimsgroup.com got renamed to marc.info

2007-03-20 Thread Angus Leeming
Uwe Stöhr <[EMAIL PROTECTED]> writes: > > > Someone should update the mailing list page on www.lyx.org and also update > > generate_contributions.py. > > I did this: > http://www.lyx.org/trac/changeset/17458 > http://www.lyx.org/trac/changeset/17459 > http://www.lyx.org/trac/changeset/17460 >

marc.theaimsgroup.com got renamed to marc.info

2007-03-15 Thread Angus Leeming
I was actually interested in seeing why marc had been so flaky recently. The news page explains all, but also notes that they have a new domain: http://marc.info/?q=news Someone should update the mailing list page on www.lyx.org and also update generate_contributions.py. If nobody beats me to

A couple of articles to put on the "about LyX" page

2007-03-10 Thread Angus Leeming
once it's resurrected of course... http://en.wikipedia.org/wiki/LyX http://www.osnews.com/story.php?news_id=17373 Angus

Re: [Patch] Toc dialog cleanup

2007-03-07 Thread Angus Leeming
Angus Leeming <[EMAIL PROTECTED]> writes: > > Another feature request: update the toc on buffer-switch instead of > > hiding it. > > Note that the infrastructure for this one is in place already. You just need > to tell frontends\Dialogs.C that this is an upda

Re: [Patch] Toc dialog cleanup

2007-03-07 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Another feature request: update the toc on buffer-switch instead of > hiding it. Note that the infrastructure for this one is in place already. You just need to tell frontends\Dialogs.C that this is an updateable dialog rather than a hideable one.

Re: [patch] Fix bug 3232

2007-02-27 Thread Angus Leeming
Georg Baum <[EMAIL PROTECTED]> writes: > Angus, do you remember why the default converter is not used? IMO we should > use it (this is what the attached patch does). No, I don't. However, the Converter::try_default thingie is new to me too. Looks like the code here got out of sync with improveme

Re: [patch] fix bug 2937

2007-02-27 Thread Angus Leeming
Georg Baum <[EMAIL PROTECTED]> writes: > This patch is from bugzilla: http://bugzilla.lyx.org/show_bug.cgi?id=2937 > (with slightly modified comment) > I will put it in later today if nobody objects. + static string const keep = "abcdefghijklmnopqrstuvwxyz" +

Re: Low-tech comparisons between two installer code bases.

2007-02-22 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I had a quick scan of the two installer code bases and was quite > surprised about the complexity of the installers > if and endif (interesting) > J: 89 > U: 269 If memory serves, 'if' and 'endif' aren't native NSIS instructions. Rather, these things are use

Re: r16833 - in /lyx-devel/trunk/src: frontends/LyXKeySym.h f...

2007-02-19 Thread Angus Leeming
Lars Gullik Bjønnes wrote: | > | We use char_type, not size_t for storing UCS4 characters. | > | This may make a difference when char_type is signed. | > When is char_type signed? | | http://www.network-theory.co.uk/docs/gccintro/gccintro_71.html This does not apply (afaics) We never use 'char

Re: r16833 - in /lyx-devel/trunk/src: frontends/LyXKeySym.h f...

2007-02-18 Thread Angus Leeming
Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] writes: | Author: baum | Date: Wed Jan 24 15:01:34 2007 | New Revision: 16833 | | URL: http://www.lyx.org/trac/changeset/16833 | Log: | We use char_type, not size_t for storing UCS4 characters. | This may make a difference when char_type is signed.

Re: [Cvslog] r17246 - in /lyx-devel/trunk: ANNOUNCE NEWS README RELEAS...

2007-02-18 Thread Angus Leeming
Bennett Helm wrote: Bennett> ... With the patch, this time! Nitpicking to follow... ;-) Bennett> +echo "LYXCMD:macdvix:server-goto-file-row:"$file" $2" Why do you unquote $file? Please change to: echo "LYXCMD:macdvix:server-goto-file-row:$file $2" Bennett> +echo LYXCMD:macdvix:server-goto-file

Re: Session handling and vertical maximize

2007-02-17 Thread Angus Leeming
Peter Kümmel <[EMAIL PROTECTED]> writes: > Is this a step in the right direction? Looks like ;-) > Currently 'normalizing' the restored vertical-maximized > window isn't perfect, but I think I've-at least- > not broken the old behavior. I'd note that you can also maximize horizontally only too,

Re: Installing Qt4

2007-02-16 Thread Angus Leeming
Rich Shepard <[EMAIL PROTECTED]> writes: >When I configure lyx-1.5, I specify --with-frontend=qt4, but it fails: ... >What have I done wrong? I've not compiled Qt in years. There's no longer any need to specify the frontend flavour, since there's now only one. Remove that option and you s

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I know. This likes a habit .., whenever I stop typing, my fingers will > be doing Alt-F-S. I have actually defined a more convenient shortcut > F2 for this (which will not trigger the file menu), I still use > Alt-F-S subconsciously. At least emacs.bind has C

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > Is the following patch acceptable? It allows File->Save even when the > buffer is clean. The reason for this change is that I get used to do > File->Save (Alt-F-s) frequently to save my work There's an autosave facility in LyX. You don't need to do this at all

Re: Mildly interesting...

2007-02-06 Thread Angus Leeming
Andre Poenitz <[EMAIL PROTECTED]> writes: > Since we are at it: What would be 'average'? The 66th percentile for a "competent" new hire (meaning a certain company pays a base salary that matches or exceeds 66% of other US companies for the same kind of work) is about one and a half times that. M

Re: Fixed: toolbar management problem - another problem

2007-02-05 Thread Angus Leeming
Peter Kümmel <[EMAIL PROTECTED]> writes: > > Jean-Marc Lasgouttes wrote: > > Some probably find it weird that I have such a dark view of the > > situation at the time where we are going to unleash a very good > > release. I find that weird too. It is probably all the tension leaving > > scars on

Re: Fixed: toolbar management problem - another problem

2007-02-05 Thread Angus Leeming
Peter Kümmel <[EMAIL PROTECTED]> writes: > > You expressed it very well, Georg. And I'll just reiterate that this > > is how linux works. So please be nice guys for poor old linux users. > > Are #ifdefs ok then? They're perfect for this sort of thing. You'll see a bunch of #ifdefs in the Qt fron

the funky scrollbar menu lies

2007-02-04 Thread Angus Leeming
I really like the little menu that appears when I right-click on the scrollbar: Scroll here --- Top Bottom --- Page up Page down --- Scroll up Scroll down Unfortunately, all but the Top and Bottom entries currently lie about what they do. Unless one page in your world is s

Small patch to keep the paranoid happy

2007-02-04 Thread Angus Leeming
I think that INSTALL.Win32 should state that Microsoft is happy to have msvcp80.dll and msvcr80.dll distributed with the LyX installer. See attached, which I'd recommend be committed. -- AngusIndex: INSTALL.Win32 === --- INSTALL.Win3

Re: Fixed: toolbar management problem - another problem

2007-02-04 Thread Angus Leeming
Uwe Stöhr wrote: > Why this? The installer we currently have works also under Vista. We have > a user who tested this: > http://www.mail-archive.com/lyx-users@lists.lyx.org/msg53432.html > (The problem he described there was only a bug from me (I delivered a > wrong LyX.py version).) > > I also te

Re: [PATCH] immediatly display saved filename in tab

2007-02-04 Thread Angus Leeming
Bernhard Roider wrote: > i agree to license my contributions to LyX under the GPL version 2 or > later. It's taken a little while, but your name is now up in lights at http://www.lyx.org/about/credits.php and http://www.lyx.org/about/blanket-permission.php Regards, Angus

Re: Fixed: toolbar management problem - another problem

2007-02-03 Thread Angus Leeming
Peter Kümmel wrote: Seriously: Do you think you-as a main developer of lyx- will have problems to build Qt 4.x by your own? (I assume it's a question of your principles because even I have mangaged to compile Qt4.2 on linux, wasn't it ./configure & make? :) ) Or do you only think about the pack

Re: [Bug 2418] LyX cannot correctly determine PDF image size

2007-02-03 Thread Angus Leeming
Michael Gerz wrote: A little warning to all pdflatex users (at least to those using the latest MikTeX 2.5): pdflatex prefers PNG files over PDF files Since LyX outputs graphics file names without file extension _and_ generates PNG files for internal use, pdflatex erroneously picks th

Re: About the default paragraph style in floats...

2007-02-01 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > By default, when a float is created, the paragraph style is justified > whereas it should be centred. This is pretty annoying as the inserted > table or figure will be justified to the left. I believe we do as LaTeX does, which is surely a better r

Re: Build with cmake on OSX

2007-01-29 Thread Angus Leeming
Andreas Vox <[EMAIL PROTECTED]> writes: > Now, when I try to run it from the commandline it crashes with this > error: You need to add a lyxerr call to get_binary_path to output what your file name is. Angus

Re: [PATCH] immediatly display saved filename in tab

2007-01-29 Thread Angus Leeming
Bernhard Roider <[EMAIL PROTECTED]> writes: > i agree to license my contributions to LyX under the GPL version 2 or later. Thank you and welcome aboard! Angus

Re: Towards LyX 1.4.4 [status update #2]

2007-01-29 Thread Angus Leeming
Bennett Helm <[EMAIL PROTECTED]> writes: > > There is a pending patch which was said to crash OS X. I am still > > waiting for feedback from Bennett, but I fell we can live without > > this fix for now. > > Sorry -- it slipped my mind. > > I've tested it with both .bst and .bib files in a p

Re: [PATCH] immediatly display saved filename in tab

2007-01-28 Thread Angus Leeming
Bernhard Roider <[EMAIL PROTECTED]> writes: > Uwe Stöhr already denoted this small bug in his mail from 03 > Jan 2007 - but the discussion then was only about the status of > status.15x > > After saving a new file or "save as.." the filename is not > updated in the tab. This patch fixes this. Be

Re: Unable to editing legend of very wide float table.

2007-01-26 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > When I have a very wide float table, there is no horizontal scroll bar > to scroll to the end of the table so I have to use tab keys to move > around. Even worse, the legend below the table go beyond the screen > and there is no way to edit that part. > Is the

Re: Toolbar management problem

2007-01-26 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > > > You then need to make sure your restoreState work with all our backend > > > code for toolbars (addToolbar etc). > I would rather go another way. Namely, figure out So, what's the disadvantage of doing what Abdel proposes and letting each frontend deal w

Re: Omega and friends

2007-01-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > It may also be (on windows) that the function call we use for fonts > (AddFontResource) is not adapted. Now that we know that win9x is not > supported (it that true?), we could switch to use AddFontResourceEx > that allows to declare private fonts (or we could use a fa

Re: DEPM question

2007-01-25 Thread Angus Leeming
Michael Gerz <[EMAIL PROTECTED]> writes: > > Question of the day: > > Why don't we strip leading spaces in DEPM() if there is only one paragraph? And how many paragraphs do you end up with if you remove spaces from the one and only paragraph and that paragraph contains only spaces ? (I know n

Re: Regarding LyxWinInstaller

2007-01-25 Thread Angus Leeming
Uwe Stöhr <[EMAIL PROTECTED]> writes: > >* The installer sets InstantPreview-graphics a bit larger as this was > > often requested by users. > > So only windows users have bad eyesight? > I've never understood why the default is 0.9 instead of 1.0 scaling. > Seems to be a relict of the t

Re: Official windows installer lyx-15svn-20070124.exe is available.

2007-01-24 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I just built lyx-15svn-20070124.exe from the current snapshot (r16842) > following instructions in INSTALL.win32. I have uploaded the file to > ftp://ftp.lyx.org/incoming, can anyone move it to an appropriate place > so that I can announce it in the user list?

Re: Regarding LyxWinInstaller

2007-01-23 Thread Angus Leeming
Uwe Stöhr <[EMAIL PROTECTED]> writes: > a displeased Uwe > p.s. for this email I define: Wednesday = Friday And so you should. You've performed a sterling service from outside for too long. I for one think you're ann absolute star. Angus

Re: Equation preview, predefined symbols dont show up

2007-01-23 Thread Angus Leeming
> I have a problem with instant preview of equations (which > I shut off). I find that defined math symbols don't show up. > > If I define > > \newcommand\Pc{P^c} > > and then have an equation > > \Pc = P^c > > the left-hand side will show up in the preview, but not

Re: [PATCH] Display error dialogs if possible

2007-01-23 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > This patch implement this by using exception instead of direct call. > Objection? Not in principle, no. But all user-derived exceptions should derive from std::exception. You're opening a can of worms by doing otherwise. Angus > + } catch (sup

Re: Fixing the "valid css" link on lyx.org pages

2007-01-23 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Angus> (The type attribute is currently missing.) > Better now? You be the judge ;-) http://jigsaw.w3.org/css-validator/validator?uri=http://www.lyx.org/ Angus

Fixing the "valid css" link on lyx.org pages

2007-01-22 Thread Angus Leeming
The w3c css validation engine can no longer find the lyx style sheets. Please adjust the html to something like: (The type attribute is currently missing.) Regards, Angus

Re: strange insert graphics behavior

2007-01-22 Thread Angus Leeming
Stephen Buonopane <[EMAIL PROTECTED]> writes: > 1) Open a new file in LyX 1.4. > 2) Press the insert graphics button on the toolbar > 3) Select a graphics file (anything will do) > 4) Press Apply and wait for the preview to appear in the LyX window. > Don't close the graphics window or bring the

Re: [Cvslog] r16780 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-20 Thread Angus Leeming
> The implications of this fix are marginal. I don't see any > difference in a typical document. Maybe not. But the translation changes you've made are absolutely wrong. > - docstring const abst = _("Abstract: "); > + docstring const abst = _("Abstract") + from_ascii(": "); Not all langu

Re: Cannot compile 1.5.x_svn

2007-01-19 Thread Angus Leeming
John McCabe-Dansted wrote: I cannot compile svn trunk revision 16774 on Fedora Core 4. Below is the error I get. My config.log is at http://www.csse.uwa.edu.au/~john/config.log. This appears to be the result of some qt4 not being installed, but configure does not complain. Hi, John. This is ind

Re: Looking for a stable branch maintainer

2007-01-19 Thread Angus Leeming
Enrico Forestieri wrote: On Fri, Jan 19, 2007 at 05:11:13PM +0100, Jean-Marc Lasgouttes wrote: I have been maintaining stable branches since LyX 1.1.5. I have to admit that the fun part of it has vanished. Therefore I would be glad to find someone to take this role from 1.5.1 onwards (I'll conti

Re: Tabs + TOC Dialog

2007-01-19 Thread Angus Leeming
Peter Kümmel wrote: Peter Kümmel wrote: Does any expert have an idea? "The Usual Suspects" ;) (sorry for the breaking-the-rules smiley) Peter See frontends/Dialogs.C: void Dialogs::updateBufferDependent(bool switched) const 211 { 212 std::map::const_iterator it = dialog

Re: LyX-1.4.3 patches

2007-01-17 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Georg> PS: You did not answer the question I was most interested in: > Georg> How are we supposed to convert the special caron to unicode? > > From what I know special caron is for 4 letters: l L d t. I think it > corresponds to crossed-out letter

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Angus Leeming
Kornel Benko <[EMAIL PROTECTED]> writes: > It is very fishy here. > If I replace the call with: > string a(""); > Buffer buffer(a, false); > then it compiles. > > On the other hand > string a(); > Buffer buffer(a, false); > yields to > CutAndPaste.C:676: error: no m

Re: LyX script

2007-01-12 Thread Angus Leeming
Bennett Helm wrote: Bennett, if you define in words just what you want, I can whip up the script for you. I thought I did! But let me try to be clearer Sorry, I thought that Ronald was suggesting an alternative strategy. The object is first to find where .lyxpipe.in is located. The p

Re: [PATCH] caching translated string

2007-01-12 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Abdelrazak Younes wrote: > > Could someone please test this under Linux? > > > > Enrico, if you could test it under Cygwin as well, that would be great. > > Take this patch if you want to see some debug outputs. It's working > perfectly here and it

Re: LyX script

2007-01-12 Thread Angus Leeming
Ronald Florence <[EMAIL PROTECTED]> writes: > I've been away from this too long to be of much help, but I think the > Mac way of doing this would be to put the users current LyX home > directory in ~/Library/Preferences/LyX.plist... > An alternative that you might consider is to link ~/Library

Re: What is needed to develop LyX 1.5 on Windows machine?

2007-01-12 Thread Angus Leeming
<[EMAIL PROTECTED]> writes: > > On Fri, 12 Jan 2007, Abdelrazak Younes wrote: > > > [EMAIL PROTECTED] wrote: > >> I've been meaning to get into the development (source wise) of LyX for a > >> long time, and maybe now is the time. > >> > >> As compilation takes quite a while, I need a fast ma

Re: LyX file format specification (for a Ruby project)

2007-01-10 Thread Angus Leeming
Georg Baum <[EMAIL PROTECTED]> writes: > > I was a little scared by the changes found in development/FORMAT, and > > I'm starting to think that it would be easier to parse the generated > > TeX directly. > Definitely not. Proper TeX parsing is a nightmare. That's surely true. But it (TeX) is a s

Re: Developers' wiki: To be or not to be?

2007-01-09 Thread Angus Leeming
Georg Baum <[EMAIL PROTECTED]> writes: > > Am Dienstag, 9. Januar 2007 19:53 schrieb Bo Peng: > > > I don't think that we need a separate devel wiki. > > > > I do not see an immediate use of devel wiki, but can doxygen generated > > source doc be hosted somewhere? > > That should definitely be

Re: [PATCH] delay bibfileCache first update

2007-01-08 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller wrote: > > Abdelrazak Younes wrote: > >> The scanning of the bibtex files should be independent of the loaded > >> Buffer. Imagine you have two Buffers using the same bibtex file, the > >> same scanning will need to be done twice fo

Re: slow opening of docs

2007-01-08 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Each sample counts as 0.01 seconds. > > % cumulative self self total > > time seconds secondscalls ms/call ms/call name > > 7.41 0.02 0.02 268500 0.00 0.00 > > lyx::InsetBase::inMathed() const

Re: [Cvslog] r16476 - in /lyx-devel/trunk/src/frontends: Clipboard.h S...

2007-01-04 Thread Angus Leeming
Enrico Forestieri wrote: > PS: I see that following the current fashion you started > using utf8, but please fix the headers of your mailer as it currently > adds: Content-Type: text/plain; charset=us-ascii such that mutt > mangles your name... The Content-Type header refers to the body of the mai

Re: [Cvslog] r16500 - in /lyx-devel/trunk/src: lyxfunc.C text3.C

2007-01-04 Thread Angus Leeming
>>> if (sel.empty()) { >>> - const int old_pos = cur.pos(); >>> cur.insert(new InsetMathHull(hullSimple)); >>> BOOST_ASSERT(old_pos == cur.pos()); >>> cur.nextInset()->edit(cur, true); >> old_pos is not unuse

Re: how to include LyX's icon to lyx.exe?

2007-01-02 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Either CMake does it right or maybe it is delegating that stuff to > MSVC... in the first case, then you can maybe borrow some idea from it? > > Here is what's written in the "Command line" section of the project > properties (in one line): > > /n

Re: how to include LyX's icon to lyx.exe?

2007-01-01 Thread Angus Leeming
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Currently the lyx.exe has no icon when it is built it with > SCons under Win. This is a minor problem but I was often asked > about this the last time. > In the installer I register LyX with an icon but this only has > an effect on the main application. That

Re: rows() availability problem of multiple window is fixed.

2006-12-13 Thread Angus Leeming
Bo Peng wrote: Another related problem is that when the mouse click back, lyx scrolls back to the paragraph with the text cursor. I am having a look at it. This one is weird and I have not found the problem. Symptom: 1. start lyx, open a doc, open another window 2. from window A, click at p

Re: Error closing file

2006-12-13 Thread Angus Leeming
Enrico Forestieri wrote: After the n-th attempt, I succeeded in remaining within gdb after the crash, so I could see where the crash was occurring (line 339 in insetbox.C) and thus the fix is obvious. Well done! Index: src/support/docstring.C ==

Re: Bug 1.5. Bounding box of collapsable insets is incorrect.

2006-12-09 Thread Angus Leeming
Angus Leeming wrote: > Angus Leeming wrote: > >> Open the User Guide. Click on the footnote inset >> by the LyX Team >> to expand it. The resulting bounding box expands beyond the right hand >> border of the screen. See attached screenshot. > > Int

Re: Bug 1.5: Selecting text in one window isn't displayed in a second

2006-12-09 Thread Angus Leeming
Angus Leeming wrote: > Open the User Guide. > Open a new Window. (File>New Window) > Select text in the second window (not enough to cause a crash...) > > Expected: the same text that is highlighted in blue in the second window > should also be highlighted in blue in the f

Re: Bug 1.5: Two windows and two TOC dialogs --- crash!

2006-12-09 Thread Angus Leeming
Angus Leeming wrote: > Open the User Guide. > Open a new window (File>New Window) > Click on the Table of Contents inset in each window to bring up two TOC > dialogs. > Using the TOC dialog of the 2nd window, click on "1.2 Getting started" to > navigate to that pa

Re: Bug 1.5: selection of text leads to crash

2006-12-09 Thread Angus Leeming
Angus Leeming wrote: > Start LyX > Open the User Guide with Help>User's Guide > Hightlight text using the left mouse button. Attempting to select more > than the first screenful results in a crash. See attached screen shot. > > That's three bugs in 5 minutes. Time

Re: Bug 1.5: clicking into a math inset resets the position of the TOC dialog

2006-12-09 Thread Angus Leeming
Angus Leeming wrote: > Today's version of LyX 1.5 on a bang uptodate RH4 linux machine. > > Repro: > *Open the User Guide. > *Open the TOC dialog by clicking on the TOC inset. > *Navigate to section 4.1 by clicking on the entry in the TOC dialog. > *Set the curso

Bug 1.5: Two windows and two TOC dialogs --- crash!

2006-12-09 Thread Angus Leeming
Open the User Guide. Open a new window (File>New Window) Click on the Table of Contents inset in each window to bring up two TOC dialogs. Using the TOC dialog of the 2nd window, click on "1.2 Getting started" to navigate to that part of the document. Using the TOC dialog of the 1st window, click on

Bug 1.5: Selecting text in one window isn't displayed in a second

2006-12-09 Thread Angus Leeming
Open the User Guide. Open a new Window. (File>New Window) Select text in the second window (not enough to cause a crash...) Expected: the same text that is highlighted in blue in the second window should also be highlighted in blue in the first window. At least, that's how emacs does it and emacs

Standardizing icon size???

2006-12-08 Thread Angus Leeming
What's the plan with the icons? I see that there's a desire to standardize their sizes, but what's the preferred size? 22x22 or 20x20? Please don't pipe in with 16x16 or somesuch. The files in lib/images seem to fall into three flavours: 20x20, 22x22 and 24x24. Those in lib/images/math are much mor

Bug 1.5: metrics issues when moving the mouse into a new style button

2006-12-07 Thread Angus Leeming
Today's version of LyX 1.5 on a bang uptodate RH4 linux machine. Repro: Open the User Guide. Move the mouse over the foot note inset on the second line: by the LyX Team [foot] Expected: the "foot" text does not move although the button background changes colour. Actual: the "foot" text m

Bug 1.5: clicking into a math inset resets the position of the TOC dialog

2006-12-07 Thread Angus Leeming
Today's version of LyX 1.5 on a bang uptodate RH4 linux machine. Repro: *Open the User Guide. *Open the TOC dialog by clicking on the TOC inset. *Navigate to section 4.1 by clicking on the entry in the TOC dialog. *Set the cursor by clicking in the "with" preceding the a+b/c fraction, so "wi|th",

<    1   2   3   4   5   6   7   8   9   10   >