aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* GUI: Add adapt step to DPDMatthias P. Braendli2018-12-194-31/+98
|
* GUI: Combine model plots into single plotMatthias P. Braendli2018-12-195-41/+35
|
* DPD: Merge Model_PM and _AM into _PolyMatthias P. Braendli2018-12-199-287/+190
|
* GUI: Automatically iterate captures and show model plotsMatthias P. Braendli2018-12-186-88/+98
|
* GUI: add capture and plot to DPDMatthias P. Braendli2018-12-186-38/+134
|
* GUI: return command confirmation to browser to avoid HTTP 503Matthias P. Braendli2018-12-121-1/+4
|
* Improve DPD calibrationMatthias P. Braendli2018-12-123-5/+34
|
* Increase YAML-RPC packet sizeMatthias P. Braendli2018-12-121-2/+5
|
* Fix rc values button functionMatthias P. Braendli2018-12-121-4/+8
|
* Move licence header in html templatesMatthias P. Braendli2018-12-125-97/+96
|
* GUI: Try to get RC params working againMatthias P. Braendli2018-12-122-12/+21
|
* GUI: add progress barMatthias P. Braendli2018-12-125-15/+37
|
* Get calibration to work with GUIMatthias P. Braendli2018-12-057-80/+70
|
* Get GUI to communicate with DPDCEMatthias P. Braendli2018-12-0510-58/+220
|
* Rework GUI and DPDCEMatthias P. Braendli2018-12-0441-443/+678
|
* Move python stuff to folderMatthias P. Braendli2018-12-0470-0/+16078
|
* Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects"Matthias P. Braendli2014-01-031-547/+0
| | | | | This reverts commit ae587d9d1678d50c98497efeaeecda28f2703229. It doesn't work well with older autotools. Solving this is not urgent.
* autotools: AM_INIT_AUTOMAKE with subdir-objectsMatthias P. Braendli2013-12-151-0/+547
Make the autotools non-recursive to suppress error, and make it future-proof.