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

10321 Commits

Author SHA1 Message Date
Corvus Corax
dbbb8d5e0d OP-1216 fixes as suggested in OPReview-645 2014-03-03 18:58:09 +01:00
Corvus Corax
696baff1e2 OP-1216 removed now uneeded TaskInfo entry for ManualControl 2014-03-02 22:49:29 +01:00
Corvus Corax
2c99b008c6 OP-1216 some fixes to flightmode and arm state management, update GCS control widget to be able to test and debug new control infrastructure 2014-03-02 22:20:18 +01:00
Corvus Corax
12eed41e58 OP-1216 modified alarms for manualcontrol/receiver to reflect new architecture 2014-03-02 20:12:19 +01:00
Corvus Corax
564a991222 adjusted Stabilization stack size to get rid of stack alarm 2014-03-02 19:11:49 +01:00
Corvus Corax
2f57ea2ab3 added missing initializations to allow boot without manualcontrol module 2014-03-02 19:00:37 +01:00
Corvus Corax
f61231f610 OP-1216 moved safety zeroing for channels from Stabilization to Actuators (so it also affects manual mode) 2014-03-02 15:35:39 +01:00
Corvus Corax
3ea9042279 Merge branch 'next' into corvuscorax/OP-1216_flight-control-refurbishment 2014-03-02 14:54:01 +01:00
Corvus Corax
cdca8d835c OP-1216 manualcontrol refactoring 2014-03-02 14:45:17 +01:00
Philippe Renon
bb16da86ff OP-1243 fixed duplicate popup menu entries appearing when opening menu multiple times
- also removed two unconventional Close menu entries
- and other minor cleanups

+review OPReview
2014-03-02 14:07:13 +01:00
m_thread
b0bc0909ba OP-1170 Fixed MacOSX build error. 2014-02-27 11:29:53 +01:00
m_thread
a5e10d2034 OP-1170 Suppressing specific warnings not fixable. 2014-02-27 09:50:17 +01:00
m_thread
43bd1f3c69 OP-1170 Got rid of all compiler warnings in utils library. 2014-02-27 09:16:33 +01:00
m_thread
ae72735a50 OP-1170 Removed all compiler warnings from opmapcontrol library. 2014-02-27 09:08:38 +01:00
m_thread
36307100f0 OP-1170 Got rid of compiler warnings for several plugins. A few warnings are left since I dont know how to get rid of them without suppressing a whole category of warnings in all files compiled. 2014-02-26 18:33:58 +01:00
m_thread
f306a356f3 OP-1170 got rid of compiler warnings in multiple plugins. 2014-02-26 17:57:45 +01:00
m_thread
4b4f9bd108 OP-1170 Got rid of all compiler warnings in pathactioneditor plugin. 2014-02-26 17:53:22 +01:00
m_thread
a79efd7353 OP-1170 Got rid of all compiler warnings in opmap plugin. 2014-02-26 17:48:40 +01:00
m_thread
7e52a0f641 OP-1170 Got rid of all compiler warnings in ophid plugin. 2014-02-26 17:38:43 +01:00
m_thread
3c4bf5be9a OP-1170 Got rid of all compiler warnings in notify plugin. 2014-02-26 17:36:37 +01:00
m_thread
5be91fa012 OP-1170 got rid of all compiler warnings in logging plugin. 2014-02-26 17:31:01 +01:00
m_thread
460c60399b OP-1170 Got rid of all compiler warnings in lineardial plugin. 2014-02-26 17:30:04 +01:00
m_thread
929f309f61 OP-1170 Got rid of all compiler warnings in HITL plugin. 2014-02-26 17:25:49 +01:00
m_thread
15b1304fd1 OP-1170 Got rid of all compiler warnings in debuggadget plugin. 2014-02-26 17:21:38 +01:00
m_thread
2bd808995d OP-1170 got rid of all compiler warnings in Core plugin. 2014-02-26 17:19:58 +01:00
m_thread
a632b4ad06 OP-1170 Got rid of all compiler warning in Config Plugin 2014-02-26 17:17:37 +01:00
m_thread
749703d187 OP-1245 GUI fixing. 2014-02-26 15:56:20 +01:00
m_thread
607466f937 OP-1245 Adjustments to qml dialog design to accomodate log settings and control. 2014-02-26 14:44:45 +01:00
m_thread
7150a3c4be OP-1244 Changed formatting of objectid and instance id in xml export format. 2014-02-26 12:56:01 +01:00
m_thread
1d237aff96 OP-1244 Added support for flight start adjusted time stamps in exported files. 2014-02-26 12:55:32 +01:00
m_thread
c5549a287b OP-1244 Added csv export implementation. 2014-02-26 12:36:53 +01:00
m_thread
b7ab2701a4 OP-1244 Implemented xml export of flight logs. 2014-02-26 12:10:02 +01:00
m_thread
b272948ff4 OP-1244 Added basic streaming xml write support to UAVObjects. 2014-02-26 11:19:00 +01:00
m_thread
905e6a8eda OP-1244 Added basic support for multiple export format. 2014-02-26 11:17:26 +01:00
Alessio Morale
14f2894464 Merge branch 'master' into next 2014-02-22 13:07:24 +01:00
Alessio Morale
c8fe833922 Merge remote-tracking branch 'origin/rel-14.01' 2014-02-22 12:45:32 +01:00
Alessio Morale
8c46e1a895 Update WHATSNEW for release 2014-02-22 12:31:32 +01:00
Alessio Morale
2bcbf7dc86 OP-1026 remove legacy idle time calculation in OPLink code 2014-02-22 00:31:06 +01:00
Alessio Morale
3fc3b5b01b OP-1026 replace idle time calculation with task monitor API 2014-02-22 00:30:03 +01:00
Alessio Morale
73d0b93829 OP-1026 Add a task monitor api to calculate idle percentage 2014-02-22 00:29:02 +01:00
Alessio Morale
92839fe95d Uncrustify 2014-02-21 19:19:24 +01:00
Alessio Morale
89b1a43b76 Merge remote-tracking branch 'origin/amorale/OP-1100_fix_osx_file_associations' into next 2014-02-21 19:18:06 +01:00
Alessio Morale
3cf1662bc8 Merge remote-tracking branch 'origin/amorale/OP-1212_telemetry_prio_queue' into next 2014-02-21 19:16:52 +01:00
Alessio Morale
b759d38f5c Merge branch 'rel-14.01' into next 2014-02-21 19:16:02 +01:00
Alessio Morale
85c222e7cb Merge branch 'amorale/OP-1166_fix_min_less_than_1000' into rel-14.01 2014-02-21 19:05:04 +01:00
Alessio Morale
dad05235e3 Update WHATSNEW.txt for release 2014-02-20 00:16:11 +01:00
Alessio Morale
b879bd8fb4 OP-1232 set lowpriority field on all other UAVObjEvent usage intances 2014-02-18 01:04:43 +01:00
Alessio Morale
26f3422612 OP-1232 add a low priority flag that prevent raising the error counter in eventdispatcher, to be used for telemetry 2014-02-18 01:03:57 +01:00
Corvus Corax
e97ce303b8 Merge branch 'corvuscorax/OP-942_task-diagnostics-for-callbacks' into next 2014-02-18 00:03:07 +01:00
Corvus Corax
b846ba3a1e OP-942 changed taskinfo to be non acked too 2014-02-17 23:32:54 +01:00