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

131 Commits

Author SHA1 Message Date
dankers
1cd94e7b31 Updated Credits file (please contact me if I missed you, a lot happens and I'm sorry if I did).
Add Easystar 3D model, using 3DS format and textures. First model with textures in the SVN for testing of ModelView with textures.
  

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@677 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-28 19:07:35 +00:00
edouard
838f312309 New thermometer dial, measures from -30 degrees C to 90 degrees C. Updated settings UI for the analog dials to accept negative values.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@674 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-27 16:29:52 +00:00
edouard
8aadaf4a2b Added Actuator and ManualControl system health indicators. All currently defined alarms are supported at this stage.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@635 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-17 19:12:31 +00:00
edouard
0ba3e0abd4 EventSystem-OK was missing.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@612 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-08 15:01:20 +00:00
edouard
b6c2b30445 Updated System Health diagram supporting Telemetry & System Even alarms, so now all currently defined alarms are supported.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@610 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-08 12:06:29 +00:00
edouard
f9c5ca21a1 System Health diagram for the GCS gadget, functional version for most existing system alarms.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@602 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 22:17:33 +00:00
edouard
bc9f3f72ec Updated system health diagram (for GCS plugin)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@600 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 16:00:23 +00:00
edouard
db5c938d11 System Health diagram which works with the system health plugin. the XML IDs of each part of the SVG (will) match system alarms, so that no specific configuration is needed in the plugin itself.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@592 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 16:00:29 +00:00
edouard
bba2582bd3 Final(?) update for linear dial master.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@589 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 12:15:35 +00:00
edouard
5660df8c16 Updated linear dial: design simplified.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@587 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 09:42:38 +00:00
edouard
5d20bfd802 Linear/bargraph dial graphics - to be used with linear dial gadget.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@584 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-04 23:06:20 +00:00
edouard
ed7927a544 Altitude dial
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@572 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 14:38:08 +00:00
edouard
ff722b21e1 Added the Airspeed indicator by Guy (thanks!), compatible with the current experimental dials widget.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@567 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-01 20:23:38 +00:00
edouard
1e8abdcc39 SVG for the compass/heading dial, compatible with the dial widget, so that you can test the GCS with more than one moving dial. Next step is to turn the dial gadget into a more generic display system through the Options dialog.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@556 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-27 14:20:41 +00:00
edouard
d0d620d1fe Added analog altitude indicator to the master SVG, and used the B&W version of the OpenPilot logo on the upper left corner of the dial background, looks much better.
Next step is now to standardize the layer naming conventions for easy use by a GCS widget, the idea being to minimize effort for both GCS developers and Dial creators.

Again: Inkscape is the reference tool for editing this file. www.inkscape.org

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@530 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-20 09:58:32 +00:00
edouard
6026a6ba61 This new version of the one-SVG version of the speed dial can be drawn selectively using something like:
m_needleItem->setElementId("needle");
or m_backgroundItem->setElementId("background");
The only catch is that the needle/background elements cannot be layers, but can be groups, and they both have to be of the same size.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@525 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-18 21:25:39 +00:00
edouard
afce3e0333 speed-complete.svg is a try for an integrated SVG for easy dial display.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@523 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-18 20:29:44 +00:00
edouard
15e8f69a0e Speed dial extracts (background & needle)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@496 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 21:05:51 +00:00
edouard
34c7e98ae7 First attempt at creating an "extracts" directory, containing the various dials elements separated by layers. This way, developers can play around with a gadget view displaying the background and several elements stacked on top of each other, with some elements fixed, and some elements rotating. Also added short readme file to explain all this. If you like this, I will do this for all current dials, not only heading.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@493 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 13:32:37 +00:00
edouard
4a4dff1b20 Updated page size for dials, should help rendering.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@492 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 12:07:14 +00:00
dankers
8c3a4f8761 Artwork - My hack at adding glass reflection bling and the monchrome logo.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@491 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 04:36:26 +00:00
edouard
c7d78f67c9 Added climb indicator. Added tiny OP logo on the dial background, do we want to keep it there or not?
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@446 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 08:52:24 +00:00
dankers
3b7aa5c3a9 Add license file. Needs more information adding but prevent commercial use of Eds fantastic work.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@427 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-05 15:22:58 +00:00
edouard
549b16ff3d New 'Dials' directory for a first attempt at GCS displays. The main file is the SVG master which contains layers with all elements. Inkscape (Open Source vector editor) was used for creating these, give it a try if you want to edit the dials.
This commit includes compass, speed and attitude.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@426 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-05 14:51:09 +00:00
edouard
23026d6c84 Added system diagram in SVG format (created with Inkscape), same as on the wiki pages, but in vector format, not bitmap.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@422 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-03 12:07:36 +00:00
dankers
26377a8418 Add more models, these need converting from Sketchup and also altering. Added draft license information.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@415 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-31 17:20:13 +00:00
chebuzz
09aa791f29 Missed these files during initial modelview plugin checkin
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@413 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-31 13:35:04 +00:00
dankers
fde3c41890 Add Quad 3D Models for GCS
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@374 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-22 14:59:54 +00:00
dankers
41b9206b28 3D test model for GCS 3D Plugin.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@349 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-20 12:20:58 +00:00
dankers
0500fe88c9 Add copyright information to OP font
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@229 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-03 10:40:25 +00:00
dankers
59dbc21410 Add artwork for OpenPilot to SVN
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@224 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-02 16:55:00 +00:00