Re: 1.5 compile failure on PPC Mac

2007-02-18 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | I'm finally getting around to trying to compile 1.5 on PPC Mac, and | I'm running into the following problem (see below). | | The archives suggest that the problem is that Qt-4 is not installed | (though ./configure does not complain): | |

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

2007-02-18 Thread Jürgen Spitzmüller
José Matos wrote: > > Can I apply please? > >   Yes. Muito obrigado. Here comes a last one, which includes two other very common candidates. After this, the log file parsing can be released to public testing IMO. Jürgen Index: src/LaTeX.C =

Re: r17249 - /lyx-devel/trunk/config/lyxinclude.m4

2007-02-18 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Monday 19 February 2007 1:20:31 am Lars Gullik Bjønnes wrote: | > | > One Q: Why do we need these new names? | > | > And what is the difference between a pre and a beta? (or an alpha for | > that matter.) | | It is a question of following the same nom

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

2007-02-18 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | 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

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: [Cvslog] r17246 - in /lyx-devel/trunk: ANNOUNCE NEWS README RELEAS...

2007-02-18 Thread José Matos
On Monday 19 February 2007 6:39:03 am Jürgen Spitzmüller wrote: > > The attached small patch refines the log file parsing further and prevents > an exception detected by Bennett. > > (Boost::regex throws an exception if the input is too large, which happens > when the merging of lines is too excess

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

2007-02-18 Thread Jürgen Spitzmüller
José Matos wrote: > Therefore I would like to suspend any commit to the repository with the > single exception of the above files. > >   If you have any change you would like to have committed before beta > please post it for discussion. The attached small patch refines the log file parsing furth

Has table cell copy/paste been disabled?

2007-02-18 Thread Bo Peng
Dear all, Reverse table cell selection + copy crash lyx a few days ago, but now lyx simply can not copy/paste table cells. Has anyone disabled cell copy/paste? Cheers, Bo

1.5 compile failure on PPC Mac

2007-02-18 Thread Bennett Helm
I'm finally getting around to trying to compile 1.5 on PPC Mac, and I'm running into the following problem (see below). The archives suggest that the problem is that Qt-4 is not installed (though ./configure does not complain):

Re: r17249 - /lyx-devel/trunk/config/lyxinclude.m4

2007-02-18 Thread José Matos
On Monday 19 February 2007 1:20:31 am Lars Gullik Bjønnes wrote: > One Q: Why do we need these new names? > > And what is the difference between a pre and a beta? (or an alpha for > that matter.) Indulge me if the previous answer was too dry, I know that you know all the arguments presented in

Re: make distcheck is failing

2007-02-18 Thread José Matos
On Monday 19 February 2007 1:23:03 am Lars Gullik Bjønnes wrote: > Due to stale tests. > > You probably should run "make check" once in a while. (and also add > more tests, perhaps even clever ones instead of the stupid ones I have > added.) I know this, make distcheck has been failing for some

Re: r17249 - /lyx-devel/trunk/config/lyxinclude.m4

2007-02-18 Thread José Matos
On Monday 19 February 2007 1:20:31 am Lars Gullik Bjønnes wrote: > > One Q: Why do we need these new names? > > And what is the difference between a pre and a beta? (or an alpha for > that matter.) It is a question of following the same nomenclature as other projects. And it indicates more clea

Re: r16810 - in /lyx-devel/trunk/src: LyXAction.C lyxfunc.C

2007-02-18 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > You also makde bookmark-goto possible without buffer, was that | > intentional? | | Yes. | | Bookmarks are now like bookmarks in a browser. You can go to a file | without an active buffer. I see. I am sure you have debated all that follow from this :-)

Re: r17249 - /lyx-devel/trunk/config/lyxinclude.m4

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: jamatos | Date: Sun Feb 18 23:41:19 2007 | New Revision: 17249 | | URL: http://www.lyx.org/trac/changeset/17249 | Log: | Add test for beta release | | Modified: | lyx-devel/trunk/config/lyxinclude.m4 | | Modified: lyx-devel/trunk/config/lyxinclude.m4 | UR

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

2007-02-18 Thread Lars Gullik Bjønnes
[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. When is char_type signed? --

make distcheck is failing

2007-02-18 Thread Lars Gullik Bjønnes
Due to stale tests. You probably should run "make check" once in a while. (and also add more tests, perhaps even clever ones instead of the stupid ones I have added.) -- Lgb

Re: r16810 - in /lyx-devel/trunk/src: LyXAction.C lyxfunc.C

2007-02-18 Thread Bo Peng
You also makde bookmark-goto possible without buffer, was that intentional? Yes. Bookmarks are now like bookmarks in a browser. You can go to a file without an active buffer. BTW, welcome back! Bo

Re: r16848 - in /lyx-devel/trunk/src/frontends/qt4: QErrorLis...

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Thu Jan 25 11:21:02 2007 | New Revision: 16848 | | Modified: lyx-devel/trunk/src/frontends/qt4/QErrorListDialog.h | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/QErrorListDialog.h?rev=16848 | ==

Re: r16860 - /lyx-devel/trunk/src/text2.C

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: schmitt | Date: Thu Jan 25 23:51:00 2007 | New Revision: 16860 | | URL: http://www.lyx.org/trac/changeset/16860 | Log: | * src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in | LyXText::acceptOrRejectChanges() caused by too aggressive delet

Re: r16869 - /lyx-devel/trunk/src/text2.C

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Fri Jan 26 13:32:03 2007 | New Revision: 16869 | | URL: http://www.lyx.org/trac/changeset/16869 | Log: | MSVC warning (signed/unsigned). | | Modified: | lyx-devel/trunk/src/text2.C | | Modified: lyx-devel/trunk/src/text2.C | URL: http://www

Re: r16859 - in /lyx-devel/trunk/src: BufferView.C insets/ins...

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Modified: lyx-devel/trunk/src/text.C | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/text.C?rev=16859 | == | --- lyx-devel/trunk/src/text.C (original) | +++ lyx-devel/trunk/src/text.C Th

Re: r16837 - /lyx-devel/trunk/src/insets/insettext.C

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Wed Jan 24 18:05:49 2007 | New Revision: 16837 | | URL: http://www.lyx.org/trac/changeset/16837 | Log: | get rid of MSVC warning (signed/unsigned comparison) | | Modified: | lyx-devel/trunk/src/insets/insettext.C | | Modified: lyx-devel/tru

Re: r16834 - in /lyx-devel/trunk: development/scons/scons_man...

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Added: lyx-devel/trunk/src/support/ExceptionMessage.h | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/ExceptionMessage.h?rev=16834 | == | --- lyx-devel/trunk/src/support/Excepti

Re: r16828 - /lyx-devel/trunk/src/support/package.C.in

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: younes | Date: Tue Jan 23 16:09:00 2007 | New Revision: 16828 | | URL: http://www.lyx.org/trac/changeset/16828 | Log: | revert last change When reverting or merging we should try to always mention the revision of what we are reverting or merging. (rX) --

Re: r16810 - in /lyx-devel/trunk/src: LyXAction.C lyxfunc.C

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: lasgouttes | Date: Mon Jan 22 15:43:45 2007 | New Revision: 16810 | | URL: http://www.lyx.org/trac/changeset/16810 | Log: | * src/LyXAction.C: mark goto-clear-bookmark as working without buffer | | * src/lyxfunc.C (getStatus): move handling of LFUN

Re: r16798 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2007-02-18 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: schmitt | Date: Sun Jan 21 22:11:27 2007 | New Revision: 16798 | [snip] | --- lyx-devel/trunk/src/paragraph.C (original) | +++ lyx-devel/trunk/src/paragraph.C Sun Jan 21 22:11:27 2007 | @@ -561,7 +561,7 @@ | } | | | -int Paragraph::stripLeadingSpaces(bool

Re: Beta 1 Release

2007-02-18 Thread José Matos
On Sunday 18 February 2007 11:29:50 pm Michael Gerz wrote: > Cosmetic changes here and there. I will wait until you have created a > tag for the code. OK, thank you. :-) > Michael -- José Abílio

Re: Beta 1 Release

2007-02-18 Thread Michael Gerz
José Matos schrieb: How large is the patch? :-) Is this the last piece of the plaintext changes? I would like to release tomorrow the beta. This freezing period is to avoid any last minute mistake. :-) Cosmetic changes here and there. I will wait until you have created a tag for the c

Re: Beta 1 Release

2007-02-18 Thread José Matos
On Sunday 18 February 2007 9:58:30 pm Michael Gerz wrote: > Jose, > > I still have a few rather minor changes for plain text output in my > local tree. Please let me know when I am allowed to commit then again. How large is the patch? :-) Is this the last piece of the plaintext changes? I w

Bug reports

2007-02-18 Thread Michael Gerz
Hi, FYI: I just added two more bug reports to bugzilla. AFAICS, we detect new bugs at a higher speed than we are able to fix known bugs. Presently, http://tinyurl.com/y7hdzc gives 524 bugs. About three weeks ago, we only had 500 entries - whatever that means and whatever the implications ar

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

2007-02-18 Thread José Matos
On Sunday 18 February 2007 9:29:58 pm Bennett Helm wrote: > ... With the patch, this time! Done. :-) > Bennett -- José Abílio

Beta 1 Release

2007-02-18 Thread Michael Gerz
Jose, I still have a few rather minor changes for plain text output in my local tree. Please let me know when I am allowed to commit then again. Michael

LyX/Mac-1.5.0 installer

2007-02-18 Thread Bennett Helm
I'm uncertain what to do with the LyX/Mac installer for 1.5.0. In the past, this installer has been needed to remove some obsolete files installed with early versions of LyX/Mac-1.3 (1.3.3?), and install the necessary TeX files that LyX relies on. I have also used it to copy the lyx user di

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

2007-02-18 Thread Bennett Helm
On Feb 18, 2007, at 4:09 PM, Bennett Helm wrote: On Feb 18, 2007, at 3:35 PM, José Matos wrote: On Sunday 18 February 2007 8:11:20 pm [EMAIL PROTECTED] wrote: Author: jamatos Date: Sun Feb 18 21:11:20 2007 New Revision: 17246 URL: http://www.lyx.org/trac/changeset/17246 Log: Update release d

Structure of Joost's installer

2007-02-18 Thread christian . ridderstrom
On Sun, 18 Feb 2007, [EMAIL PROTECTED] wrote: On Sun, 18 Feb 2007, Bo Peng wrote: I started on notes about Joost's installer. They're here: http://wiki.lyx.org/Devel/JoostInstallerNotes His installer is split up in over 20 files (not counting separate language files). /Christian

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

2007-02-18 Thread Bennett Helm
On Feb 18, 2007, at 3:35 PM, José Matos wrote: On Sunday 18 February 2007 8:11:20 pm [EMAIL PROTECTED] wrote: Author: jamatos Date: Sun Feb 18 21:11:20 2007 New Revision: 17246 URL: http://www.lyx.org/trac/changeset/17246 Log: Update release documentation Modified: lyx-devel/trunk/ANNOUNC

Re: 1.5.0svn

2007-02-18 Thread José Matos
On Saturday 17 February 2007 7:51:49 pm Rich Shepard wrote: >Properly installing qt4 made all the difference. LyX-1.5.0svn is up and > running here. Is there a file hidden somewhere that identifies everyone in > the group image in the splash screen? It has been posted to this list before, fr

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

2007-02-18 Thread José Matos
On Sunday 18 February 2007 8:11:20 pm [EMAIL PROTECTED] wrote: > Author: jamatos > Date: Sun Feb 18 21:11:20 2007 > New Revision: 17246 > > URL: http://www.lyx.org/trac/changeset/17246 > Log: > Update release documentation > > Modified: > lyx-devel/trunk/ANNOUNCE > lyx-devel/trunk/NEWS >

Re: Size of minibuffer up/down buttons

2007-02-18 Thread Andre Poenitz
On Sun, Feb 18, 2007 at 04:38:44PM +0100, Georg Baum wrote: > Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > > Attached patch reduces the size of the up and down button in the > > minibuffer toolbar. > > > > Comments? > > This is a general problem with all icons that should be fixed

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Michael Gerz
Bernhard Roider schrieb: insert a float with caption, go to the beginning of the float inset and delete it with backspace. Result: The caption remains without the surrounding float and shows "Figure #:" and not "Senseless!!!" now bug #3256. Michael

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Bernhard Roider
Jürgen Spitzmüller wrote: Open the attached file (LyX 1.4) with 1.5. The table caption is labelled "Senseless!". Jürgen Another small issue in this context: insert a float with caption, go to the beginning of the float inset and delete it with backspace. Result: The caption remains without

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Jürgen Spitzmüller
José Matos wrote: > I load it from a running instance, so it seems a spurious error. I will not > hold the release to fix this bug. ;-) I would not have suggested that ;-) Jürgen

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread José Matos
On Sunday 18 February 2007 4:35:09 pm Jürgen Spitzmüller wrote: > José Matos wrote: > > > Strange. > > > >   It works for me as well. > > It seems to be an update problem. After collapsing the float, the label is > correct. And it only seems to appear if I open the file from a running LyX > instanc

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Jürgen Spitzmüller
José Matos wrote: > > Strange. > >   It works for me as well. It seems to be an update problem. After collapsing the float, the label is correct. And it only seems to appear if I open the file from a running LyX instance. If the file is loaded by Session, the label is correct as well. Jürgen

Re: [patch] log file parsing reworked

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 16:58 schrieb Jürgen Spitzmüller: > It was reg1 previously, I renamed it to reg6 because it has been moved to the > end of the list. Almost all regexes are just numbered (but I have added lots > of comments everywhere, so this should be clear). > > I really don't

Re: [patch] log file parsing reworked

2007-02-18 Thread Jürgen Spitzmüller
José Matos wrote: > I am happy that Georg likes the patch, I was surprised to see patch from > you in a message sent before 7 am on a Sunday. ;-) I couldn't sleep. Actually, I was awake at 5am :-( >   Please put it in. Done. Jürgen

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread José Matos
On Sunday 18 February 2007 3:59:46 pm Jürgen Spitzmüller wrote: > Georg Baum wrote: > > > Open the attached file (LyX 1.4) with 1.5. The table caption is > > > labelled "Senseless!". > > > > It works here. > > Strange. It works for me as well. > Jürgen -- José Abílio

Re: [patch] log file parsing reworked

2007-02-18 Thread José Matos
On Sunday 18 February 2007 3:58:49 pm Jürgen Spitzmüller wrote: > Right, I'll put it in then. I am happy that Georg likes the patch, I was surprised to see patch from you in a message sent before 7 am on a Sunday. ;-) Please put it in. > Jürgen -- José Abílio

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Jürgen Spitzmüller
Georg Baum wrote: > > Open the attached file (LyX 1.4) with 1.5. The table caption is > > labelled "Senseless!". > > It works here. Strange. Jürgen

Re: [patch] log file parsing reworked

2007-02-18 Thread Jürgen Spitzmüller
Georg Baum wrote: > Great! I am not surprised at all that it became complicated, for that > reason I did not dare to touch this code. > The only thing that I don't like is the name 'reg6'. Couldn't you come up > with something better? It was reg1 previously, I renamed it to reg6 because it has bee

Re: [patch] log file parsing reworked

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 07:52 schrieb Jürgen Spitzmüller: > I've further reworked the log file parsing in order to fix dependency > checking. > > Here's what I came up with. It's a good deal more complicated than the > previous parsing (and more complicated than I wished), however, this ve

Re: Captions not properly imported from LyX 1.4

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 13:48 schrieb Jürgen Spitzmüller: > Open the attached file (LyX 1.4) with 1.5. The table caption is > labelled "Senseless!". It works here. Georg

Re: Size of minibuffer up/down buttons

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > Attached patch reduces the size of the up and down button in the > minibuffer toolbar. > > Comments? This is a general problem with all icons that should be fixed in general. The icons where displayed using the original size in qt3, qt4

Size of minibuffer up/down buttons

2007-02-18 Thread Andre Poenitz
Attached patch reduces the size of the up and down button in the minibuffer toolbar. Comments? Andre' Index: QCommandBuffer.C === --- QCommandBuffer.C(revision 17238) +++ QCommandBuffer.C(working copy) @@ -83,10 +83,14 @@

Re: Features of four installers.

2007-02-18 Thread christian . ridderstrom
On Sun, 18 Feb 2007, Bo Peng wrote: I tortured a PC with four 1.5.xsvn installers, and here are some initial observations. Did you use something like a virtual machine that you "reset" after each installation, or did you just activate the uninstall options? I'm asking because when I did my t

Captions not properly imported from LyX 1.4

2007-02-18 Thread Jürgen Spitzmüller
Open the attached file (LyX 1.4) with 1.5. The table caption is labelled "Senseless!". Jürgen table.lyx Description: application/lyx

Re: [Cvslog] r17223 - in /lyx-devel/trunk/src/LColor.C

2007-02-18 Thread Georg Baum
Am Samstag, 17. Februar 2007 14:45 schrieb Enrico Forestieri: > I was not arguing the rightfulness, but the use of punctuation marks. I see. > I didn't think this was of so vital importance of deserving a discussion. It would probably not have generated one if you had simply announced the chan