Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Joao Oliveira
Okular
Commits
3f34db15
Commit
3f34db15
authored
Oct 12, 2011
by
Albert Astals Cid
Browse files
We do not give Author status for small contributions
parent
f81a49fa
Changes
2
Show whitespace changes
Inline
Side-by-side
AUTHORS
View file @
3f34db15
...
...
@@ -2,4 +2,3 @@ Albert Astals Cid <tsdgeos@yahoo.es>
Enrico Ros <eros.kde@email.it>
Wilco Greven <greven@kde.org>
Christophe Devriese <oelewapperke@ulyssis.org>
Jiri Baum - NICTA <jiri@baum.com.au>
aboutdata.h
View file @
3f34db15
...
...
@@ -27,8 +27,7 @@ inline KAboutData okularAboutData( const char* name, const char* iname )
"(C) 2004-2005 Enrico Ros
\n
"
"(C) 2005 Piotr Szymanski
\n
"
"(C) 2004-2009 Albert Astals Cid
\n
"
"(C) 2006-2009 Pino Toscano
\n
"
"(C) 2011 Jiri Baum - NICTA"
),
"(C) 2006-2009 Pino Toscano"
),
KLocalizedString
(),
"http://okular.kde.org"
);
...
...
@@ -38,8 +37,8 @@ inline KAboutData okularAboutData( const char* name, const char* iname )
about
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
),
ki18n
(
"Current maintainer"
),
"aacid@kde.org"
);
about
.
addAuthor
(
ki18n
(
"Piotr Szymanski"
),
ki18n
(
"Created Okular from KPDF codebase"
),
"djurban@pld-dc.org"
);
about
.
addAuthor
(
ki18n
(
"Enrico Ros"
),
ki18n
(
"KPDF developer"
),
"eros.kde@email.it"
);
about
.
addAuthor
(
ki18n
(
"Jiri Baum - NICTA"
),
ki18n
(
"Table selection tool"
),
"jiri@baum.com.au"
);
about
.
addCredit
(
ki18n
(
"Eugene Trounev"
),
ki18n
(
"Annotations artwork"
),
"eugene.trounev@gmail.com"
);
about
.
addCredit
(
ki18n
(
"Jiri Baum - NICTA"
),
ki18n
(
"Table selection tool"
),
"jiri@baum.com.au"
);
return
about
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment