[Kde-pim] Review Request 120982: Rename KABC to KContacts

Laurent Montel montel at kde.org
Tue Nov 4 14:13:13 GMT 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120982/#review69815
-----------------------------------------------------------


You know that I am ok with this new name.
I think that you can use this command line to change code in kdepim/kdepim-runtime and others.
search-all-file.sh is:

"find -name "*.cpp" -o -iname "*.h" -o -iname "*.ui" -o -iname "*.kcf*" |egrep -v build"


search-all-file.sh |xargs grep "\bKABC\b" -l | xargs perl -pi -e 's,\bKABC\b,KContacts,g'
search-all-file.sh |xargs grep "<kabc/" -l | xargs perl -pi -e 's,\<kabc\/,<kcontacts/,g'

We need to rename top level directory too.

I will look at more this night. I don't have time now. But for me it seems good.
Thanks

- Laurent Montel


On nov. 4, 2014, 1:50 après-midi, Aleix Pol Gonzalez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120982/
> -----------------------------------------------------------
> 
> (Updated nov. 4, 2014, 1:50 après-midi)
> 
> 
> Review request for KDEPIM-Libraries.
> 
> 
> Repository: kdepimlibs
> 
> 
> Description
> -------
> 
> When looking into what needs to be done to get kabc released, I was suggested to rename it into something else. In this patch I'm suggesting to rename it to KContacts.
> 
> 
> Diffs
> -----
> 
>   kabc/src/vcardconverter.h 4c19d0f 
>   kabc/src/vcardconverter.cpp b7adb94 
>   kabc/src/vcarddrag.h 11e0f4b 
>   kabc/src/vcarddrag.cpp 69a7f42 
>   kabc/src/vcardparser/vcard.h 5153cfa 
>   kabc/src/vcardparser/vcard.cpp e2600ec 
>   kabc/src/vcardparser/vcardline.h 8290d7f 
>   kabc/src/vcardparser/vcardline.cpp c495a33 
>   kabc/src/vcardparser/vcardparser.h 3497642 
>   kabc/src/vcardparser/vcardparser.cpp c2ae6d5 
>   kabc/src/vcardtool.h 25a95e5 
>   kabc/src/vcardtool.cpp 419c755 
>   kabc/tests/CMakeLists.txt bd31124 
>   kabc/tests/testread.cpp 288db76 
>   kabc/tests/testread2.cpp 6495642 
>   kabc/tests/testutils.h b8d5cc6 
>   kabc/tests/testutils.cpp f6f5821 
>   kabc/tests/testwrite.cpp c9034f3 
>   kabc/CMakeLists.txt 0da5c6f 
>   kabc/KF5AbcConfig.cmake.in d521848 
>   kabc/autotests/CMakeLists.txt 50968c9 
>   kabc/autotests/addresseetest.cpp dd5cedb 
>   kabc/autotests/addresstest.cpp b6a8832 
>   kabc/autotests/bigread.cpp 442994d 
>   kabc/autotests/bigwrite.cpp 40c56fc 
>   kabc/autotests/contactgrouptest.cpp b40f65c 
>   kabc/autotests/geotest.cpp 610bf2d 
>   kabc/autotests/kabcargl.cpp db3db9e 
>   kabc/autotests/keytest.cpp f29182d 
>   kabc/autotests/phonenumbertest.cpp 44f4bc8 
>   kabc/autotests/picturetest.cpp c4d4d36 
>   kabc/autotests/secrecytest.cpp 76c473a 
>   kabc/autotests/soundtest.cpp ea10b71 
>   kabc/autotests/testkabc.cpp 0f498b7 
>   kabc/autotests/testkabcdlg.cpp d1365f4 
>   kabc/autotests/testlock.h e49f1cd 
>   kabc/autotests/testlock.cpp 1f3bf9e 
>   kabc/autotests/testroundtrip.cpp b166d74 
>   kabc/autotests/timezonetest.cpp faaf3b2 
>   kabc/autotests/vcarddragtest.cpp dccf7b2 
>   kabc/src/CMakeLists.txt 9c74903 
>   kabc/src/address.h de079a6 
>   kabc/src/address.cpp 046850b 
>   kabc/src/addressee.h baa9e99 
>   kabc/src/addressee.cpp 4d2f788 
>   kabc/src/addresseehelper.h 84dad2a 
>   kabc/src/addresseehelper.cpp 933fc1b 
>   kabc/src/addresseelist.h 4ffe8db 
>   kabc/src/addresseelist.cpp 1a9a64d 
>   kabc/src/contactgroup.h 2a7a695 
>   kabc/src/contactgroup.cpp 3e36521 
>   kabc/src/contactgrouptool.h 83c8a91 
>   kabc/src/contactgrouptool.cpp b45cefc 
>   kabc/src/errorhandler.h 6a421dc 
>   kabc/src/errorhandler.cpp 28aa360 
>   kabc/src/field.h f917868 
>   kabc/src/field.cpp 53a7345 
>   kabc/src/geo.h 5d67562 
>   kabc/src/geo.cpp 85adfbd 
>   kabc/src/kabc_debug.h 202fc8f 
>   kabc/src/key.h 8a1fbb9 
>   kabc/src/key.cpp e8df5b7 
>   kabc/src/ldifconverter.h d12bdbf 
>   kabc/src/ldifconverter.cpp 059b46d 
>   kabc/src/phonenumber.h cab5d6b 
>   kabc/src/phonenumber.cpp 84481dd 
>   kabc/src/picture.h 3e9780f 
>   kabc/src/picture.cpp 0ff7386 
>   kabc/src/plugin.h 1f9005e 
>   kabc/src/plugin.cpp d89c708 
>   kabc/src/secrecy.h 33108b1 
>   kabc/src/secrecy.cpp 968d3a5 
>   kabc/src/sortmode.h 36be9c8 
>   kabc/src/sortmode.cpp 7477ce4 
>   kabc/src/sound.h 2a7d205 
>   kabc/src/sound.cpp 5e399cb 
>   kabc/src/timezone.h 8311c5b 
>   kabc/src/timezone.cpp 9c7ae1d 
> 
> Diff: https://git.reviewboard.kde.org/r/120982/diff/
> 
> 
> Testing
> -------
> 
> Built KContacts, KPeople and KTp with it.
> Tests still pass.
> 
> Will try the rest of the kdepimlibs after it's agreed that this change is desired.
> 
> 
> Thanks,
> 
> Aleix Pol Gonzalez
> 
>

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list