- Oct 27, 2015
-
-
Tomaz Canabrava authored
Since the Static const char * items are private and nothing should access them besides the MainWindow class, declare them inside of the .cpp file with static linkage, this way a few good things happen: they are not exported as symbols to any other class (not even with private linkage) and also if we need to add a new one, on the .cpp, the only compiled file will be the cpp, instead of the tons of files that include mainwindow.h Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
If you choosed View->Fullscreen, the app would go to fullscreen, but if you then go again to View->Fullscreen, the app would still be fullscreen but the menu item would be unselected - leaving UI and settings inconsistent. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
qobject_cast doesn't use RTTI to figure out the type, it uses an internally stored relationship, wich is much faster than RTTI. I grepped the code for dynamic_cast and there are lots besides this one, so I'll later try to figure out wich ones are QObject inheritances and change acordingly. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
dogmaphobic authored
-
- Oct 26, 2015
-
-
Tomaz Canabrava authored
The QString behaves faster if used with const - reference on a QForeach. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
if an unknown string was passed to createInnerDockidget, the widget would not be created but a reference to the null pointer would still be saved on the avaliable dock widgets, and thus any code that foreached the list accessing methods could led to a crash. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Since it's just a state-toogler, use the return value of the method to set the values directly. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Oct 18, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Oct 16, 2015
-
-
Don Gagne authored
-
- Oct 15, 2015
- Oct 13, 2015
- Oct 12, 2015
- Oct 11, 2015
-
-
Don Gagne authored
- Delete all old map code
-
- Oct 05, 2015
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- Sep 27, 2015
- Sep 25, 2015
-
-
Don Gagne authored
Too complicated supporting both modes as editor becomes more complex
-
- Sep 11, 2015
-
-
Don Gagne authored
These use OpenGL implementation which prevented moving to ANGLE support. Since they are rarely used they are being remove instead of being upgrade.
-
Don Gagne authored
These use OpenGL implementation which prevented moving to ANGLE support. Since they are rarely used they are being remove instead of being upgrade.
-
- Sep 08, 2015
-
-
Don Gagne authored
-
- Sep 07, 2015
-
-
Don Gagne authored
-
- Sep 03, 2015
-
-
Don Gagne authored
-
- Sep 01, 2015
-
-
Don Gagne authored
Plus lots of other cleanup
-
- Aug 31, 2015
-
-
Don Gagne authored
-
- Aug 29, 2015
- Aug 23, 2015
-
-
Don Gagne authored
-
- Jul 29, 2015
-
-
Benno Eigenmann authored
-
- Jul 26, 2015
-
-
Don Gagne authored
-
- Jul 12, 2015
-
-
orangelynx authored
-
- Jun 09, 2015
-
-
dogmaphobic authored
-
- Jun 06, 2015
-
-
Lorenz Meier authored
-
- May 31, 2015
-
-
dogmaphobic authored
-