182 Commits (59a34f58a941da2b8836df9902e15e1987c65d95)

Author SHA1 Message Date
Don Gagne 120a417b38 Remove support for user style file 11 years ago
Don Gagne 757ccb258a Remove unused APM code 11 years ago
philipoe ab2e4d8bed Removed all code related to the senseSoar-UAV/MAV, as it was unused in any case 11 years ago
Don Gagne f3286d58ea Remove unreachable APM code 11 years ago
Bryant 69d3ebb78f Moved joystick settings into the main settings page. 11 years ago
Bryant 1b1e572738 Remove unconnected view from QGC. 11 years ago
Bryant f8a05dd1f3 Removed all dead code from MainWindow. 11 years ago
Bryant a9aa496804 Finish removing MAVLink generation code. 11 years ago
Lorenz Meier 2501ff0360 Fixed debug console location, still ugly (style sheet handling) 11 years ago
Bryant 9d8d4c5be9 Removing all SLUGS autopilot-specific code. 11 years ago
Bryant Mairs e5f471aad0 QtGui headers no longer need to be prepended by QtGui/ when including. 11 years ago
Lorenz Meier b7f495b178 Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary 11 years ago
Lorenz Meier a6fae6b539 Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary 11 years ago
Bryant Mairs 98ec24e6d4 The Fullscreen/Normal menu items in the main window are now checkable. 11 years ago
Lorenz Meier 663aa1b779 Added file manager and associated widgets / handling 11 years ago
Don Gagne cab414731a Fix failed connection 11 years ago
Lorenz Meier 713a9da20b Re-enable the local 3D and Google Earth 3D views, needs testing 11 years ago
Bryant 02874e529f Mouse support now indicated by QGC_MOUSE_ENABLED_* macros. 11 years ago
Bryant e1bc02f624 Added the QGC_GOOGLE_EARTH_ENABLED macro when that support exists. 11 years ago
Bryant 1fcd392253 Modified building OpenSceneGraph. 11 years ago
Bryant 5add42bc28 MAVLink dialect generation UI widget is no longer build by default. 11 years ago
John Tapsell 6c59f5f4cb Add an XY plot widget 12 years ago
John Tapsell 00a7baae03 Remove MainWindow styleChanged() signal 12 years ago
John Tapsell 257f547cbe Move all the menu/action manipulation over to a new class, so that it's self contained 12 years ago
John Tapsell b37fa76b4d Allow custom widget to be deleted 12 years ago
Lorenz Meier d8fd4852a0 Further cleanup 12 years ago
Lorenz Meier cbfff6d765 Fixed critical issue in refactored startup code 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
Michael Carpenter 31a118ce91 First round of fixes per Bill's git commit comments 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 41134dfcc8 Fixed the titlebar styling of the dockwidgets in the main window. 12 years ago
Michael Carpenter 632ddad3ad New configuration menu setup. Placeholders for now, waiting for functionality 12 years ago
Bryant 897758782b The joystick widget now has theming capabilities. Also displays button presses properly now. 12 years ago
Bryant f4c1eaab06 The joystick widget now has theming capabilities. Also displays button presses properly now. 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
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
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
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
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 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 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
Michael Carpenter b8d7252ffe Change so MAV specific DockWidgets don't appear on connection, but show up in the main menu 12 years ago
Lorenz Meier 036c883d1b Fixed tool widget instantiation 12 years ago