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

289 Commits

Author SHA1 Message Date
vassilis
9c800f6007 GCS\Telemetry Implement telemetry settings object
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@606 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-08 02:43:26 +00:00
vassilis
85e5d74710 OP-4 GCS/Telemetry Flush telemetry queues while connection is not yet established (to remove stale data)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@604 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-08 00:21:49 +00:00
edouard
dafdac14e2 The System Health gagdet now works: load the system-health-path.svg file from the config dialog, and send system alarms to it!
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@603 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 22:19:27 +00:00
edouard
e965ee0771 First connection of System Health plugin to system alarms. Only debug code for now.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@601 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 16:01:49 +00:00
ephy
ea108813ab OP-9 GCS/uavobjectbrowser: Refactoring.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@599 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 07:03:28 +00:00
vassilis
23ed286883 GCS/UAVObjects: Merged all UAVObjectFields into a single class using a QVariant for the data, updated UAVObjectBrowser and fixed a bug with array fields, added isNumeric() and isText() functions to UAVObjectField
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@598 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-07 01:49:38 +00:00
edouard
df419e281a Added system health plugin
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@594 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 16:10:29 +00:00
edouard
bb21f6c6b9 Start of System Health plugin. Only displays the mainboard components for now, does nothing more. Waiting for more info on system alarms before continuing. This gadget can in theory display alarms from any subsystem given the right SVG source file.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@593 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 16:09:37 +00:00
edouard
2b6ffc8bb0 Fixed the small display bug in the linear dial. Display code is now OK, what is missing is: writing numeric value, connecting to input (either uavobject or other abstraction level)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@591 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 13:20:57 +00:00
edouard
19b6c70588 Configuration now works, much better way to display the zones - explanations to come in the wiki concerning dial design. Remaining display bug of index, will fix later.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@590 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 12:17:10 +00:00
ephy
35437220a2 GCS/Lineardial: Compile fix for Linux (case sensitive)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@588 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-05 10:05:24 +00:00
edouard
10215c96c3 New "bargraph" dial. Use with the recently uploaded linear dial SVG. Settings to not work at the moment, I'll add them later.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@585 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-04 23:09:39 +00:00
vassilis
7edfaa5f26 GCS/ObjectBrowser Added erase button and modified load and save buttons to act on only the currently selected object
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@581 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-04 02:12:50 +00:00
vassilis
e22aaa939e OP-4 GCS/Telemetry Implemented telemetry connection manager, persistent objects are now automatically retrieved each time a new connection is established (to ensure that the GCS objects are in sync with the Flight objects), minor telemetry bug fixes
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@579 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-04 01:31:06 +00:00
edouard
2dc5e416ac Smooth and fast needle rotation, using timers. The only remaining thing is to do the actual connection to UAV Objects - everything is in place, configuration-wise.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@575 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-03 05:59:41 +00:00
julien
5ad8ab3de7 GCS/DoNothing : Updated dependencies in .pluginspec
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@574 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 17:20:20 +00:00
julien
38171a89c5 GCS/connectionmanager: Trying to fix segfault reported in OP-70
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@573 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 16:13:12 +00:00
edouard
7ce98b0bf5 Bugfix (division by zero error if Maxvalue=0...). Rotation code can/should be improved, but still, it's a start.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@571 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 14:32:44 +00:00
edouard
61804f91dd Settings for SVG analog dials all finalized except actual connection to UAVObjects. The test code randomly assigns values to the dials to demonstrate smooth needle rotation. Let me know if you like it!
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@570 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 14:07:00 +00:00
edouard
2ab8ea6eb3 Full featured option page for analog dials up to two analog indicators. Ongoing work, the settings are not fully active yet.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@569 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-02 11:13:18 +00:00
edouard
06dac9cb09 Updates to airspeed gadget: the background SVG file is now defined in the configuration options, is properly saved and restored between sessions, etc. Several dial configurations can be defined. Next step is to enhance the configuration system to create generic dials.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@568 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-05-01 22:19:12 +00:00
vassilis
fe29624590 GCS/Objects Metaobjects are now also stored in CF and retrieved on power-up. At this time settings and meta objects are automatically loaded on startup if they have been saved in the CF card (to test use Save button in the object browser), if a file is not found in the CF card then the defaults specified in the XML file will be used.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@560 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-30 02:27:37 +00:00
edouard
c9ef6dcfeb Added the beginning of an options page for the airspeed gadget: eventually this should become a more generic "analog dial" gadget supporting any sort of analog indicator with one or more rotating needles and text display. The options do nothing at the moment, it is just ground work for later.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@559 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-29 16:08:58 +00:00
vassilis
ce4aa6efc6 GCS/UAVObjectGenerator Added support for default field values (used to initialize settings with defaults)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@557 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-28 01:50:53 +00:00
edouard
4ef9c7de22 Make the Airspeed gadget dials resize dynamically when the gadget size changes.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@555 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-27 14:04:06 +00:00
vassilis
d04983a6a5 GCS/Objects Updated systemalarms.xml
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@553 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-27 01:52:30 +00:00
vassilis
4d59a46ae4 GCS/UAVObjectGenerator Generate more information for each field
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@552 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-27 01:50:45 +00:00
ephy
c6ca9772e5 GCS/qxt: Add libqxt to libs.pro
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@551 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-26 05:12:56 +00:00
vassilis
fcc94eaec0 OP-4 GCS/Telemetry Implement CRC in telemetry protocol
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@550 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 21:20:28 +00:00
ephy
2dc193ae5a GCS/console: Fix coloring misbehavior.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@548 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 18:50:11 +00:00
ephy
8f5ecf399d GCS/consolegadget: Addition of primitive console gadget that displays log messages.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@546 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 18:01:13 +00:00
ephy
c51c7f72e7 GCS/core: Add logging support to core.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@545 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 17:55:21 +00:00
ephy
462b7f6adf GCS/libqxt: Updated project files for windows.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@544 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 17:47:49 +00:00
ephy
541f80aa33 GCS/libqxt: Addition of libqxt (www.libqxt.org) for its logging framework.
Basic usage: qxtLog->info("foo");

    * trace()
    * debug()
    * info()
    * warning()
    * error()
    * critical()
    * fatal()
    * write()

qDebug(), qWarning() etc can also be used. 

     std::cout << "foo" 
and 
     printf("foo") 
should not be used.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@543 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 13:42:34 +00:00
vassilis
e406db3786 OP-4 GCS/Telemetry Limit transmit buffer size
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@542 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-25 02:21:36 +00:00
vassilis
dbba3b95b3 OP-4 GCS/Telemetry Bug fixes and improved response when telemetry bus is fully loaded
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@538 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-24 04:00:30 +00:00
vassilis
22251f195d GCS\ObjectGenerator (more) Minor changes on the way named arrays are implemented
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@537 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-22 00:56:11 +00:00
vassilis
56f88a6a79 GCS\ObjectGenerator Minor change on the way named arrays are implemented
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@536 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-22 00:44:14 +00:00
ephy
5b5cdd23fa GCS/core: Place empty gadget first in drop down list.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@534 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-21 05:47:38 +00:00
ephy
2cadc80818 GCS/config: Rename config.pluginspec -> Config.pluginspec
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@533 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-21 04:54:19 +00:00
vassilis
8622b7323d GCS/UAVObjectGenerator Added support for named arrays (i.e. each array element can have a name - needed for alarms), updated object browser to display names instead of just array index.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@532 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-21 02:50:51 +00:00
pedro
62f3f3c42e added config plugin
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@529 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-19 21:03:48 +00:00
pedro
87aae1ea77 OP-38 ConfigGadget - just the inicial classes
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@528 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-19 21:02:15 +00:00
julien
28cd8f002b GCS/airspeed: fixed build for Windows
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@527 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-19 19:03:40 +00:00
chebuzz
119280edbc OP-60 GCS/Dials: Create first analog dial. This uses a single multi-layer SVG file created by Edouard. Work remaining involves accepting a UAVObject to update display and smoothing the rotation of the two needles.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@526 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-19 06:38:03 +00:00
edouard
19344dea84 Optimized display for multi-SVG example.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@524 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-18 20:45:07 +00:00
sambas
0ec2156f4a OP-25: More fields for GPS Objects, preparing gpsinfo remove
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@521 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-18 07:14:00 +00:00
vassilis
b92cf530a5 OP-4 GCS/System Created CPU utilization measurement and created object to report system information (load, heap and time)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@520 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-18 02:14:42 +00:00
vassilis
ed48dc25de GCS Updated gpsobject XML file (made it a single instance - less protocol overhead)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@518 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-17 22:28:50 +00:00
vassilis
fdbcc1921f OP-4 GCS/Telemetry Create new objects to report statistics of the telemetry link (plus a few bug fixes, heap size was also increased)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@516 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-17 22:17:25 +00:00
sambas
670ac85e79 OP-25: GPS object update
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@513 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-17 08:12:05 +00:00
sambas
03a012c347 OP-25: Initial GPS Object
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@512 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-17 07:38:28 +00:00
ephy
17842c5c4c OP-9 GCS/uavobjectbrowser: Compile fix.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@511 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-16 10:25:32 +00:00
ephy
fdb15257f0 OP-9 GCS/uavobjectbrowser: Options to change colors.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@510 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-16 09:49:05 +00:00
ephy
d08e801e37 OP-9 GCS/uavobjectbrowser: Minor change to highlight behavior.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@509 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-16 06:49:54 +00:00
ephy
21afa3b9f0 OP-9 GCS/uavobjectbrowser: Minor change to highlight behavior.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@508 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-16 05:47:29 +00:00
vassilis
c107ab34d4 OP-4 GCS/Telemetry More bug fixes after telemetry testing (basic functionality now working)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@507 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-16 01:56:56 +00:00
ephy
27f56a014b OP-9 GCS/uavobjectbrowser: Refactoring.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@505 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-15 19:59:45 +00:00
ephy
c9446f1fd5 OP-9 GCS/uavobjectbrowser: Fix problem with editing objects.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@504 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-15 17:25:56 +00:00
ephy
44176370de OP-9 GCS/uavobjectbrowser: Individualize highlights. Clean build may be required.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@503 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-15 15:42:47 +00:00
ephy
412fb3abc3 OP-9 GCS/uavobjectbrowser: Support updates.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@502 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-15 10:42:01 +00:00
vassilis
bd853085c8 OP-4 GCS/Telemetry Refactored telemetry to be fully event driven and various bug fixes (working but not yet fully tested)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@501 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-15 02:19:13 +00:00
zedamota
2e9bb6eadc OP-35 GCS/Qymodem_lib and Uploader plugin. Further cleaning up, and documenting.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@499 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-14 21:23:13 +00:00
vassilis
1a4e3c8d44 OP-4 Flight/UAVTalk Minor type fixes
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@498 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-14 01:01:35 +00:00
edouard
dbecc014b7 Performance update, the previous version kept reloading the svg files and was a bit stupid, sorry. Now only updates when the value is changed.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@497 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 21:22:32 +00:00
edouard
13e0fd9196 New version of the experimental SVG dial widget: I have created a new basicsvgdial widget and updated the main program to use three SVG files: background, needle and top (fixed). Use the default provided SVG files to test (copy them to the debug directory after compiling for quicker tests).
basicdial.cpp and basicdial.h are not used anymore

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@495 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 20:51:49 +00:00
zedamota
e09de26a63 OP-35 GCS/Qymodem_lib Clean up, documented, and gave credits to some sources.
Qymodem library is used by the Uploader plugin in order to upload files via Y-Modem protocol to the Openpilot's HW bootloader.
It has been tested with MS Hyperterminal. 
I'm still waiting for feedback about usage with real HW.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@494 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-13 19:04:24 +00:00
ephy
1e36b88811 OP-9 GCS/uavobjectbrowser: Small random changes.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@490 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 20:13:27 +00:00
ephy
052791620e OP-65 GCS/map gadget: Option to choose map provider.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@489 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 10:23:26 +00:00
ephy
74e5cfa3ca OP-65 GCS/qmapcontrol: Fix for google map and google sat map.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@488 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 10:22:16 +00:00
ephy
30f8da6e82 GCS/serialconnection: Backslash fix for linux in serialconnection.pro
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@487 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 06:23:06 +00:00
ephy
9a4be641fb OP-9 GCS/uavobjectbrowser: Compile fix.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@486 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 05:58:28 +00:00
ephy
a57ce6bc43 OP-9 GCS/uavobjectbrowser: Initial support for highlight of recently updated objects, dummy testing with enums is possible.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@485 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-12 05:54:54 +00:00
julien
3581e37627 GCS/ConnectionManager: Fixed an issue with device list removal
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@484 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 21:32:08 +00:00
julien
a4147d5fb2 GCS/connectionManager: some light cleanup and refactoring
GCS/serialconnection: added a new connection plugin for serial port

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@483 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 21:08:46 +00:00
zedamota
a862f9638e Uploader Plugin- Added installed ports debug information.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@482 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 15:38:21 +00:00
ephy
98f5901be2 GCS/uavobjectbrowser: Refactoring.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@481 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 07:58:31 +00:00
ephy
0ffe45def1 GCS/uavobjects: Change fields to uavobjectfieldenum in uavmetaobject.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@480 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 07:49:49 +00:00
ephy
eb4f26f244 GCS/uploader: change uploader.pluginspec -> Uploader.pluginspec
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@479 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 05:51:26 +00:00
ephy
a1b39c3035 GCS/uploader: change uploader.pluginspec -> Uploader.pluginspec
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@478 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-11 05:50:36 +00:00
zedamota
e99cc9635d Minor Fix
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@477 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 23:55:36 +00:00
zedamota
5e1ecd34c6 Fixes performance issues under windows
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@476 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 23:02:40 +00:00
zedamota
eb8ad597c3 Fixes performance issues under windows
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@475 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 23:01:59 +00:00
zedamota
8ba2b0f4bc Fixes Problem under Linux, teste ok under Ubuntu
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@474 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 20:31:13 +00:00
zedamota
eb6961c173 Fixes Problem under Linux, tested Ok under Ubuntu
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@473 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 20:29:34 +00:00
sambas
5d1229311d Some telemetry and HID work, few very ugly test hacks
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@471 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 16:14:29 +00:00
thenobody
c15aba6b84 Handle non-1:1 aspect ratio bacgrounds.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@470 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 14:56:40 +00:00
vassilis
ad9227d7a4 GCS/UAVObjectBrowser: Implemented settings save/load actions and created the SettingsPersistence object
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@469 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 05:09:56 +00:00
zedamota
715592c832 Linux fix
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@467 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 02:10:17 +00:00
zedamota
ac88f788be Test version of Ymodem Plugin
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@464 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 00:09:53 +00:00
zedamota
e868af8efe Sorry about consecutive commits, should be the last one. Compiles on Windows 7 and ubuntu
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@463 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-10 00:00:53 +00:00
thenobody
d4c19d56a1 Settings panel for widget testing.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@462 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 23:56:31 +00:00
zedamota
0eef1c1f31 git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@461 ebee16cc-31ac-478f-84a7-5cbb03baadba 2010-04-09 23:17:54 +00:00
zedamota
7ff038004f Fixes problems compiling on linux
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@460 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:57:06 +00:00
zedamota
315088ad60 Fixes problems compiling on linux
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@459 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:52:43 +00:00
zedamota
00b1517da4 git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@458 ebee16cc-31ac-478f-84a7-5cbb03baadba 2010-04-09 22:49:57 +00:00
zedamota
b23bac266f Fixes problems compiling on linux
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@457 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:49:42 +00:00
zedamota
60baf313ba Fixes problems compiling on linux
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@456 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:46:25 +00:00
zedamota
f75c14f2b9 Fixes problems compiling on linux
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@455 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:45:15 +00:00
thenobody
e710fdd178 README update.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@454 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-09 22:26:34 +00:00