- Feb 12, 2016
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 20, 2016
- Jan 17, 2016
-
-
Don Gagne authored
Add scroll height indicators to Flickable
-
- Jan 16, 2016
-
-
Don Gagne authored
-
- Jan 15, 2016
- Jan 14, 2016
-
-
Don Gagne authored
Also show QGC position on map
-
- Jan 12, 2016
-
-
dogmaphobic authored
-
Don Gagne authored
-
- Jan 11, 2016
-
-
Don Gagne authored
-
- Jan 10, 2016
-
-
dogmaphobic authored
-
nopeppermint authored
-
- Jan 09, 2016
-
-
dogmaphobic authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
Selected flight mode is controller by firmware. Use selecting flight mode cannot set the check, or it will be wrong if firmware declines change.
-
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>
-
dogmaphobic authored
-
- Jan 02, 2016
-
-
dogmaphobic authored
-
- Dec 29, 2015
-
-
dogmaphobic authored
-
- Dec 28, 2015
-
-
Don Gagne authored
-
- Dec 25, 2015
-
-
Gus Grubba authored
-
Don Gagne authored
-
- Dec 24, 2015
-
-
Don Gagne authored
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 18, 2015
-
-
Pritam Ghanghas authored
that was connected to showNormal, which always led to a smaller minimized window irrespective of whether the applicaton was full screen or not. Now it checks and always returns to maximized.
-
Don Gagne authored
-
- Dec 15, 2015
-
-
dogmaphobic authored
-
- Dec 12, 2015
-
-
Don Gagne authored
-
- Dec 10, 2015
-
-
dogmaphobic authored
-
- Dec 09, 2015
-
-
dogmaphobic authored
-
- Dec 08, 2015
-
-
Don Gagne authored
-