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

4912 Commits

Author SHA1 Message Date
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
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
31cafe1d22 OP-1879 remove openpilot hardcoding: remove wrong and unneeded libexec path 2015-07-09 22:01:35 +01:00
Corvus Corax
bd9fdba2c5 Merge remote-tracking branch 'origin/rel-15.05' into next 2015-06-23 18:45:04 +02:00
abeck70
28a8a36a56 rel-nano-15.05 Updated cloud configs 2015-06-17 20:17:20 +10:00
m_thread
3d5fae2172 REVONANO: Fix for Comboboxes not having options but rather just an integer value that equals the actual selected index.. 2015-06-06 11:23:01 +02:00
abeck70
631c1b2361 Release 15.05 RC7 WhatsNew Update
And uncrustify
2015-06-06 08:00:16 +10:00
m_thread
9ce00a18f0 REVONANO: Added limit for ComBridge on Nano receiver port.
Fixed Revo Hw config page to handle ComBridge on Receiver port
correctly.
Changed some alignments in GUI.
2015-06-04 22:18:16 +02:00
m_thread
5e5a0e503f REVONANO: Minor bug fix with a combobox not hiding properly. 2015-06-04 21:44:23 +02:00
m_thread
c60a5a5e94 Merge branch 'rel-nano-15.05' of ssh://git.openpilot.org/temp into rel-nano-15.05 2015-06-04 21:26:10 +02:00
m_thread
a871a6f455 REVONANO: Update Nano Hw page to use 'limits safe' combobox code. 2015-06-04 21:25:47 +02:00
m_thread
c4105240c2 REVONANO: Handle limits.
Added code to take limits on options into consideration when dealing
with comboboxes in configtaskwidget controls.
2015-06-04 21:25:01 +02:00
Mathieu Rondonneau
891922db23 OP-1915: Fix google map not appearing. 2015-06-03 16:00:29 -07:00
abeck70
ae26eea363 REVONANO uncrustify 2015-06-02 08:38:27 +10:00
Steve Evans
d41808ecaf Merge branch 'rel-nano-15.05' into steve/OP-1904_Display_current_TxPID_settings_on_OSD 2015-05-30 12:14:47 +01:00
abeck70
2081ab6550 Merge remote-tracking branch 'origin/thread/OP-1901_SRXL_Wizard' into rel-nano-15.05 2015-05-30 19:40:35 +10:00
abeck70
c8ff29c404 Merge remote-tracking branch 'origin/steve/OP-1903_Add_TxPID_controls_for_AttitudeSettings' into rel-nano-15.05 2015-05-30 19:31:46 +10:00
abeck70
3e4c11780e Merge remote-tracking branch 'origin/laurent/OP-1648_PFD_Stabmodes_update' into rel-nano-15.05 2015-05-30 19:27:34 +10:00
Laurent Lalanne
6ddcb26e5e OP-1648 Update PFD with new flightmodes 2015-05-29 19:56:25 +02:00
abeck70
690eaf9cb6 Merge branch 'samguns/OP-xxxx_Limit_PWM_RX_OneShot' into rel-nano-15.05 2015-05-29 21:41:59 +10:00
abeck70
6b2d217efe Merge branch 'samguns/OP-XXXX_wizard_freeze_workaround' into rel-nano-15.05 2015-05-29 21:41:28 +10:00
samguns
3e60dff30b REVONANO Only reboot nano when needed in setup wizard 2015-05-28 23:18:24 +08:00
samguns
edddc0e34f REVONANO Remove unnecessary limits for OneShot/PWMSync in setup wizard 2015-05-28 22:24:41 +08:00
m_thread
3d6a01f0e2 OP-1732 - Fixed timer bank assignments and labels for Revolution
Conflicts:
	ground/openpilotgcs/src/plugins/config/configoutputwidget.cpp
2015-05-27 11:18:47 +02:00
m_thread
f23de9b628 Merge remote-tracking branch 'temp/laurent/OP-1901_revonano1505_SRXL_wizard_artwork' into thread/OP-1901_SRXL_Wizard 2015-05-27 08:10:31 +02:00
m_thread
6c850cbfdb OP-1901 Fixed faulty tooltip. 2015-05-27 07:30:58 +02:00
Laurent Lalanne
f4eb368a8f OP-1901 Revo-srxl placement 2015-05-27 07:29:51 +02:00
m_thread
52e56df397 OP-1901 Adding support for SRXL in connection diagram. 2015-05-26 23:36:32 +02:00
m_thread
4db1dd8b19 Merge remote-tracking branch 'temp/laurent/OP-1901_revonano1505_SRXL_wizard_artwork' into thread/OP-1901_SRXL_Wizard 2015-05-26 22:21:39 +02:00
m_thread
924503de48 OP-1901 Adding support for SRXL in vehicle wizard. 2015-05-26 22:20:46 +02:00
Laurent Lalanne
58bbc9324d OP-1901 Revonano1505 SRXL wizard artwork 2015-05-26 21:32:40 +02:00
samguns
68da0d20a2 REVONANO A workaround for freeze in setup wizard 2015-05-26 23:09:25 +08:00
samguns
8551048354 REVONANO 1. Sanity check for PWMSync & OneShot while using PWM receiver. 2. Remove CC in hwsettings.xml 2015-05-26 15:01:01 +08:00
Steve Evans
1cdc1635bd Merge branch 'steve/OP-1903_Add_TxPID_controls_for_AttitudeSettings' into steve/OP-1904_Display_current_TxPID_settings_on_OSD 2015-05-23 22:24:48 +01:00
Steve Evans
df3e0ae3c8 OP-1903 Get default values for attitude attributes 2015-05-23 22:24:20 +01:00
Steve Evans
5a9ee46742 OP-1904 Initial commit 2015-05-23 21:55:19 +01:00
abeck70
e8b09e88e2 Merge branch 'rel-15.05' into next 2015-05-22 22:16:08 +10:00
abeck70
4502bff08c Merge branch 'abeck/OP-1898-VR' into rel-nano-15.05 2015-05-22 21:39:09 +10:00
abeck70
6f2d8d40e3 Merge branch 'rel-15.05' into rel-nano-15.05 2015-05-22 21:38:37 +10:00
abeck70
42b1e12646 HITL segv fix 2015-05-22 21:26:20 +10:00
abeck70
446866f769 OP-1898 Velocity Roam Update tooltips on GPSAssist 2015-05-22 18:56:04 +10:00