- 05 Jan, 2016 3 commits
-
-
Tomaz Canabrava authored
Now I'v discovered a Slot that returns a bool, this is not very good because Qt expects a slot to have the same return type as the signal, void, always. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
bind1st and bind2nd are depreceated in C++11 because now we have variadic templates, so remove them from the compile unit if we are compilling in c++11 mode. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 04 Jan, 2016 7 commits
-
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Also, added a missing method on AutoPilotPlugin as a public pure virtual method (the inheritances already implemented it as a slot, so the new Signal syntax didn't worked because the base class didn't had that method) Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
The overloaded member signal just hit us, to use it is a pain but the resuting code is faster and less error prone, so it's still a good thing to do. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
C++2003 didn't had variadic templates so different number of arguments must have been already implemented in the templates and since it's impossible to get the amount ot different methods that paople write, a variadic template was neede. now we can connect signal / slots with 6+ arguments. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
First commit of modernizarion of Qt signal connections, the new signal connection is very userfull because of a few nice things: - it's checked at compile time instead of runtime - it can connect to any function or method, so we don't need to use slots anymore - it's way faster because it doesn't need to work with string comparisson, but it's basically a direct call. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 03 Jan, 2016 17 commits
-
-
Don Gagne authored
linux include required libraries
-
Don Gagne authored
PX4 Firmware no longer requires mavlink USB start
-
Don Gagne authored
QGCView::showDialog std size
-
Don Gagne authored
Parameter editor work
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Colors
-
Don Gagne authored
Simplifying Airframe config
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 02 Jan, 2016 7 commits
-
-
Gus Grubba authored
Fixing crash bug.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Add comment about not using zip file for downloading
-
Don Gagne authored
Users are getting confused because we are missing images. Will put back new fancy version once we get new airframe config plus auto-generate of images sorted out.
-
dogmaphobic authored
-
- 31 Dec, 2015 1 commit
-
-
Don Gagne authored
Add MNT_DEFLT_MODE combo
-
- 30 Dec, 2015 5 commits