> How to do so?
> Please, can you give a short example?
>
> Stephan
>
The idea is that you can make branches easily and you can commit those
branches to the git server.
So, I work on a feature called newFeature, then I make a branch for
this one, and I can push this branch to the server.
I think
Hi, Vincent you suggested I report recent regressions to the list, and
this commit was from yesterday.
To reproduce:
1) Press Ctrl-Shift-F to open the advanced find pane (KK: \CF)
2) Press Alt-I to open the insert menu (KK: \Ai)
I then get the following Crash. This appears to be a regression in
r3
Am 25.10.2010 um 14:07 schrieb Stephan Witt:
> Am 25.10.2010 um 13:02 schrieb Pavel Sanda:
>
>> please make documentation for the current cvs state inside additional manual
>> and indicate to the users what are the supposed usecases.
>
> I'll do that.
I've done a little bit... before I continue
Am 27.10.2010 um 07:55 schrieb Vincent van Ravesteijn:
> Hi all,
>
> Just to inform you. I made a git repository on gitorious.
>
> I will update this from svn from time to time and I'm planning to put
> some personal stuff of mine in there to synchronize development on
> different pc's.
>
> I'm
Am 27.10.2010 um 07:04 schrieb Vincent van Ravesteijn:
> Hi All,
>
> I converted the two files about Rules and Recommendation into a LyX
> document. You might want to have a look at it, and put your two cents
> in there about coding principle, style and so forth. It is still a bit
> a mess, but I
Hi all,
Just to inform you. I made a git repository on gitorious.
I will update this from svn from time to time and I'm planning to put
some personal stuff of mine in there to synchronize development on
different pc's.
I'm not that experienced yet on git, but we may use it if you want to
collabo
> For some numbers a glimpse of the old battles:
>
> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg126692.html
>
> I am surprised this was only three years ago.
>
> Andre', feeling younger suddenly.
>
Ah, we didn't have those in-depth discussions for a long time.
Anyway, on a more seriou
Hi All,
I converted the two files about Rules and Recommendation into a LyX
document. You might want to have a look at it, and put your two cents
in there about coding principle, style and so forth. It is still a bit
a mess, but I hope it will get better.
Everyone is invited to edit. Please turn
>> I did something like this for Buffer::loadLyxFile(). Where would you
>> advice to put the UI then ? I can now spit out a lot of error messages
>> according to the number the functions comes up with. In Buffer ? In
>> buffer_funcs ? In GuiView ?
>
> Any direct user interaction in src/frontends/*,
> If we are going to use dynamic casting in core code I suggest that we do
> that fully and remove our own implementation of that (asInsetCommand(),
> asInsetMath(), etc)...
>
Yes, ok.
I hope you agree with my log message in http://www.lyx.org/trac/changeset/35855.
I also found some unsafe stati
Hi,
If I reconfigure and have to wait for MikTeX to download some
packages, LyX will break the Reconfigure script due to some timeout in
SystemCall.
Vincent
Am 26.10.2010 um 18:19 schrieb Jürgen Spitzmüller:
> Stephan Witt wrote:
>>> I would be more comfortable to wait with this until 1.6.8 is out, so it
>>> can be tested a bit.
>>
>> I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now.
>> If 1.6.8 is out I can build 1.6.9svn for int
Am Dienstag 26 Oktober 2010 schrieb Vincent van Ravesteijn:
> Sorry. If it is this obvious you can fix it. I can't do it now.
>
> Op 26 okt 2010 19:37 schreef "Kornel Benko" :
>
>
> Missing "{", "}" ?
>
>Kornel
I think yes, it looks obvious.
Done.
Kornel
signature.asc
Descr
On Tuesday 26 October 2010 18:36:37 Kornel Benko wrote:
> Missing "{", "}" ?
>
> Kornel
That is one of the reasons why I love python. ;-)
--
José Abílio
Sorry. If it is this obvious you can fix it. I can't do it now.
Op 26 okt 2010 19:37 schreef "Kornel Benko" :
Missing "{", "}" ?
Kornel
Missing "{", "}" ?
Kornel
Index: src/Buffer.cpp
===
--- src/Buffer.cpp (Revision 35858)
+++ src/Buffer.cpp (Arbeitskopie)
@@ -2761,10 +2761,11 @@
}
InsetMath * im = iit->inset->asInsetMath();
- if (doing_export &&
John McCabe-Dansted wrote:
> > yes there was bug about it was and we fixed it by the dialog obove not so
> > long ago.
> > constant re-asking again about recovering the file until one gets deep down
> > in
> > dir structure where the file is located.
>
> By constant re-asking, do you mean asking
Stephan Witt wrote:
> > I would be more comfortable to wait with this until 1.6.8 is out, so it
> > can be tested a bit.
>
> I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now.
> If 1.6.8 is out I can build 1.6.9svn for internal use after the patch is
> applied. I'd hope for 1.6.
John McCabe-Dansted wrote:
> > This is a proposal for trunk, right?
>
> Yes.
OK. And FWIW, I agree with your proposal.
Jürgen
Am 26.10.2010 um 10:06 schrieb Jürgen Spitzmüller:
> Stephan Witt wrote:
>> The patch is ready and attached.
>> I tested all CVS functions and it works here.
>
> The patch is certainly much bigger than what suits me now, and it introduces
> new strings.
>
> I would be more comfortable to wait w
On 10/26/2010 02:40 AM, Uwe Stöhr wrote:
In order to fix http://www.lyx.org/trac/ticket/6585 I need to check in
InsetTabular if the table is inside a float.
i thought I can do this by iterating the insets starting with the
table inset down to the outer insets. if one of the outer insets is a
Stephan Witt wrote:
> The patch is ready and attached.
> I tested all CVS functions and it works here.
The patch is certainly much bigger than what suits me now, and it introduces
new strings.
I would be more comfortable to wait with this until 1.6.8 is out, so it can be
tested a bit.
However,
On Tue, Oct 26, 2010 at 3:59 PM, Jürgen Spitzmüller wrote:
> John McCabe-Dansted wrote:
>> On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller wrote:
>> > Please let me know of other issues. Note particularly that all fixes that
>> > entail a string change should go in very soon, since we will tu
John McCabe-Dansted wrote:
> On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller wrote:
> > Please let me know of other issues. Note particularly that all fixes that
> > entail a string change should go in very soon, since we will turn to
> > string freeze soon.
>
> Well this string change doesn'
On 10/26/2010 01:20 AM, v...@lyx.org wrote:
Author: vfr
Date: Tue Oct 26 01:20:05 2010
New Revision: 35845
URL: http://www.lyx.org/trac/changeset/35845
Log:
We don't want InsetCommand to have a function updateCommand while this is not a
special function of an InsetCommand, but only accidentally
Stephan Witt wrote:
> Now, I have an patch at hand again. I can continue to use and provide a
> patched version
> for my colleges, of course. But I claim it's useful for others, too.
only misunderstanding, i didn't want to dispute backport. i only wanted to have
documentation even in 1.6 so its u
26 matches
Mail list logo