392 Commits (c9cdc4649d80687afa21895b1744e9835602cb1d)

Author SHA1 Message Date
Don Gagne c9cdc4649d -Wreorder fixes 11 years ago
Don Gagne ff390617b5 Unused formal parameter, unused local variable and a couple unreachable code changes 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 6c347709a0 Clean up when exactly we should save settings, and add in checks to make sure we do not do it incorrectly 12 years ago
John Tapsell f6ae5ed8fc Make sure that our custom widget doesn't reuse an object name 12 years ago
John Tapsell a6a5a65b14 Fix warning "Cannot set minimum size to (-1,-1)" 12 years ago
John Tapsell 98d96af1c7 Don't translate the object name, otherwise the config will break in non-english languages 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 27c1dd274f Don't add two horizontal menu seperators for custom widgets 12 years ago
John Tapsell b37fa76b4d Allow custom widget to be deleted 12 years ago
John Tapsell 661b9aeb99 Fix changing the dock window title when not in advanced mode 12 years ago
John Tapsell 42d68e1d4c MainWindow - remove unnecessary static_cast 12 years ago
John Tapsell c90c55d480 CommConfigurationWindow - make it a proper QDialog, and not a floating widget 12 years ago
akistanov 46b5453cbd fix windows build 12 years ago
Lorenz Meier d560305233 Fixes, working on uploading story 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 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