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

4575 Commits

Author SHA1 Message Date
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
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
Corvus Corax
e97ce303b8 Merge branch 'corvuscorax/OP-942_task-diagnostics-for-callbacks' into next 2014-02-18 00:03:07 +01:00
Philippe Renon
f6c7b5c185 OP-1228 disabled telemetry monitor option page creation to fix gcs crash
- a fully functional option page will be re-introduced with OP-1185

+review OPReview
2014-02-17 21:32:30 +01:00
Corvus Corax
4fa62d71f8 drive-by-enhancement: assert on existance of qml fields in debug mode, helps debugging qml 2014-02-16 12:18:41 +01:00
Alessio Morale
49bc5b8cbd OP-1212 fix GCS plot configurations 2014-02-15 15:32:57 +01:00
Alessio Morale
9bb09bb4a1 OP-1100 fix app plist for invalid file associations 2014-02-11 12:22:03 +01:00
Alessio Morale
d7c18b1022 OP-1166 there was still a problem with ManualcontrolSettings.channelMin. This is a hacky workaround until the binding framework does not allow for a cleaner solution. 2014-02-10 21:53:08 +01:00
Laurent Lalanne
d1252ce261 OP-1187 rel-14.01 Updates 2014-02-09 20:09:37 +01:00
Laurent Lalanne
8795b1aebd Merge remote-tracking branch 'origin/rel-14.01' into laurent/OP-1187_allow_french_translations_in_future_releases 2014-02-09 19:24:15 +01:00
m_thread
3e6192f2d1 OP-1191 Uncrustify. 2014-02-09 19:12:45 +01:00
m_thread
184b161d45 OP-1191 Fixed weirdness showing in 'Edit Gadgets Mode' after switch to Fusion style. 2014-02-09 17:39:16 +01:00
m_thread
9f02d3c170 OP-1191 Added some tooltips and fixed tooltip font color in css to make it work in Fusion style on Linux. 2014-02-09 14:08:07 +01:00
m_thread
64d0f861b1 OP-1191 Gui fixes to Output configuration gui. 2014-02-09 11:36:57 +01:00
Fredrik Arvidsson
277410061a OP-1166 Channel number dropdowns not initialized properly. 2014-02-09 11:00:51 +01:00
m_thread
53c5b511af OP-1191 Fixed Stabilization gui issues. 2014-02-09 10:59:50 +01:00
m_thread
da137e18e7 OP-1191 Removed all special tweaks to the macosx css. No need to have this for fusion. 2014-02-08 13:55:32 +01:00
m_thread
0964031ae0 OP-1191 Minor gui fixes. Removed stuff from linux css file. No need to have minor tweaks to the fusion style. 2014-02-08 13:51:42 +01:00
m_thread
7d44e38daf OP-1088 Changes to the Vehicle configuration page. Changed combo box for tab bar and made the tab text translate-able. 2014-02-08 13:50:14 +01:00
Alessio Morale
4a29db4983 OP-1212 Remove priority task from taskinfo 2014-02-07 18:29:19 +01:00
m_thread
986f2e3e8e OP-1191 Fixed a typo. 2014-02-06 18:30:01 +01:00
m_thread
6bfbe88813 OP-1191 Added message box stating that board reboot is needed after bind/unbind 2014-02-06 17:51:13 +01:00
Fredrik Arvidsson
9b50c26e8f OP-1088 Switched to use 'Fusion' style on the application 2014-02-06 16:37:13 +01:00
m_thread
e6a8d8f02c OP-1191 General Configuration cleanup 2014-02-06 16:28:26 +01:00
m_thread
517123d521 OP-1191 OPLink Configuration cleanup 2014-02-06 16:27:58 +01:00
Alessio Morale
13f1f3f23a OP-1212 Add "priority" attribute to uavojects that grant them higher priority when sent with telemetry 2014-02-04 21:03:42 +01:00
Laurent Lalanne
f0a1555c14 OP-1187 Indentation 2014-02-03 11:57:33 +01:00
Corvus Corax
b076ba02a1 OP-942 API change to CallbackScheduler - include unique ID for each callback for a taskinfo like UAVObject 2014-02-02 19:54:17 +01:00
Laurent Lalanne
66fdc73e71 OP-1187 Removed "#" 2014-01-31 19:15:15 +01:00
Laurent Lalanne
8e837fb985 OP-1187 Wrong file copy in lasted commit.
qt_fr.qm located in tools/Qt_install_dir, allow copy of this file for all systems
2014-01-29 13:42:39 +01:00
Alessio Morale
8cb8977a9e Merge branch 'rel-14.01' of git://git.openpilot.org/OpenPilot into rel-14.01 2014-01-24 22:13:36 +01:00
Philippe Renon
7ecc247e4c Merge branch 'filnet/OP-1183_uavbrowser_displays_hex_string_as_decimal' into rel-14.01 2014-01-24 21:54:45 +01:00
Philippe Renon
6f9fe4479e Merge branch 'filnet/OP-1182_telemetry_widget_is_too_small_on_mac' into rel-14.01 2014-01-24 20:51:59 +01:00
Philippe Renon
a234f52b6d OP-1182 minor tweak of telemetry monitor widget margin for better centering 2014-01-24 20:50:13 +01:00
Alessio Morale
e28e6a76fa OP-1176 : fix Cruise Control checkboxes use wrong Default button 2014-01-24 20:19:13 +01:00
Philippe Renon
40ecef4f94 Merge branch 'OP-1184/cleanup_stack_scope_widget_plot_list' into rel-14.01 2014-01-24 19:58:01 +01:00
Philippe Renon
16ff328bfb OP-1184 removed spurious drawAntialiased setting from stack scope config
+review OPReview-632
2014-01-24 19:53:13 +01:00
Philippe Renon
b58620c981 OP-1184 removed obsolete plots from the stack scope monitor gadget
did same in TaskInfo uav object
2014-01-24 00:17:47 +01:00
Laurent Lalanne
ddde8a9596 OP-1187 Should be the last update before RC release if no changes in Gui/text 2014-01-22 23:34:21 +01:00
Laurent Lalanne
15dfec2d70 Merge remote-tracking branch 'origin/rel-14.01' into laurent/OP-1187_allow_french_translations_in_future_releases 2014-01-22 23:24:45 +01:00
Philippe Renon
ae3d2f41b8 OP-1183 UAVObjectBrowser - fixed issue in newly added hex string editor 2014-01-22 21:35:06 +01:00
Philippe Renon
a41930a5e2 Merge remote-tracking branch 'origin/filnet/OP-1182_telemetry_widget_is_too_small_on_mac' into rel-14.01 2014-01-22 20:59:26 +01:00
Alessio Morale
2d11f81e8a Merge branch 'amorale/OP-1179_about_box_not_working_on_linux' into rel-14.01 2014-01-22 20:27:14 +01:00