Age | Commit message (Expand) | Author | Files | Lines |
2020-11-04 | qeditor: add better fallback mecanism for icons | Amaury Pouly | 2 | -17/+57 |
2017-09-06 | qeditor: add workaround for c++11 in qt4, suggest to use qt5 | Amaury Pouly | 1 | -1/+10 |
2017-02-04 | regtools/qeditor: replace deprecated QStyleOptionViewItemV4 | Amaury Pouly | 2 | -5/+5 |
2017-02-04 | regtools/qeditor: compute RAM size | Amaury Pouly | 2 | -0/+23 |
2017-02-04 | regtools/qeditor: enable imx233 analysers for imx233 | Amaury Pouly | 1 | -9/+12 |
2017-01-24 | jz4760b/regtools: fix/rename some register fields, add clock analyzer to qeditor | Amaury Pouly | 2 | -1/+82 |
2016-04-08 | qeditor: port to the new hwstub library and add features | Amaury Pouly | 10 | -328/+1393 |
2016-02-06 | regtoosl/qeditor: port to the new description format | Amaury Pouly | 18 | -1908/+2912 |
2015-10-03 | qeditor: fix uninitialised variable | Amaury Pouly | 2 | -1/+7 |
2015-09-11 | soc_desc: new version of the desc file format | Amaury Pouly | 6 | -10/+16 |
2015-09-11 | qeditor: introduce new "sexy register display" | Amaury Pouly | 7 | -134/+286 |
2015-09-10 | qeditor: use delegate to show bit range information | Amaury Pouly | 2 | -8/+25 |
2015-03-04 | qeditor: Add external static libraries to build dependecies | Marcin Bukat | 1 | -0/+10 |
2014-12-15 | regtools/qeditor: use the new model, drop unused code | Amaury Pouly | 4 | -111/+67 |
2014-12-15 | regtools/qeditor: introduce custom table model for reg fields | Amaury Pouly | 2 | -0/+289 |
2014-12-15 | regtoosl/qeditor: remove unused code | Amaury Pouly | 2 | -118/+0 |
2014-12-15 | regtools/qeditor: fix field editor not updating the validator on change | Amaury Pouly | 3 | -4/+26 |
2014-12-15 | regtools/qeditor: fix backend dump bug, be more correct on read | Amaury Pouly | 2 | -4/+5 |
2014-12-15 | qeditor: message widget now supports IDs, useful to clear messages | Amaury Pouly | 4 | -6/+37 |
2014-12-15 | qeditor: change setting names, they were inconsistent | Amaury Pouly | 3 | -6/+6 |
2014-12-15 | qeditor: rework register dump to be more general and flexible | Amaury Pouly | 2 | -6/+25 |
2014-12-15 | qeditor: introduce a new "RAM" backend, and refactor file backend | Amaury Pouly | 2 | -31/+69 |
2014-12-15 | qeditor: display message on "Nothing" backend selection | Amaury Pouly | 3 | -4/+19 |
2014-12-15 | qeditor: backends can now report validity status | Amaury Pouly | 2 | -0/+9 |
2014-12-15 | qeditor: introduce a message widget to display non-interactive messages | Amaury Pouly | 4 | -0/+120 |
2014-12-15 | qeditor: rework mainwindow tab names handling | Amaury Pouly | 4 | -7/+20 |
2014-12-15 | qeditor: add copyright | Amaury Pouly | 19 | -1/+380 |
2014-12-15 | Revert "regtools/qeditor: use the new model, drop unused code" | Amaury Pouly | 4 | -67/+111 |
2014-12-15 | regtools/qeditor: use the new model, drop unused code | Amaury Pouly | 4 | -111/+67 |
2014-11-28 | qeditor: add clock analyser for ATJ213x | Marcin Bukat | 2 | -1/+229 |
2014-11-18 | hwstub/qeditor: add support for atomic read/writes | Marcin Bukat | 1 | -2/+2 |
2014-09-19 | qeditor: Implement clock analyzer for rk27xx | Marcin Bukat | 2 | -4/+200 |
2014-09-19 | qeditor: rework modified indicator, register tab names depend on content | Amaury Pouly | 7 | -48/+129 |
2014-09-19 | qeditor: implement usb device list refresh (if supported) | Amaury Pouly | 2 | -0/+10 |
2014-09-19 | qeditor: fix UI to update register/analyser view on each tree/list click | Amaury Pouly | 2 | -19/+5 |
2014-09-19 | qeditor: fix horrible out of bound bug | Amaury Pouly | 1 | -1/+1 |
2014-09-19 | qeditor: when switching type tab, automagically switch view, implement reload | Amaury Pouly | 2 | -0/+19 |
2014-09-19 | qeditor: avoid memory leak in RegTab | Amaury Pouly | 1 | -1/+1 |
2014-09-19 | qeditor: move backend selector to its own class, that's cleaner | Amaury Pouly | 4 | -163/+196 |
2014-09-19 | qeditor: initialise libusb once in a static ctor | Amaury Pouly | 1 | -5/+18 |
2014-09-07 | qeditor: add soc panel, to display soc information | Amaury Pouly | 4 | -6/+92 |
2014-09-07 | qeditor: use hwstub library function to identify devices | Amaury Pouly | 1 | -15/+8 |
2014-05-12 | qeditor: on Windows it’s not impossible to create a file with AUX | Dmitry Gamza | 5 | -5/+5 |
2014-05-11 | qeditor: many enhancement | Amaury Pouly | 8 | -40/+261 |
2014-05-11 | regtools: make qeditor aware of PP | Amaury Pouly | 2 | -0/+16 |
2014-05-11 | qeditor: add support for deletion of items | Amaury Pouly | 5 | -7/+94 |
2014-05-11 | qeditor: fix include | Amaury Pouly | 1 | -1/+1 |
2014-05-01 | regtools: completely rework qeditor, improve soc desc library and tools | Amaury Pouly | 16 | -564/+3308 |
2014-02-13 | regtools/qeditor: fix crash when hwstub device fails to open | Amaury Pouly | 1 | -0/+1 |
2014-02-12 | Fix red | Amaury Pouly | 1 | -1/+4 |