1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

13420 Commits

Author SHA1 Message Date
Stefan Karlsson
f55048eb22 LP-10 Remove unused static function 2015-07-12 22:34:59 +02:00
Stefan Karlsson
1a0f5f1bef LP-10 Fix bugs and warnings in USB_UPLOAD_TOOL 2015-07-12 22:34:59 +02:00
Stefan Karlsson
a28d668758 LP-10 Fix abs warning when floats are used 2015-07-12 22:34:59 +02:00
Stefan Karlsson
e6f88883d0 LP-10 Fix incorrect return type in generalsettings 2015-07-12 22:34:59 +02:00
Stefan Karlsson
e44bafaee5 LP-10 Fix shadowing warning in OPMapGadgetConfiguration 2015-07-12 22:33:38 +02:00
James Duley
c57ca08911 Merge pull request #14 from parched/remove_openpilot_hardcoding_part_3
Remove some more openpilot hardcoding
2015-07-12 20:42:14 +01:00
James Duley
e08feb3c46 rename default configuration xml file 2015-07-13 07:11:50 +12:00
James Duley
cc2b2149ef changed default GCS names to not have a vendor 2015-07-13 07:11:49 +12:00
James Duley
b6d42f2da8 Passed ORG_NAME to GCS 2015-07-13 07:11:49 +12:00
James Duley
144b0a3d10 changed OP_XXX_NAME to ORG_XXX_NAME 2015-07-13 04:15:53 +12:00
James Duley
7a1f330096 fixed stylesheet path hardocding 2015-07-13 03:34:10 +12:00
James Duley
2ff29e352e Merge branch 'op_hardcoding_fixes' into next 2015-07-13 01:36:08 +12:00
LibrePilot Packager
8c47b39535 use GetDataPath instead of hardcoding 2015-07-13 01:34:45 +12:00
LibrePilot Packager
77cdbcc351 removed unnecesssary PathUtils class around functions 2015-07-13 01:34:45 +12:00
LibrePilot Packager
1e662d6175 removed openpilotgcs hardcoding from qt.conf 2015-07-13 01:34:32 +12:00
Alessio Morale
402a70f548 Merge branch 'f5soh-laurent/LP-03_Artwork_rebranding' into next 2015-07-12 11:16:50 +02:00
Alessio Morale
0e0e6a1a1c Merge branch 'laurent/LP-03_Artwork_rebranding' of git://github.com/f5soh/LibrePilot into f5soh-laurent/LP-03_Artwork_rebranding
Conflicts:
	package/winx86/openpilotgcs.nsi
2015-07-12 10:39:43 +02:00
a*morale
e12b57ccac Merge pull request #9 from parched/2dee2328d_fix
Hotfix for files that were missed in share directory move due to rebase
2015-07-11 15:31:37 +02:00
LibrePilot Packager
fba69ae07e fix up for files that were missed in share directory move due to rebase 2dee2328d 2015-07-11 14:09:49 +01:00
a*morale
e84ad7abff Merge pull request #7 from parched/OP-1879_remove_openpilot_hardcoding
OP-1879 remove openpilot hardcoding
2015-07-11 14:23:29 +02:00
a*morale
f43b6c890a Merge pull request #8 from parched/OP-1929_broken_package_src
OP-1929 broken package src
2015-07-11 14:22:56 +02:00
James Duley
68cb8c7bf4 Rename to LibrePilot 2015-07-09 22:41:31 +01:00
James Duley
6dc7e84a98 OP-1879 remove openpilot hardcoding: remove DisplayVersion from win uninstaller to save manually updating it with each release 2015-07-09 22:01:53 +01:00
James Duley
2ddaa3a345 OP-1879 remove openpilot hardcoding: wrote a smallify function to get the lowercase name with no spaces 2015-07-09 22:01:50 +01:00
James Duley
3fe75ad979 OP-1879 Remove openpilot hardcoding: make debian control more descriptive courtesy of gladk 2015-07-09 22:01:49 +01:00
James Duley
15d47b8c66 OP-1879 Remove openpilot hardcoding: make debian package use OP name variables 2015-07-09 22:01:49 +01:00
James Duley
9f7b3c1dd6 OP-1879 remove openpilot hardcoding: fix .desktop file 2015-07-09 22:01:48 +01:00
James Duley
0df4da4902 OP-1879 remove openpilot hardcoding: debian packaging remove unneeded postinst 2015-07-09 22:01:48 +01:00
James Duley
37ba78fb23 OP-1879 remove openpilot hardcoding: update Windows packaging to use make GCS_X_NAME variables 2015-07-09 22:01:48 +01:00
James Duley
1128af5282 OP-1879 remove openpilot hardcoding: update Darwin packaging to use make GCS_X_NAME variables 2015-07-09 22:01:47 +01:00
James Duley
2dee2328d0 OP-1879: Move ground/openpilotgcs/share/openpilotgcs to ground/openpilotgcs/src/share
This seperates our intermediate build files and files that need to be
installed.
2015-07-09 22:01:46 +01:00
James Duley
38c9a7a946 OP-1879 remove openpilot hardocding: remove space from package name 2015-07-09 22:01:39 +01:00
James Duley
4dea2d3d97 OP-1879 remove openpilot hardcoding: added naming variables to top Makefile 2015-07-09 22:01:39 +01:00
James Duley
5474583660 OP-1879 remove openpilot hardcoding: use $$shell_quote where appropraite 2015-07-09 22:01:39 +01:00
James Duley
64cd361666 OP-1879 remove openpilot hardcoding: add GCS_NAME make variable 2015-07-09 22:01:38 +01:00
James Duley
edc949a91b OP-1879 remove openpilot hardcoding: reworked settings to use default app name 2015-07-09 22:01:38 +01:00
James Duley
95d3de7351 OP-1879 remove openpilot hardcoding: use QStandardPaths:CacheLocation for GetStoragePath 2015-07-09 22:01:37 +01:00
James Duley
11beba3369 OP-1879 remove openpilot hardcoding: use GCS_APP_TARGET name for library and data paths 2015-07-09 22:01:37 +01:00
James Duley
d6eb85c5ee OP-1879 remove openpilot hardcoding: remove unused hardcoded cloudconfig path 2015-07-09 22:01:37 +01:00
James Duley
64dc5717f1 OP-1879 remove openpilot hardcoding: use Utils::PathUtils.GetDataPath() instead of hardcoding in main.cpp 2015-07-09 22:01:36 +01:00
James Duley
fc791e87dc OP-1879 remove openpilot hardcoding: use relative paths define from openpilotgcs.pri for data and plugins paths 2015-07-09 22:01:36 +01:00
James Duley
c992daddaf OP-1879 remove openpilot hardcoding: change GCS_APP_PATH on Mac removing pointless bin subdir 2015-07-09 22:01:35 +01:00
James Duley
1b9df07394 OP-1879 remove openpilot hardcoding: remove udp_test from Linux install like other platforms 2015-07-09 22:01:35 +01:00
James Duley
31cafe1d22 OP-1879 remove openpilot hardcoding: remove wrong and unneeded libexec path 2015-07-09 22:01:35 +01:00
a*morale
d66d581f18 OP-1928 - Fix copy to Docs and Utilites, cleanup previous build directory, DMG generation using create-dmg 2015-07-09 22:00:17 +01:00
a*morale
a69723ff74 OP-1928 - Include create-dmg to build the osx image 2015-07-09 22:00:17 +01:00
James Duley
518f1b25f1 OP-1928 OSX package from scratch
Took the appropriate stuff out of the old OpenPilot.dmg
and the create a dmg with it.
2015-07-09 21:59:32 +01:00
Laurent Lalanne
4ae9bfe3f7 LP-03 About - Splash screen fixes 2015-07-09 21:01:58 +02:00
Laurent Lalanne
a91679b50f LP-03 Splash : Add dark grey background for status text 2015-07-09 11:16:28 +02:00
Laurent Lalanne
7210eda66d LP-03 Installer img and icon - move SplashScreen text 2015-07-09 02:28:09 +02:00