Fredrik Arvidsson
bf573e6adc
OP-1020 Removes AltitudeHoldSettings object from list of objects to save if connected board does not support it.
2013-06-25 12:21:16 +02:00
sambas
023ee2b97e
Fix windows hid connection failure if board was already connected and gcs started. Was getting sharing violation error.
2013-06-24 19:01:40 +02:00
Glenn Campigli
45eaecf0af
Creating Cateory tree items as TopTreeItem causes them to be treated like "Settings" or "Data Objects".
...
When the current tree item is changed (by mouse click or keyboard arrow) they are checked for their type, which disables the buttons to send/receive.
2013-06-24 22:58:13 +10:00
Glenn Campigli
a3a382cc35
Scientific and Categorized modes disconnect the "currentChanged" signal.
...
Reconnected the signals after configuring Scientific or Categorized notation.
Used "UniqueConnection" to avoid signal's triggering the same slot multiple times unintentionally.
2013-06-24 21:29:06 +10:00
Corvus Corax
00a603c88f
more bugfixes related to UAVObject renaming
2013-06-23 00:10:00 +02:00
Corvus Corax
73b22f5cb1
typo bugfix
2013-06-22 23:49:03 +02:00
Corvus Corax
6163c5f53a
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
...
Conflicts:
flight/modules/AltitudeHold/altitudehold.c
ground/openpilotgcs/share/openpilotgcs/pfd/default/AltitudeScale.qml
ground/openpilotgcs/share/openpilotgcs/pfd/default/PfdIndicators.qml
ground/openpilotgcs/share/openpilotgcs/pfd/default/SpeedScale.qml
ground/openpilotgcs/src/plugins/pfd/pfdgadgetwidget.cpp
2013-06-22 18:44:03 +02:00
Oleg Semyonov
8325cc3be7
Uncrustify
2013-06-22 14:24:47 +03:00
Philippe Renon
ee5d6957c8
Merge branch 'filnet/OP-1007_output_config_gadget_shows_unsaved_warning_when_no_chnage_were_made' into next
2013-06-21 22:10:26 +02:00
Philippe Renon
664e79c9e0
Merge branch 'filnet/OP-843_settings_dialog_show_language_selection_at_top' into next
...
Conflicts:
ground/openpilotgcs/src/plugins/coreplugin/dialogs/settingsdialog.cpp
2013-06-21 22:10:06 +02:00
Alessio Morale
a1388e203c
OP-1019 fix UI typo
...
+review OPReview-521
2013-06-21 17:08:29 +02:00
Alessio Morale
259c1393b0
OP-1019 fix UI margins for AltitudeHold/Vario settings
...
+review OPReview-521
2013-06-21 14:17:14 +02:00
Philippe Renon
2ece9ef3da
OP-1007 fixed issue in output config gadget where the unsaved changes warning was displayed although no changes were made
2013-06-21 09:39:06 +02:00
Philippe Renon
dc4e3f220f
OP-1016 GCS Options dialog : improved delete button tooltip text as per review
2013-06-20 21:51:18 +02:00
dankers
0cf3ef1e52
OP-1019 fixed UI for AltitudeHold/Vario settings
2013-06-20 19:42:12 +02:00
Philippe Renon
d0b04975a0
OP-1016 GCS Options dialog - fixed issue that allowed a user to delete all configurations of a given category and would lead to a GCS crash
2013-06-19 23:53:39 +02:00
Fredrik Arvidsson
11e0a26ebd
OP-1005 Fixes ugliness in attitude dial and replaces PFD in default configuration with some analog dials on Firmware workspace.
2013-06-18 23:34:47 +02:00
Fredrik Arvidsson
e1851b4833
OP-1005 Fixes default configuration files to set altitude and speed factor.
2013-06-18 20:58:43 +02:00
Fredrik Arvidsson
ad954606f7
Merge remote-tracking branch 'origin/next' into thread/OP-1005_PFD_Velocity_Units
2013-06-18 18:35:51 +02:00
Fredrik Arvidsson
095d71b574
OP-1005 Reduced the number of decimals for the GPS PDP value to 1.
2013-06-18 18:35:13 +02:00
Fredrik Arvidsson
68b2b28594
OP-1005 Removes 'old' PFD (non qml based one).
2013-06-18 07:45:44 +02:00
Fredrik Arvidsson
a6ac956127
OP-1005 Adds configurable units for velocity/speed and altitude in QML PFD. Units are configured in settings panel.
...
OP-1015 Reduces precision of the PDOP value in the PFD display to 3 decimals.
2013-06-18 00:52:27 +02:00
Philippe Renon
7c3dafbfde
OP-1008 fixed issue in GCS Options dialog where selected item was not always highlighted
2013-06-17 21:16:47 +02:00
Fredrik Arvidsson
d28609349f
OP-1005 Fixes velocity units in PFD and PFDQml widgets.
2013-06-17 07:43:56 +02:00
Mathieu Rondonneau
01fa34682c
Merge branch 'next' into Mathieu/OP-1011_remove_powerlog
2013-06-16 22:05:19 -07:00
Fredrik Arvidsson
b221c7bfea
OP-1000 Changes a label again.
2013-06-16 17:53:15 +02:00
Fredrik Arvidsson
15c6e625b2
OP-1000 Changes a label.
2013-06-16 17:40:25 +02:00
Fredrik Arvidsson
cb3ba339fe
OP-1000 Changes some ranges. Removed faulty tool-tips.
2013-06-15 14:02:43 +02:00
Fredrik Arvidsson
1a1b1b1e4e
OP-1010 Removes some default check-box settings.
2013-06-15 13:40:46 +02:00
Fredrik Arvidsson
02562902a9
OP-1000 Adds disabling of AH settings tab if board is not Revolution.
2013-06-15 13:00:54 +02:00
Mathieu Rondonneau
0073792561
OP-1011: Remove deprecated powerlog
2013-06-14 19:24:42 -07:00
Fredrik Arvidsson
9cd368bd11
OP-1000 Adds GUI to set Altitude Hold filter parameters.
2013-06-13 22:48:45 +02:00
Corvus Corax
88071b1078
Merge remote-tracking branch 'next' into corvuscorax/OP-947_stateestimator-module
2013-06-09 22:43:25 +02:00
Corvus Corax
6f59c49506
just uncrustification
2013-06-09 22:09:04 +02:00
Philippe Renon
094a1e4e12
OP-996 Added GCS option to remember and restore the last selected workspace
...
Also reorganized the workspace options page
2013-06-09 17:28:28 +02:00
Corvus Corax
022f1a1ac0
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
...
Conflicts:
flight/modules/Attitude/revolution/attitude.c
2013-06-09 13:49:52 +02:00
Fredrik Arvidsson
5fe1bfbe36
OP-784 Changed max values to 180 for Attitude full stick range.
2013-06-09 09:30:50 +02:00
Alessio Morale
6d71d92860
Merge remote-tracking branch 'origin/amorale/OP-990_revo_bias_with_shaken_startup' into next
2013-06-09 09:10:33 +02:00
Corvus Corax
e8e99f54aa
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
2013-06-07 21:55:12 +02:00
Fredrik Arvidsson
c605601ce7
Merge branch 'thread/OP-991_Remove_Erase_Menu' into next
2013-06-07 21:50:59 +02:00
Fredrik Arvidsson
65d973c7ad
Merge remote-tracking branch 'origin/next' into thread/OP-989_Revo_AccelTau
2013-06-07 21:15:32 +02:00
Fredrik Arvidsson
4b12f28925
Merge remote-tracking branch 'origin/next' into thread/OP-991_Remove_Erase_Menu
2013-06-07 21:15:03 +02:00
Richard Flay (Hyper)
242d371167
Merge branch 'next' into glenneaux/OP-965_GCSSwashConfig_Channel_Assignment
2013-06-07 19:13:28 +09:30
Richard Flay (Hyper)
e5fe56a425
OP-965: More tweaks to the heli config swashplate levelling routine in GCS as the results of review comments.
...
+review OPReview-496
2013-06-07 19:08:28 +09:30
Alessio Morale
7e50c00885
OP-990 uncrustification
2013-06-07 10:13:14 +02:00
Fredrik Arvidsson
7f0a72d2f8
OP-991 'Removed Erase All Settings' menu item in Tool menu plus code behind.
2013-06-06 22:20:00 +02:00
Corvus Corax
6fdf554d4a
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
...
Conflicts:
flight/modules/Attitude/revolution/attitude.c
ground/openpilotgcs/src/plugins/opmap/opmapgadgetwidget.cpp
shared/uavobjectdefinition/attitudesettings.xml
2013-06-06 19:25:54 +02:00
Fredrik Arvidsson
d4a519aef1
Merge remote-tracking branch 'origin/next' into thread/OP-989_Revo_AccelTau
2013-06-06 12:33:19 +02:00
Fredrik Arvidsson
03a92c913f
OP-989 Changed layout for CC/CC3D Attitude configuration page. Renamed AccelTau to Accelerometer filtering. Updated tool tips for both CC/CC3D and Revolution pages.
2013-06-06 11:21:30 +02:00
Oleg Semyonov
68e18dcb38
OP-910: fix line endings in QML template
2013-06-06 11:16:47 +03:00
Oleg Semyonov
a834226968
OP-910: fix mixed line endings in generated QML
2013-06-06 02:20:32 +03:00
Oleg Semyonov
d54e507ffb
OP-910: don't use python 2.7+ features (make it compatible with 2.6)
2013-06-06 00:46:59 +03:00
Oleg Semyonov
13e7f51174
OP-910: fix circular dependencies
2013-06-05 23:25:50 +03:00
Alessio Morale
be999329b9
OP-990 Some fixes to calibration in wizard
...
1) zeroes any existing bias prior to calibration.
2) Quick and dirty fix to missing UAVO updates during calibration setup
3) missing resetting of BiasCorrectGyro to true on Revolution after save.
2013-06-05 22:24:12 +02:00
Oleg Semyonov
a7d1e2b298
OP-910: fix line endings and whitespaces (didn't work on Linux)
2013-06-05 23:21:54 +03:00
Fredrik Arvidsson
26585e5ad0
OP-989 Converting tool tip text to rich text to get word wrapping to work.
2013-06-05 18:07:17 +02:00
Fredrik Arvidsson
32fdcdc28a
OP-989 Changing tool tip text.
2013-06-05 17:41:21 +02:00
Oleg Semyonov
6756f52044
OP-910: remove unused redundant CREDITS files
2013-06-05 17:09:10 +03:00
Oleg Semyonov
921803769e
OP-910: reformat core.qrc to use 4 space idents instead of tabs
2013-06-05 17:09:09 +03:00
Oleg Semyonov
e4fb269524
OP-910: update core.qrc to use autogenerated AuthorsModel.qml
2013-06-05 17:09:08 +03:00
Oleg Semyonov
0018a3c04a
OP-910: generate synthetic AuthorsModel.qml using CREDITS.txt
2013-06-05 17:09:08 +03:00
Fredrik Arvidsson
3bc944dc95
OP-989 Added tool tip for Accelerometer filtering settings and label.
2013-06-05 15:44:26 +02:00
Oleg Semyonov
0a53a1a89d
OP-910: move PYTHON definition to a qmake include file for easy reuse
2013-06-05 16:00:43 +03:00
Fredrik Arvidsson
77618deb62
OP-989 Changed label text from AccelTau to Accelerometers.
2013-06-05 13:42:47 +02:00
Fredrik Arvidsson
4ffab32cba
OP-989 Adds AccelTau to Revolution Attitude configuration panel.
2013-06-04 19:36:33 +02:00
Glenn Campigli
940f768af0
+review OPReview-496
...
Performed uncrustify
Corrected statement order
2013-06-04 20:11:23 +10:00
Oleg Semyonov
1cfc7f1586
Uncrustify
2013-06-03 19:13:11 +02:00
Mathieu Rondonneau
b5b48d3bf0
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-06-03 07:52:53 -07:00
Mathieu Rondonneau
43f6b18895
OP-958 and OP-977: remove doxygen keyword "note" when empty.
2013-06-03 07:49:14 -07:00
Oleg Semyonov
25dc8d8c02
Merge remote-tracking branch 'origin/kevinv033/OP-910' into next
2013-06-03 15:41:04 +02:00
Mathieu
4cba7fa7c1
OP-958: Fix windows issue related to unplug/plug (15s hang)
2013-06-02 20:49:05 -07:00
Kevin Vertucio
3b6fcefca6
removed bootstrap from utility
2013-06-02 08:18:40 -04:00
Kevin Vertucio
48945ffeb6
added authors to CREDITS.
2013-06-02 07:29:23 -04:00
Philippe Renon
218d197aa8
OP-983 fixed minor spelling issues in GCS
2013-06-02 12:42:15 +02:00
Mathieu Rondonneau
5732c2fd4c
OP-958L: Some fixes for 15s hang and unplug/plug issue reported lately.
...
This is not cleanedup but I want to get this in so other people can test.
2013-06-01 22:13:04 -07:00
Kevin Vertucio
9683ddc37a
Updated AuthorsModel. Added utility script for generating QML ListElements of authors.
2013-06-01 23:11:28 -04:00
Glenn Campigli
558a47dc7c
Corrected channel index when calibrating swashplate
2013-05-31 16:23:42 +10:00
Mathieu Rondonneau
d0b0cb77d4
OP-958: only enumerate openpilot devices in udev.
...
(not sure the reason of not doing that)
2013-05-30 19:08:22 -07:00
Philippe Renon
e3fb75b356
OP-979 additional fixes in Settings dialog:
...
- Make Environment/General node auto expandable (i.e. always expanded when
the dialog is opened)
- Reorganize persistent settings (move to own node in XML file + renaming)
- Simplify persistent splitter position handling (persist location instead
of 2 sizes)
2013-05-29 23:10:58 +02:00
Mathieu Rondonneau
988baa2764
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-05-29 06:02:19 -07:00
Mathieu Rondonneau
afeeed6f65
OP-958: WINDOWS HACK: do not filter out the bl.
2013-05-29 05:57:46 -07:00
Richard Flay (Hyper)
7f90692a24
Merge branch 'next' into filnet/OP-843_settings_dialog_show_language_selection_at_top
2013-05-29 18:28:17 +09:30
Mathieu Rondonneau
660a175a53
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-05-28 21:39:49 -07:00
Mathieu Rondonneau
6a838417fb
OP-958: WINDOWS HACK ONLY: This is to filter out gamepadcontroller HID device during reconnect.
...
This is temporary until multiple HID are supported (if needed).
2013-05-28 21:36:10 -07:00
Mathieu Rondonneau
74cc1315b4
OP-958: only report the number of device we actually open successfully.
...
Limitation: only one (1) or zero (0) for now.
2013-05-28 12:59:46 -07:00
Oleg Semyonov
0faa77b3fb
Uncrustify sources
2013-05-28 16:57:03 +02:00
Philippe Renon
6b7080d958
OP-843 setting dialog reordering: plugin options pages (top part) are now sorted on their untranslated name
...
this solve the issue of the order changing per language
The bottom part of the tree (gadget options pages) is still sorted by translated name as before.
Additional fixes:
- Moved GCS page to Environment node + renamed to Workspaces
- Renamed Notigy Plugin node to Notification
- Moved the two Telemetry nodes together
- Split plane size is now persistent (in addition to size and selected node)
2013-05-28 15:32:27 +02:00
Oleg Semyonov
d8ec41fcaa
Merge remote-tracking branch 'origin/thread/OP-906_Default_Wizard_Stab_Settings_And_Flight_Modes' into next
2013-05-28 15:22:50 +02:00
Oleg Semyonov
a61b2fb13e
Merge remote-tracking branch 'origin/os/OP-770_version_info_stuff' into next
2013-05-28 14:55:29 +02:00
Alessio Morale
f16844537f
Merge remote-tracking branch 'origin/amorale/OP-968_hitl_button_size' into next
2013-05-28 12:01:13 +02:00
Alessio Morale
e521bf03e9
Merge remote-tracking branch 'origin/amorale/OP-761_uav_position_for_cc' into next
2013-05-28 12:00:10 +02:00
Mathieu Rondonneau
854d976a7d
OP-958: Go through the list of enumerated devices, and try to open the device until end of the list.
...
Leave if we open one with success.
2013-05-27 18:52:27 -07:00
Oleg Semyonov
0512ca79ef
OP-770: export GCS branch dirty state and short UAVO hash
2013-05-28 04:14:54 +03:00
Oleg Semyonov
208278a7cb
OP-770: use VersionInfo::uavoHash() instead of dynamic string
2013-05-28 02:42:24 +02:00
Fredrik Arvidsson
316afefff7
OP-906 Changed defaults for Stabilization settings and Flight modes.
2013-05-27 22:25:17 +02:00
Fredrik Arvidsson
cc14dac819
Merge remote-tracking branch 'origin/next' into thread/OP-770_UAV_Export_Version_Info_Fix
2013-05-27 21:11:30 +02:00
Fredrik Arvidsson
94d38a4b48
OP-770 Updates version info code used in AUV settings export file.
2013-05-27 20:42:56 +02:00
Alessio Morale
1e4262b309
OP-926 Fix huge tab height on kde due to wrong telemetrymonitorwidget size.
...
Patch from Noxs, more details here: http://git.openpilot.org/cru/OPReview-486
+review OPReview-486
2013-05-27 19:55:25 +02:00
Fredrik Arvidsson
d9d2b7d167
Merge remote-tracking branch 'origin/os/OP-770_version_info_stuff' into thread/OP-770_UAV_Export_Version_Info_Fix
2013-05-27 19:30:18 +02:00
Brian Webb
50162333d8
Merge remote-tracking branch 'origin/dankers/minor-modem-renames' into next
2013-05-27 09:44:17 -07:00