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

9604 Commits

Author SHA1 Message Date
Corvus Corax
98d213f1a2 uncrustification for ground/openpilotgcs/src/plugins/lineardial/lineardialplugin.h 2013-11-16 17:34:41 +01:00
Corvus Corax
33616e6af4 uncrustification for ground/openpilotgcs/src/plugins/ipconnection/ipconnectionplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
bcc651ddc8 uncrustification for ground/openpilotgcs/src/plugins/importexport/importexportplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
4adca55693 uncrustification for ground/openpilotgcs/src/plugins/hitl/hitlplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
58109f8461 uncrustification for ground/openpilotgcs/src/plugins/gpsdisplay/gpsdisplayplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
65e8c0dc6f uncrustification for ground/openpilotgcs/src/plugins/gcscontrol/gcscontrolplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
a499b92d9d uncrustification for ground/openpilotgcs/src/plugins/emptygadget/emptyplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
765bd0a7ff uncrustification for ground/openpilotgcs/src/plugins/dial/dialplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
2e5c179fa4 uncrustification for ground/openpilotgcs/src/plugins/debuggadget/debugplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
6030b1ba0a uncrustification for ground/openpilotgcs/src/plugins/coreplugin/coreplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
17da3a6c7a uncrustification for ground/openpilotgcs/src/plugins/config/configplugin.h 2013-11-16 17:34:40 +01:00
Corvus Corax
9a753e5c77 uncrustification for ground/openpilotgcs/src/plugins/antennatrack/antennatrackplugin.h 2013-11-16 17:34:39 +01:00
Corvus Corax
00321b09dc Modified uavobjectmanager to only use logfs calls for UAVObject flash transactions, abstracted dosfs calls to use logfs wrapper class for simpiosix and SD-card access 2013-11-16 17:30:40 +01:00
Fredrik Larrson
1edfd56d48 For controls and Dialogs, use Copydir directive as all qml files are
needed and this is the "easy way", the other solution is to list every
single qml file by hand, these will likely be added to in upcomming
releases of Qt and cause maintaince.

The downside is three debug DLLs get copied also, if required I can expand
copydata.pro to delete them after the copy if required.

As we are making some changes to the build system, this at least enables
working builds of QtQuick2, if before packaging we do not have a better
solution, I will make sure the extra debug DLLs are removed.
2013-11-16 19:18:36 +11:00
Fredrik Larrson
e53db99d89 Add private shared QtQuick types 2013-11-16 05:57:39 +11:00
Fredrik Larrson
94b9ef10d5 Merge branch 'about' into qtquick2 2013-11-16 05:38:38 +11:00
Fredrik Larrson
f1dd376b79 Standard QtQuick2 working, welcome, PFD etc 2013-11-16 04:35:09 +11:00
Fredrik Larrson
d868c12a09 QtQuick2 DLLs copied, fixed directory name with missing period also 2013-11-16 04:11:53 +11:00
Fredrik Larrson
85387f000a Only make controls directory once 2013-11-16 03:46:04 +11:00
Fredrik Larrson
16c157591b Create QtQuick directories 2013-11-16 03:42:11 +11:00
m_thread
674af2cf35 OP-1107 :/ 2013-11-15 13:18:35 +01:00
m_thread
01423dba8a OP-1107 Another mistake 2013-11-15 13:16:11 +01:00
m_thread
c48c4f5088 OP-1107 removed a faulty include 2013-11-15 12:58:43 +01:00
m_thread
f7a832bc06 Merge remote-tracking branch 'opgit/shared/OP-1109_qtquick2' into thread/OP-1107_About_dialog_enhancements 2013-11-15 12:26:46 +01:00
m_thread
300888e8b1 OP-1107 Implements the new About dialog in QtQuick 2.0. 2013-11-15 11:58:59 +01:00
Alessio Morale
6aa63c6e96 Merge remote-tracking branch 'origin/OP-1114_QGLWidget_prohibits_QListWidgetItem_click' into next 2013-11-15 11:43:03 +01:00
Patrick Huebner
28de9f1d48 OP-1114 Bug fix for QGLWidget mouse click issue 2013-11-15 21:03:03 +11:00
Philippe Renon
89e261c3f8 OP-1109: added required DLLs 2013-11-14 22:41:39 +01:00
m_thread
63ad5e69da Merge remote-tracking branch 'origin/shared/OP-1109_qtquick2' into thread/OP-1107_About_dialog_enhancements
Conflicts:
	ground/openpilotgcs/src/plugins/coreplugin/aboutdialog.cpp
	ground/openpilotgcs/src/plugins/coreplugin/coreplugin.pro
	ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml
	ground/openpilotgcs/src/plugins/coreplugin/qml/ScrollDecorator.qml
	ground/openpilotgcs/src/plugins/coreplugin/qml/TabWidget.qml
2013-11-14 20:09:05 +01:00
Alessio Morale
1b3f4b746d Merge remote-tracking branch 'bsongis/OP-1078_GCS_segfaults_if_you_close_it_after_playing_a_log_file' into next 2013-11-14 19:34:34 +01:00
Fredrik Larsson
2bb885b491 Add a simply readme 2013-11-14 23:14:24 +11:00
Fredrik Larsson
218778de60 Remove old Google Sketch image 2013-11-14 23:10:08 +11:00
Fredrik Larsson
dbb3c616ac Remove Android folder, unused and only contains one resoultion also 2013-11-14 23:08:04 +11:00
Fredrik Larsson
1cfcc03f2a Remove old CopterControl diagram, very pretty but unused these days 2013-11-14 23:06:41 +11:00
Fredrik Larsson
a973e37845 Remove old system diagram for old OP AHRS design 2013-11-14 23:06:06 +11:00
Fredrik Larsson
b89c0ae2a8 Update Readme to remove referenced to WIP dial set and also GuyMc sets which did not exist in the tree anyway 2013-11-14 23:04:50 +11:00
Fredrik Larsson
30e6f8f505 Remove work in progress dials 2013-11-14 23:03:45 +11:00
Fredrik Larsson
34d02a1835 Unsure if these are used still, fixed typeo in readme, added link to Tango project 2013-11-14 23:01:28 +11:00
Fredrik Larsson
415289bf81 Remove old mainboard image, very old hardware
The rest of the files in this directory could be useful, they are source artwork for things like the map
2013-11-14 22:58:45 +11:00
Fredrik Larsson
212a3f0530 Remove old CopterControl image, once used for the firmware screen
We now use a 3D view which the artwork is not in this folder at all
2013-11-14 22:57:18 +11:00
Fredrik Larsson
7ab72e678b Old AHRS board image, incomplete and AHRS went long ago 2013-11-14 22:56:12 +11:00
Fredrik Larsson
4c3fd7ad35 Old MultiRotor Shapes svg removed, unused and out of date, current is in the source tree 2013-11-14 22:55:15 +11:00
Fredrik Larsson
41ea63f188 Remove PFD directory, also old readme file. 2013-11-14 22:53:21 +11:00
Fredrik Larsson
06a88a2b46 Remove two WIP PFDs that were never used 2013-11-14 22:52:57 +11:00
Fredrik Larsson
5996d46010 Remove old version of current PFD, out of sync with GCS 2013-11-14 22:52:07 +11:00
Fredrik Larsson
b66b1f0909 Remove old unused PFD artwork 2013-11-14 22:51:08 +11:00
Alessio Morale
c179d388e3 OP-1109: fix uninitialized use of m_container 2013-11-14 00:48:34 +01:00
Alessio Morale
bac4f96d1c OP-1109: port plugins/pfdqml 2013-11-14 00:48:00 +01:00
Alessio Morale
710f73d219 OP-1109: port coreplugin/AutorsDialog.
TODO: fix dialog/view size handling
2013-11-14 00:25:24 +01:00
Alessio Morale
1c23dcd2e4 OP-1109: port plugin/welcome 2013-11-14 00:04:34 +01:00