Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
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
0
Merge Requests
0
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
Valentin Platzgummer
qgroundcontrol
Commits
da79b6ce
Commit
da79b6ce
authored
Jun 14, 2013
by
Michael Carpenter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change for new APM2.0 logo
parent
bdeb9735
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
3 deletions
+5
-3
apm_planner_2_0-07.png
files/images/apm_planner_2_0-07.png
+0
-0
apm_planner_2_0-08.png
files/images/apm_planner_2_0-08.png
+0
-0
apm_planner_logo.png
files/images/apm_planner_logo.png
+0
-0
apm_planner_logo_splash.png
files/images/apm_planner_logo_splash.png
+0
-0
qgroundcontrol.qrc
qgroundcontrol.qrc
+2
-0
QGCCore.cc
src/QGCCore.cc
+3
-3
No files found.
files/images/apm_planner_2_0-07.png
0 → 100644
View file @
da79b6ce
46.8 KB
files/images/apm_planner_2_0-08.png
0 → 100644
View file @
da79b6ce
118 KB
files/images/apm_planner_logo.png
0 → 100644
View file @
da79b6ce
95.3 KB
files/images/apm_planner_logo_splash.png
0 → 100644
View file @
da79b6ce
53.9 KB
qgroundcontrol.qrc
View file @
da79b6ce
...
...
@@ -104,6 +104,8 @@
<file>files/images/actions/qgroundcontrol-connect.svg</file>
<file>files/images/apm_planner_logo.png</file>
<file>files/images/apm_planner_logo_splash.png</file>
<file>files/images/apm_planner_2_0-07.png</file>
<file>files/images/apm_planner_2_0-08.png</file>
</qresource>
<qresource prefix="/general">
<file alias="vera.ttf">files/styles/Vera.ttf</file>
...
...
src/QGCCore.cc
View file @
da79b6ce
...
...
@@ -71,8 +71,8 @@ QGCCore::QGCCore(int &argc, char* argv[]) : QApplication(argc, argv)
// Set application name
this
->
setApplicationName
(
QGC_APPLICATION_NAME
);
this
->
setApplicationVersion
(
QGC_APPLICATION_VERSION
);
this
->
setOrganizationName
(
QLatin1String
(
"
3DRobotic
s"
));
this
->
setOrganizationDomain
(
"org.
3drobotic
s"
);
this
->
setOrganizationName
(
QLatin1String
(
"
diydrone
s"
));
this
->
setOrganizationDomain
(
"org.
diydrone
s"
);
// Set settings format
QSettings
::
setDefaultFormat
(
QSettings
::
IniFormat
);
...
...
@@ -108,7 +108,7 @@ QGCCore::QGCCore(int &argc, char* argv[]) : QApplication(argc, argv)
settings
.
sync
();
// Show splash screen
QPixmap
splashImage
(
":/files/images/apm_planner_
logo_splash
.png"
);
QPixmap
splashImage
(
":/files/images/apm_planner_
2_0-07
.png"
);
QSplashScreen
*
splashScreen
=
new
QSplashScreen
(
splashImage
);
// Delete splash screen after mainWindow was displayed
splashScreen
->
setAttribute
(
Qt
::
WA_DeleteOnClose
);
...
...
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