-
Notifications
You must be signed in to change notification settings - Fork 41
/
changelog
227 lines (123 loc) · 6.91 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
rqt_multiplot_plugin (0.0.1-35) unstable; urgency=low
* Fixes related to OS X clang compatibility and added support for Qwt >= 6.1
-- Ralf Kaestner <ralf.kaestner@gmail.com> Fri, 12 Feb 2016 08:42:00 +0100
rqt_multiplot_plugin (0.0.1-34) unstable; urgency=low
* Added copy and paste for curve configurations
-- Ralf Kaestner <ralf.kaestner@gmail.com> Fri, 18 Dec 2015 10:38:00 +0100
rqt_multiplot_plugin (0.0.1-33) unstable; urgency=low
* Fixed segmentation fault when removing curves
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 17 Dec 2015 16:34:00 +0100
rqt_multiplot_plugin (0.0.1-32) unstable; urgency=low
* Refactored configuration classes
* Added drag and drop feature for copying and moving curves from the
legend of one plot to another plot
* Added possibility to double-click legend items for editing curve
properties
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 17 Dec 2015 16:18:00 +0100
rqt_multiplot_plugin (0.0.1-31) unstable; urgency=low
* Fixed right-click magnification for Dario
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 16 Dec 2015 16:09:00 +0100
rqt_multiplot_plugin (0.0.1-30) unstable; urgency=low
* Added axis configuration swap button for Dario
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 16 Dec 2015 15:10:00 +0100
rqt_multiplot_plugin (0.0.1-29) unstable; urgency=low
* Implemented match filter combo box as class
* Added match filter completer to type combo box
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 16 Dec 2015 13:39:00 +0100
rqt_multiplot_plugin (0.0.1-28) unstable; urgency=low
* Added match filter completer to topic combo box
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 16 Dec 2015 12:50:00 +0100
rqt_multiplot_plugin (0.0.1-27) unstable; urgency=low
* Curve axis topic and type are now automatically filled if initially empty
* Added feature to copy between axes configurations
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 16 Dec 2015 08:05:00 +0100
rqt_multiplot_plugin (0.0.1-26) unstable; urgency=low
* Bag reader is now using topic queries to reduce the number of processed
messages
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 15 Dec 2015 17:02:00 +0100
rqt_multiplot_plugin (0.0.1-25) unstable; urgency=low
* Added adaptive-precision output format to tracker coordinate labels
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 15 Dec 2015 16:47:00 +0100
rqt_multiplot_plugin (0.0.1-24) unstable; urgency=low
* Fixed bag reader to not block event processing
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 15 Dec 2015 13:37:00 +0100
rqt_multiplot_plugin (0.0.1-23) unstable; urgency=low
* Implemented bag import feature
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 15 Dec 2015 12:34:00 +0100
rqt_multiplot_plugin (0.0.1-22) unstable; urgency=low
* Curve axis config now starts with no type selected
* Fixed validations in curve axis config widget
-- Ralf Kaestner <ralf.kaestner@gmail.com> Fri, 11 Dec 2015 11:28:00 +0100
rqt_multiplot_plugin (0.0.1-21) unstable; urgency=low
* Fixed message field completer to correctly handle dynamic arrays
-- Ralf Kaestner <ralf.kaestner@gmail.com> Fri, 11 Dec 2015 09:33:00 +0100
rqt_multiplot_plugin (0.0.1-20) unstable; urgency=low
* Bug fixing and stability improvements on the configuration and subscriber
backend
-- Ralf Kaestner <ralf.kaestner@gmail.com> Fri, 11 Dec 2015 07:17:00 +0100
rqt_multiplot_plugin (0.0.1-19) unstable; urgency=low
* Added feature for cleaning the configuration file history
* Fixed threads to terminate on destruction
* Added package and message type registry updates to main widget
constructor
* Fixed curve config widget components to initialize correctly
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 13:23:00 +0100
rqt_multiplot_plugin (0.0.1-18) unstable; urgency=low
* Added feature to specify custom axis titles
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 08:04:00 +0100
rqt_multiplot_plugin (0.0.1-17) unstable; urgency=low
* Fixed configuration file loading/saving bug, now producing ROS console
output
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 06:20:00 +0100
rqt_multiplot_plugin (0.0.1-16) unstable; urgency=low
* Plot widgets cannot change state anymore if only one plot is available
in the plot table
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 04:50:00 +0100
rqt_multiplot_plugin (0.0.1-15) unstable; urgency=low
* Fixed a graphical bug which was caused by bad masks for the plot cursor
tracked point labels
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 04:37:00 +0100
rqt_multiplot_plugin (0.0.1-14) unstable; urgency=low
* Implemented topic interpolation feature
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 10 Dec 2015 04:32:00 +0100
rqt_multiplot_plugin (0.0.1-13) unstable; urgency=low
* About to get topic interpolation right
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 09 Dec 2015 14:49:00 +0100
rqt_multiplot_plugin (0.0.1-12) unstable; urgency=low
* Added feature to export plots
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 08 Dec 2015 15:39:00 +0100
rqt_multiplot_plugin (0.0.1-11) unstable; urgency=low
* Added feature to maximize/restore a plot
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 08 Dec 2015 12:14:00 +0100
rqt_multiplot_plugin (0.0.1-10) unstable; urgency=low
* Added axis titles and legend
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 08 Dec 2015 10:54:00 +0100
rqt_multiplot_plugin (0.0.1-9) unstable; urgency=low
* Added curve styles
* Revised plot controls
* Efficient curve data storage
-- Ralf Kaestner <ralf.kaestner@gmail.com> Sat, 05 Dec 2015 05:47:00 +0100
rqt_multiplot_plugin (0.0.1-8) unstable; urgency=low
* Plot scaling works
-- Ralf Kaestner <ralf.kaestner@gmail.com> Mon, 30 Nov 2015 12:35:00 +0100
rqt_multiplot_plugin (0.0.1-7) unstable; urgency=low
* Enhanced plot table configuration and widget
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 26 Nov 2015 08:43:00 +0100
rqt_multiplot_plugin (0.0.1-6) unstable; urgency=low
* Added configuration file handling
-- Ralf Kaestner <ralf.kaestner@gmail.com> Wed, 25 Nov 2015 17:02:00 +0100
rqt_multiplot_plugin (0.0.1-5) unstable; urgency=low
* Yet another progress commit
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 24 Nov 2015 16:11:00 +0100
rqt_multiplot_plugin (0.0.1-4) unstable; urgency=low
* Another progress commit
-- Ralf Kaestner <ralf.kaestner@gmail.com> Thu, 19 Nov 2015 15:05:00 +0100
rqt_multiplot_plugin (0.0.1-3) unstable; urgency=low
* Progress commit
-- Ralf Kaestner <ralf.kaestner@gmail.com> Mon, 16 Nov 2015 06:56:00 +0100
rqt_multiplot_plugin (0.0.1-2) unstable; urgency=low
* Progress commit
-- Ralf Kaestner <ralf.kaestner@gmail.com> Tue, 03 Nov 2015 16:02:00 +0100
rqt_multiplot_plugin (0.0.1-1) unstable; urgency=low
* Initial commit
-- Ralf Kaestner <ralf.kaestner@gmail.com> Mon, 29 Jun 2015 15:55:00 +0100