Git commit 7905993560b255da688bdafb82432e926a4d7038 by Jaroslaw Staniek. Committed on 10/08/2012 at 23:00. Pushed by staniek into branch 'master'.
Add new contributor Oleg Kukharchuk to the list, congratulations! CCMAIL:[email protected] CCMAIL:[email protected] M +6 -4 kexi/core/kexiaboutdata.cpp M +1 -1 kexi/core/kexiaboutdata.h http://commits.kde.org/calligra/7905993560b255da688bdafb82432e926a4d7038 diff --git a/kexi/core/kexiaboutdata.cpp b/kexi/core/kexiaboutdata.cpp index 09d5059..25ea4a1 100644 --- a/kexi/core/kexiaboutdata.cpp +++ b/kexi/core/kexiaboutdata.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2002, 2003 Lucijan Busch <[email protected]> Copyright (C) 2002, 2003 Joseph Wenninger <[email protected]> - Copyright (C) 2003-2011 Jarosław Staniek <[email protected]> + Copyright (C) 2003-2012 Jarosław Staniek <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -43,7 +43,7 @@ KexiAboutData::KexiAboutData() "[email protected]" ) { - // authors sorted by last nontrivial contribution date + // authors sorted by last nontrivial contribution date * size addAuthor( ki18n("Jarosław Staniek"), ki18n("Project maintainer & developer, design, KexiDB, commercially supported version, MS Windows version"), "[email protected]"); addAuthor( @@ -51,12 +51,14 @@ KexiAboutData::KexiAboutData() addAuthor( ki18n("Adam Pigg"), ki18n("PostgreSQL database driver, Migration and Reporting modules"), "[email protected]"); addAuthor( + ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main window improvements, numerous bug repors"), "[email protected]"); + addAuthor( + ki18n("Oleg Kukharchuk"), ki18n("Several form widgets, porting to Qt 4, stabilization"), "[email protected]"); + addAuthor( ki18n("Radosław Wicik"), ki18n("Map elements for forms and reports, map flake shape"), "[email protected]"); addAuthor( ki18n("Shreya Pandit"), ki18n("Web elements for forms and reports"), "[email protected]"); addAuthor( - ki18n("Dimitrios T. Tanis"), ki18n("Users Manual for Kexi 2, main window improvements, numerous bug repors"), "[email protected]"); - addAuthor( ki18n("Sebastian Sauer"), ki18n("Scripting module (KROSS), Python language bindings, design"), "[email protected]"); addAuthor( ki18n("Sharan Rao"), ki18n("Sybase/MS SQL Server database drivers, xBase migration plugin, improvements for KexiDB"), "[email protected]"); diff --git a/kexi/core/kexiaboutdata.h b/kexi/core/kexiaboutdata.h index b6bb158..4955eda 100644 --- a/kexi/core/kexiaboutdata.h +++ b/kexi/core/kexiaboutdata.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2002, 2003 Lucijan Busch <[email protected]> Copyright (C) 2002, 2003 Joseph Wenninger <[email protected]> - Copyright (C) 2003-2011 Jarosław Staniek <[email protected]> + Copyright (C) 2003-2012 Jarosław Staniek <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public _______________________________________________ Kexi mailing list [email protected] https://mail.kde.org/mailman/listinfo/kexi
