2018-06-04 David Douard [plotter] add a --mockup option to the demo main function default tip changeset | files
2018-06-04 David Douard [plotter] use OSError instead of more specific SerialException changeset | files
2018-06-03 David Douard [test] kill old useless test changeset | files
2018-06-03 David Douard [test] add a conftest.py file with fixtures for prologix emulator setup in tests changeset | files
2018-06-03 David Douard [prologix] small fix in the prologix emulator changeset | files
2018-05-24 David Douard [plotter] flake8 changeset | files
2018-05-24 David Douard [doc/logo] improved logo changeset | files
2018-05-24 David Douard [prologix] implement more prologix commands and add API to register emulated devices changeset | files
2018-05-18 David Douard [prologix] beginning of a proper prologix dongle emulator changeset | files
2018-05-18 David Douard [doc] better icon changeset | files
2018-05-18 David Douard [prologix] flake8 changeset | files
2018-06-03 David Douard [plotter] fix and improve a bit the HPGL plotter emulator changeset | files
2018-05-17 David Douard add an .hgignore file changeset | files
2018-05-17 David Douard [readme] rename as README.rst changeset | files
2018-05-17 David Douard [doc] refactor a bit the doc and use classic theme changeset | files
2018-05-17 David Douard [readme] write a more meaningful README file changeset | files
2018-05-17 David Douard [setup] improve setup a bit changeset | files
2018-05-16 David Douard convert doc to sphinx changeset | files
2018-05-16 David Douard project moved to bitbucket changeset | files
2018-05-16 David Douard [HP3562A] replace matplotlib with pytgraph changeset | files
2018-05-15 David Douard [HP3562A] port HP3562A app to Py3k/Qt5 changeset | files
2018-05-15 David Douard [qt5] fix QMplCanvas changeset | files
2018-05-03 David Douard port HPGL plotter emulator to PyQt5 changeset | files
2018-04-30 David Douard [py3k] beginning to port to py3k changeset | files
2009-04-02 David Douard fix README changeset | files
2009-04-02 David Douard copyright updated changeset | files
2009-03-30 David Douard add an interactive session helper file changeset | files
2009-03-30 David Douard fixes in HP8904 device description changeset | files
2009-03-30 David Douard add more commands to HP_8904 device changeset | files
2009-03-26 David Douard add some commands to HP8904 device changeset | files
2009-03-17 David Douard many improvements: changeset | files
2008-09-04 David Douard Add an option to qgpib_plotter to make it auto display any newly received plot (+ fix in plot list management) changeset | files
2008-09-04 David Douard fix small bugs in qgpib plotter changeset | files
2008-08-26 David Douard add ability to print a plot in qgpibplotter changeset | files
2008-08-26 David Douard force display of opened file, instead of just adding ot to the plots list changeset | files
2008-08-26 David Douard started developer doc changeset | files
2008-08-22 David Douard small cleanups and doc update changeset | files
2008-08-22 David Douard Improve docs. changeset | files
2008-08-22 David Douard Moved .plt example files in a hpgl_plots subdirectory. changeset | files
2008-08-22 David Douard Display an introduction message when running gpib_detect. changeset | files
2008-08-21 David Douard make q3562 app work again (in test mode at least) changeset | files
2008-08-21 David Douard Small fixes to HPGL plotter (be a little bit more robust) changeset | files
2008-08-21 David Douard updated introduction doc changeset | files
2008-08-21 David Douard added copyright header to every python file changeset | files
2008-08-19 David Douard fixes to make gpib_detect works changeset | files
2008-08-19 David Douard add a simple 'gpib_detect' command line tool and some minor fixes changeset | files
2008-08-19 David Douard added doc (almost empty) files changeset | files
2008-08-19 David Douard finish some previous unfinished (!) refactoring changeset | files
2008-02-28 David Douard cleanup: removed useless commandregister (and fix some missing import) changeset | files
2008-02-28 David Douard Added commands for HP356X devices. Added STA, IS and AS as commands (instead of constants). changeset | files
2008-02-28 David Douard Make it possible to disable the cache mecanism temporarly and make AbstractCommand derivated classes not considered as commands if their name starts with '_'. changeset | files
2008-02-28 David Douard make convert_from prototype accepts several arguments (to build command with several arguments) changeset | files
2008-02-25 David Douard Some improvements & cleanups. Now the get/set mecanisme using descriptor works (but is not yet implemented for most commands of the HP356X devices). changeset | files
2008-02-25 David Douard Try to be a little more robust when instanciating the GPIB class (serial connector) changeset | files
2008-02-25 David Douard add de debug "manage_srq" method on HP356XDevice changeset | files
2008-02-25 David Douard An AbstractGPIBDevice and the Command should now behave quite OK ie. one can type d.MyCommand and it will return the value (either from the cache or after having asked it to the device), and use d.FRS = 10000 to send the command "FRS 10000 Hz" to the device transparently. changeset | files
2008-02-25 David Douard Major refactoring in progress. Build the toolkit around a GPIB controller which have a communication thread with the devices. Every device is an instance of a class that describes the device model and registers itself to the controller. changeset | files
2008-02-17 David Douard added several example coord datablock & make use of some icons changeset | files
2008-02-17 david oops, forgot the resource file changeset | files
2008-02-16 david added some icons changeset | files
2008-02-16 David Douard add ability to select display (A or B) from which we get trace/coord changeset | files
2008-02-14 David Douard some general GUI improvements & code cleanups changeset | files
2008-02-14 David Douard make plotter really repaint itsefl when some property of the plot is changed changeset | files
2008-02-12 David Douard add THD computation for simple traces of power spectrum changeset | files
2008-02-11 David Douard added many HPGL example plots (for the sake of testing mainly) changeset | files
2008-02-11 David Douard added some forgoten files to Hg changeset | files
2008-02-11 David Douard more work on HP3562A data block dumper/displayer application. changeset | files
2008-02-08 David Douard make q3562 app beginning to work; can now display state & trace datablock with some options. changeset | files
2008-02-05 David Douard forgot a file... changeset | files
2008-02-05 David Douard refactoring: moved everything of the library to a "pygpibtoolkit" module. changeset | files
2008-02-04 David Douard refactoring in progress changeset | files
2008-02-04 David Douard small improvement; display first plot at startup changeset | files
2008-02-04 David Douard constant adjustments for string plots changeset | files
2008-02-04 David Douard some improvements; can now give a bunch of files to open on cmd line; removed print statements changeset | files
2008-02-03 David Douard Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens. changeset | files
2008-01-26 David Douard moved some files & one bugfix changeset | files
2008-01-25 David Douard added some hpgl example plots changeset | files
2008-01-25 David Douard refactoring: created a 'plotter' subdirectory and put everything related to GPIB/HPGL plotting under it changeset | files
2008-01-25 David Douard added generated rc files (from hpgl_plotter.qrc) changeset | files
2008-01-25 David Douard removed useless png files (using SVG everywhere) changeset | files
2008-01-25 David Douard oops, forgot icon files changeset | files
2008-01-25 David Douard added a start scrip & cleanups changeset | files
2008-01-25 David Douard added a gpib plot receiver mockup for testing purpose. Seems to work. changeset | files
2008-01-20 David Douard add a 'receiving a plot' led changeset | files
2008-01-18 David Douard add main menu shotcuts and make first openened file displayed changeset | files
2008-01-16 David Douard add some example hpgl files changeset | files
2008-01-16 David Douard make qplotter a working app: can new load several hpgl files à display them; have a preference system changeset | files
2008-01-11 David Douard Begin of a HPGL plotter application (PyQt4) changeset | files
2008-01-11 David Douard Add HPGL plotter backend for Qt4 changeset | files
2008-01-11 David Douard improved hpgl parser : plot strings changeset | files
2008-01-03 David Douard fixes changeset | files
2007-12-21 David Douard added a (very) beginning HPGL parser (with a simplist matplotlib backend) changeset | files
2007-12-18 David Douard docstrings added changeset | files
2007-12-18 David Douard Several improvements (code refactoring) + add stuff to decode binary coordinate data block ("DCBN" command) changeset | files
2007-12-17 David Douard make header_formatter a little bit smarter (interpret bool values when it can) changeset | files
2007-12-17 David Douard several improvements; add an internal state reader changeset | files
2007-12-17 David Douard some forgotten added files changeset | files
2007-12-17 David Douard some code refactoring and several improvements in gpib_plotter (should be more robust & quicker) changeset | files
2007-12-17 David Douard created a HP3562A submodule for specific code changeset | files
2007-12-13 David Douard many improvements in the read/dump trace tools. changeset | files
2007-12-13 David Douard several updates to the gpib module changeset | files
2007-12-10 David Douard adjust timing parameters & fixes changeset | files
2007-12-10 David Douard fixes in gpib module changeset | files
2007-12-10 David Douard completed missing constants changeset | files
2007-12-10 David Douard ported 'dump_trace' to gpib API changeset | files
2007-12-10 David Douard small cleanup changeset | files
2007-12-10 David Douard addede a __init__.py changeset | files
2007-12-10 David Douard added a gpib module (handle gpib connection) changeset | files
2007-12-10 David Douard make 7470 plotter emulator more user friendly & several file renames changeset | files
2007-12-10 David Douard initial import changeset | files
(0) tip

mercurial