summaryrefslogtreecommitdiff
path: root/smartdashboard/src
AgeCommit message (Collapse)Author
2016-03-09Rename the RobotCameraViewer widget to CameraServerViewer.HEADmasterLuke Shumaker
2016-03-09Add a generalized VideoURLViewer widgetLuke Shumaker
2016-03-09Rename the built-in video widgets to have names that make sense. Also docs.Luke Shumaker
2016-01-30add label to boolean CheckBoxJoe Ross
Change-Id: Ib441b5325a919965166c1e716222bbb5e950f24e
2016-01-04CANSpeedController: Use CardLayout.Peter Johnson
This fixes formatting and resize issues that resulted from manually adding and removing individual panel components. Change-Id: Ic507dc0f92ce4e3e6560bd31ea83129958a460ed
2016-01-04LWSubsystem: Prevent duplicate elements.Peter Johnson
Change-Id: I0f87478b9448910a35cbc7effc24649a1ecd974e
2015-12-06Update to use ntcore and new Preferences.Peter Johnson
This significantly upgrades the Preferences GUI to: - Show type information - Allow editing of all data types including arrays - Implement "real" deletion - Support local saves and loads Change-Id: Ic43281de9c1aea52e65d173328a8b10ec4f61259
2015-10-14Added support to the LiveWindow for CAN speed controllersSam Carlberg
Added PID velocity control and fixed PIDSubsystems Change-Id: I81bb4109cd1ff75b99b049a7ec2abd248ad3f9a1
2015-10-08Updated SmartDashboard to use the new mDNS naming scheme ↵Sam Carlberg
(roboRIO-team-frc.local) Change-Id: Ib318424e74c24a546ca32242b7281907bb7281f4
2015-06-03Added a property to VideoStreamViewerExtension.java for "Degrees Rotation" ↵coachstreeterT1519
to allow rotation of the "Simple Camera Viewer" by an arbitrary rotation angle. Change-Id: Id6b262ff9264f1cc3390b9ddc28fda9b6c281279
2015-03-20Fix restoring of saved camera resolution.Joe Ross
The values were not available when the XML file was read, so the default was used. Added values in constructor. Change-Id: Id8d2ac9dfdccf316301ad190f01b0ec23e9516cc
2015-03-12Adapt Ryan Cahoon's Huffman table patch from CDThomas Clark
This solves the notorious Huffman table problem and also adds an option for adjusting the frame size. http://www.chiefdelphi.com/forums/showthread.php?t=134404 Change-Id: I16fddd31ea5d95dabd28abb16ffb6828b772d9b2
2015-03-05Changed Simple Camera to default to mDNS "axis-camera.local".James Kuszmaul
Change-Id: I498861b9fe7dc62aeb35b60ea1aa1e1407ecf0d1
2014-12-30Add Live Window widget for 3 axis acclerometer. Needed to fix artf3902Joe Ross
Change-Id: Ie38fb81a818b7607fabf7f7855249d0e7ea78147
2014-12-29Add LiveWindow widget for PDP.Joe Ross
Change-Id: Ic31f3e15a48c9b0c6586085d0fdfa2d8d1609bb7
2014-12-01Fix crash in SendableChooser ComboBox with no NT con. Fixes artf3857.Joe Ross
Check for NT null in ComboBox. Copied code from RadioButtons. RadioButtons does not used syncronized(table), so it is assumed that it is safe to remove. Change-Id: I7c06bd30f05b279ddc52309f1560b8ef46a3a4c4
2014-11-28Moved Smart Dashboard extensions directory to ~/SmartDashboard/extensionsPaul Malmsten
The previous location was ~/wpilib/tools/sd_extensions, which would be squahed by installs of eclipse plugins. This addresses artf3811 (https://usfirst.collab.net/sf/go/artf3811). Change-Id: Ic712c0ff8148076400c4cc42e75e2013428d7622
2014-11-28Moved SmartDashboard extensions search path to ~/wpilib/tools/sd_extensionsPaul Malmsten
SmartDashboard now looks for library jars in ./lib, ~/wpilib/tools/sd_extensions/lib, and ~/wpilib/tools/sd_extensions, and looks for extensions in jars in ~/wpilib/tools/sd_extensions. This fixes artf3811 (https://usfirst.collab.net/sf/go/artf3811). Library jars and extensions are no longer searched for at ./extensions/lib and ./extensions. Change-Id: I88879bb6b1a4cf6369be48a93479ab432b4509a5
2014-11-28Add an extension for a USB camera on the robotThomas Clark
Change-Id: If82296528bd77c899d1e8c68ad565eaf764d78b9
2014-11-12Restored -ip flag support.Alex Henning
Change-Id: I01a2c3dbb9977430dfcb8d36e7c899568f16ea50
2014-10-24Use mDNSThomas Clark
Use mDNS to connect to the robot controller by default, removing the need to specify an IP. mDNS can be disabled in the dashboard preferences for use with the cRIO. Change-Id: I6b46487ce9ddea54ca4ab249d13186402aa61c91
2014-10-01Initial commit of files from FIRSTForge projectBrad Miller