Re: r19934 - /lyx-devel/trunk/src/insets/InsetText.cpp

2007-08-30 Thread Abdelrazak Younes
Angus Leeming wrote: So why keep the empty implementation? InsetText derives from Inset which has an empty implementation of this method already. I'll remove it. Thanks. Abdel.

Re: Compile problems

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:49:35AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: Bo? Re-run cmake? I've done that... but I did not erase the CMakeCache, should I? I don't know. I just happened to

Re: [Patch] rename frontends/qt4/{Q,QL}* to frontends/qt4/Gui*

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: The 'Q* namespace' is not really ours. Fine with me. Abdel.

Re: [PATCH] Embedding feature patch 3: basic embedding dialog.

2007-08-30 Thread Richard Heck
Note that Andre just moved all the Q* stuff to Gui* stuff. I'll be adjusting patches, too rh Bo Peng wrote: Attached please find the embedding feature patch 3 that adds the embedding dialog. Some basic actions such as enable/disable embedding and display/change embed status is implemente

Re: [Patch] rename frontends/qt4/{Q,QL}* to frontends/qt4/Gui*

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 11:04:43PM -0500, Bo Peng wrote: > On 8/30/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > > > The 'Q* namespace' is not really ours. > > Is this really needed? Please also patch the branch if you apply this > to the trunk. Otherwise, we will have big trouble in backportin

Re: Compilation broken on Mac (current svn)

2007-08-30 Thread Anders Ekberg
Roger Mc Murtrie Thu, 30 Aug 2007 21:38:12 -0700 The lyx1.6.0svn that I built was from a fresh svn co svn:// svn.lyx.org/lyx/lyx-devel/trunk lyx-devel (as I seemed to have wrecked my previous lyx-devel in attempting to switch between 1.5 and trunk). I have just done an svn update and make

Re: Compile problems

2007-08-30 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 12:49:35AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > >>Bo? > > > >Re-run cmake? > > I've done that... but I did not erase the CMakeCache, should I? I don't know. I just happened to notice

Re: [Cvslog] r19931 - /lyx-devel/branches/BRANCH_1_5_X/po/fi.po

2007-08-30 Thread Martin Vermeer
On Thu, Aug 30, 2007 at 10:42:42PM +, [EMAIL PROTECTED] wrote: > Author: uwestoehr > Date: Fri Aug 31 00:42:41 2007 > New Revision: 19931 > > URL: http://www.lyx.org/trac/changeset/19931 > Log: > fi.po: fix broken file to make it compile again Sorry... > Modified: > lyx-devel/branches/B

Re: r19934 - /lyx-devel/trunk/src/insets/InsetText.cpp

2007-08-30 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Author: younes Date: Fri Aug 31 00:46:22 2007 New Revision: 19934 URL: http://www.lyx.org/trac/changeset/19934 Log: Transfer Text::drawSelection() from InsetText::drawSelection() to InsetText::draw(). This enables to take care of the background at one place. This will

Re: Compilation broken on Mac (current svn)

2007-08-30 Thread Roger Mc Murtrie
The lyx1.6.0svn that I built was from a fresh svn co svn:// svn.lyx.org/lyx/lyx-devel/trunk lyx-devel (as I seemed to have wrecked my previous lyx-devel in attempting to switch between 1.5 and trunk). I have just done an svn update and make install failed again. I think I might need new lyx.

Re: [Patch] rename frontends/qt4/{Q,QL}* to frontends/qt4/Gui*

2007-08-30 Thread Bo Peng
On 8/30/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > The 'Q* namespace' is not really ours. Is this really needed? Please also patch the branch if you apply this to the trunk. Otherwise, we will have big trouble in backporting patches. Cheers, Bo

[PATCH] Embedding feature patch 3: basic embedding dialog.

2007-08-30 Thread Bo Peng
Attached please find the embedding feature patch 3 that adds the embedding dialog. Some basic actions such as enable/disable embedding and display/change embed status is implemented, but most of the needed actions are missing. This dialog interacts badly with the main window which will be addressed

Re: Compile problems

2007-08-30 Thread Bo Peng
On 8/30/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Andre Poenitz wrote: > > On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > >> Bo? > > > > Re-run cmake? > > I've done that... but I did not erase the CMakeCache, should I? scons and autotools are fine. Bo

Re: Current trunk can not open any help document.

2007-08-30 Thread Bo Peng
On 8/30/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Fri, Aug 31, 2007 at 12:31:52AM +0200, Andre Poenitz wrote: > > On Thu, Aug 30, 2007 at 05:09:36PM -0500, Bo Peng wrote: > > > On 8/30/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > > > As title. Can anyone confirm? > > > > > > Backtrace when op

Re: Trunk Will Not Export LyX

2007-08-30 Thread Bo Peng
On 8/30/07, José Matos <[EMAIL PROTECTED]> wrote: > On Friday 31 August 2007 00:02:59 Richard Heck wrote: > > Any attempt to export LyX (say, 1.4) from within the trunk fails with an > > error. I don't THINK this can be because of my recent commit, but I'm > > far from sure. Can someone who is expe

Re: Trunk Will Not Export LyX

2007-08-30 Thread Richard Heck
José Matos wrote: On Friday 31 August 2007 00:02:59 Richard Heck wrote: Any attempt to export LyX (say, 1.4) from within the trunk fails with an error. I don't THINK this can be because of my recent commit, but I'm far from sure. Can someone who is expert here have a look? From what I can tel

Re: Missing cursor upon upgrading qt4 from 4.2.1 to 4.3.0

2007-08-30 Thread Pavel Sanda
> everything works except for one problem. The (black) cursor is missing. > I can make out a small dot every once in a while but it vanishes pretty > soon. When I switched back to libqt4, version 4.2.1, the missing black > cursor returned - thankfully. here it works properly (on 4.3.0). have you t

Missing cursor upon upgrading qt4 from 4.2.1 to 4.3.0

2007-08-30 Thread Anand Rangarajan
First off, I apologize if this lyx "bug" is well known. The scare quotes are because it could be a qt bug. [It is a cute bug nevertheless - sorry, sorry :-)] Currently, on opensuse 10.2, I have lyx 1.5.1 installed (via a Guru x86_64 suse rpm). It works fine when linking to libqt4 version 4.2.1. Wh

Box menu entry

2007-08-30 Thread Pavel Sanda
hi, i would like to propose this small patch for box menu entry, as i want to distinguish between inset and menu occurence of this string for translation (for shortcut occurence to be more explicit). thanks, pavel Index: lib/ui/stdmenus.inc

Re: Trunk Will Not Export LyX

2007-08-30 Thread José Matos
On Friday 31 August 2007 00:02:59 Richard Heck wrote: > Any attempt to export LyX (say, 1.4) from within the trunk fails with an > error. I don't THINK this can be because of my recent commit, but I'm > far from sure. Can someone who is expert here have a look? From what I > can tell, lyx2lyx is fa

Trunk Will Not Export LyX

2007-08-30 Thread Richard Heck
Any attempt to export LyX (say, 1.4) from within the trunk fails with an error. I don't THINK this can be because of my recent commit, but I'm far from sure. Can someone who is expert here have a look? From what I can tell, lyx2lyx is failing to read even a single line from the file. This als

bug 3561 (CJK encoding), again (was: Re: Approaching LyX 1.5.2 [status update #1])

2007-08-30 Thread Dov Feldstern
Jürgen Spitzmüller wrote: Despite all the work that went into branch during the last weeks, there are still quite some open bugs. Bugzilla currently lists 45 open bugs targeted to 1.5.2, and Michael's list has 9 more that are not (yet) in bugzilla. I think this is way too much, and we need to

Re: Compile problems

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: Bo? Re-run cmake? I've done that... but I did not erase the CMakeCache, should I? Abdel.

Re: Check for externally modified files does not work on Mac

2007-08-30 Thread Enrico Forestieri
On Thu, Aug 30, 2007 at 10:00:35AM -0500, Bo Peng wrote: > > I added a comment and committed the fix. > > Thanks. Did you also consider the case when an emergency file is > loaded instead of the original file? I only corrected a bug. I'll let you improve the design. -- Enrico

Re: Compile problems

2007-08-30 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > Bo? Re-run cmake? Andre'

Compile problems

2007-08-30 Thread Abdelrazak Younes
Bo? Buffer.obj : error LNK2019: unresolved external symbol "class std::basic_ostream > & __cdecl lyx::operator<<(class std::basic_ostreamstd::char_traits > &,class lyx::EmbeddedFiles const &)" (??6lyx@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@0@@Z) referenced in function "

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Enrico Forestieri
On Thu, Aug 30, 2007 at 10:25:02PM +0200, Edwin Leuven wrote: > btw, is there something like diffstat for windozers like me? No, only linux wannabes can have it ;-) -- Enrico

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Enrico Forestieri
On Thu, Aug 30, 2007 at 09:55:58PM +0200, Edwin Leuven wrote: > attached patch moves the "use windows-style latex paths" to the latex > tab in the preferences dialog. > > affects windows and cygwin (i.e. linux wannabes such as enrico) > > comments/opinions? It's fine with me. -- Enrico

Re: Current trunk can not open any help document.

2007-08-30 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 12:31:52AM +0200, Andre Poenitz wrote: > On Thu, Aug 30, 2007 at 05:09:36PM -0500, Bo Peng wrote: > > On 8/30/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > > As title. Can anyone confirm? > > > > Backtrace when open user's guide: > > Better now? Urm... mid-air collision with

Re: Current trunk can not open any help document.

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 05:09:36PM -0500, Bo Peng wrote: > On 8/30/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > As title. Can anyone confirm? > > Backtrace when open user's guide: Better now? Andre'

Re: Embedding Patch Comments

2007-08-30 Thread José Matos
On Thursday 30 August 2007 22:58:50 Bo Peng wrote: > What do you mean by directories? Right now, files under the document > directory is saved in their original subdirectories (Christian's > suggestion). Ah, OK. That was what I meant but I thought that you said it was not implemented yet. -- Jo

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 05:05:42PM -0500, Bo Peng wrote: > > > IMHO, document would better stay in .h file. > > > > Reasoning? > > The most important reason is that comments in .h files are presented > in a more condensed form. Given that in theory we'd like comments explaining what's going on, t

Re: Current trunk can not open any help document.

2007-08-30 Thread Bo Peng
On 8/30/07, Bo Peng <[EMAIL PROTECTED]> wrote: > As title. Can anyone confirm? Backtrace when open user's guide: #0 0x006d1c84 in lyx::(anonymous namespace)::Parser::parse2 (this=0x7fbfffba20, [EMAIL PROTECTED], flags=256, mode=lyx::Inset::MATH_MODE, numbered=false) at src/mathed/Mat

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Bo Peng
> > IMHO, document would better stay in .h file. > > Reasoning? The most important reason is that comments in .h files are presented in a more condensed form. I can understand what a class is doing by reading .h file alone. Cheers, Bo

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 04:51:41PM -0500, Bo Peng wrote: > > Btw: Anybody ever thought of putting documentation into the .cpp files? > > > > Less recompilation on documentation changes, and docs stay closer to > > the implementation, so they are more likely to be updated with the > > implementation

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
> We need to support directories. Actually I would like to see that support > the sooner possible. What do you mean by directories? Right now, files under the document directory is saved in their original subdirectories (Christian's suggestion). > Don't forget that what are doing requires a f

Re: Embedding Patch Comments

2007-08-30 Thread José Matos
On Thursday 30 August 2007 20:46:16 Bo Peng wrote: > Agreed. I think it can be done before XML. :-) > > Jose? We need to support directories. Actually I would like to see that support the sooner possible. Don't forget that what are doing requires a file format update, in this case this mean

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
On 8/30/07, José Matos <[EMAIL PROTECTED]> wrote: > On Thursday 30 August 2007 20:22:04 Bo Peng wrote: > > Updated patch attached. This time, embedding will always result in a > > zipped file. > > There is no need to revert the feature as long as you have the status of the > package in the lyx fi

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Bo Peng
> Btw: Anybody ever thought of putting documentation into the .cpp files? > > Less recompilation on documentation changes, and docs stay closer to > the implementation, so they are more likely to be updated with the > implementation. IMHO, document would better stay in .h file. Bo

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Aug 30, 2007 at 04:38:02PM -0500, Bo Peng wrote: +/// child document can be embedded +void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &, +ParConstIterator const &) const; protected: InsetInclude(InsetInclude const &); /// The comment above is incorrect. W

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 04:38:02PM -0500, Bo Peng wrote: > > > +/// child document can be embedded > > > +void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &, > > > +ParConstIterator const &) const; > > > protected: > > > InsetInclude(InsetInclude const &); > > > /// > > > > The comment ab

Re: Embedding Patch Comments

2007-08-30 Thread José Matos
On Thursday 30 August 2007 20:22:04 Bo Peng wrote: > Updated patch attached. This time, embedding will always result in a > zipped file. There is no need to revert the feature as long as you have the status of the package in the lyx file. Actually I found your first implementation neat. :-)

Re: Embedding Patch Comments

2007-08-30 Thread José Matos
On Thursday 30 August 2007 20:11:28 Richard Heck wrote: > How'd you get that working? I know there are shells other than bash that > have really good text completion, but I haven't used them. For bash there is the bash-completion package: http://www.caliban.org/bash/ There are packages availa

Re: LyX 1.5 patch candidate list (update)

2007-08-30 Thread José Matos
On Thursday 30 August 2007 22:25:50 Pavel Sanda wrote: > > I am afraid I do not know how to do that. Who did the previous one? > > http://www.lyx.org/trac/changeset/14895 > > pavel It think there is a late minor update done by Georg. -- José Abílio

Re: Lyx problems in importing txt2tags .tex files

2007-08-30 Thread José Matos
On Wednesday 29 August 2007 09:41:50 you wrote: > > AFAIKS an easy solution is to move the the title and author after the > > \begin{document} in the original tex file. > > Humm... I guess that defeats the point of the procedure, since instead > of having an automatic conversion I need to manipulat

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread Bo Peng
> > +/// child document can be embedded > > +void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &, > > +ParConstIterator const &) const; > > protected: > > InsetInclude(InsetInclude const &); > > /// > > The comment above is incorrect. We reserve /// for doxygen notation. I know > that I am

Re: problem with tables in 1.6.0svn (r19921)

2007-08-30 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov Feldstern wrote: Hi! I haven't been following the list too closely in the past few days, so I don't know if this has been reported yet: Yes, I am cleaning up the metrics stuff so some things are still broken. I haven't looked at table yet, I'll do that now. So

Re: [Patch] replace .xpm and .xbm by .png

2007-08-30 Thread Richard Heck
Andre Poenitz wrote: PS: Richard: sorry for the sizeof the patch. I'll forgive you. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 11:21:24PM +0200, Edwin Leuven wrote: > Andre Poenitz wrote: > >>btw, is there something like diffstat for windozers like me? > > > >*shrug* > > hiding your ignorance behind indifference > > good one... I could point you to Cygwin if that was considered better. Andre'

Re: [Cvslog] r19924 - in /lyx-devel/trunk: development/scons/scons_man...

2007-08-30 Thread José Matos
On Thursday 30 August 2007 21:46:44 [EMAIL PROTECTED] wrote: > +   /// child document can be embedded > +   void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &, > +   ParConstIterator const &) const; >  protected: > InsetInclude(InsetInclude const &); >   

Re: LyX 1.5 patch candidate list (update)

2007-08-30 Thread Pavel Sanda
> I am afraid I do not know how to do that. Who did the previous one? http://www.lyx.org/trac/changeset/14895 pavel

Re: problem with tables in 1.6.0svn (r19921)

2007-08-30 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! I haven't been following the list too closely in the past few days, so I don't know if this has been reported yet: Yes, I am cleaning up the metrics stuff so some things are still broken. I haven't looked at table yet, I'll do that now. Sorry I haven't been able to

Current trunk can not open any help document.

2007-08-30 Thread Bo Peng
As title. Can anyone confirm? All evidence points to Andre's r19920 patch. Bo

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Edwin Leuven
Andre Poenitz wrote: btw, is there something like diffstat for windozers like me? *shrug* hiding your ignorance behind indifference good one...

problem with tables in 1.6.0svn (r19921)

2007-08-30 Thread Dov Feldstern
Hi! I haven't been following the list too closely in the past few days, so I don't know if this has been reported yet: There seem to be multiple problems with the painting of tables with multi-line cells. To reproduce: 1) Create a table with, say, 2 columns and 3 rows 2) Set the width of e

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 10:25:02PM +0200, Edwin Leuven wrote: > Andre Poenitz wrote: > >>I am persuaded as soon as a patch makes it through > >> > >> test `grep '^+' patch.diff | wc -l` -ge `grep '^-' patch.diff | wc -l` > >> > >>;-) > > > >Make that '-lt'. > > i also like destructive patches myse

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Edwin Leuven
Andre Poenitz wrote: I am persuaded as soon as a patch makes it through test `grep '^+' patch.diff | wc -l` -ge `grep '^-' patch.diff | wc -l` ;-) Make that '-lt'. i also like destructive patches myself. so how do i score? btw, is there something like diffstat for windozers like me?

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 10:05:14PM +0200, Andre Poenitz wrote: > On Thu, Aug 30, 2007 at 09:55:58PM +0200, Edwin Leuven wrote: > > attached patch moves the "use windows-style latex paths" to the latex > > tab in the preferences dialog. > > > > affects windows and cygwin (i.e. linux wannabes such

crash in trunk

2007-08-30 Thread Bernhard Roider
1. new document 2. insert a (figure) float 3. press the left cursor key twice (OR press the up key once) 4. press he right cursor key

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 09:55:58PM +0200, Edwin Leuven wrote: > attached patch moves the "use windows-style latex paths" to the latex > tab in the preferences dialog. > > affects windows and cygwin (i.e. linux wannabes such as enrico) > > comments/opinions? I am persuaded as soon as a patch mak

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Edwin Leuven
attached patch moves the "use windows-style latex paths" to the latex tab in the preferences dialog. affects windows and cygwin (i.e. linux wannabes such as enrico) comments/opinions? Index: src/frontends/qt4/Makefile.am === --- sr

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
> I'd let it in on the condition that already once did not work: > If the feature is known to be broken before 1.6 release it will > be deactivated. Agreed. I think it can be done before XML. :-) Jose? Bo

Re: Embedding Patch Comments

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 02:22:04PM -0500, Bo Peng wrote: > > I will remove that small feature though, because embedding status will > > be lost if a file without any embedded file is reopened. This can > > upset the user if s/he insert a figure later and expect it to be > > embedded. > > Updated p

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
> I will remove that small feature though, because embedding status will > be lost if a file without any embedded file is reopened. This can > upset the user if s/he insert a figure later and expect it to be > embedded. Updated patch attached. This time, embedding will always result in a zipped fi

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Richard Heck
Enrico Forestieri wrote: On Thu, Aug 30, 2007 at 09:57:31AM -0500, Bo Peng wrote: Note that configure.py already has an option (--without-latex-config) to create a default textclass.lst file, so maybe a new option could be added to lyx such that on startup a reconfigure is forced by passing

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Bo Peng
> I think that there is another option. ATM, lyx decides that a > reconfiguration is needed when the timestamp of configure.py is > newer than that of the .lst files. Why not adding the condition > that they are also empty? See the attached. Then I may start lyx.exe 5 times, and leave five lyx.exe

Re: Embedding Patch Comments

2007-08-30 Thread Richard Heck
José Matos wrote: On Thursday 30 August 2007 19:49:18 Richard Heck wrote: I think the idea was that people would set it compressed or not and never change it. I don't know that this is true. rh First: the compressed feature is done in such a way that inside lyx the user should not ca

Re: Acting on 'Things we do wrong. Part III.'

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Aug 30, 2007 at 06:50:25PM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: I am tempted to commit the attached patch. Shaves ~22s off a release build, i.e. roughly 1.2% of

Re: Embedding Patch Comments

2007-08-30 Thread José Matos
On Thursday 30 August 2007 19:49:18 Richard Heck wrote: > I think the idea was that people would set it compressed or not and > never change it. I don't know that this is true. > > rh First: the compressed feature is done in such a way that inside lyx the user should not care if the file is compr

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Enrico Forestieri
On Thu, Aug 30, 2007 at 09:57:31AM -0500, Bo Peng wrote: > > Note that configure.py already has an option (--without-latex-config) > > to create a default textclass.lst file, so maybe a new option could be > > added to lyx such that on startup a reconfigure is forced by passing > > that option to

Re: Acting on 'Things we do wrong. Part III.'

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 06:50:25PM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote: > >>Andre Poenitz wrote: > >>>I am tempted to commit the attached patch. Shaves ~22s off a release > >>>build, i.e. roughly 1.2% of total t

Re: Compilation broken on Mac (current svn)

2007-08-30 Thread Anders Ekberg
Roger Mc Murtrie Thu, 30 Aug 2007 06:57:06 -0700 I have just built lyx1.6.0svn. ... /Applications/LyX.app/Contents/Resources certainly does NOT contain any lproj files. What do I need to do to fix this problem? Thanks Roger Compilation works fine for me now (after some strangeness some days

Re: Embedding Patch Comments

2007-08-30 Thread Richard Heck
Bo Peng wrote: As I said, this could be problematic anyway, since some LyX files might be compressed and some might not be. JMarc responded that it was "predictable" if you knew how the preferences were set, but preference settings change. What preference? How to predict the compression sta

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
> As I said, this could be problematic anyway, since some LyX files might > be compressed and some might not be. JMarc responded that it was > "predictable" if you knew how the preferences were set, but preference > settings change. What preference? How to predict the compression status of a .lyx

Re: Embedding Patch Comments

2007-08-30 Thread Richard Heck
Bo Peng wrote: I am not sure this is a good idea. For example, people doing scripting would be very unhappy to see that the file format is not predictable. So you prefer a zipped file with an empty manifest? What do you mean by 'doing scripting'? Do you expect people to manually unzip a bun

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Bo Peng
> I do not like much this solution... Having a dialog saying "lyx is not > configured correctly. Try to fix" and two buttons "reconfigure" and > "quit" would look better. With your solution, the user has to hunt in > the menus to guess which actions are possible. This does not contradict with my p

Re: Embedding Patch Comments

2007-08-30 Thread Bo Peng
> I am not sure this is a good idea. For example, people doing scripting > would be very unhappy to see that the file format is not predictable. So you prefer a zipped file with an empty manifest? What do you mean by 'doing scripting'? Do you expect people to manually unzip a bundled file? Bo

[PATCH] Update Issue with Modules

2007-08-30 Thread Richard Heck
The attached patch addresses a bug in the module code so far committed. The problem is that changing the modules used would update the Buffer's TextClass---but it wouldn't update the layouts used by existing paragraphs, the way changing the TextClass does. The solution, obviously, is to do th

RE: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Leuven, E.
Jean-Marc Lasgouttes wrote: > The other one is [EMAIL PROTECTED] oh, that is very old! > You should be empowered enough now. thanks > Otherwise, I [EMAIL PROTECTED] s.e.ll y0u s0m.e spec.1a1 me.d.ec.ine f0r $50 > :) place de clichy on the corner of rue d'amsterdam, next monday say around mi

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Jean-Marc Lasgouttes
Edwin Leuven <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> You have two accounts. > > i do?! The other one is [EMAIL PROTECTED] > i logon using my email adres up here (wouldn't know how to logon otherwise) You should be empowered enough now. Otherwise, I [EMAIL PROTECTED] s.e.ll

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: You have two accounts. i do?! > Which one do you use? i logon using my email adres up here (wouldn't know how to logon otherwise)

Re: LyX 1.5 patch candidate list (update)

2007-08-30 Thread Jean-Marc Lasgouttes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: > >> I think we should update to 1.34.1, since 1.34.0 is know to be buggy. > > I see. Furthermore, it seems to fix this bug: > http://bugzilla.lyx.org/show_bug.cgi?id=4014 I am afraid I do not know how to do that. Who

Re: Embedding Patch Comments

2007-08-30 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > But Bo's earlier point was that the file format already isn't predictable. It is bad, but at least it is predictable when the prefs are known. > Welcome back! Not really back yet. Kind of back :)

Re: Should we kill off the headers in Tools>Preferences?

2007-08-30 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: > i am not a "sufficiently empowered user" so perhaps someone who is can do > that... You have two accounts. Which one do you use? JMarc

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > I propose that we apply the attached patch to partially solve this > problem. It allows lyx to start even when textclasslist is empty. If > lyx is started like this, only reconfigure (and quit) is allowed. This > gives users a second chance to configure lyx

Re: Acting on 'Things we do wrong. Part III.'

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: I am tempted to commit the attached patch. Shaves ~22s off a release build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of such trivial changes will show... Couldn't

Re: Embedding Patch Comments

2007-08-30 Thread Richard Heck
Jean-Marc Lasgouttes wrote: "Bo Peng" <[EMAIL PROTECTED]> writes: 2. In case that there is no embedded file, .lyx file will *not* be saved in a bundled format even if embedding is enabled. That is to say, it is not trivial to tell in advance which file format will be used. I am not sur

Re: LyX failures after an upgrade from 1.4.5 to 1.5.1 on Windows

2007-08-30 Thread Juergen Spitzmueller
José Matos wrote: > I have never heard that. :-) > I would expect UTF-8 to a different capitalisation of utf-8 and to refer > to the exact same thing. I think it's also documented in the help files. However, it's really not obvious. Perhaps we should introduce special gui strings for the encoding

Re: LyX 1.5 patch candidate list (update)

2007-08-30 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I think we should update to 1.34.1, since 1.34.0 is know to be buggy. I see. Furthermore, it seems to fix this bug: http://bugzilla.lyx.org/show_bug.cgi?id=4014 Could you do the update? Jürgen

Re: Embedding Patch Comments

2007-08-30 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > 2. In case that there is no embedded file, .lyx file will *not* be > saved in a bundled format even if embedding is enabled. That is to > say, it is not trivial to tell in advance which file format will be > used. I am not sure this is a good idea. For exam

Re: Acting on 'Things we do wrong. Part III.'

2007-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >I am tempted to commit the attached patch. Shaves ~22s off a release > >build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of > >such trivial changes will show... > > Couldn't we just re

Re: LyX 1.5 patch candidate list (update)

2007-08-30 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: >> http://www.lyx.org/trac/changeset/19398 - Update to latest from boost >> 1.34.x branch > > Hm, what is the gain? I think we should update to 1.34.1, since 1.34.0 is know to be buggy. JMarc

Re: new metrics bug

2007-08-30 Thread Alfredo Braunstein
Abdelrazak Younes wrote: > Alfredo Braunstein wrote: >> Insert->Float->Figure >> >> write a long caption (>1 line of text). The text overflows to the right. > > Yes, I am aware of it. A bug in rouBreakPoint()/rowWidth(). I will work > on it now that I have advanced enough on the cleanup. Cool ;

Re: .lst-files creation of configure.py Was: Approaching LyX 1.5.2 [status update #1]

2007-08-30 Thread Abdelrazak Younes
Bo Peng wrote: OK, then a good compromise is to run configure at startup when in no-gui mode (typically when doing export at the command-line) and delay it until the GUI is started and running when in gui-mode. This is what is done for session loading for example (look at GuiApplication::execBatc

Re: new metrics bug

2007-08-30 Thread Abdelrazak Younes
Alfredo Braunstein wrote: Insert->Float->Figure write a long caption (>1 line of text). The text overflows to the right. Yes, I am aware of it. A bug in rouBreakPoint()/rowWidth(). I will work on it now that I have advanced enough on the cleanup. Abdel.

Re: LyX failures after an upgrade from 1.4.5 to 1.5.1 on Windows

2007-08-30 Thread Rainer Dorsch
Am Donnerstag, 30. August 2007 17:31 schrieb José Matos: > On Thursday 30 August 2007 16:27:42 Juergen Spitzmueller wrote: > > Rainer Dorsch wrote: > > > not sure what is the difference between > > > utf-8 and UTF-8 though > > > > UTF-8 is a special unicode encoding for CJK languages. > > ??? > >

Re: [PATCH] Bug 3999

2007-08-30 Thread Richard Heck
Juergen Spitzmueller wrote: Richard Heck wrote: Jurgen, do you want this for 1.5.2? Yes, please. In. rh -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/ =

Re: LyX failures after an upgrade from 1.4.5 to 1.5.1 on Windows

2007-08-30 Thread José Matos
On Thursday 30 August 2007 16:27:42 Juergen Spitzmueller wrote: > Rainer Dorsch wrote: > > not sure what is the difference between > > utf-8 and UTF-8 though > > UTF-8 is a special unicode encoding for CJK languages. ??? I have never heard that. :-) I would expect UTF-8 to a different capit

new metrics bug

2007-08-30 Thread Alfredo Braunstein
Insert->Float->Figure write a long caption (>1 line of text). The text overflows to the right. A/

Re: LyX failures after an upgrade from 1.4.5 to 1.5.1 on Windows

2007-08-30 Thread Juergen Spitzmueller
Rainer Dorsch wrote: > not sure what is the difference between > utf-8 and UTF-8 though UTF-8 is a special unicode encoding for CJK languages. Jürgen

  1   2   >