- 27 Oct, 2015 5 commits
-
-
Tomaz Canabrava authored
We where passing the QActions untranslated. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
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
-
- 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>
-
- 24 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 23 Oct, 2015 1 commit
-
-
Gus Grubba authored
-
- 22 Oct, 2015 3 commits
-
-
Gus Grubba authored
-
Don Gagne authored
-
Don Gagne authored
-
- 21 Oct, 2015 1 commit
-
-
Don Gagne authored
Plus lots of other tweaks to ui for visuals
-
- 20 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 19 Oct, 2015 2 commits
- 18 Oct, 2015 5 commits
-
-
Don Gagne authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
-
- 17 Oct, 2015 2 commits
- 16 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 15 Oct, 2015 2 commits
- 13 Oct, 2015 7 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
This reverts commit 86f29adf.
-
Don Gagne authored
This is in preparation for full Qml main window
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 12 Oct, 2015 3 commits
- 11 Oct, 2015 2 commits
-
-
Lorenz Meier authored
Main toolbar: Clearly indicate that we do not have battery indication (and the battery is not just flat at 0.0V
-
Lorenz Meier authored
-