summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-01-17 12:55:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-01-17 12:55:18 +0100
commit04d73862844b294d9a46763f524d4f57b7895fd1 (patch)
treef1e472ea8aa9ead809b1e47cfaa37c9225c3e851
parentRemember selections in the "clear private data" dialog. (diff)
downloadrekonq-04d73862844b294d9a46763f524d4f57b7895fd1.tar.xz
Updating AUTHORS list.
-rw-r--r--AUTHORS24
-rw-r--r--src/main.cpp7
2 files changed, 21 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index a1e08493..39ad8d40 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,9 +1,15 @@
-Andrea Diamantini adjam7_AT_gmail_DOT_com
-Alexandr Domrachev alexandr.domrachev_AT_gmail_DOT_com
-Panagiotis Papadopoulos pano_90@gmx.net
-Lionel Chauvin megabigbug@yahoo.fr
-Johannes Zellner webmaster@nebulon.de
-Matthieu Gicquel matgic78@gmail.com
-Ronny Scholz ronny_scholz@web.de
-Jonas Gastal jgastal@gmail.com
-
+Andrea Diamantini adjam7_AT_gmail_DOT_com
+Panagiotis Papadopoulos pano_90@gmx.net
+Lionel Chauvin megabigbug@yahoo.fr
+Johannes Zellner webmaster@nebulon.de
+Matthieu Gicquel matgic78@gmail.com
+Ronny Scholz ronny_scholz@web.de
+Yoann Laissus yoann.laissus@gmail.com
+Cédric Bellegarde gnumdk@adishatz.1s.fr
+Nikhil Marathe nsm.nikhil@gmail.com
+Rohan Garg rohan16garg@gmail.com
+Jonathan R. J. Kolberg bulldog98@freenet.de
+Jon Ander Peñalba jonan88@gmail.com
+Benjamin Poulain ikipou@gmail.com
+Pierre Rossi pierre.rossi@gmail.com
+Furkan Uzumcu furkanuzumcu@gmail.com
diff --git a/src/main.cpp b/src/main.cpp
index c0415363..54130b86 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -114,7 +114,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"http://identi.ca/jonan");
about.addAuthor(ki18n("Benjamin Poulain"),
- ki18n("The \"QtWebKit guy\". Code quality improvements"),
+ ki18n("The \"QtWebKit guy\". Adblock (new) implementation. Code quality improvements"),
"ikipou@gmail.com",
"http://www.openyourcode.org/");
@@ -123,6 +123,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"pierre.rossi@gmail.com",
"");
+ about.addAuthor(ki18n("Furkan Uzumcu"),
+ ki18n("A lot of improvements, expecially on usability"),
+ "furkanuzumcu@gmail.com",
+ "");
+
// --------------- about credits -----------------------------
about.addCredit(ki18n("Dawit Alemayehu"),
ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),