Folks, I'd like to ask everyone's permission to break the string freeze for a very important (I think) last minute change to the about dialog of Kontact. The attached patch adds Torgny Nyblom to the credits section. He almost single handedly, patiently and extremely professionally moved the migration of kdepim to git along, wrote the majority of the conversation rules (a boring, very difficult and frustrating job, given the size and complexity of kdepim) and finally coordinated and executed the actual transition, which went without a hitch. We now have kdepim and kdepim-runtime fully migrated, with full history, and operational with only minimal disruption. Impressive job and one we are all very thankful for, in the kdepim community. The least we can do is give him a bit of public credit in the about dialog of our flagship product, Kontact, I should think.
Thanks again also to the sysadmin team for providing us with such great infrastructure to migrate to. Cheers, Till
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp index 7b9749a..e6165ad 100644 --- a/kontact/src/main.cpp +++ b/kontact/src/main.cpp @@ -175,6 +175,7 @@ int main( int argc, char **argv ) about.addAuthor( ki18n( "Zack Rusin" ), KLocalizedString(), "z...@kde.org" ); about.addAuthor( ki18n( "Matthias Hoelzer-Kluepfel" ), ki18n( "Original Author" ), "m...@kde.org" ); + about.addCredit( ki18n( "Torgny Nyblom" ), ki18n("Git Migration"), "k...@nyblom.org" ); about.setOrganizationDomain( "kde.org" ); KCmdLineArgs::init( argc, argv, &about );
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<