Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qgroundcontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Valentin Platzgummer
qgroundcontrol
Commits
b6d9f23bf83a33a297609295044d911e42fa881e
Select Git revision
Branches
6
master
default
protected
dev1
merge_branch_alt
original
rc1
phil
6 results
qgroundcontrol
src
Author
Search by author
Any Author
authors
Daniel A. Maierhofer
dmaierho
Danilo Radovic
DRadovic
Gerfried Krainz
gkrainz
Lukas Eller
leller
Manuel Rösel
mroesel
Martin Fraunhofer
mfraunhofer
Philipp Svoboda
psvoboda
Sonja Tripkovic
stripkov
Vaclav Raida
vraida
Valentin Platzgummer
platzgummer
Wolfgang Hofer
whofer
11 authors
Jun 17, 2013
The UASInterface now defines a systemCanReverse() function for indicating if...
· b6d9f23b
Bryant
authored
11 years ago
b6d9f23b
Remove range limiting for joystick axes in preparation for moving that code into UASInterface.h.
· f086840f
Bryant
authored
11 years ago
f086840f
Jun 16, 2013
Joystick axes can now be specified as being exclusively-positive in the range...
· f820eefc
Bryant
authored
11 years ago
f820eefc
The UI now updates properly for when a detected joystick is lacking either...
· f3ddb9d5
Bryant
authored
11 years ago
f3ddb9d5
Fix for improperly-named slot causing runtime error.
· 4ed616a4
Bryant
authored
11 years ago
4ed616a4
Added an inversion checkbox for each joystick axis so they can be individually...
· 5ee18daf
Bryant
authored
11 years ago
5ee18daf
The button/axis/hat readings are now compared to the previous readings and...
· 8999151e
Bryant
authored
11 years ago
8999151e
The hat readings from the joystick now works correctly. Also moved some...
· 47cd05ea
Bryant
authored
11 years ago
47cd05ea
Moved the JOYSTICK_*_MAPPING enum into JoystickInput where it belongs. Also...
· 902f359f
Bryant
authored
11 years ago
902f359f
Refactored some variables and added some documentation. Also, now the...
· 1e5e97ad
Bryant
authored
11 years ago
1e5e97ad
Styling improvements to the joystick configuration window.
· 133b39f9
Bryant
authored
11 years ago
133b39f9
Disable all UI for the joystick configuration when no joysticks are found.
· d6e52a55
Bryant
authored
11 years ago
d6e52a55
Refactored much of the joystick interface with the largest changes being the...
· 316620fd
Bryant
authored
11 years ago
316620fd
The joystick settings window has now been reworked to be a fixed minimum size...
· 90efec1b
Bryant
authored
11 years ago
90efec1b
The joystick widget now has theming capabilities. Also displays button presses properly now.
· 89775878
Bryant
authored
11 years ago
89775878
Renamed slot in ChartPlot to match connect() calls elsewhere.
· 481edea8
Bryant
authored
11 years ago
481edea8
Renamed the Joystick Test menu option to Joystick Configuration to be more clear.
· 6a0c4b8f
Bryant
authored
11 years ago
6a0c4b8f
The JoystickInput class now emits signals for both button press and button release events.
· c532f413
Bryant
authored
11 years ago
c532f413
The JoystickWidget now has a parent so that it gets cleaned up when the...
· 7908dc7d
Bryant
authored
11 years ago
7908dc7d
The Joystick Settings window now supports selecting between multiple joysticks...
· e169b59f
Bryant
authored
11 years ago
e169b59f
Jun 12, 2013
Minor changes
· bcb61f43
Lorenz Meier
authored
11 years ago
bcb61f43
Jun 11, 2013
Fixed HUD / Video widget to be useful
· eeda94f3
Lorenz Meier
authored
11 years ago
eeda94f3
The QGCUnconnectedInfoWidget now remains square and has more rounded edges so...
· 9a96e49f
Bryant
authored
11 years ago
9a96e49f
Fixed issue when custom message set is enabled
· efd916af
Lorenz Meier
authored
11 years ago
efd916af
Fixed null pointer issue
· 7fb92ad5
Lorenz Meier
authored
11 years ago
7fb92ad5
Jun 10, 2013
Finished merging QGCVehicleConfig.ui, which I hadn't done properly last night....
· a50358e9
Bryant
authored
11 years ago
a50358e9
Fixed include hack
· 33c8f8c8
Lorenz Meier
authored
11 years ago
33c8f8c8
Placed connect button better, added simple message console
· b76b7282
Lorenz Meier
authored
11 years ago
b76b7282
Merged the wrong file in for the QGCVehicleConfig.ui file. Fixed.
· 0e58853b
Bryant
authored
11 years ago
0e58853b
Missed compilation error during rebase
· 7aef7fcf
Bryant
authored
11 years ago
7aef7fcf
Forgot to set some members of XbeeLinkInterface to const as well
· ae682956
Bryant
authored
11 years ago
ae682956
Changed many functions in the abstract *Link classes to be const. This...
· d0af5b03
Bryant
authored
11 years ago
d0af5b03
The details on the success/errors for the MAVLink protocols are now shown for...
· 6f98185c
Bryant
authored
11 years ago
6f98185c
The QuickView now properly resets after the last UAS is deleted.
· 1858a52c
Bryant
authored
11 years ago
1858a52c
Make the UASQuickView support resetting to a default state after all UASes are removed.
· fc73187a
Bryant
authored
11 years ago
fc73187a
Removing UASes now returns the UI to an almost pristine state. This was done...
· c18a5334
Bryant
authored
11 years ago
c18a5334
All subwindows are now centered on the screen.
· 9ff35e3e
Bryant
authored
11 years ago
9ff35e3e
Partway through refactoring of UAS deletion. This is in order to actually...
· 129069d4
Bryant
authored
11 years ago
129069d4
Added groupboxes around UASes in the ListWidget to indicate primary communication channel.
· b3cff5ca
Bryant
authored
11 years ago
b3cff5ca
Jun 09, 2013
Removed OpenGL dependency in HUD, merged in HUD from Soren Kuula and config...
· 9582bd5a
Lorenz Meier
authored
11 years ago
9582bd5a
Loading