elafargue
787b43fa0b
Merge branch 'bugfix-ground' into OP-369_Edouard_UAVSettings_ImportExport
2011-06-03 08:04:18 +02:00
dankers
5957612870
Remove old ini file, add a modelview item for the new CC model to ModelView
2011-06-03 12:18:37 +10:00
dankers
d3ae9113d9
Update file names
2011-06-03 10:31:45 +10:00
dankers
62c172f280
Add Nuno's wonderful CC model
2011-06-03 09:46:59 +10:00
elafargue
f4b19fe65a
OP-369 Settings Import/Export for the Airframe. Also sanitized UAV Object saving in flash in one central location in the uavobjectutils library.
2011-06-02 16:08:19 +02:00
James Cotton
f8b945401d
Merge branch 'bugfix-ground' of ssh://git.openpilot.org/OpenPilot into bugfix-ground
2011-06-01 14:20:54 -05:00
James Cotton
8f808df113
Fix for Utils trying to not include the debug library on OSX and Mac
2011-06-01 13:59:10 -05:00
James Cotton
45244e3df5
On OSX make the plugins in .app/Contents/Plugins instead of PlugIns
2011-06-01 13:58:49 -05:00
zedamota
ad65dee643
Added auto select
2011-06-01 18:40:04 +01:00
zedamota
fce8038cf4
Create new setting "autoselect"
2011-06-01 16:08:14 +01:00
zedamota
844bc79f45
Merge remote-tracking branch 'remotes/origin/bugfix-ground' into OP-512-PTDreamer
...
Conflicts:
ground/openpilotgcs/src/plugins/uploader/uploadergadgetwidget.cpp
2011-06-01 14:02:55 +01:00
elafargue
cacf03ae7b
OP-515 Uploader Gadget UI improvements. Not implemented Firmware pre-check yet.
2011-06-01 14:49:22 +02:00
Oleg Semyonov
b46c5dbff9
Merge branch 'packaging' into bugfix-ground
2011-06-01 13:08:48 +03:00
Oleg Semyonov
038eadb97a
Merge branch 'master' into packaging
2011-06-01 12:53:39 +03:00
elafargue
a953974dfa
Merge branch 'master' into bugfix-ground
2011-06-01 11:29:10 +02:00
David Buzz Carlson
2691b80576
Fix segfault on close. Fix _terrible_ variable naming. Fix excessive qDebug messages.
2011-05-31 23:31:40 -07:00
elafargue
4569446a7b
Merge branch 'bugfix-ground'
2011-05-31 22:57:21 +02:00
elafargue
bd35d9bff4
Forgot the configinputwidget.cpp file in previous commit.
2011-05-31 22:56:33 +02:00
elafargue
90024d69e4
Improve inline help icons, place them next to request/apply/save buttons where the eye logically goes when surveying the UI. Open for comments of course.
2011-05-31 21:20:38 +02:00
zedamota
fc7e7df863
OP-512 Remove some qDebug's
2011-05-31 15:41:05 +01:00
zedamota
1ffc0e3d56
Ground/OP-512- Autoconnect option, configured trough the options menu. Default is ON.
2011-05-31 15:29:53 +01:00
David Carlson
614fd138e4
Change the help button setup from in-line help to one per page. Will no longer open an HTML window, but will open the relevant section on the wiki using the OS default browser.
2011-05-31 00:16:01 -07:00
Oleg Semyonov
03ed76cf14
Merge branch 'bugfix-ground' into packaging
2011-05-30 16:56:37 +03:00
elafargue
887a23a3cf
OP-510 Issue with patch in source file, sorry.
2011-05-30 07:38:37 +02:00
elafargue
46824dea4e
OP-510: wider fix for Yaw channel servo fix which should improve the 'mixer not saving' issue too, as well as retrieving settings from the board for Yaw mode.
2011-05-30 07:29:26 +02:00
elafargue
93dd254c77
Merge branch 'bugfix-ground' of git.openpilot.org:OpenPilot into bugfix-ground
...
Conflicts:
ground/openpilotgcs/src/plugins/config/configairframewidget.cpp
2011-05-30 07:26:44 +02:00
David Carlson
eb337c6e5c
Fix for tri yaw channel being reset.
2011-05-29 21:07:22 -07:00
zedamota
144ca219a5
Cosmetic changes to Uploader Gadget Rescue mode
2011-05-30 03:08:24 +03:00
Oleg Semyonov
91f5fd2318
Merge branch 'os_gcs-version-info' into packaging
2011-05-30 02:56:11 +03:00
James Cotton
df69bbb950
Merge commit '07a48573ea828685f0465786e16dd13db68a850f'
2011-05-29 17:08:17 -05:00
PeterG
d18a229a76
Change default settings format from ini to xml
2011-05-29 14:02:10 +02:00
zedamota
d591d509ed
Merge remote-tracking branch 'remotes/origin/PT-bugfix-ground' into bugfix-ground
2011-05-29 10:57:57 +01:00
PeterG
8b80b35964
Remove " Gadget" from gadget names since it adds nothing useful.
2011-05-29 09:51:39 +02:00
PeterG
3a7f8c7fc5
Remove empty options pages for config, pipxtreme and uploader gadgets.
2011-05-29 09:42:26 +02:00
elafargue
b702db2549
OP-510 Fix for setting tail servo on tricopter, and retrieving tail servo settings. Please test thoroughly and report!
2011-05-29 09:37:19 +02:00
PeterG
ba4a060c27
Changes to allow icons to be displayed for gadgets in the options page and in the gadget dropdown list.
...
Also, allow gadgets to have exactly one configuration only, which gives them a bit more real estate in the options page.
For gadgets to use this, call functions setIcon(QIcon) and setSingleConfigurationGadgetTrue()
in the constructor of the gadget factory, e.g.:
SystemHealthGadgetFactory::SystemHealthGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("SystemHealthGadget"),
tr("System Health Gadget"),
parent)
{
setSingleConfigurationGadgetTrue();
setIcon(QIcon(":/core/images/openpilot_logo_64.png"));
}
2011-05-29 09:32:42 +02:00
elafargue
07a48573ea
Merge branch 'bugfix-ground' of git.openpilot.org:OpenPilot into bugfix-ground
2011-05-29 08:59:21 +02:00
elafargue
da887d3f2e
OP-513: Endianness problem on GIT revision and Date display on uploader gadget. Fixed, please confirm on your own architectures?
2011-05-29 08:58:14 +02:00
Stacey Sheldon
3a755dcdbb
gcs: fix id of quad-x image in SVG
...
The quad-x image was missing in the GCS config gadget.
GCS expects the quad-x image to have id=quad-X (upper
case X).
2011-05-28 22:17:40 -04:00
Oleg Semyonov
8c6526cf25
gcs: add git version info to the About dialog using version-info.py
2011-05-29 00:27:07 +03:00
PeterG
ce3196c33c
Changes to the tree view to the left on the options page.
2011-05-28 20:10:06 +02:00
elafargue
cf74908bcd
Merge branch 'bugfix-ground'
2011-05-28 19:30:04 +02:00
elafargue
79c2c16ae4
Fix: Y6 multirotor drawing was wrong for motors 3 and 4.
2011-05-28 11:21:07 +02:00
Oleg Semyonov
f676859854
package: (win) make SDL.dll mandatory for packaging, add some comments
2011-05-28 11:46:06 +03:00
zedamota
7f5c9b6c43
Cosmetic changes to Uploader Gadget Rescue mode
2011-05-27 11:49:15 +01:00
elafargue
39c2f074f2
Merge branch 'master' into bugfix-ground
2011-05-27 07:53:05 +02:00
Oleg Semyonov
6420eaf22f
Merge branch 'bugfix-ground'
2011-05-27 08:51:57 +03:00
dankers
97e383afce
Small text fix for windows and Mac, praying it works on linux
2011-05-27 14:31:58 +10:00
Oleg Semyonov
a715012184
Merge branch 'windows_installer' into bugfix-ground
2011-05-26 00:30:11 +03:00
elafargue
9cb380fba3
Make sure the "Advanced" settings is not selected by default in the airframe config UI.
2011-05-25 21:25:29 +02:00
elafargue
3edd7e3c3d
Support for packaged firmware files (opfw) in the uploader gadget.
2011-05-25 21:23:22 +02:00
zedamota
ccd383c999
Fixes compile issues on windows with latest Qt
2011-05-25 16:15:01 +01:00
Oleg Semyonov
5dc28260ba
credits: fix mixed newlines and trailing spaces
2011-05-25 17:59:18 +03:00
elafargue
5b787272f5
OP-504 Attempt to fix the Rescue/Boot issue, and bugfix in firmware version display in UPloader gadget.
2011-05-24 08:15:57 +02:00
zedamota
b69402b7ab
This should fix the upload CLI tool.
2011-05-23 11:55:09 +01:00
Oleg Semyonov
cbdba940b5
OP-483: remove gcs/packaging subdirectory (not required anymore)
2011-05-19 13:08:54 +03:00
Oleg Semyonov
5b1e45a8df
OP-483: move Windows installer out of ground/gcs tree
...
In preparation for release build the Windows installer source is moved
out of ground/gcs source tree into release directory. It is also disabled
in the qmake source file and removed from top level Makefile.
2011-05-18 22:22:40 +03:00
elafargue
cc9fa772c0
Improvement: now the config output panel in the config gadget remains up to date all the time, no need to click on the "request" button after setting up the mixers.
2011-05-17 22:23:08 +02:00
David Carlson
21213dd3c5
Merge branch 'master' into OP-495_CheBuzz_HelpButtons
...
Conflicts:
ground/openpilotgcs/src/plugins/config/output.ui
2011-05-17 01:06:28 -07:00
David Carlson
b1ec27bd75
Add help buttons to the config gadget UI. Also connect all signals to its slot in configgadgetwidget.cpp. Also some very trivial .html help files.
2011-05-16 21:54:23 -07:00
elafargue
b2587a5b9f
Improvement & bugfix: now the output config tab in the config gadget only shows the channel assignments as labels, not dropdowns, and more importantly does not try to save them when clicking on save/apply!
2011-05-17 00:34:25 +02:00
elafargue
98f286a682
Uploader gadget improvements
2011-05-16 22:05:33 +02:00
elafargue
6dc6b45f1b
Merge branch 'bugfix-ground'
2011-05-16 20:10:20 +02:00
elafargue
3129c10d05
Bugfix (uploader gadget)
2011-05-16 20:09:51 +02:00
elafargue
65201ec81c
Improve Uploader gadget widget behaviour when clicking on halt & boot (prevent double clicking)
2011-05-16 20:03:41 +02:00
David Carlson
d076418895
Merge branch 'master' into OP-495_CheBuzz_HelpButtons
2011-05-15 19:36:38 -07:00
elafargue
6d566c27fe
Merge branch 'bugfix-ground'
2011-05-15 23:37:24 +02:00
elafargue
50f1e15f54
Aditional artwork for GCS (artwork directory), plus show basic board info when connected on the uploader gadget.
2011-05-15 22:48:18 +02:00
dankers
2c1caa957c
Add some more sounds to the complete sound set
2011-05-15 22:13:21 +10:00
elafargue
2d6b4dce55
Small fix to System Health gadget, to make it behave correctly when started while the connection is up already.
2011-05-14 16:31:59 +02:00
elafargue
3a17168708
Merge branch 'master' into bugfix-ground
2011-05-14 15:45:11 +02:00
elafargue
fab880a7d2
Improvement by pip1996 on opmpap widget, to limit update rate and solve the CPU hogging issue.
2011-05-14 14:47:49 +02:00
dankers
7fc87700cc
Fix the default config. The control gadget was on the config screen to help new users validate their inputs. Adding it back.
2011-05-14 17:59:20 +10:00
elafargue
f9212cda7b
Last minute default settings refinement.
...
CC Attitude UI improvement.
2011-05-13 08:24:34 +02:00
elafargue
d2cf5529bf
Merge branch 'bugfix-ground'
2011-05-13 07:55:42 +02:00
elafargue
dceae1a9b0
Make bargraph dials better (color and range for roll/pitch/yaw are now correct). Disable use of OpenGL by default on config to ensure max compatibility with all graphics cards.
2011-05-13 00:01:31 +02:00
elafargue
c65c1ac109
Merge branch 'bugfix-ground'
2011-05-12 17:02:39 +02:00
elafargue
ab7fdfcc1f
OPReview-40 : Disable min/max output channel range controls when doing a servo test, in order to avoid mistakes by careless users.
2011-05-12 16:32:38 +02:00
David Carlson
5bddbc4108
Add help buttons at relevant places within config gadget. This is only the UI change and the buttons have no effect currently.
2011-05-12 03:37:34 -07:00
James Cotton
55fbb5413b
Merge branch 'bugfix-ground'
2011-05-11 20:22:52 -05:00
James Cotton
69c27aa1ce
Move "zero while arming" option to below other CC Attitude widgets. Was
...
overlapping other fields.
2011-05-11 17:45:14 -05:00
elafargue
ca39cbe1fe
Merge branch 'bugfix-ground'
2011-05-11 07:16:11 +02:00
elafargue
d5fbc0be4d
Fix "Halt" command on Windows XP sp2.
2011-05-10 21:19:51 +02:00
elafargue
f904e09353
Merge branch 'master' into OP-307_Firmware_Description_Packaging
2011-05-10 08:31:25 +02:00
Oleg Semyonov
94c49ac6d0
OP-179: fix library dependencies
2011-05-09 21:05:23 +03:00
Oleg Semyonov
1cae0cd167
OP-179: final fix (builds on Linux and Windows)
2011-05-09 20:09:00 +03:00
Oleg Semyonov
75c5761506
Revert "Revert change for opmaplib, causes linking problems on Windows."
...
This reverts commit 822017953e
and fixes it to work on Windows too.
2011-05-09 19:36:17 +03:00
elafargue
1c09f85be2
Merge branch 'master' into bugfix-ground
2011-05-09 16:50:11 +02:00
elafargue
822017953e
Revert change for opmaplib, causes linking problems on Windows.
2011-05-09 16:48:46 +02:00
James Cotton
fb8417a0ff
Merge remote-tracking branch 'origin/op_475_476_calibrate_during_arming'
2011-05-09 09:23:16 -05:00
elafargue
262cc805b0
Updated opmap lib and opmap plugin to use the Utils::StoragePath correctly.
2011-05-09 16:09:35 +02:00
elafargue
a97efad8f9
Modify "StoragePath" to use the settings storage directory and not the home directory. Works on Linux.
2011-05-09 15:19:10 +02:00
elafargue
c36b6a715b
OP-451 Add a tooltip for input configuration channel reversal checkboxes, as requested.
2011-05-09 14:24:36 +02:00
elafargue
1f88060671
Merge branch 'master' into bugfix-ground
2011-05-09 14:21:11 +02:00
David Carlson
20fcfe186b
Merge branch 'bugfix-ground' of ssh://git.openpilot.org:22/OpenPilot into bugfix-ground
2011-05-09 02:57:22 -07:00
David Carlson
b89909756c
Increase accel bias samples to 60. Add debuging output if enabled during calibration. Add check for the possibility of multiple signals arriving before slot is disconnected and causing bias to be calculated incorrectly.
2011-05-09 02:55:05 -07:00
elafargue
9dc3dde2c8
Small UI fix to avoid labels looking ugly on config input panel.
2011-05-09 11:19:55 +02:00
James Cotton
785054a694
OP-475: Update HITL for the FlightStatus object
2011-05-08 16:04:26 -05:00
elafargue
a7b5a2d5f4
Merge branch 'master' into OP-307_Firmware_Description_Packaging
2011-05-08 21:28:24 +02:00
elafargue
4d58967e49
Now check board model and SHA1 hash of the file when uploading a packaged firmware.
2011-05-08 21:22:00 +02:00