Don Gagne
d2043640a3
Fix button text centering
4 years ago
Patrick José Pereira
360a7dcfbb
QGCButton: Set size for text
...
Allow usage of wrapMode
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
802b76aeae
QGCButton: Add access to text.wrapMode and text.HorizontalAlignment
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
DonLakeFlyer
fc7ee56d5d
Switch to Controls 2 version of QGCButton
5 years ago
Gus Grubba
ab0f772c07
More merge conflict errors
7 years ago
DonLakeFlyer
3ac26bd5d2
Set focus on button and checkbox click
...
This forces a commit on any uncommitted TextFields
7 years ago
Gus Grubba
55bf2f5993
Added flight info and flight brief UI. It's not yet wired to live, real data.
7 years ago
Gus Grubba
a6ea3d7961
Flight Details and File Flight Plan WIP
...
Permit refactoring
QGCButton tweaks
7 years ago
DonLakeFlyer
b9175788be
Changes imports back to v5.5 level
8 years ago
Don Gagne
9944728e0b
Remove unneeded private imports
8 years ago
Don Gagne
54857c1af2
Fix incorrect import QtQuick.Controls
8 years ago
Don Gagne
8e5413750d
Update import QtQuick.Controls.Styles
8 years ago
Don Gagne
d4a7cd1546
Update QtQuick and QtQuick.Control
8 years ago
Don Gagne
d930895b1f
Tweaking control sizing for better touch usability
8 years ago
Gus Grubba
534028a911
Make buttons and comboboxes square again.
8 years ago
Gus Grubba
5b5278c36c
UI Tweaks
8 years ago
Don Gagne
ec1271c92a
Large font for guided bar
...
Was too hard to click
9 years ago
dogmaphobic
297f24016e
More size adjustments.
9 years ago
dogmaphobic
32471f91bc
Done with Mac OS
9 years ago
dogmaphobic
e1d73b08c3
Moving to point size fonts.
...
Android done.
9 years ago
dogmaphobic
0a5a58354b
New, system wide font (OpenSans)
...
UI Tweaks for all mobile platforms.
9 years ago
dogmaphobic
b31e202519
Wrapping up iOS
9 years ago
Tomaz Canabrava
a3838026ff
Remove a Typo bug : onEntered: { __forceHoverOff; false; hoverTimer.start() }
...
instead of onEntered: { __forceHoverOff = false; hoverTimer.start() }
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Tomaz Canabrava
93fe725299
Removed if (true) then true, else false
...
without a check this code should be a bit faster, and thus
the check was really uneeded.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
bc69d1212b
Much better Outdoor palette visuals
9 years ago
Don Gagne
96f845d3a7
Better light palette for mobile
...
Plus lots of other tweaks to ui for visuals
10 years ago
Don Gagne
e5a698a774
Increase size of controls for tablet
...
Made then the same size of toolbar cell height
10 years ago
dogmaphobic
ec4b5b310d
Moving image resources to their own QRC path.
10 years ago
Don Gagne
9c94295bca
Major font rework
...
Everything is now based off of default font pixel size
10 years ago
dogmaphobic
5b54450d44
Changed all fonts to pixel sizes
10 years ago
dogmaphobic
8e34781217
Making ScreenTools a Singleton.
10 years ago
dogmaphobic
e583798ec5
Handling multi-platform sizing (fonts and pixels)
10 years ago
Don Gagne
0ac27416d4
Use new QGCPalette::dpiAdjustedDefaultFontPointSize
...
Use default font wherever possible. Where that doesn’t work, use
ScreenTools::dpiAdjustPointSize.
10 years ago
dogmaphobic
b6cf543e32
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets.
...
Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality.
Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
10 years ago
dogmaphobic
5cf65f9fe1
Grrr.. Mistyped it.
10 years ago
dogmaphobic
17351cf27f
Made my own copy of showHighLight so I don't need to change the base class.
10 years ago
dogmaphobic
a30a125a08
Tweaked text colors in main tool bar.
...
Tool bar buttons now use QGCButton as base to inherit hover mode fix.
Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
10 years ago
Don Gagne
f3a77dbb4b
Better variable names
...
Also realized I don’t need __lastMouseXY
10 years ago
Don Gagne
9f4b6e76f5
Fix hover state of Button
10 years ago
Don Gagne
cde3cda1e5
Added menu support to QGCButton
10 years ago
Don Gagne
ad5cde3b28
Updated palette and control implementation
10 years ago
Don Gagne
fc01014c18
Modify UI to fit latest designer sketches
10 years ago
Don Gagne
f8181f89c8
New set of Qml Controls
...
Controls respect QGCPalette settings. Also added test window.
10 years ago