summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/part/fpgaview
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS from TQT conversion commitTimothy Pearson2019-01-241-4/+4
|
* Update copyright datesTimothy Pearson2019-01-242-2/+2
|
* Finish QT-->TQT conversionTimothy Pearson2019-01-242-5/+5
|
* Add Kerberos flags to Automake include listsTimothy Pearson2019-01-241-1/+1
|
* Fix minor error in FPGAViewPart sourcesTimothy Pearson2015-09-111-0/+1
|
* Move seven segment display widget to common widget directoryTimothy Pearson2015-09-114-473/+7
|
* Update license headers in TDE clientTimothy Pearson2014-02-272-2/+2
|
* Relayout the GUI to be more in line with expected normsTimothy Pearson2014-01-103-170/+194
| | | | | Add user logic reset signal Stabilize data transfer
* Increase DSP memory sizeTimothy Pearson2014-01-101-2/+6
| | | | Fix potential crash in FPGA viewer if hardware debug interface is malfunctioning or offline
* Fix progress bar not moving during DSP data receptionTimothy Pearson2013-10-301-2/+7
| | | | Fix syntax error in demo main.v file
* Allow data processing RAM size to be configured by changing a Verilog ↵Timothy Pearson2013-10-303-12/+38
| | | | parameter on the FPGA side
* Fix image distortion when certain greyscale values are utilizedTimothy Pearson2013-10-302-18/+41
| | | | Store last used values in FPGA viewer and programmer GUI for convenience on GUI restart
* Fix 7-segment LED display and add sample driver for the sameTimothy Pearson2013-10-142-29/+33
|
* Update API to TDE R14Timothy Pearson2013-10-011-1/+1
|
* Fix data transmission to FPGA when file size is not exactly 16384 bytesTimothy Pearson2013-03-231-10/+22
| | | | Fix input image display
* Avoid usage of TQTimer::singleShot in the FPGA viewer partTimothy Pearson2013-03-132-16/+22
| | | | Repair "think-o" in the Spartan 6 block RAM HDL
* Work around data transfer problems in FTDI serial convertersTimothy Pearson2013-03-043-99/+280
| | | | Fix glitches in FPGA viewer part
* Update for latest TDE APITimothy Pearson2013-02-251-2/+2
|
* Fix FTBFSTimothy Pearson2013-02-231-1/+1
|
* Update for latest version of TDETimothy Pearson2013-02-113-24/+24
|
* Fix FTBFS on newer TQt3 versionsTimothy Pearson2013-01-131-3/+3
| | | | Fix cursor and graticule tooltip glitches when waveforms are offset from zero
* Add client image display windows to remotefpga viewerTimothy Pearson2012-07-223-6/+84
|
* Add iconsTimothy Pearson2012-07-182-0/+2
|
* Enhance trace viewerTimothy Pearson2012-07-121-0/+1
|
* Move part connection and disconnection code into tqtrla libraryTimothy Pearson2012-07-092-152/+21
|
* Convert to frame based protocolTimothy Pearson2012-07-071-15/+16
| | | | Finish FPGA programming server/client
* Fix a variety of issuesTimothy Pearson2012-07-061-0/+6
|
* Fix crash caused by improper SASL initializationTimothy Pearson2012-07-062-36/+53
|
* Fix a number of problems and add skeleton FPGA prog serverTimothy Pearson2012-07-061-25/+2
|
* Enable character transmission via KerberosTimothy Pearson2012-07-041-1/+0
|
* Add interface mode selectionTimothy Pearson2012-07-043-12/+46
| | | | Make servers use less CPU
* Add data processing modeTimothy Pearson2012-07-042-4/+176
|
* Fix UI layout of FPGA partTimothy Pearson2012-07-043-159/+369
|
* Add initial batch mode processing logicTimothy Pearson2012-07-043-100/+269
|
* Add preliminary basic remotefpga protocol supportTimothy Pearson2012-07-033-42/+898
|
* Stabilize clients and complete basic view layout/widgetsTimothy Pearson2012-07-023-2/+360
|
* Fix crashes in serversTimothy Pearson2012-07-013-8/+323
| | | | Start work on FPGA client
* Add ability for instruments to add menu options to the main windowTimothy Pearson2012-07-012-2/+76
|
* Extend instrument partsTimothy Pearson2012-06-303-3/+10
|
* Get rid of processEvents calls in viewer partTimothy Pearson2012-06-292-82/+122
|
* Convert krb server socket to stateful operationTimothy Pearson2012-06-291-0/+1
| | | | Do the same to the server daemons and the MDI frame client
* Convert krb client socket to stateful initTimothy Pearson2012-06-281-1/+5
|
* Convert servers to cooperative multitaskingTimothy Pearson2012-06-281-57/+62
|
* Fix a number of problemsTimothy Pearson2012-06-272-22/+87
|
* Add skeleton for FPGA viewerTimothy Pearson2012-06-264-0/+312
Fix authserver crash