Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kate
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KDE
Kate
Commits
f20eec26
Commit
f20eec26
authored
Aug 19, 2018
by
Dominik Haumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move active contributors up
and fix my mail address
parent
4dded43b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
AUTHORS
AUTHORS
+3
-3
addons/filetree/autotests/document_dummy.cpp
addons/filetree/autotests/document_dummy.cpp
+1
-1
addons/filetree/autotests/document_dummy.h
addons/filetree/autotests/document_dummy.h
+1
-1
kate/main.cpp
kate/main.cpp
+3
-3
kwrite/main.cpp
kwrite/main.cpp
+1
-1
No files found.
AUTHORS
View file @
f20eec26
...
...
@@ -9,6 +9,9 @@ about page.
- Christoph Cullmann <cullmann@kde.org>
(Maintainer)
- Dominik Haumann <dhaumann@kde.org>
(core developer)
- Joseph Wenninger <jowenn@kde.org>
(highlight guy + big bug hunter)
...
...
@@ -47,9 +50,6 @@ about page.
- Michael Koch <koch@kde.org>
(port to KParts)
- Dominik Haumann <dhdev@gmx.de>
(developer, highlight wizard)
- Mirko Stocker <me@misto.ch>
(various bugfixes)
...
...
addons/filetree/autotests/document_dummy.cpp
View file @
f20eec26
/* This file is part of the KDE libraries
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2005 Dominik Haumann (dh
dev@gmx.de
) (documentation)
Copyright (C) 2005 Dominik Haumann (dh
aumann@kde.org
) (documentation)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
...
...
addons/filetree/autotests/document_dummy.h
View file @
f20eec26
/* This file is part of the KDE libraries
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2005 Dominik Haumann (dh
dev@gmx.de
) (documentation)
Copyright (C) 2005 Dominik Haumann (dh
aumann@kde.org
) (documentation)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
...
...
kate/main.cpp
View file @
f20eec26
...
...
@@ -125,13 +125,13 @@ int main(int argc, char **argv)
* authors & co.
*/
aboutData
.
addAuthor
(
i18n
(
"Christoph Cullmann"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"cullmann@kde.org"
),
QStringLiteral
(
"http://www.cullmann.io"
));
aboutData
.
addAuthor
(
i18n
(
"Dominik Haumann"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"dhaumann@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Sven Brauch"
),
i18n
(
"Developer"
),
QStringLiteral
(
"mail@svenbrauch.de"
));
aboutData
.
addAuthor
(
i18n
(
"Kåre Särs"
),
i18n
(
"Developer"
),
QStringLiteral
(
"kare.sars@iki.fi"
));
aboutData
.
addAuthor
(
i18n
(
"Anders Lund"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"anders@alweb.dk"
),
QStringLiteral
(
"http://www.alweb.dk"
));
aboutData
.
addAuthor
(
i18n
(
"Joseph Wenninger"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"jowenn@kde.org"
),
QStringLiteral
(
"http://stud3.tuwien.ac.at/~e9925371"
));
aboutData
.
addAuthor
(
i18n
(
"Hamish Rodda"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"rodda@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Dominik Haumann"
),
i18n
(
"Developer & Highlight wizard"
),
QStringLiteral
(
"dhdev@gmx.de"
));
aboutData
.
addAuthor
(
i18n
(
"Kåre Särs"
),
i18n
(
"Developer"
),
QStringLiteral
(
"kare.sars@iki.fi"
));
aboutData
.
addAuthor
(
i18n
(
"Alexander Neundorf"
),
i18n
(
"Developer"
),
QStringLiteral
(
"neundorf@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Sven Brauch"
),
i18n
(
"Developer"
),
QStringLiteral
(
"mail@svenbrauch.de"
));
aboutData
.
addAuthor
(
i18n
(
"Waldo Bastian"
),
i18n
(
"The cool buffersystem"
),
QStringLiteral
(
"bastian@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Charles Samuels"
),
i18n
(
"The Editing Commands"
),
QStringLiteral
(
"charles@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Matt Newell"
),
i18n
(
"Testing, ..."
),
QStringLiteral
(
"newellm@proaxis.com"
));
...
...
kwrite/main.cpp
View file @
f20eec26
...
...
@@ -107,10 +107,10 @@ extern "C" Q_DECL_EXPORT int main(int argc, char **argv)
#endif
aboutData
.
addAuthor
(
i18n
(
"Christoph Cullmann"
),
i18n
(
"Maintainer"
),
QStringLiteral
(
"cullmann@kde.org"
),
QStringLiteral
(
"http://www.cullmann.io"
));
aboutData
.
addAuthor
(
i18n
(
"Dominik Haumann"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"dhaumann@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Anders Lund"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"anders@alweb.dk"
),
QStringLiteral
(
"http://www.alweb.dk"
));
aboutData
.
addAuthor
(
i18n
(
"Joseph Wenninger"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"jowenn@kde.org"
),
QStringLiteral
(
"http://stud3.tuwien.ac.at/~e9925371"
));
aboutData
.
addAuthor
(
i18n
(
"Hamish Rodda"
),
i18n
(
"Core Developer"
),
QStringLiteral
(
"rodda@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Dominik Haumann"
),
i18n
(
"Developer & Highlight wizard"
),
QStringLiteral
(
"dhdev@gmx.de"
));
aboutData
.
addAuthor
(
i18n
(
"Waldo Bastian"
),
i18n
(
"The cool buffersystem"
),
QStringLiteral
(
"bastian@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Charles Samuels"
),
i18n
(
"The Editing Commands"
),
QStringLiteral
(
"charles@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Matt Newell"
),
i18nc
(
"Credit text for someone that did testing and some other similar things"
,
"Testing, ..."
),
QStringLiteral
(
"newellm@proaxis.com"
));
...
...
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