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

12503 Commits

Author SHA1 Message Date
abeck70
e272ddd264 additional mac 5.4 changes 2015-01-07 11:35:22 +11:00
abeck70
59be86bc70 qt5.4 mac tools.mk support
Coded....testing now.
2015-01-07 11:01:39 +11:00
m_thread
bd5171d442 Merge remote-tracking branch 'origin/next' into thread/OP-1628_Reboot_Board_In_Wizard 2015-01-06 23:18:32 +01:00
Laurent Lalanne
0b5188c9c3 OP-1654 Bracket missing 2015-01-06 22:24:01 +01:00
James Duley
1c680084f9 OP-1656 qt 5.4 upgrade: update python dir for qt creator 2015-01-07 07:47:22 +13:00
Fredrik Arvidsson
f70eb1f6ee OP-1668 Adding control and some init code. 2015-01-06 19:03:35 +01:00
m_thread
3be7b06ae9 Merge remote-tracking branch 'origin/next' into thread/OP-1628_Reboot_Board_In_Wizard 2015-01-06 10:50:01 +01:00
James Duley
3f3012d837 OP-1656 upgrade qt 5.4: make 5.2 the minimum compatible version 2015-01-06 22:28:43 +13:00
Laurent Lalanne
df2e1497f4 OP-1662 Add info for Stack alarm 2015-01-05 20:49:04 +01:00
Laurent Lalanne
f4b5c2c7dd OP-1662 French translations, file encoding issue (bad display with some characters) 2015-01-04 20:08:16 +01:00
Laurent Lalanne
c1286eb56e OP-1648 Only use one font for all PFD stuff 2015-01-04 13:29:58 +01:00
Philippe Renon
ab952b0f03 OP-1656 minor post Qt 5.4.0 upgrade cleanups 2015-01-04 12:33:42 +01:00
Philippe Renon
88ce627e2b Merge remote-tracking branch 'origin/shared/OP-1656_upgrade_to_qt_5_4_0' into next 2015-01-04 12:28:46 +01:00
James Duley
170a5f9725 OP-1667 Remove firmware file from packages: removed leftover crap from old attempt 2015-01-04 12:44:58 +13:00
James Duley
0841141bc3 Merge branch 'parched/OP-1657_Remove_linux_bin_wrapper' into next 2015-01-04 09:49:21 +13:00
Laurent Lalanne
5ddc70e2f0 Merge branch 'laurent/OP-1660_RCInput_Manual_Calibration' into next 2015-01-03 13:22:16 +01:00
Laurent Lalanne
4edc97291c OP-1660 Little pixel issue on groove (margin left on blue, margin right on white) and margin not needed (not active, typo) 2015-01-03 13:01:25 +01:00
James Duley
927c55291c Merge branch 'parched/OP-1654_Fix_linux_rpath' into next 2015-01-03 11:39:49 +13:00
Philippe Renon
822e7e6f73 OP-1656 upgraded to Qt 5.4.0 - check that version 5.4.0 is used 2015-01-02 22:23:32 +01:00
Philippe Renon
5b2eac268a OP-1656 upgraded to Qt 5.4.0 (linux) - code compiles - GCS not tested... 2015-01-02 22:22:31 +01:00
Mathieu Rondonneau
acc124cacb OP-1625: DSM: more robust detection of resolution
This allows switching back and forth between 10 and 11 bit
code which prevents getting locked up in one or the other.
It also avoids a situation that can cause an infinite
recursion.

This changeset is cherry-picked from TauLabs (b7eaf87502085666d9738ae16c66170f187f3981).
Thanks to Taulabs for improving OpenPilot's DSM autodetect feature.
2014-12-30 21:29:06 -08:00
Laurent Lalanne
df7201857c OP-1662 Changed filenames for some alarms not displayed : CPU, memory, stack 2014-12-30 20:25:49 +01:00
Laurent Lalanne
45c96f3378 OP-1660 Changes from review 2014-12-30 14:57:34 +01:00
Laurent Lalanne
90e4e9276e OP-1660 Disable all outputs while calibrate (Manual calibration or Wizard) : No servo jitter 2014-12-30 09:49:35 +01:00
Fredrik Arvidsson
1c764c4001 Fixed a gcc compiler warning that was a result of clang compiler warning cleanup. 2014-12-30 09:41:37 +01:00
Fredrik Arvidsson
0f756668bc Merge remote-tracking branch 'origin/cgudrian/OP-1664_clang_warnings' into next 2014-12-30 08:54:51 +01:00
Christian Gudrian
04dda828f0 added config parameter 2014-12-30 17:52:47 +13:00
Christian Gudrian
ed99869c7b fixed comparison 2014-12-30 17:52:47 +13:00
Christian Gudrian
e5d19972e6 fixed type check warning 2014-12-30 17:52:47 +13:00
Christian Gudrian
98387d2639 fixed formatting of error message 2014-12-30 17:52:46 +13:00
Christian Gudrian
30b97bbb29 removed extraneous semicolon 2014-12-30 17:52:46 +13:00
Christian Gudrian
5caee931f5 fixed method signature to match the one in the superclass 2014-12-30 17:48:56 +13:00
Christian Gudrian
bdf4386dfa fixed header guards 2014-12-30 17:48:56 +13:00
Laurent Lalanne
8a02c1c5a2 OP-1662 Typo fixes from Jack 2014-12-29 21:30:58 +01:00
m_thread
61b2b0f07a OP-1628 Fixed button enablement glitch. Added style sheet to reboot page progress bar. 2014-12-29 18:03:20 +01:00
m_thread
9614397694 OP-1628 Uncrustify 2014-12-29 14:51:12 +01:00
m_thread
82c65b6b3f OP-1628 Added software reboot to wizard. 2014-12-29 14:50:20 +01:00
Laurent Lalanne
64cea89d3e OP-1660 Reset channel data : Type and number. Prevent bad channel setting like channel type set and no channel number or wizard freezes. 2014-12-29 01:07:11 +01:00
James Duley
0d17376e26 OP-1654 fix linux rpath: added Qt for plugins 2014-12-29 11:54:24 +13:00
Laurent Lalanne
265bd9c19e OP-1662 Typo 2014-12-28 23:23:01 +01:00
Laurent Lalanne
08b66cb151 OP-1662 Attitude-Error message update 2014-12-28 23:21:21 +01:00
James Duley
fa7196ddec OP-1654 fix linux rpath: removed hardcoded QMAKE_RPATHDIR 2014-12-29 09:04:47 +13:00
Laurent Lalanne
bc5fb14bc9 OP-1662 Add info : Config, Mag, PathPlan, Attitude/Stabilization alarm 2014-12-28 19:09:57 +01:00
m_thread
a1e8d7efed Merge remote-tracking branch 'origin/next' into thread/OP-1628_Reboot_Board_In_Wizard 2014-12-28 09:48:27 +01:00
Laurent Lalanne
9e91c83c60 OP-1660 Rcinput sliders : Add a small Red mark for neutral value - Tooltip for value 2014-12-27 08:09:59 +01:00
Laurent Lalanne
df8cad3190 OP-1660 Pixel issue on Win32, reduce groove height. 2014-12-27 02:12:47 +01:00
Laurent Lalanne
666f764155 OP-1660 Handle fix, was cropped 2014-12-27 00:34:20 +01:00
Laurent Lalanne
02903e7858 OP-1660 Display limits for every FlightMode position on Flightmode channel 2014-12-26 22:45:15 +01:00
Laurent Lalanne
59e461f6ce OP-1660 Revert last commit + uncrustify 2014-12-26 00:00:08 +01:00
Laurent Lalanne
4afe6f2e1a OP-1660 Add ticks on slider, QT stylesheet bug 2014-12-25 22:48:26 +01:00