2897 Commits (a250190a3742a1e1b38812f59cf57ed954b6e6ea)
 

Author SHA1 Message Date
Bryant 9ff35e3e38 All subwindows are now centered on the screen. 12 years ago
Bryant 129069d4e6 Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible. 12 years ago
Bryant b3cff5cacc Added groupboxes around UASes in the ListWidget to indicate primary communication channel. 12 years ago
Bryant 44684144fa Merged in large flight display UI redesign 12 years ago
Lorenz Meier 796a8d85f6 Merge branch 'master' of github.com:mavlink/qgroundcontrol into integration_merge 12 years ago
Lorenz Meier 33f39e713c Merge pull request #284 from pigeonhunter/patch-1 12 years ago
Lorenz Meier 9582bd5aba Removed OpenGL dependency in HUD, merged in HUD from Soren Kuula and config changes from Michael Carpenter 12 years ago
Lorenz Meier 5aaad528ee Merge branch 'hud' into integration_merge 12 years ago
Lorenz Meier 3dcf43f3aa Merged master 12 years ago
Lorenz Meier 982b2e50ec Fixed up style sheet 12 years ago
Lorenz Meier 4b5bc3048f Fixed PFD to behave, no global defines any more 12 years ago
Lorenz Meier 3149ae7656 Merge branch 'mp_merge' of https://github.com/diydrones/qgroundcontrol into integration_merge 12 years ago
Lorenz Meier 8cc94fc796 Fixed PFD to behave, no global defines any more 12 years ago
Lorenz Meier 53de277456 Merge branch 'master' of github.com:mavlink/qgroundcontrol into hud 12 years ago
Lorenz Meier 7cb7efaecc Merge branch 'master' of github.com:dongfang/qgroundcontrol into hud 12 years ago
Bryant 975f410672 Forgot to set some members of XbeeLinkInterface to const as well 12 years ago
Bryant 7095cf2824 Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added. 12 years ago
Bryant f0a5118e1e The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet. 12 years ago
Bryant 8c2dfea5a6 The QuickView now properly resets after the last UAS is deleted. 12 years ago
Lorenz Meier d4e36442d0 Revert "MAVLink update" 12 years ago
Lorenz Meier 51c4592070 Merge branch 'master' of github.com:mavlink/qgroundcontrol 12 years ago
Bryant a37f84892c Make the UASQuickView support resetting to a default state after all UASes are removed. 12 years ago
Lorenz Meier 233a17161a MAVLink update 12 years ago
Lorenz Meier e79b49fd4a MAVLink update 12 years ago
Bryant b1fc82ac54 Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code. 12 years ago
Bryant d91453a3c5 All subwindows are now centered on the screen. 12 years ago
Bryant e34142cff0 Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible. 12 years ago
Michael Carpenter d06caab203 Test merge of Soren's PFD into mp_merge 12 years ago
Michael Carpenter ac110b79a6 Merge remote-tracking branch 'soren/master' 12 years ago
Bryant 2e3c20e9e8 Added groupboxes around UASes in the ListWidget to indicate primary communication channel. 12 years ago
Michael Carpenter 4f4d88ba4c Fix for min/max values of radio configuration sliders not being scaled appropriatly 12 years ago
dongfang c6a96bf703 Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk. 12 years ago
Michael Carpenter e9e36e4137 Fix for a couple of floating windows that shouldn't have been shown 12 years ago
Michael Carpenter 140d1ffaf5 Made communications console output window read only to avoid accidently typing in it. 12 years ago
Michael Carpenter ac69865011 Change so MainWindow handles its own deletion, and deletion of other UI objects to allow for closing when the MainWindow is closed, regardless of if other windows are open. 12 years ago
Michael Carpenter 5f536d0d8d Addition of extra debug output to comms console during Serial Comms issues 12 years ago
Michael Carpenter 3fba725690 Added UASRawView to the tabbed quick view 12 years ago
Michael Carpenter b440b2e050 Fix for RC mappings in the configuration, and added a case so px4 mappings would still be editable 12 years ago
Michael Carpenter a77c0418f3 Fixed some some graphical glitches in the new RC calibration screen 12 years ago
Michael Carpenter 2f353997fc Change for the new RC calibration widget, still needs an if/else to load the old one for unsupported systems 12 years ago
Michael Carpenter 309fbf58f9 Addition of new RadioChannel displays for radio calibration 12 years ago
Michael Carpenter e72400d1a7 Additional functionaltiy of Actions view, including setwaypoint,change speed, and ARM/DISARM 12 years ago
pigeonhunter a545d1db4c Update README 12 years ago
Bryant 86de69d432 The styles in the data analysis plotter now actually support the dashed and dotted options. 12 years ago
Bryant dfa9b0ed77 Symbols now match the curve color in the data plotter. 12 years ago
Bryant 45da95172d Fixed the styling of all ChartPlot instances updating when the MainWindow updates. 12 years ago
Bryant 467280bbd5 Light themes should have darker plot colors and dark themes vice-versa. 12 years ago
Bryant 608daefa3e Refactored QGC startup so that MainWindow::instance() is usable everywhere. This was required to get the styling working properly for ChartPlot. 12 years ago
Bryant 8e05f82174 A few more style updates. Added theme awareness to the toolbar. Also switched the plot zoomer over to use blue instead of red as it's selector coloring to match the standard accent color for QGC. 12 years ago
Bryant 4d5df7aeac Removed some unused code resulting in a memory leak and updated some documentation. 12 years ago