2761 Commits (38caf81a1f11764f363f5c4f4bc5a5fd0cae48dd)
 

Author SHA1 Message Date
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
Bryant f496394f51 The light and dark themes now use slightly different blues for their accent colors that is higher contrast. 12 years ago
Bryant f11f194295 Curve colors are only displayed when curves are being plotted. Also fixed bug when generating CSS coloring from color. 12 years ago
Bryant 656d8e6527 Cleaned up the LinechartWidget::addCurve() 12 years ago
Bryant f89cbf7151 Further consolidation of Plot code into ChartPlot. Also removed some unused variables from LinechartWidget.cc. Also only active curves are recolored in the IncrementalPlot class. 12 years ago
Bryant ce9fead238 Simplified color code for ChartPlot 12 years ago
Michael Carpenter 6b449af3c9 Addition of new Raw Status display, and tabbed widget container for QuickView 12 years ago
Michael Carpenter 296a2b37f2 Addition of "Actions" widget. Similar to the Control dock widget, but APM specific. 12 years ago
Michael Carpenter 0032c8d031 Addition of groundSpeed property to UAS 12 years ago
Michael Carpenter 89838e3234 Change for new arduplane.pdef.xml, and some small visual fixes on the Configuration page 12 years ago
Michael Carpenter 1ecc3f0836 Change to how configuration view operates, menu on the left side rather than top 12 years ago
Michael Carpenter d39f344d39 Changes go UASQuickView handles resizing better, and doesn't "clip" text when the window is too small. 12 years ago
Michael Carpenter 051d56a960 Abstraction of UASQuickViewItem, and addition of new Text item to use the abstraction 12 years ago
Michael Carpenter c6cd2cc01f Added save/load settings to UASQuickView, and commented header file 12 years ago
Michael Carpenter 93b786aa56 Addition of saving UASQuickViewItem's on closing, and reloading them on open 12 years ago
Michael Carpenter 77d4ac6169 Change so UASQuickViewItemSelect widget no longer has extra buttons 12 years ago
Michael Carpenter e5e592056b Addition of QuickView selection dialog for add/remove of display items 12 years ago
Bryant c8f12ee4ed Moved all shared code for IncrementalPlot and LinechartPlot into a common ChartPlot superclass. Also recoloring the background of both widgets now works when switching between color schemes. 12 years ago
dongfang 10840b7c31 Multiple altitudes and speeds signals. Simplified PFD 12 years ago
dongfang 13dcbfae6d Lorenz merge 12 years ago
Bryant 6377dab3f8 The background color of the mission items is now controlled by stylesheets as well. This change also fixed restyling the mission lists when a style change occurred. 12 years ago
Bryant 3d1a54df28 The HUD now responds to changes in the MainWindow theme. 12 years ago
Bryant fc3080e84f Improved comments in HUD.cc 12 years ago
dongfang 59a57d53a0 PFD rework 12 years ago
Bryant 6e5ad05ab0 Fixed the styling for disabled checkboxes. 12 years ago
Bryant 18c9b4e66d Further refinements to the dark/light themes. Focused mostly on the status bar at the bottom. 12 years ago
Bryant b8becd3bdf Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into restyling 12 years ago
Bryant a95c62f07a The HUD is now theme-aware. Unfortunately it still has some coloring bugs and doesn't support changing themes at runtime. Not sure if the latter is a show-stopper however. 12 years ago
Lorenz Meier 89696feb3e Merge pull request #279 from diydrones/toolbar_link_fix 12 years ago
dongfang 8e4319ae9c dongfang notes added 12 years ago
dongfang 71c451ffc1 PFD layout simplification (no corner panels) 12 years ago
Bryant d581a91bb8 Reworked the UAS listing. It's organized differently and styled differently. Also the fading of the heartbeat status now works properly. Also fixed some theming issues with the connectButton when it was checked. 12 years ago
Bryant 2ef52b98d1 HDDisplay gauges are now themed correctly depending on what theme is currently selected. 12 years ago
Bryant 9d974d5a3d Synchronized the dark theme to the changes to the light theme from the last commit. Also made more text change color based on selected theme. 12 years ago
Bryant a0f9044f2b Changed menu style slightly. 12 years ago
Bryant 46bc3bc2ec The HSI widget now has different light & dark color schemes that should be more readable. 12 years ago