Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Martin Vermeer
On Thu, Nov 02, 2006 at 08:50:45PM +, John Levon wrote: > On Thu, Nov 02, 2006 at 08:28:45PM +0100, Asger Ottar Alstrup wrote: > > > More bugs are being reported recently, and none of the old ones have > > been fixed. Thus, we are moving in the wrong direction. > > Or people have been doing

Re: r15615 - in /lyx-devel/trunk/src: insets/insettabular.C m...

2006-11-02 Thread Andre Poenitz
On Mon, Oct 30, 2006 at 12:49:54PM +0100, Jean-Marc Lasgouttes wrote: > Abdelrazak> POD? > > Plain old data (bool, int, double... as opposed to structs and classes). also structs that are valid 'plain C structs'. Andre'

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-11-02 Thread Andre Poenitz
On Mon, Oct 30, 2006 at 11:12:41AM +0100, Abdelrazak Younes wrote: > Andre Poenitz wrote: > > > >Good in theory but it looks as if this is the kind of infomration that > >would be useful for a 'non-drawing real painter' (as opposed to the > >original nullpainter) > > I have implemented that and go

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Martin Vermeer
On Fri, Nov 03, 2006 at 12:57:01AM +0100, Abdelrazak Younes wrote: ... > + > + //FIXME: Use case: Two windows share the same buffer. > + // The first window is resize. This modify the inner Buffer > + // structure because Paragraph has a notion of line break and > + // thus line w

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Martin Vermeer
On Fri, Nov 03, 2006 at 12:27:30AM +0100, Peter Kümmel wrote: > Abdelrazak Younes wrote: > > I have now restored the backing pixmap. "-dbg painting" will print at > > the console which area is refreshed. > > > > > >> Showstoppers with hope: > >> > >> - In math the cursor blinks at the start of th

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Bo Peng
> On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: > I have used today, and now as I have double checked and it works for me... Really? When I select "View source" I only see a line % Preview source code for paragraph and nothing else. If I select "Display complete source" then i

Namespace problems

2006-11-02 Thread Joost Verburg
Hi, I'm not able to compile LyX 1.5svn anymore with MSVC 2005 on Windows now the namespaces have all been changed. Compilation of support/mkdir.C and tex2lyx/tex2lyx.C fails. Can someone take a look at this? I'm trying to make the Windows installer available for 1.5. Regards, Joost

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Enrico Forestieri
On Fri, Nov 03, 2006 at 01:18:08AM +0100, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Fri, Nov 03, 2006 at 12:07:56AM +, José Matos wrote: > > > >> On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: > >>> Bo, View->Source seems currently broken. I don't know how much

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Enrico Forestieri
On Fri, Nov 03, 2006 at 01:18:08AM +0100, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Fri, Nov 03, 2006 at 12:07:56AM +, José Matos wrote: > > > >> On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: > >>> Bo, View->Source seems currently broken. I don't know how much

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Man, why are you all so eager to put the blame on me? :-) Heroes have to live with that ;-) > Isn't it time to go to bed? I'm also very surprised about the nightlife on this list. Jürgen

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Fri, Nov 03, 2006 at 12:07:56AM +, José Matos wrote: On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: Bo, View->Source seems currently broken. I don't know how much non-showstoppers are required to equal a showstopper but I think three should suffic

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Enrico Forestieri
On Fri, Nov 03, 2006 at 12:07:56AM +, José Matos wrote: > On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: > > Bo, View->Source seems currently broken. I don't know how much > > non-showstoppers are required to equal a showstopper but I think three > > should suffice, so you have

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread José Matos
On Friday 03 November 2006 12:05 am, Enrico Forestieri wrote: > Bo, View->Source seems currently broken. I don't know how much > non-showstoppers are required to equal a showstopper but I think three > should suffice, so you have your chance to enter the hall of fame ;-) What is broken? I hav

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Enrico Forestieri
On Fri, Nov 03, 2006 at 05:16:51PM +1800, Bo Peng wrote: > Yeap. With my last update, bookmarks and toolbars should be working > well. These features will never be show stoppers so I have no chance > to become a hero. :-) Bo, View->Source seems currently broken. I don't know how much non-showstop

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Abdelrazak Younes
Asger Ottar Alstrup wrote: - Crashes with multiple windows open. It seems that Buffer contains Rows of paragraphs, and this is no good in a multiple view setting. Options: a) Rework Buffer to not have Rows (big change, risky), b) Disable multiple views completely for now, c) Disable multiple vi

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread José Matos
On Thursday 02 November 2006 10:54 pm, John Levon wrote: > > Afraid not, I've just updated and built, and things are actually a > little worse. Insets like Note jump in size between screen-wide and > shrink-sized, as well as all the previous selection troubles. Do you have more details? I am

Good news...

2006-11-02 Thread John Levon
I hadn't rebuilt, didn't notice I had a conflict. I can confirm that Peter's patch does indeed work for me. Great stuff! apologies, john

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: I have now restored the backing pixmap. "-dbg painting" will print at the console which area is refreshed. Showstoppers with hope: - In math the cursor blinks at the start of the math inset and then seems to go the correct place afterwards. I sugg

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread John Levon
On Fri, Nov 03, 2006 at 12:05:09AM +0100, Peter Kümmel wrote: > The most recent commit was Abdel's revert to the pixmap painting strategy, No this has happened ever since the meeting (but before that I'd not checked for a long time). I'm surprised some others can't see it, just dragging the mouse

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Peter Kümmel
Abdelrazak Younes wrote: > I have now restored the backing pixmap. "-dbg painting" will print at > the console which area is refreshed. > > >> Showstoppers with hope: >> >> - In math the cursor blinks at the start of the math inset and then >> seems to go the correct place afterwards. I suggest t

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Abdelrazak Younes
Peter Kümmel wrote: John Levon wrote: On Thu, Nov 02, 2006 at 11:29:04PM +0100, Peter Kümmel wrote: Showstoppers without hope: - Selection with the mouse. Does not work in math nor in tables. It kind of works in insets, although problems have been reported with this as well. To reproduce, make

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
> - The status of the toolbars can only be changed when a document is loaded. > - Changing the status of a toolbar modifies the changed status of the > document. > - Maybe the toolbars should not be numerated in the menu and their first > letter capitalized. When you first turn 'on' a toolbar

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Bo Peng
The way I see it, some People are hardly at work finishing the new features. Yeap. With my last update, bookmarks and toolbars should be working well. These features will never be show stoppers so I have no chance to become a hero. :-) I am a hero then: Indeed. Bo

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread José Matos
On Thursday 02 November 2006 7:28 pm, Asger Ottar Alstrup wrote: > - No UTF-8 support in LaTeX export. What needs to be done here? I would like to help fixing it. Any pointers? -- José Abílio

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Abdelrazak Younes
Asger Ottar Alstrup wrote: - Crashes with multiple windows open. It seems that Buffer contains Rows of paragraphs, and this is no good in a multiple view setting. Options: a) Rework Buffer to not have Rows (big change, risky), b) Disable multiple views completely for now, c) Disable multiple vi

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Peter Kümmel
John Levon wrote: > On Thu, Nov 02, 2006 at 11:29:04PM +0100, Peter Kümmel wrote: > >>> Showstoppers without hope: >>> - Selection with the mouse. Does not work in math nor in tables. It kind >>> of works in insets, although problems have been reported with this as >>> well. To reproduce, make a f

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread José Matos
On Thursday 02 November 2006 10:57 pm, Juergen Spitzmueller wrote: > José Matos wrote: > > Could you commit them, please? :-) > > Yes, sure. However, I'm (far) away from my Desktop (and tree) now. > I'll shove them in during the weekend if nobody objects. Thank you. This can wait until the weeke

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Juergen Spitzmueller
José Matos wrote: > Could you commit them, please? :-) Yes, sure. However, I'm (far) away from my Desktop (and tree) now. I'll shove them in during the weekend if nobody objects. Jürgen

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread John Levon
On Thu, Nov 02, 2006 at 11:29:04PM +0100, Peter Kümmel wrote: > > Showstoppers without hope: > > - Selection with the mouse. Does not work in math nor in tables. It kind > > of works in insets, although problems have been reported with this as > > well. To reproduce, make a formula or a table, typ

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-02 Thread José Matos
On Thursday 02 November 2006 2:13 pm, Helge Hafting wrote: > Try view->pdflatex or view->latex, > get the error message > "Undefined control sequence" \url{http://www.free-firewall.org} There is a provides(url), or something like this, missing somewhere. -- José Abílio

Re: [patch] new InsetCommandParams

2006-11-02 Thread José Matos
On Thursday 02 November 2006 12:15 pm, Georg Baum wrote: > Ozgur Ugras BARAN wrote: > > > > Oh, this is bad news, since I have almost completed the multiple indices > > stuff.. Do you have the code? :-) > You can be lucky that the nomencl stuff is allowed at all. I am following the spirit of

Re: New Mac Profile

2006-11-02 Thread Abdelrazak Younes
Andreas Vox wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Bennett Helm wrote: I'm now out of my depth. The official binary installs Qt as a bunch of "Frameworks" (Qt3Support.framework, QtAssistantClient.framework, QtCore.framework, etc), which are folders that include headers and lar

Re: New Mac Profile

2006-11-02 Thread Andreas Vox
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Bennett Helm wrote: > > I'm now out of my depth. > > > > The official binary installs Qt as a bunch of "Frameworks" > > (Qt3Support.framework, QtAssistantClient.framework, QtCore.framework, > > etc), which are folders that include headers and l

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Peter Kümmel
Asger Ottar Alstrup wrote: > Hi, > > More bugs are being reported recently, and none of the old ones have > been fixed. Thus, we are moving in the wrong direction. > > Showstoppers without hope: > - Selection with the mouse. Does not work in math nor in tables. It kind > of works in insets, altho

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread José Matos
On Thursday 02 November 2006 10:04 pm, Juergen Spitzmueller wrote: > Asger Ottar Alstrup wrote: > > Other problems without hope: > > > > - Nice icons in change tracking missing. > > I think we could just take some from the KDE classic iconset, where the > other icons are taken from IIRC. Like the a

Re: Alpha release until monday 6. November

2006-11-02 Thread José Matos
On Thursday 02 November 2006 3:11 pm, [EMAIL PROTECTED] wrote: > On Thu, 2 Nov 2006, José Matos wrote: > > > Sad to see that I couldn't infect the others with my enthusiasm, seem > > > the developers of LyX are more boring and inflexible than I thought. > > > > You are young lad. :-) > > And how

Re: mail size and attachments for the mailinglist

2006-11-02 Thread José Matos
On Thursday 02 November 2006 8:56 pm, Bernhard Roider wrote: > hello! Hello, > two days ago i wrote a mail to the list with subject "svg4lyx" and i got > it via the list, but it doesn't show up in the list archive and nobody > answered to it. So i thought that maybe there was a problem because

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread Juergen Spitzmueller
Asger Ottar Alstrup wrote: > Other problems without hope: > - Nice icons in change tracking missing. I think we could just take some from the KDE classic iconset, where the other icons are taken from IIRC. Like the attached, for instance. Jürgen icons.tar.gz Description: GNU Zip compressed dat

mail size and attachments for the mailinglist

2006-11-02 Thread Bernhard Roider
hello! two days ago i wrote a mail to the list with subject "svg4lyx" and i got it via the list, but it doesn't show up in the list archive and nobody answered to it. So i thought that maybe there was a problem because of the size of the mail (it contained some attached files). short about t

Re: Status: 3 hopeless showstoppers + more

2006-11-02 Thread John Levon
On Thu, Nov 02, 2006 at 08:28:45PM +0100, Asger Ottar Alstrup wrote: > More bugs are being reported recently, and none of the old ones have > been fixed. Thus, we are moving in the wrong direction. Or people have been doing some testing... regards john

Re: [Final PATCH] session/toolbar

2006-11-02 Thread John Levon
On Thu, Nov 02, 2006 at 09:00:45PM +0100, Enrico Forestieri wrote: > - The status of the toolbars can only be changed when a document is loaded. > - Changing the status of a toolbar modifies the changed status of the > document. > - Maybe the toolbars should not be numerated in the menu and thei

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Enrico Forestieri
On Fri, Nov 03, 2006 at 10:13:47AM +1800, Bo Peng wrote: > The session/toolbar patch have been committed to the trunk. Please > test and comment. Good work, Bo ;-) Some comments: - The status of the toolbars can only be changed when a document is loaded. - Changing the status of a toolbar modif

Status: 3 hopeless showstoppers + more

2006-11-02 Thread Asger Ottar Alstrup
Hi, More bugs are being reported recently, and none of the old ones have been fixed. Thus, we are moving in the wrong direction. Showstoppers without hope: - Selection with the mouse. Does not work in math nor in tables. It kind of works in insets, although problems have been reported with th

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
Yes, I could do it in the next days. Maybe I try to add the Auto option instead of removing the complete popup. Since ToolbarBackend::Flags will always reflect the true toolbar status, I have modified the view->toolbars display as standard etc, two states: on standard off standard review

Re: General ideas and feedback.

2006-11-02 Thread José Matos
On Thursday 02 November 2006 2:53 pm, Draciron wrote: > Useing the scrollwheel in file selections breaks the file selection box. I > am using a Logictech trackball on FC3. Known problem with xforms, the qt-frontend does not have this problem. -- José Abílio

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
When I evtl. add the Auto option, I will make sure that the menu is always up to date. Yes, just remember to update ToolbarBackend::Flags so MenuBackends::expandToolbars() can get the correct status. Thanks. Bo

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Peter Kümmel
> OK. Peter, could you please remove this popup for me? It will take me > much longer than you to do this. Yes, I could do it in the next days. Maybe I try to add the Auto option instead of removing the complete popup. > Also, if there is no other way to turn on/off toolbar than > view->toolbar,

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
The popup could be disabled by reimplementing createPopouMenu in GuiView.C http://doc.trolltech.com/4.2/qmainwindow.html#createPopupMenu You could try returning just a QMenu() or QWidget() to disbale the popup. OK. Peter, could you please remove this popup for me? It will take me much longer

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Juergen Spitzmueller
Bo Peng wrote: > This will be less confusing indeed. But do people in general agree to > remove it? I do. I think the popup is just not suited for our needs, as opposed to your menu entry (apparently -- I didn't have time to have a look at it yet). Jürgen

amsart-plain.layout and a question

2006-11-02 Thread Philippe Charpentier
Hi, I notice the following small bug in amsart-plain.layout: Input amsart.layout -> Input amsdef.inc -> Input ammsmath.inc Input amsmaths-plain.inc Thus both Theorem and Theorem* appear in the layout combobox, which is not useful, and if you choose both you get a LaTeX error as they define the

Re: General ideas and feedback.

2006-11-02 Thread Abdelrazak Younes
Leuven, E. wrote: Draciron wrote: Greetings... greetings Also excuse my breach in ettiquete. I'm not a patient man :) don't worry, neither are we (or me at least) Very funny post Edwin... you offered me 5 minutes of laughing and I needed that today :-) Abdel.

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Abdelrazak Younes
Bo Peng wrote: 1) make sure that the two windows size (the BufferView) are exactly the same size. 2) Instead of multi-window we could implement the multi-workarea within one window using the TabWidget solution I have outlined earlier. Then, we will be sure that two BufferView of the same Buffer

Re: Coord cache and single par update

2006-11-02 Thread Abdelrazak Younes
Martin Vermeer wrote: On Thu, Nov 02, 2006 at 04:57:09PM +0100, Abdelrazak Younes wrote: Martin Vermeer wrote: On Thu, 2006-11-02 at 10:45 +0100, Abdelrazak Younes wrote: Martin Vermeer wrote: Note that the job will be easier if stale caches are not covered up by the current overzealous full-

Re: Coord cache and single par update

2006-11-02 Thread Martin Vermeer
On Thu, Nov 02, 2006 at 04:57:09PM +0100, Abdelrazak Younes wrote: > Martin Vermeer wrote: > >On Thu, 2006-11-02 at 10:45 +0100, Abdelrazak Younes wrote: > >>Martin Vermeer wrote: > >>>Note that the job will be easier if stale caches are not covered up by > >>>the current overzealous full-screen re

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
The popup could be disabled by reimplementing createPopouMenu in GuiView.C This will be less confusing indeed. But do people in general agree to remove it? Bo

RE: General ideas and feedback.

2006-11-02 Thread Leuven, E.
Draciron wrote: > Greetings... greetings > Also excuse my breach in ettiquete. I'm not a patient man :) don't worry, neither are we (or me at least) ... (i will try to answer some of your questions, where i can) > First is the editor won't let me use the enter key to create my own > sense of

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Peter Kümmel
Bo Peng wrote: > Dear all, > > http://www.lyx.org/trac/changeset/15688 > > As far as I can tell, I have solved the three state toolbar chaos > completely by introducing this view->toolbar menu and > LFUN_TOOLBAR_TOGGLE_STATE lfunc. If there is no objection, I will > apply both patches tomorrow to

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Bo Peng
1) make sure that the two windows size (the BufferView) are exactly the same size. 2) Instead of multi-window we could implement the multi-workarea within one window using the TabWidget solution I have outlined earlier. Then, we will be sure that two BufferView of the same Buffer would have the e

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Abdelrazak Younes
Bo Peng wrote: Georg is right, the LyX core is not ready for Multiple-view. There's too much that needs to be re-designed. So either someone steps up and cleanup that mess by putting the rows calculation outside of the Buffer or we disable the multi-windows feature. I would be really disappoint

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Bo Peng
Georg is right, the LyX core is not ready for Multiple-view. There's too much that needs to be re-designed. So either someone steps up and cleanup that mess by putting the rows calculation outside of the Buffer or we disable the multi-windows feature. I would be really disappointed to see mutlti

Re: [Final PATCH] session/toolbar

2006-11-02 Thread Bo Peng
Dear all, The session/toolbar patch have been committed to the trunk. Please test and comment. Features to test: 1. turn toolbar on/off, move it around, and see if session can restore them correctly. 2. view->toolbar toggle on/off, and in the math/table/review cases, toggle on/off/auto. You may

Re: Coord cache and single par update

2006-11-02 Thread Abdelrazak Younes
Martin Vermeer wrote: On Thu, 2006-11-02 at 10:45 +0100, Abdelrazak Younes wrote: Martin Vermeer wrote: Note that the job will be easier if stale caches are not covered up by the current overzealous full-screen refresh behaviour. I suggest getting rid of that first. The full refresh thing is d

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Peter Kümmel wrote: | > | | > A other solution is to somehow handle within the views which | > part | > | > of the buffer is viewed. | > |

RE: small reorganization of graphics dialog

2006-11-02 Thread Leuven, E.
José wrote: > If no one shouts until tomorrow you can put in. ok, will do...

Re: My Big Fat (Greek?) Cursor

2006-11-02 Thread John Levon
On Thu, Nov 02, 2006 at 12:58:32PM +0100, Helge Hafting wrote: > You have a point. Ideally, we should use native widgets. But > only if they are good enough for our use. If not, then rolling > our own makes lyx better. The alternative to our own cursor > then is not to use a bad widget, but to a

Re: Alpha release until monday 6. November

2006-11-02 Thread christian . ridderstrom
On Thu, 2 Nov 2006, José Matos wrote: > > Sad to see that I couldn't infect the others with my enthusiasm, seem > > the developers of LyX are more boring and inflexible than I thought. > > You are young lad. :-) And how old are you? :-) (I'm 33 btw - is that old or young :-) Anyway, as I've

Re: small reorganization of graphics dialog

2006-11-02 Thread José Matos
On Thursday 02 November 2006 1:31 pm, Leuven, E. wrote: > moreover, this way we avoid clutter on the dialog (presenting too many > options at once) while having the main output options (the ones we care > about most) on the first tab. > > i think this makes sense in a common use context, and i like

General ideas and feedback.

2006-11-02 Thread Draciron
Greetings... While rambling in my latest work I lost track of my timeline. This caused me a rather awkward set of revisions to make everything fit. Easy mistake to make if the plot is complex and there are a number of charactors. Besides my own frustration I've seen the question asked on Yahoo a

Re: LyX 1.5 translations

2006-11-02 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: | Michael Gerz wrote: | > Lars Gullik Bjønnes wrote: | > | >> IMHO we should not merge translations from 1.4 at all. (or at most on | >> a case by case basis. And if translators want it (I don't want it for | >> NB f.ex.), msg

Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-02 Thread Helge Hafting
More lyx-1.5svn testing: Insert a URL into the document, fill in the URL field with http://www.free-firewall.org Try view->pdflatex or view->latex, get the error message "Undefined control sequence" \url{http://www.free-firewall.org}

Re: small reorganization of graphics dialog

2006-11-02 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: Edwin> JML à dit: >> Personally, I would put the "show in LyX" part at the bottom. Edwin> i ended up putting it under the extra tab: Excellent. JMarc

Re: Input of CJK characters is O.K. but view fails

2006-11-02 Thread Gour
On Tue, 2006-10-31 at 08:46 +0100, Georg Baum wrote: > Add the proper encodings to lib/encodings and languages to lib/languages. > Then you need to fix the frontend that all encodings from lib/encodings can > be selected, currently the list is hardcoded in > src/frontends/qt4/QDocumentDialog.C. I

Re: Coord cache and single par update

2006-11-02 Thread Martin Vermeer
On Thu, 2006-11-02 at 10:45 +0100, Abdelrazak Younes wrote: > Martin Vermeer wrote: > > > > Note that the job will be easier if stale caches are not covered up by > > the current overzealous full-screen refresh behaviour. I suggest getting > > rid of that first. > > The full refresh thing is due

Re: Coord cache and single par update

2006-11-02 Thread Martin Vermeer
On Thu, 2006-11-02 at 10:40 +0100, Abdelrazak Younes wrote: > Martin Vermeer wrote: > > > Hmmm, I don't think this is done in 1.4, and still single par update > > works just fine there... in 1.5 the infrastructure is there but it isn't > > working properly, as whole-screen updates have been layere

Bug 2959: Can't modify document branches - and badness with non-ascii names

2006-11-02 Thread Helge Hafting
I opened an existing document, went to document->settings->branches, and discovered: 1. I can't activate/deactivate the existing branch. The branch name is non-ascii. I can add a new one and activate/deactivate it, if the name is ascii. 2. Adding a new branch with a non-ascii name destroys

Re: Alpha release until monday 6. November

2006-11-02 Thread José Matos
On Thursday 02 November 2006 12:20 pm, Peter Kümmel wrote: > OK, I've tried it and failed. A comfort is, Asger also failed. What? As far as I understand, I have been all morning evaluating some exams from my students so my mood is not the best, Asger has being doing an evaluation of what nee

Re: Just 2 show stoppers from a test release - segfault on edit->reconfigure

2006-11-02 Thread Helge Hafting
Abdelrazak Younes wrote: Peter Kümmel wrote: Helge Hafting wrote: Asger Ottar Alstrup wrote: Hi, An update on the status of 1.5.svn. Nice work, guys - we are down to just 2 known show-stoppers for a test release: Another showstopper: edit->reconfigure => Segmentation fault I don't know wha

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> Peter Kümmel wrote: >>> A other solution is to somehow handle within the views which part of the buffer is viewed. >>> This is what we have already: Each LyXView (WorkArea really) has its own >>> unique BufferV

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> Peter Kümmel wrote: >>> A other solution is to somehow handle within the views which part of the buffer is viewed. >>> This is what we have already: Each LyXView (WorkArea really) has its own >>> unique BufferV

Re: Alpha release until monday 6. November

2006-11-02 Thread Peter Kümmel
José Matos wrote: > On Thursday 02 November 2006 11:08 am, Peter Kümmel wrote: >> Lars Gullik Bjønnes wrote: >>> Peter Kümmel <[EMAIL PROTECTED]> writes: >>> | I think we should really release a alpha version >>> | of LyX 1.5 until Monday, 6. November. >>> >>> Why change a decision already made? >

Re: [patch] new InsetCommandParams

2006-11-02 Thread Georg Baum
Ozgur Ugras BARAN wrote: > On 11/2/06, Georg Baum > <[EMAIL PROTECTED]> wrote: >> Shortly after you went on holiday a freeze was announced, and nothing new >> was allowed to go in. Fortunately Jose (the 1.5.0 release manager) agreed >> to put the nomencl stuff in. >> > > Oh, this is bad news, sin

Re: LyX 1.5 translations

2006-11-02 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Michael Gerz wrote: | > Lars Gullik Bjønnes wrote: | > | >> IMHO we should not merge translations from 1.4 at all. (or at most on | >> a case by case basis. And if translators want it (I don't want it for | >> NB f.ex.), msgmerge can be used for this.)

Re: LyX 1.5 translations

2006-11-02 Thread Helge Hafting
Michael Gerz wrote: Lars Gullik Bjønnes wrote: IMHO we should not merge translations from 1.4 at all. (or at most on a case by case basis. And if translators want it (I don't want it for NB f.ex.), msgmerge can be used for this.) Lars, I am a careful man :-) Right now, I am checking the st

Re: My Big Fat (Greek?) Cursor

2006-11-02 Thread Helge Hafting
John Levon wrote: On Wed, Nov 01, 2006 at 03:21:13PM +0100, Abdelrazak Younes wrote: But quite frankly, I don't understand what's so bad about letting the user change the cursor width. If anywhere, it belongs in a desktop-wide preference, not LyX doing its own thing. (And yes, same a

Re: [patch] new InsetCommandParams

2006-11-02 Thread Ozgur Ugras BARAN
On 11/2/06, Georg Baum <[EMAIL PROTECTED]> wrote: Am Mittwoch, 1. November 2006 15:38 schrieb Ozgur Ugras BARAN: > By the way, I haven't seen nomencl commit in svn. Is something > missing, or do you need new diff? Shortly after you went on holiday a freeze was announced, and nothing new was allo

Re: Alpha release until monday 6. November

2006-11-02 Thread José Matos
On Thursday 02 November 2006 11:08 am, Peter Kümmel wrote: > Lars Gullik Bjønnes wrote: > > Peter Kümmel <[EMAIL PROTECTED]> writes: > > | I think we should really release a alpha version > > | of LyX 1.5 until Monday, 6. November. > > > > Why change a decision already made? With all the due res

Re: Input of CJK characters is O.K. but view fails

2006-11-02 Thread Gour
On Thu, 2006-11-02 at 11:55 +0100, Georg Baum wrote: > > Can one just add utf-8 and expect it to work? > > As far as LyX is concerned: Yes. It is only commented out because it is a > file format change. Great! Let me try... Will it be added in 1.5.0 ? > But of course you can not expect that al

Re: AW: Alpha release until monday 6. November

2006-11-02 Thread Peter Kümmel
[EMAIL PROTECTED] wrote: >> I think we should really release a alpha version >> of LyX 1.5 until Monday, 6. November. > > Veto! We agreed on Nov 13th and I need the time for CT. > > And, after all, it is Jose who makes the decisions. > > Michael > > Haven't you read the Post Scriptum? ;) We

AW: Alpha release until monday 6. November

2006-11-02 Thread michael . gerz
>I think we should really release a alpha version >of LyX 1.5 until Monday, 6. November. Veto! We agreed on Nov 13th and I need the time for CT. And, after all, it is Jose who makes the decisions. Michael

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Peter Kümmel wrote: | > | | > A other solution is to somehow handle within the views which | > part | > | > of the buffer is viewed. | > | | This is what we have alrea

Re: Alpha release until monday 6. November

2006-11-02 Thread Peter Kümmel
Lars Gullik Bjønnes wrote: > Peter Kümmel <[EMAIL PROTECTED]> writes: > > | I think we should really release a alpha version > | of LyX 1.5 until Monday, 6. November. > > Why change a decision already made? > Because - it wasn't that clear - it was more a decision for a beta release - to pus

Re: [patch] new InsetCommandParams

2006-11-02 Thread Georg Baum
And the patch...Index: src/LyXAction.C === --- src/LyXAction.C (Revision 15688) +++ src/LyXAction.C (Arbeitskopie) @@ -366,6 +366,8 @@ void LyXAction::init() { LFUN_WINDOW_NEW, "window-new", NoBuffer }, { LFUN_WINDOW_CLOSE, "wind

Re: Input of CJK characters is O.K. but view fails

2006-11-02 Thread Georg Baum
Gour wrote: > On Tue, 2006-10-31 at 08:46 +0100, Georg Baum wrote: > >> Add the proper encodings to lib/encodings and languages to lib/languages. >> Then you need to fix the frontend that all encodings from lib/encodings >> can be selected, currently the list is hardcoded in >> src/frontends/qt4/

Re: [patch] new InsetCommandParams

2006-11-02 Thread Georg Baum
Am Mittwoch, 1. November 2006 15:38 schrieb Ozgur Ugras BARAN: > By the way, I haven't seen nomencl commit in svn. Is something > missing, or do you need new diff? Shortly after you went on holiday a freeze was announced, and nothing new was allowed to go in. Fortunately Jose (the 1.5.0 release m

Re: Input of CJK characters is O.K. but view fails

2006-11-02 Thread Gour
On Thu, 2006-11-02 at 11:41 +0100, Gour wrote: > I pulled the code from svn and will try to build it to see how well can > LyX play with XeTeX...both Kile & Texmaker work with utf-8 so it will be > pity if LyX is lacking proper support... Ahh, some problems with my keyboard :-) > Sincerely, > G

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Peter Kümmel wrote: | | > A other solution is to somehow handle within the views which part | > of the buffer is viewed. | | This is what we have already: Each LyXView (WorkArea really) has its | own unique BufferView

Re: Alpha release until monday 6. November

2006-11-02 Thread Lars Gullik Bjønnes
Peter Kümmel <[EMAIL PROTECTED]> writes: | I think we should really release a alpha version | of LyX 1.5 until Monday, 6. November. Why change a decision already made? -- Lgb

Re: Let us remove the multi-window support ! (was Re: About New TabBar and Multiple-Windows)

2006-11-02 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Peter Kümmel wrote: A other solution is to somehow handle within the views which part of the buffer is viewed. This is what we have already: Each LyXView (WorkArea really) has its own unique BufferView which is a view of one part of the document. E

Re: Input of CJK characters is O.K. but view fails

2006-11-02 Thread Gour
On Tue, 2006-10-31 at 08:46 +0100, Georg Baum wrote: > Add the proper encodings to lib/encodings and languages to lib/languages. > Then you need to fix the frontend that all encodings from lib/encodings can > be selected, currently the list is hardcoded in > src/frontends/qt4/QDocumentDialog.C. C

Re: About New TabBar and Multiple-Windows

2006-11-02 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >> This does not help. But after a CTRL-N all is fine, >> so it couldn't be that hard for someone who knows >> all the details. ;) > > Yeah, it was not that hard (see below). It's just that I don't have much > time. > > Ab

  1   2   >