summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regtab.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-05-11 19:51:55 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-05-11 19:56:56 +0200
commit7b590a953639714cf8ea4b550dd7f6558698e23f (patch)
tree4d37890770d45b29237fb671aa66ac446dff7684 /utils/regtools/qeditor/regtab.h
parent4c1eafc208426d4457660313314289a570287cb8 (diff)
downloadrockbox-7b590a953639714cf8ea4b550dd7f6558698e23f.tar.gz
rockbox-7b590a953639714cf8ea4b550dd7f6558698e23f.zip
qeditor: many enhancement
Qeditor has been improved in many ways: - it can now dump all registers, just like the lua DUMPER.dump_all() command - several crash were fixed - when connected to a hwstub command, one can correctly edit individual fields - the code was simplified in several places Change-Id: I092b99ce3a12ff6417552de61d62c65f706bcff0
Diffstat (limited to 'utils/regtools/qeditor/regtab.h')
-rw-r--r--utils/regtools/qeditor/regtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/regtab.h b/utils/regtools/qeditor/regtab.h
index 78a10ba379..b5b1f56775 100644
--- a/utils/regtools/qeditor/regtab.h
+++ b/utils/regtools/qeditor/regtab.h
@@ -80,6 +80,7 @@ protected:
80 QCheckBox *m_readonly_check; 80 QCheckBox *m_readonly_check;
81 QLabel *m_data_soc_label; 81 QLabel *m_data_soc_label;
82 QPushButton *m_data_sel_reload; 82 QPushButton *m_data_sel_reload;
83 QPushButton *m_dump;
83 QComboBox *m_data_selector; 84 QComboBox *m_data_selector;
84 IoBackend *m_io_backend; 85 IoBackend *m_io_backend;
85 QTabWidget *m_type_selector; 86 QTabWidget *m_type_selector;
@@ -102,6 +103,7 @@ private slots:
102 void OnAnalyserChanged(QListWidgetItem *current, QListWidgetItem *previous); 103 void OnAnalyserChanged(QListWidgetItem *current, QListWidgetItem *previous);
103 void OnAnalyserClicked(QListWidgetItem *clicked); 104 void OnAnalyserClicked(QListWidgetItem *clicked);
104 void OnReadOnlyClicked(bool); 105 void OnReadOnlyClicked(bool);
106 void OnDumpRegs(bool);
105}; 107};
106 108
107#endif /* REGTAB_H */ \ No newline at end of file 109#endif /* REGTAB_H */ \ No newline at end of file