- 05 Jan, 2016 8 commits
-
-
Tomaz Canabrava authored
gcc 4.8 seems to have a problem with connections directly to a QPointer. also, cleared a unused call wich resulted in error on OSX Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
We rely in Qt 5.4+ Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Also, changed an if(true) then true; else false; code Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
We there relying on the old Sygnal Slot sintax, but QWidget didn't had one of it's children methods. pass the children directly. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
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 6 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
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 9 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 02 Jan, 2016 5 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
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
-
- 30 Dec, 2015 7 commits
- 29 Dec, 2015 5 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-