Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pulsatingscience
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
einsteinathome
pulsatingscience
Commits
7027399b
Commit
7027399b
authored
Apr 17, 2013
by
Oliver Bock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Copyright
parent
3f2b8ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/pulsaranimationwidget.cpp
src/pulsaranimationwidget.cpp
+1
-1
src/pulsatingscience.cpp
src/pulsatingscience.cpp
+1
-1
No files found.
src/pulsaranimationwidget.cpp
View file @
7027399b
...
...
@@ -552,7 +552,7 @@ void PulsarAnimationWidget::paintGL()
font
.
setBold
(
true
);
font
.
setFamily
(
"Arial"
);
font
.
setStyleStrategy
((
QFont
::
StyleStrategy
)
(
QFont
::
OpenGLCompatible
|
QFont
::
PreferQuality
));
renderText
(
10
,
25
,
-
100
,
QString
(
"Copyright %1 2009-201
1
"
).
arg
(
QChar
(
0x00A9
)),
font
);
renderText
(
10
,
25
,
-
100
,
QString
(
"Copyright %1 2009-201
3
"
).
arg
(
QChar
(
0x00A9
)),
font
);
renderText
(
10
,
10
,
-
100
,
tr
(
"Max Planck Institute for Gravitational Physics"
),
font
);
// render pulse "flash"
...
...
src/pulsatingscience.cpp
View file @
7027399b
...
...
@@ -476,7 +476,7 @@ void PulsatingScience::on_actionAbout_triggered()
"<br>"
"%7: GNU General Public License v3<br>"
"<br>"
"Copyright © 2009-201
1
%8"
;
"Copyright © 2009-201
3
%8"
;
content
=
content
.
arg
(
tr
(
"Pulsating Science"
),
...
...
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