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

9444 Commits

Author SHA1 Message Date
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
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
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
Bertrand Songis
24830ffd88 Fix for [OP-1078]: GCS segfaults if you close it after playing a log file 2013-11-13 23:14:03 +01:00
Fredrik Larsson
ac1e03e9f0 Fixed typos 2013-11-13 18:03:20 +01:00
Alessio Morale
633e51ae17 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next 2013-11-13 16:13:05 +01:00
Alessio Morale
12661f79a8 Merge remote-tracking branch 'origin/bsongis/OP-1095_GCS_crashing_on_MacOSX_10.9_upon_connection_of_OPLinkMini' into next 2013-11-13 15:54:03 +01:00
Alessio Morale
c3f059d057 Merge remote-tracking branch 'origin/bsongis/OP-1080_Unreliable_detection_of_board_through_OPLink' into next 2013-11-13 15:42:40 +01:00
Alessio Morale
fa2b6c30ef Merge remote-tracking branch 'origin/patrickh/OP-1103_Fixes_for_OSX_after_Qt511_update' into next 2013-11-13 15:26:51 +01:00
Fredrik Larsson
52d874f501 Added people to credits 2013-11-13 14:47:25 +01:00
Patrick Huebner
b4d0a93133 OP-1103 Some minor cleanup work and adding a version check for Qt5.1 2013-11-13 21:04:57 +11:00
Patrick Huebner
b151ff3fed OP-1103 OpenGL/OpenGL.h should only be included on OSX, otherwise it breaks Windows and Linux builds 2013-11-10 22:42:34 +11:00
Patrick Huebner
d99727306c OP-1103 Fixes packaging issues for OSX. Using this version I had no problem to run GCS on 10.9 Mavericks 2013-11-10 19:20:40 +11:00
Patrick Huebner
c0f6d9d7bc OP-1103 Fixes a build problem where the CoreFoundation framework wasn’t found on some systems. 2013-11-10 09:36:37 +11:00
Bertrand Songis
6bb1ae6721 Fix for OP-1080: Unreliable detection of board through OPLink
Conflicts:
	ground/openpilotgcs/src/plugins/uavtalk/telemetrymonitor.cpp
2013-11-06 12:18:10 +01:00
Bertrand Songis
df0e51c986 Fix for [OP-1078]: GCS segfaults if you close it after playing a log file 2013-11-06 12:16:50 +01:00
Alessio Morale
b003109eea OP-1104: Update BL to version 6, raise to 0xA0000 so 640Kbyte program size.
+review OPReview
 #resolve
2013-11-05 19:07:36 +01:00
Patrick Huebner
a42fcddabf OP-1103 There was a typo in tools.mk 2013-11-04 08:07:07 +11:00
Alessio Morale
69372ea62a OP-835 Linux SDK Installer: md5 url changed to OP ones 2013-11-03 14:31:28 +01:00
Patrick Huebner
9a60d63c59 OP-1103 Fixes rendering issues related to QTabWidget DocumentMode 2013-11-04 00:13:15 +11:00
Patrick Huebner
0833cd206c OP-1103 Fix for build error on OSX 10.8 after Qt5.1.1 update 2013-11-04 00:13:14 +11:00
Alessio Morale
01c2a84da9 Merge remote-tracking branch 'origin/amorale/OP-1101_fix_tools_mk_typos' into next 2013-11-03 13:41:27 +01:00
a*morale
4be59a01f1 OP-1101 Linux SDK Installer: fixed missing tabs causing issues in OSX 2013-11-02 17:08:12 +01:00
Alessio Morale
d2355c665d Merge branch 'amorale/OP-835_linux_sdk_installer' into next 2013-11-02 12:16:23 +01:00
Alessio Morale
8fca8122f4 OP-835 Linux SDK Installer: fix "non conformant" installation paths
+review OPReview-577
2013-10-27 13:58:32 +01:00
Alessio Morale
cbb7fcfa9d OP-835 Linux SDK installer: fixes for readmes and some cleanup 2013-10-26 16:39:31 +02:00
Alessio Morale
e331d6e8ad OP-835 Fixes for Linux32, remove duplicated file 2013-10-26 16:28:52 +02:00
Alessio Morale
ff8031d469 OP-835 Add +x attribute to downloaded QT installer 2013-10-26 15:45:33 +02:00