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

16 Commits

Author SHA1 Message Date
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