Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
0241776d
Commit
0241776d
authored
Apr 05, 2015
by
Nick Østergaard
Committed by
jean-pierre charras
Apr 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync the about dialog with AUTHORS.txt, and updates the copyright year
parent
5d55fa01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
42 deletions
+58
-42
AboutDialog_main.cpp
common/dialog_about/AboutDialog_main.cpp
+58
-42
No files found.
common/dialog_about/AboutDialog_main.cpp
View file @
0241776d
...
...
@@ -75,7 +75,7 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
info
.
SetAppName
(
wxT
(
".: "
)
+
Pgm
().
App
().
GetAppName
()
+
wxT
(
" :."
)
);
/* Copyright information */
info
.
SetCopyright
(
wxT
(
"(C) 1992-201
4
KiCad Developers Team"
)
);
info
.
SetCopyright
(
wxT
(
"(C) 1992-201
5
KiCad Developers Team"
)
);
/* KiCad build version */
wxString
version
;
...
...
@@ -238,8 +238,12 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
new
Contributor
(
wxT
(
"Tim Hanson"
),
wxT
(
"sideskate@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Hauptmech"
),
wxT
(
"hauptmech@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Torsten Hüter"
),
wxT
(
"torstenhtr@gmx.de"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Jerry Jacobs"
),
wxT
(
"xor.gate.engineering@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Daniel Majewski"
),
wxT
(
"lordblick@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Lorenzo Marcantonio"
),
wxT
(
"lomarcan@tin.it"
)
)
);
info
.
AddDeveloper
(
...
...
@@ -247,19 +251,31 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Marco Mattila"
),
wxT
(
"marcom99@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Miguel Angel Ajo Pelayo"
),
wxT
(
"miguelangel@nbee.es"
)
)
);
new
Contributor
(
wxT
(
"Miguel Angel Ajo Pelayo"
),
wxT
(
"miguelangel@nbee.es"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Jacobo Aragunde Perez"
),
wxT
(
"jaragunde@igalia.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Mark Roszko"
),
wxT
(
"mark.roszko@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Marco Serantoni"
),
wxT
(
"marco.serantoni@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Brian Sidebotham"
),
wxT
(
"brian.sidebotham@gmail.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Orson (Maciej Sumi
nski)"
),
wxT
(
"maciej.suminski@cern.ch"
)
)
);
new
Contributor
(
wxT
(
"Orson (Maciej Sumi
ński)"
),
wxT
(
"maciej.suminski@cern.ch"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Rafael Sokolowski"
),
wxT
(
"rafael.sokolowski@web.de"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Vesa Solonen"
),
wxT
(
"vesa.solonen@hut.fi"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Tomasz Wlostowski"
),
wxT
(
"tomasz.wlostowski@cern.ch"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Alexander Zakamaldin"
),
wxT
(
"zaka62@mail.ru"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Henner Zeller"
),
wxT
(
"h.zeller@acm.org"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Andrew Zonenberg"
),
wxT
(
"azonenberg@drawersteak.com"
)
)
);
info
.
AddDeveloper
(
new
Contributor
(
wxT
(
"Nick Østergaard"
),
wxT
(
"toe.nick@gmail.com"
)
)
);
// The document writers
info
.
AddDocWriter
(
...
...
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