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
einsteinathome
pulsatingscience
Commits
636d8560
Commit
636d8560
authored
Sep 16, 2011
by
Oliver Bock
Browse files
Updated localization and about dialog
parent
1251c71c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
636d8560
...
...
@@ -553,7 +553,7 @@ void PulsarAnimationWidget::paintGL()
font
.
setFamily
(
"Arial"
);
font
.
setStyleStrategy
((
QFont
::
StyleStrategy
)
(
QFont
::
OpenGLCompatible
|
QFont
::
PreferQuality
));
renderText
(
10
,
25
,
-
100
,
QString
::
fromLocal8Bit
(
"Copyright © 2009-2011"
),
font
);
renderText
(
10
,
10
,
-
100
,
QString
::
fromLocal8Bi
t
(
"Max
-
Planck
-
Insitut f
ü
r Gravitation
sp
hysi
k
"
),
font
);
renderText
(
10
,
10
,
-
100
,
t
r
(
"Max
Planck
Ins
t
itut
e
f
o
r Gravitation
al P
hysi
cs
"
),
font
);
// render pulse "flash"
if
(
m_showPulseFlashes
)
{
...
...
src/pulsatingscience.cpp
View file @
636d8560
...
...
@@ -473,20 +473,27 @@ void PulsatingScience::on_actionWebsite_triggered()
void
PulsatingScience
::
on_actionAbout_triggered
()
{
QString
content
=
"<b>%1</b><br>"
"%2<br><br>"
"%3: Oliver Bock, Benjamin Knispel<br><br>"
"%4<br>"
"(%5 ESO/IDA/Danish 1.5 m/R.Gendler, J-E. Ovaldsen, C. Thöne, C. Feron)<br><br>"
"%6: GNU General Public License v3<br><br>"
"Copyright © 2009-2011 Max-Planck-Institut für Gravitationsphysik"
;
"%2<br>"
"<br>"
"%3: Oliver Bock<br>"
"%4: Benjamin Knispel<br>"
"<br>"
"%5<br>"
"(%6 ESO/IDA/Danish 1.5m - R.Gendler, J-E. Ovaldsen, C. Thöne, C. Feron)<br>"
"<br>"
"%7: GNU General Public License v3<br>"
"<br>"
"Copyright © 2009-2011 %8"
;
content
=
content
.
arg
(
tr
(
"Pulsating Science"
),
tr
(
"International Year of Astronomy 2009"
),
tr
(
"Authors"
),
tr
(
"Author"
),
tr
(
"Consultant"
),
tr
(
"Background image: The Carina Nebula"
),
tr
(
"Courtesy of"
),
tr
(
"License"
));
tr
(
"License"
),
tr
(
"Max Planck Institute for Gravitational Physics"
));
QMessageBox
::
about
(
this
,
tr
(
"About
\"
Pulsating Science
\"
"
),
content
);
}
...
...
src/pulsatingscience.ui
View file @
636d8560
...
...
@@ -11,7 +11,7 @@
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Pulsating Science - Max
-
Planck
-
Institut f
ü
r Gravitation
sp
hysi
k
Hannover
</string>
<string>
Pulsating Science - Max
Planck
Institut
e
f
o
r Gravitation
al P
hysi
cs
Hannover
</string>
</property>
<property
name=
"windowIcon"
>
<iconset
resource=
"pulsatingscience.qrc"
>
...
...
src/resources/pulsatingscience_de.ts
View file @
636d8560
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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