Abdelrazak Younes wrote:
and that's good. Most of the patch is reformatting so I think you should
put it in.
done
Edwin Leuven wrote:
Abdelrazak Younes wrote:
Then I suggest that you commit that part.
it's in
Concerning the other reorganisation patch. Please post it again
afterward, we will discuss then if it makes sense or not to reorganise
that stuff now (I didn't look at this patch yet so I don't kn
Abdelrazak Younes wrote:
Then I suggest that you commit that part.
it's in
Concerning the other reorganisation patch. Please post it again
afterward, we will discuss then if it makes sense or not to reorganise
that stuff now (I didn't look at this patch yet so I don't know if the
change are
Edwin Leuven wrote:
Edwin Leuven wrote:
i think i tracked down the troubles in the updating while
reorganizing (simplifying) the code a bit.
attached the subset that fixes the crashes...
Then I suggest that you commit that part.
Concerning the other reorganisation patch. Please post it agai
Edwin Leuven wrote:
i think i tracked down the troubles in the updating while
reorganizing (simplifying) the code a bit.
attached the subset that fixes the crashes...
Index: frontends/qt4/QPrefsDialog.C
===
--- frontends/qt4/QPrefs
i think i tracked down the troubles in the updating while
reorganizing (simplifying) the code a bit.
the patch is not very readable but here is what it does:
the first problem was due to qlistview emitting currentRowChanged(int)
signals when refilling it (and then triggering swicht_converter(in
i've been trying to look into this weird crash and have added the
following to see which converters are there:
void PrefConverters::updateButtons()
{
lyxerr << "UPDATEBUTTONS START" << std::endl;
Converters::const_iterator ccit1 = form_->converters().begin();
Converters:
Michael Gerz wrote:
> Peter Kümmel wrote:
>
>> I've fixed it:
>>
>> Index: QPrefsDialog.C
>> ===
>> --- QPrefsDialog.C (revision 15726)
>> +++ QPrefsDialog.C (working copy)
>> @@ -938,10 +938,13 @@
>>
>> void PrefConverters:
Peter Kümmel wrote:
I've fixed it:
Index: QPrefsDialog.C
===
--- QPrefsDialog.C (revision 15726)
+++ QPrefsDialog.C (working copy)
@@ -938,10 +938,13 @@
void PrefConverters::switch_converter(int nr)
{
- if (nr<0)
+
Am Samstag, 4. November 2006 14:09 schrieb Peter Kümmel:
...
> I've fixed it:
Confirmed. Works now as expected.
>
> BTW the dialog is strange, I have to click modify and save to change the
> value.
I second that. On the other hand, its was there for ages ...
Kornel
--
Kornel Benko
[EM
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> Kernel Benko wrote:
>>> Start LyX
>>>
>>> go to Tools->Preferences...->File Format
>>> change e.g. Viewer
>>> click Modify
>>> crash
>>> ...
>>>
>>> This happens independent of content of my old (1.4) preferences file.
>>> I can provide a dump too,
Peter Kümmel wrote:
Kernel Benko wrote:
Start LyX
go to Tools->Preferences...->File Format
change e.g. Viewer
click Modify
crash
...
This happens independent of content of my old (1.4) preferences file.
I can provide a dump too, but since it is so easy to reproduce here, there may
be no need
Kernel Benko wrote:
> Start LyX
>
> go to Tools->Preferences...->File Format
> change e.g. Viewer
> click Modify
> crash
> ...
>
> This happens independent of content of my old (1.4) preferences file.
> I can provide a dump too, but since it is so easy to reproduce here, there
> may
> be no nee
13 matches
Mail list logo