Philippe Renon
e141e75e9f
OP-907 step 3: cleaned up configvehicletypewidget.cpp + related cleanups
2013-04-13 17:58:09 +02:00
Philippe Renon
2d1af680a0
OP-907 step 3: cleaned up configvehicletypewidget.cpp + related cleanups
2013-04-13 17:58:08 +02:00
Philippe Renon
90b0c5ca21
OP-907 step 3: cleaned up vehicleconfig.h + related cleanups
2013-04-13 17:58:07 +02:00
Philippe Renon
3ab96ed3cc
OP-907 step 2: moved vehicle specific code to respective vehicle widget
2013-04-13 17:58:03 +02:00
Philippe Renon
b190b898f1
OP-907 step 1: merged ccpm.ui into airframe_ccpm.ui
2013-04-13 17:57:57 +02:00
Philippe Renon
ccb285dd38
OP-907 step 1: renamed MultirotorRevMixercheckBox to MultirotorRevMixerCheckBox
2013-04-13 17:57:48 +02:00
Philippe Renon
b27bc03ef5
OP-907 step 1: extract vehicle specific UIs from airframe.ui (merged next)
2013-04-13 17:42:13 +02:00
Philippe Renon
0d3e00134a
OP-907 step 1: extract vehicle specific UIs from airframe.ui
2013-04-13 17:41:18 +02:00
Kevin Vertucio
1e2e93b8c0
OP-791 FIXED issue where Flickable web view would need to be dragged to scroll content
...
Replaced Flickable component with ListView for the Authors list.
Signed-off-by: Kevin Vertucio <kevinv033@gmail.com>
2013-04-13 16:35:22 +02:00
Philippe Renon
3c3080a441
OP-769 OP-723 GCS main cleanups as per OPReview-440
...
+ documented new -no-splash switch
2013-04-13 14:49:11 +02:00
Fredrik Arvidsson
fc077ab5d6
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
2013-04-13 08:44:13 +02:00
Oleg Semyonov
273d6cb1d2
OP-892: fix broken op_overo path in .gitmodules
...
The submodule itself was deleted in commit b621b057b6
This commit updates the reference, so it can be reenabled if desired.
2013-04-12 20:10:20 +03:00
Fredrik Arvidsson
87fed1dbbd
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
2013-04-12 17:06:38 +02:00
Oleg Semyonov
9cc0abe262
makefile: use correct opfw_resource file name as dependancy
...
When 'opfw_resource' target is used as a dependency, it seems that make
can't determine when the resource file is remade, and sometimes may
start building GCS before the resource really exists. This is an attempt
to fix that issue by referencing the real file instead of phony target.
2013-04-12 17:55:23 +03:00
Oleg Semyonov
e15c40b35d
makefile: deprecate CLEAN_BUILD option (use clean_package or package instead)
2013-04-12 17:03:32 +03:00
Oleg Semyonov
03a4ca545f
Remove stray '}' in a makefile
2013-04-12 11:51:18 +02:00
Oleg Semyonov
8ab580ae82
Remove stray '}' in a makefile
2013-04-12 12:50:12 +03:00
Fredrik Arvidsson
cc9c02ab4f
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
2013-04-12 11:23:42 +02:00
Oleg Semyonov
5be0a1919e
OP-719: add md5 checksumming
2013-04-12 10:56:12 +02:00
Oleg Semyonov
3967874996
OP-719: use common tool install template
2013-04-12 10:56:11 +02:00
Oleg Semyonov
34b15fedaf
OP-719: make python_install (Windows)
2013-04-12 10:56:10 +02:00
Oleg Semyonov
c0878f290d
OP-719: make qt_sdk_install (Linux)
2013-04-12 10:56:08 +02:00
Oleg Semyonov
e4d91218b6
OP-719: make qt_sdk_install mingw_install (Windows)
2013-04-12 10:56:07 +02:00
Oleg Semyonov
ea06337573
OP-719: make/scripts/win_sdk_install.sh
2013-04-12 10:56:06 +02:00
Oleg Semyonov
5040a13efb
gcs: set default UDP port to 9000 as used by simposix firmware
2013-04-12 10:56:05 +02:00
Oleg Semyonov
a12470f7a7
makefile: if all_fw or all_flight are requested, gcs will depend on opfw_resource
2013-04-12 10:55:58 +02:00
Oleg Semyonov
bc4d25242f
makefile: use the same coding style for all make variables
2013-04-12 10:55:23 +02:00
Fredrik Arvidsson
860077c428
OP-816 Added Revolution specific configuration code to Setup Wizard.
2013-04-11 21:25:38 +02:00
Philippe Renon
42022df009
OP-69 allow to set language (translation) in use for first launch through
...
factory defaults
OP-723 do not hard code locale to en_US in order to allow locale specific
display and entry of numbers and dates
+ revisited the GCS startup sequence
2013-04-11 19:47:05 +02:00
Brian Webb
28bfc2725c
Merge remote-tracking branch 'origin/next' into brian/rfm22_FHSS
2013-04-11 14:42:49 +01:00
Brian Webb
8f51610776
Fixed some formatting issues.
2013-04-11 14:41:24 +01:00
Alessio Morale
cc6d19e40a
OP-908 added pios_math.h and pios_helper.h to contains all the various math and general macros/constants. Fixed remaining constants still defined as double.
...
+review OPReview-436
2013-04-09 01:10:41 +02:00
Oleg Semyonov
2d9a2ef712
OP-897: fix formatting +review OPReview-438
2013-04-09 01:11:02 +03:00
Alessio Morale
3f88a64cf3
OP-874 UI does not relies on enabled state but set button state at widget initialization, fixes for styles
...
+review OPReview-421
2013-04-08 23:55:11 +02:00
Alessio Morale
f68a038af0
OP-900 Updated howto_upgrade.txt doc
...
+review OPReview-435
2013-04-08 23:31:08 +02:00
Alessio Morale
81156ad132
OP-900 Changed memory allocation strategy for F1 to use portBYTE_ALIGNMENT alignment for stacks and portBYTE_HEAP_ALIGNMENT for generic mallocs
...
+review OPReview-435
2013-04-08 22:55:49 +02:00
Fredrik Arvidsson
b36672042b
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
2013-04-08 07:16:18 +02:00
Alessio Morale
cc446260a7
OP-874 Enable the Erase Setting button only with BL ver >=4. Describe this this on the tooltip.
...
+review OPReview-421
2013-04-08 01:31:29 +02:00
Alessio Morale
09d2ba1d25
OP-874 merge of amorale/OP-874_gcs_rescue_erase_settings in next.
...
+review OPReview-421
2013-04-08 01:10:37 +02:00
Oleg Semyonov
1b8c3ee7bb
OP-897: fix spacing +review OPReview-438
2013-04-08 01:58:48 +03:00
Philippe Renon
50e66d6ee3
OP-769 initial cleanups related to language setting
2013-04-07 23:04:40 +02:00
Philippe Renon
f6c94687fc
OP-879 removed now unused importsettings dialog
2013-04-07 22:28:13 +02:00
Philippe Renon
030cab376e
OP-879 move loading of factory default settings earlier
...
(i.e. before any access to settings).
In other words, factory default are now loaded from
main.cpp instead of from mainwindow.cpp
+ minor formatting cleanups
2013-04-07 22:25:10 +02:00
Oleg Semyonov
be0a386cf8
OP-821: ignore Eclipse data that git would like to track (fixed by Nigel)
2013-04-07 19:48:33 +03:00
Oleg Semyonov
9591791d93
Update KNOWN_ISSUES.txt
2013-04-07 18:28:25 +02:00
sambas
24f1362cfe
Merge remote-tracking branch 'origin/next' into sambas/diffnext
2013-04-07 18:21:59 +03:00
Fredrik Arvidsson
580b3f771e
Merge remote-tracking branch 'origin/next' into thread/OP-816_Setup_Wizard_Revo_Support
2013-04-07 17:21:14 +02:00
Brian Webb
081c016dfa
Added braces around if body.
2013-04-07 16:04:24 +01:00
Brian Webb
e27be3f594
Removed code for per message channel hop.
2013-04-07 15:59:31 +01:00
Oleg Semyonov
1eb6e3fd96
Merge remote-tracking branch 'origin/next-fixed-eol' into next
2013-04-07 15:41:26 +02:00