- 26 Oct, 2015 4 commits
-
-
Tomaz Canabrava authored
The current monitor used was the 'default' one, the primary monitor but if your default monitor was the laptop one, with the lid closed like mine was for quite a bit, you'd spend like 20 minutes trying to find the preferences dialog, like I did. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
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>
-
- 25 Oct, 2015 11 commits
- 24 Oct, 2015 8 commits
-
-
Don Gagne authored
-
Don Gagne authored
They were causing variable scoping conflicts. This in turn caused the widget to not update. Active property is not needed since the handling of active/inactive vehicle is handled outside of the control
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
- 23 Oct, 2015 12 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Allows for signal count > 1
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
Don Gagne authored
Also merged MissionController and MissionEditorController into single MissionController implementation
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Gus Grubba authored
-
- 22 Oct, 2015 4 commits
-
-
Don Gagne authored
-
Gus Grubba authored
-
Don Gagne authored
-
Don Gagne authored
-
- 21 Oct, 2015 1 commit
-
-
dogmaphobic authored
-