589 Commits (aa9f5591a3da59a6d4f3df0febeba4ab76467b1c)

Author SHA1 Message Date
Lorenz Meier 9244a09163 Removed more debug statements 12 years ago
Lorenz Meier d95cf00399 Serial link selection in toolbar operational 12 years ago
Lorenz Meier b445c83322 First stab at better multi-use / multi-platform requirements 12 years ago
Bill Bonney 36b7d7952f First commit of Terminal Console View 12 years ago
Lorenz Meier 123707a918 Allowed flexible config initialization 12 years ago
Lorenz Meier 179cb2863b Some minor execution time fixes 12 years ago
Michael Carpenter 31a118ce91 First round of fixes per Bill's git commit comments 12 years ago
Bill Bonney 45bad6d10a APM Tool Bar: connected connect(bool) signal to connect button. 12 years ago
Bill Bonney d3e93a3531 APM Tool Bar: connected coonect(bool) signal to connect button. 12 years ago
Bill Bonney 069dced802 Fix to toolbar size, and to remove QGCToolbar (compile time option) 12 years ago
Bill Bonney 359f8bd1d8 APMToolbar as a docking widget [complete] + missing files 12 years ago
Bill Bonney aa582da29d First commit of the new APM Toolbar 12 years ago
Bryant b19d26a735 Missing paren crashes windows compilation 12 years ago
Bryant 41134dfcc8 Fixed the titlebar styling of the dockwidgets in the main window. 12 years ago
Bryant 3731055a6e Fixed compilation warning. 12 years ago
Bryant ca74665aff The Advanced Mode option is now checked properly if it's enabled. 12 years ago
Lorenz Meier f8f49896d9 Disable Google Earth on Mac OS since it was broken on all 64bit systems (thanks Google!) anyway 12 years ago
Michael Carpenter 632ddad3ad New configuration menu setup. Placeholders for now, waiting for functionality 12 years ago
Bryant 7908dc7d86 The JoystickWidget now has a parent so that it gets cleaned up when the MainWindow is closed preventing zombie-dialog syndrome. 12 years ago
Lorenz Meier eeda94f3ee Fixed HUD / Video widget to be useful 12 years ago
Bryant 6b2e191594 The JoystickWidget now has a parent so that it gets cleaned up when the MainWindow is closed preventing zombie-dialog syndrome. 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 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 e9e36e4137 Fix for a couple of floating windows that shouldn't have been shown 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 3fba725690 Added UASRawView to the tabbed quick view 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 4d5df7aeac Removed some unused code resulting in a memory leak and updated some documentation. 12 years ago
Michael Carpenter 6b449af3c9 Addition of new Raw Status display, and tabbed widget container for QuickView 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
Bryant 3d1a54df28 The HUD now responds to changes in the MainWindow theme. 12 years ago
dongfang 501f5124de PFD changes 12 years ago
Bryant 3126bdd5f3 The light and dark style sheets are now self-contained instead of only coloring. Both the have been synchronized, though the light style sheet still needs some adjustments. 12 years ago
Lorenz Meier 42de6b7cb1 HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now 12 years ago
Michael Carpenter 913c64179c Fix for layout glitch when using HIL Configuration, and added checks to see if there is an active UAS before attempting to connect HSIDisplay signals 12 years ago
Michael Carpenter af3fc38cc9 Fix for HIL dock widget 12 years ago
Bryant 89b67098de Segregated the coloring of the UI from the rest of the styling in the CSS, so now style-base.css is loaded before the colorizing CSS files. 12 years ago
Bryant fdcb556737 Removed the ICONDIR token from the CSS styles; it wasn't necessary and slowed down applying new styles to QGC. 12 years ago
dongfang c6ab1f0594 First PrimaryFlightDisplay integration that will even compile. Non functionalgit status 12 years ago
Lorenz Meier e6e7600761 Hotfix: Fixed widget / UAS initialization order which led to text messages (and other updates) being ignored if the widget was not open when the UAS was created 12 years ago
Bryant 005ab6ee94 Selecting the desired stylesheet now works correctly, including saving settings between application launches. 12 years ago
Bryant 9d969f1fdd The style changing UI now works somewhat. Doesn't interact with QSettings yet. 12 years ago
Bryant a4201a09d0 Revised the UI for styling QGC again. I think it's a little clearer now. 12 years ago
Bryant 2d61e288bb Reworked the styling UI. Now there are 4 options: light, dark, custom_light, and custom_dark. Things don't quite work right, but the proof-of-concept is done. 12 years ago
Bryant 78f45dc852 Fixed line endings in MainWindow.cc 12 years ago
Bryant c91ab41310 Fixed a few minor unused variable compilation warnings. 12 years ago
dongfang 84ed67cd65 First PrimaryFlightDisplay integration that will even compile. Non functionalgit status 12 years ago
Michael Carpenter d99bc2d290 Change so dock widget preferences are saved depending on which autopilot is currently active 12 years ago