You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Damjan Jovanovic <da...@apache.org> on 2017/07/20 08:23:02 UTC

Drop the KDE address book?

Hi

Our KDE address book database driver (main/connectivity/source/drivers/kab)
only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and
5 which apparently use DBUS instead.

KDE 4 has been out since 2008, so the KDE address book hasn't been working
for KDE users for the past 9 years anyway. LibreOffice has apparently also
dropped it. It would also make porting connectivity to gbuild much easier,
as the only way to test it, is to use KDE 3 to build AOO...

Let's get rid of it?

Damjan

Re: Drop the KDE address book?

Posted by Alexandro Colorado <jz...@gultab.org>.
Can we use Qdbus? Should be rather easy task.

On Thu, Jul 20, 2017 at 1:31 PM, Marcus <ma...@wtnet.de> wrote:

> +1
> I'm sure nobody has installed such old KDE version together with a recent
> OpenOffice. Therefore it doesn't make sense to drag it any longer with us
> when it isn't working anyway.
>
> Marcus
>
>
>
>
> Am 20.07.2017 um 10:56 schrieb Matthias Seidel:
>
>> Hi Damjan,
>>
>> +1 from me.
>>
>> Matthias
>>
>>
>> Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
>>
>>> Hi
>>>
>>> Our KDE address book database driver (main/connectivity/source/driv
>>> ers/kab)
>>> only supports the KDE 3.2 - 3.6 address book API, not the more recent 4
>>> and
>>> 5 which apparently use DBUS instead.
>>>
>>> KDE 4 has been out since 2008, so the KDE address book hasn't been
>>> working
>>> for KDE users for the past 9 years anyway. LibreOffice has apparently
>>> also
>>> dropped it. It would also make porting connectivity to gbuild much
>>> easier,
>>> as the only way to test it, is to use KDE 3 to build AOO...
>>>
>>> Let's get rid of it?
>>>
>>> Damjan
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
Alexandro Colorado
GULTab.org
Linux User # 319286
Blog: http://www.alexandrocolorado.org/
<http://www.alexandrocolorado.com/blog/>

Re: Drop the KDE address book?

Posted by Marcus <ma...@wtnet.de>.
+1
I'm sure nobody has installed such old KDE version together with a 
recent OpenOffice. Therefore it doesn't make sense to drag it any longer 
with us when it isn't working anyway.

Marcus



Am 20.07.2017 um 10:56 schrieb Matthias Seidel:
> Hi Damjan,
> 
> +1 from me.
> 
> Matthias
> 
> 
> Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
>> Hi
>>
>> Our KDE address book database driver (main/connectivity/source/drivers/kab)
>> only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and
>> 5 which apparently use DBUS instead.
>>
>> KDE 4 has been out since 2008, so the KDE address book hasn't been working
>> for KDE users for the past 9 years anyway. LibreOffice has apparently also
>> dropped it. It would also make porting connectivity to gbuild much easier,
>> as the only way to test it, is to use KDE 3 to build AOO...
>>
>> Let's get rid of it?
>>
>> Damjan


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Drop the KDE address book?

Posted by Damjan Jovanovic <da...@apache.org>.
Access would be possible, if a JDBC or ODBC driver for the KDE 4/5 address
book existed, since we have bridges to JDBC and ODBC.

A native driver, like the one we have for KDE 3, would require a rewrite.

Database drivers are complex, there's 149 methods in the XDatabaseMetaData
UNO interface alone, and the com.sun.star.sdbc and com.sun.star.sdbcx
modules have many services with many interfaces.

On Thu, Jul 20, 2017 at 6:16 PM, Peter kovacs <pe...@apache.org> wrote:

> I mean can we today access KDE adressbook in version 4 or 5.
>
> Am 20. Juli 2017 17:54:16 MESZ schrieb Damjan Jovanovic <damjan@apache.org
> >:
> >Integrate how?
> >
> >On Thu, Jul 20, 2017 at 5:36 PM, Peter kovacs <pe...@apache.org> wrote:
> >
> >> +1 can we integrate KDE 4 or 5 today?
> >> Do we have a gap?
> >>
> >>
> >> Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel <
> >> matthias.seidel@hamburg.de>:
> >> >Hi Damjan,
> >> >
> >> >+1 from me.
> >> >
> >> >Matthias
> >> >
> >> >
> >> >Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
> >> >> Hi
> >> >>
> >> >> Our KDE address book database driver
> >> >(main/connectivity/source/drivers/kab)
> >> >> only supports the KDE 3.2 - 3.6 address book API, not the more
> >recent
> >> >4 and
> >> >> 5 which apparently use DBUS instead.
> >> >>
> >> >> KDE 4 has been out since 2008, so the KDE address book hasn't been
> >> >working
> >> >> for KDE users for the past 9 years anyway. LibreOffice has
> >apparently
> >> >also
> >> >> dropped it. It would also make porting connectivity to gbuild much
> >> >easier,
> >> >> as the only way to test it, is to use KDE 3 to build AOO...
> >> >>
> >> >> Let's get rid of it?
> >> >>
> >> >> Damjan
> >> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> >> For additional commands, e-mail: dev-help@openoffice.apache.org
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>

Re: Drop the KDE address book?

Posted by Peter kovacs <pe...@apache.org>.
I mean can we today access KDE adressbook in version 4 or 5.

Am 20. Juli 2017 17:54:16 MESZ schrieb Damjan Jovanovic <da...@apache.org>:
>Integrate how?
>
>On Thu, Jul 20, 2017 at 5:36 PM, Peter kovacs <pe...@apache.org> wrote:
>
>> +1 can we integrate KDE 4 or 5 today?
>> Do we have a gap?
>>
>>
>> Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel <
>> matthias.seidel@hamburg.de>:
>> >Hi Damjan,
>> >
>> >+1 from me.
>> >
>> >Matthias
>> >
>> >
>> >Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
>> >> Hi
>> >>
>> >> Our KDE address book database driver
>> >(main/connectivity/source/drivers/kab)
>> >> only supports the KDE 3.2 - 3.6 address book API, not the more
>recent
>> >4 and
>> >> 5 which apparently use DBUS instead.
>> >>
>> >> KDE 4 has been out since 2008, so the KDE address book hasn't been
>> >working
>> >> for KDE users for the past 9 years anyway. LibreOffice has
>apparently
>> >also
>> >> dropped it. It would also make porting connectivity to gbuild much
>> >easier,
>> >> as the only way to test it, is to use KDE 3 to build AOO...
>> >>
>> >> Let's get rid of it?
>> >>
>> >> Damjan
>> >>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Drop the KDE address book?

Posted by Damjan Jovanovic <da...@apache.org>.
Integrate how?

On Thu, Jul 20, 2017 at 5:36 PM, Peter kovacs <pe...@apache.org> wrote:

> +1 can we integrate KDE 4 or 5 today?
> Do we have a gap?
>
>
> Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel <
> matthias.seidel@hamburg.de>:
> >Hi Damjan,
> >
> >+1 from me.
> >
> >Matthias
> >
> >
> >Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
> >> Hi
> >>
> >> Our KDE address book database driver
> >(main/connectivity/source/drivers/kab)
> >> only supports the KDE 3.2 - 3.6 address book API, not the more recent
> >4 and
> >> 5 which apparently use DBUS instead.
> >>
> >> KDE 4 has been out since 2008, so the KDE address book hasn't been
> >working
> >> for KDE users for the past 9 years anyway. LibreOffice has apparently
> >also
> >> dropped it. It would also make porting connectivity to gbuild much
> >easier,
> >> as the only way to test it, is to use KDE 3 to build AOO...
> >>
> >> Let's get rid of it?
> >>
> >> Damjan
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>

Re: Drop the KDE address book?

Posted by Peter kovacs <pe...@apache.org>.
+1 can we integrate KDE 4 or 5 today?
Do we have a gap?


Am 20. Juli 2017 10:56:46 MESZ schrieb Matthias Seidel <ma...@hamburg.de>:
>Hi Damjan,
>
>+1 from me.
>
>Matthias
>
>
>Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
>> Hi
>>
>> Our KDE address book database driver
>(main/connectivity/source/drivers/kab)
>> only supports the KDE 3.2 - 3.6 address book API, not the more recent
>4 and
>> 5 which apparently use DBUS instead.
>>
>> KDE 4 has been out since 2008, so the KDE address book hasn't been
>working
>> for KDE users for the past 9 years anyway. LibreOffice has apparently
>also
>> dropped it. It would also make porting connectivity to gbuild much
>easier,
>> as the only way to test it, is to use KDE 3 to build AOO...
>>
>> Let's get rid of it?
>>
>> Damjan
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Drop the KDE address book?

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Damjan,

+1 from me.

Matthias


Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic:
> Hi
>
> Our KDE address book database driver (main/connectivity/source/drivers/kab)
> only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and
> 5 which apparently use DBUS instead.
>
> KDE 4 has been out since 2008, so the KDE address book hasn't been working
> for KDE users for the past 9 years anyway. LibreOffice has apparently also
> dropped it. It would also make porting connectivity to gbuild much easier,
> as the only way to test it, is to use KDE 3 to build AOO...
>
> Let's get rid of it?
>
> Damjan
>



Re: Drop the KDE address book?

Posted by Damjan Jovanovic <da...@apache.org>.
It's been removed in revision 1802537.

On Thu, Jul 20, 2017 at 10:23 AM, Damjan Jovanovic <da...@apache.org>
wrote:

> Hi
>
> Our KDE address book database driver (main/connectivity/source/drivers/kab)
> only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and
> 5 which apparently use DBUS instead.
>
> KDE 4 has been out since 2008, so the KDE address book hasn't been working
> for KDE users for the past 9 years anyway. LibreOffice has apparently also
> dropped it. It would also make porting connectivity to gbuild much easier,
> as the only way to test it, is to use KDE 3 to build AOO...
>
> Let's get rid of it?
>
> Damjan
>