-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
733 lines (569 loc) · 19.4 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
2024-07-02 Jan Kotanski <[email protected]>
* fix dictionary changed size during iteration error (#98)
* tagged as 3.20.2
2024-06-26 Jan Kotanski <[email protected]>
* fix error handling after change of API
* tagged as 3.20.1
2023-08-03 Jan Kotanski <[email protected]>
* switch to argparse module
* tagged as 3.20.0
2023-05-26 Jan Kotanski <[email protected]>
* add fix Dis. align in the switch order mode
* tagged as 3.19.1
2023-05-25 Jan Kotanski <[email protected]>
* add CheckDisSelView to switch the checkboxes order
* add a checkbox for scanID editable
* tagged as 3.19.0
2022-12-08 Jan Kotanski <[email protected]>
* add additional spacing in the checkbox view
* tagged as 3.18.4
2022-05-31 Jan Kotanski <[email protected]>
* add fixes for deb9 and qt4 with QVariant
* tagged as 3.18.3
2022-05-12 Jan Kotanski <[email protected]>
* warn user if apply is pressed during door running
* tagged as 3.18.2
2022-04-21 Jan Kotanski <[email protected]>
* fix for save/load profile with qt5
* tagged as 3.18.1
2022-03-30 Jan Kotanski <[email protected]>
* hide empty detector frames
* tagged as 3.18.0
2022-03-24 Jan Kotanski <[email protected]>
* add Special Characters widget
* replace '/' filename character by '_'
* tagged as 3.17.0
2021-09-01 Jan Kotanski <[email protected]>
* move detectors to a scroll area
* move descriptions to a scroll area
* tagged as 3.16.0
2021-05-26 Jan Kotanski <[email protected]>
* second fix for timer selection
* tagged as 3.15.2
2021-05-26 Jan Kotanski <[email protected]>
* fix for timer selection
* tagged as 3.15.1
2021-05-14 Jan Kotanski <[email protected]>
* add scan file extension widget
* tagged as 3.15.0
2021-02-24 Jan Kotanski <[email protected]>
* avoid catching tango.Except and tango.DevError
* tagged as 3.14.4
2020-08-10 Jan Kotanski <[email protected]>
* rebuild the package
* tagged as 3.14.3
2020-08-10 Jan Kotanski <[email protected]>
* fix stretching of data columns for qt5
* tagged as 3.14.2
2020-08-07 Jan Kotanski <[email protected]>
* fix for pyqt_version checking
* tagged as 3.14.1
2020-07-21 Jan Kotanski <[email protected]>
* add colors for selected components
* make qt5 default
* add selection dependence info
* tagged as 3.14.0
2020-07-16 Jan Kotanski <[email protected]>
* add tips to add MG
* tagged as 3.13.8
2020-06-02 Jan Kotanski <[email protected]>
* adopt MessageBox to tango 9.3
* tagged as 3.13.7
2020-03-09 Jan Kotanski <[email protected]>
* rename wrong new datasource name
* tagged as 3.13.6
2020-03-07 Jan Kotanski <[email protected]>
* add error message on wrong new datasource name
* tagged as 3.13.5
2019-10-17 Jan Kotanski <[email protected]>
* add python3 tests
* tagged as 3.13.4
2019-10-14 Jan Kotanski <[email protected]>
* update README
* tagged as 3.13.3
2019-10-14 Jan Kotanski <[email protected]>
* switch to setuptools
* add support for pip
* tagged as 3.13.2
2019-09-05 Jan Kotanski <[email protected]>
* fix for checking display
* tagged as 3.13.1
2019-06-11 Jan Kotanski <[email protected]>
* add Start to TriggerGateList
* tagged as 3.13.0
2019-06-06 Jan Kotanski <[email protected]>
* change State() to state
* tagged as 3.12.1
2019-05-16 Jan Kotanski <[email protected]>
* add canfail flag
* dedicated to use with NXSRecSelector 3.17.0 or above
* tagged as 3.12.0
2019-02-19 Jan Kotanski <[email protected]>
* fix for disconnecting disconnected timers
* tagged as 3.11.2
2019-02-19 Jan Kotanski <[email protected]>
* fix for getting host name from taurus
* tagged as 3.11.1
2019-01-30 Jan Kotanski <[email protected]>
* add MG sync for sardana 2.5.1
* tagged as 3.11.0
2019-01-29 Jan Kotanski <[email protected]>
* hide cancel button in progress bar
* tagged as 3.10.1
2019-01-16 Jan Kotanski <[email protected]>
* add support for qt5
* add support for python3
* tagged as 3.10.0
2018-10-11 Jan Kotanski <[email protected]>
* add Unlock button for descriptive component
* add create DataSources button
* tagged as 3.9.0
2018-09-26 Jan Kotanski <[email protected]>
* fix for stretch index
* tagged as 3.8.2
2018-09-25 Jan Kotanski <[email protected]>
* fix setting rowmax for groups in one column
* tagged as 3.8.1
2018-09-04 Jan Kotanski <[email protected]>
* add font size for checkboxes
* tagged as 3.8.0
2018-04-05 Jan Kotanski <[email protected]>
* fix fetching the door name
* tagged as 3.7.8
2018-03-08 Jan Kotanski <[email protected]>
* fix progress issue
* tagged as 3.7.7
2018-03-08 Jan Kotanski <[email protected]>
* fix options issue
* tagged as 3.7.6
2018-03-08 Jan Kotanski <[email protected]>
* fix server None issue
* tagged as 3.7.5
2018-02-22 Jan Kotanski <[email protected]>
* workaround for bug in pyqt
* tagged as 3.7.4
2017-12-01 Jan Kotanski <[email protected]>
* fix problem of fetching Description errors
* tagged as 3.7.3
2017-11-29 Jan Kotanski <[email protected]>
* fix problem in starting
* tagged as 3.7.2
2017-11-29 Jan Kotanski <[email protected]>
* load AcitveMntGrp on start
* tagged as 3.7.1
2017-10-26 Jan Kotanski <[email protected]>
* add synchronizer and synchonization widget
* tagged as 3.7.0
2017-04-26 Jan Kotanski <[email protected]>
* make qt thread safe
* tagged as 3.6.3
2017-04-26 Jan Kotanski <[email protected]>
* add stretch factors to layouts
* tagged as 3.6.2
2017-04-26 Jan Kotanski <[email protected]>
* fix issue with checking detector boxes
* avoid reseting QSettings on fail startup
* tagged as 3.6.1
2017-04-25 Jan Kotanski <[email protected]>
* add checks for configuration synch
* tagged as 3.6.0
2017-04-24 Jan Kotanski <[email protected]>
* treat datasource as a component if component exists
* tagged as 3.5.10
2017-04-21 Jan Kotanski <[email protected]>
* increase sleep time for synch
* tagged as 3.5.9
2017-04-11 Jan Kotanski <[email protected]>
* move creation of DeviceProxy out of the thread
* tagged as 3.5.8
2017-04-10 Jan Kotanski <[email protected]>
* commenting ScanID threads (does not work correctly with TaurusForms)
* tagged as 3.5.7
2017-04-07 Jan Kotanski <[email protected]>
* making synch thread safe
* tagged as 3.5.6
2017-04-07 Jan Kotanski <[email protected]>
* remove sending exceptions
* tagged as 3.5.5
2017-04-06 Jan Kotanski <[email protected]>
* fix for wrong deselection strategy
* tagged as 3.5.4
2017-04-06 Jan Kotanski <[email protected]>
* revert changes from v3.5.0
* tagged as 3.5.3
2017-03-30 Jan Kotanski <[email protected]>
* add support for oxygen
* tagged as 3.5.2
2017-03-29 Jan Kotanski <[email protected]>
* change Append Entries to Multi-Scan Files
* tagged as 3.5.1
2017-03-29 Jan Kotanski <[email protected]>
* change selection/deselection strategy
* tagged as 3.5.0
2017-03-28 Jan Kotanski <[email protected]>
* add scanid update
* tagged as 3.4.0
2017-03-20 Jan Kotanski <[email protected]>
* add setStretchFactors and remove RightAlign for Detectors
* add add GNOME_DESKTOP_SESSION_ID=qtconfig
* tagged as 3.3.1
2017-03-16 Jan Kotanski <[email protected]>
* add special mode
* tagged as 3.3.0
2017-02-03 Jan Kotanski <[email protected]>
* fix getting descriptionErrors
* remove python-concurrent.futures dependence
* tagged as 3.2.5
2017-02-02 Jan Kotanski <[email protected]>
* fix getting descriptionErrors
* add python-concurrent.futures dependence
* tagged as 3.2.4
2016-10-13 Jan Kotanski <[email protected]>
* fix size policy of manadatory component widget
* tagged as 3.2.3
2016-09-08 Jan Kotanski <[email protected]>
* update docu
* tagged as 3.2.2
2016-05-31 Jan Kotanski <[email protected]>
* break infinite loop on wrong model (Selector Server)
* tagged as 3.2.1
2016-05-24 Jan Kotanski <[email protected]>
* add door synchronization
* dedicated to use with NXSRecSelector 3.4.0 or above
* tagged as 3.2.0
2016-04-12 Jan Kotanski <[email protected]>
* add filename and scan_title into configuration variables
* tagged as 3.1.0
2016-04-05 Jan Kotanski <[email protected]>
* fix for nonexisting group
* tagged as 3.0.1
2016-04-01 Jan Kotanski <[email protected]>
* dedicated to use with NXSRecSelector 3.0.0 or above
* add checkability to description elements
* fix alignment of description frames
* tagged as 3.0.0
2016-03-29 Jan Kotanski <[email protected]>
* fix for fetching dataSourceDescription
* tagged as 2.3.2
2016-02-23 Jan Kotanski <[email protected]>
* fix for CheckPropView
* add stretchFactors for descriptions
* change cloud info
* tagged as 2.3.1
2016-02-19 Jan Kotanski <[email protected]>
* change nxselector into nxsselector module
* change nxscomp_selector into nxselector script
* tagged as 2.3.0
2016-02-19 Jan Kotanski <[email protected]>
* move disable mntgrp into simple mode
* tagged as 2.2.2
2016-02-19 Jan Kotanski <[email protected]>
* fix setModel
* tagged as 2.2.1
2016-02-19 Jan Kotanski <[email protected]>
* add support for muted channels
* move buttons from Configuration into buttonbox
* improve group filters
* dedicated to use with NXSRecSelector 2.2.0 or above
* tagged as 2.2.0
2016-02-16 Jan Kotanski <[email protected]>
* improve group widget
* tagged as 2.1.0
2016-01-06 Jan Kotanski <[email protected]>
* fix properies widget with empty type and path
* tagged as 2.0.3
2016-01-05 Jan Kotanski <[email protected]>
* block context menu for checkerView
* tagged as 2.0.2
2016-01-05 Jan Kotanski <[email protected]>
* add version check for NXSRecSelector
* tagged as 2.0.1
2016-01-04 Jan Kotanski <[email protected]>
* changes related to NXSRecSelector 2.0.0
* dedicated to use with NXSRecSelector 2.0.0 or above
* tagged as 2.0.0
2015-11-11 Jan Kotanski <[email protected]>
* changes timer selection
* dedicated to use with NXSRecSelector 1.22.0 or above
* tagged as 1.22.0
2015-09-22 Jan Kotanski <[email protected]>
* fixes buttons in administrator mode
* tagged as 1.20.2
2015-09-10 Jan Kotanski <[email protected]>
* store ScanFile as string if only one
* tagged as 1.20.1
2015-07-04 Jan Kotanski <[email protected]>
* extra timers only from availableTimers
* tagged as 1.20.0
2015-06-09 Jan Kotanski <[email protected]>
* adding define missing keys
* tagged as 1.19.9
2015-06-17 Jan Kotanski <[email protected]>
* fix for connecting timer signals
* tagged as 1.19.8
2015-05-07 Jan Kotanski <[email protected]>
* fix for (dis)connecting signals in Preferences
* tagged as 1.19.7
2015-04-24 Jan Kotanski <[email protected]>
* adding checks if scan file/dir has changed
* fix for duplication in disconnecting signal
* tagged as 1.19.6
2015-04-23 Jan Kotanski <[email protected]>
* fixes for segmentation fault
* tagged as 1.19.5
2015-04-22 Jan Kotanski <[email protected]>
* removing memory leaks from PyQt part
* tagged as 1.19.4
2015-04-10 Jan Kotanski <[email protected]>
* workaround for PyTango memeory leak
* tagged as 1.19.3
2015-04-08 Jan Kotanski <[email protected]>
* adding stretchers
* tagged as 1.19.2
2015-04-08 Jan Kotanski <[email protected]>
* fix for non-existing CLOSE button in taurusgui
* tagged as 1.19.1
2015-04-08 Jan Kotanski <[email protected]>
* adding tips
* adding switch mntgrp on reset
* changing MessageBox text for not PyTango Errors
* changing mntgrp to lower case chars (workaround for Sardana bug)
* dedicated to use with NXSRecSelector 1.19.0 or above
* tagged as 1.19.0
2015-04-01 Jan Kotanski <[email protected]>
* second fix for mode display
* tagged as 1.18.3
2015-04-01 Jan Kotanski <[email protected]>
* fix for mode display
* tagged as 1.18.2
2015-04-01 Jan Kotanski <[email protected]>
* fix for disapearing groups
* tagged as 1.18.1
2015-04-01 Jan Kotanski <[email protected]>
* changing layout
* adding Description Warnings
* dedicated to use with NXSRecSelector 1.18.0 or above
* tagged as 1.18.0
2015-03-31 Jan Kotanski <[email protected]>
* adding expert/advanced/user/simple modes
* adding set-as-default-mode switch
* adding adding read-only data (adminData) for user data
* dedicated to use with NXSRecSelector 1.17.0 or above
* tagged as 1.17.0
2015-03-19 Jan Kotanski <[email protected]>
* fix for changing mntgrp run without server
* tagged as 1.16.2
2015-03-19 Jan Kotanski <[email protected]>
* changelog update
* tagged as 1.16.1
2015-03-19 Jan Kotanski <[email protected]>
* adding defaultAutomaticComponents
* dedicated to use with NXSRecSelector 1.16.0 or above
* tagged as 1.16.0
2015-03-18 Jan Kotanski <[email protected]>
* switching into loadUi
* switching from qrc into rcc
* tagged as 1.15.1
2015-03-18 Jan Kotanski <[email protected]>
* adding preselecting datasources
* dedicated to use with NXSRecSelector 1.15.0 or above
* tagged as 1.15.0
2015-02-23 Jan Kotanski <[email protected]>
* adding stretchers to measurement groups
* tagged as 1.13.2
2015-02-20 Jan Kotanski <[email protected]>
* fixes for storing server data
* tagged as 1.13.1
2015-02-20 Jan Kotanski <[email protected]>
* moving mntgrp into front header
* dedicated to use with NXSRecSelector 1.13.0 or above
* tagged as 1.13.0
2015-02-19 Jan Kotanski <[email protected]>
* removing call for init server
* tagged as 1.12.2
2015-02-19 Jan Kotanski <[email protected]>
* adding update for availableTimer list
* tagged as 1.12.1
2015-02-18 Jan Kotanski <[email protected]>
* adding support for selections from config server
* dedicated to use with NXSRecSelector 1.12.0 or above
* tagged as 1.12.0
2015-02-11 Jan Kotanski <[email protected]>
* adding ClearAll button
* adding filter for channel order
* adding searcher for scanDir
* bloking overlaping runnning Processes
* adding checkbox for mntgrp
* adding default .json extension to config files
* dedicated to use with NXSRecSelector 1.11.0 or above
* tagged as 1.11.0
2015-02-09 Jan Kotanski <[email protected]>
* unsetting defaultButton
* skip mntgrp change action if mntgrp is not changed
* tagged as 1.10.2
2015-02-09 Jan Kotanski <[email protected]>
* setting dirty on changing order
* tagged as 1.10.1
2015-02-09 Jan Kotanski <[email protected]>
* addding setting channel order
* adding setting channel order
* asking if import mntgrp on mntgtp name change
* dedicated to use with NXSRecSelector 1.10.0 or above
* tagged as 1.10.0
2015-02-05 Jan Kotanski <[email protected]>
* fix selecting component datasources
* tagged as 1.9.6
2015-01-23 Jan Kotanski <[email protected]>
* fix for deselecting datasource devices
* tagged as 1.9.5
2015-01-13 Jan Kotanski <[email protected]>
* removing douplicated components and datasources
* tagged as 1.9.4
2015-01-13 Jan Kotanski <[email protected]>
* fixes group selection
* tagged as 1.9.3
2015-01-06 Jan Kotanski <[email protected]>
* improving finding lastrow number
* tagged as 1.9.2
2014-12-19 Jan Kotanski <[email protected]>
* skipping CP/DS in frame groups format
* adding checks for duplicated frame ID
* tagged as 1.9.1
2014-12-19 Jan Kotanski <[email protected]>
* rearrage Detectors to more square boxes
* impove action on rowMax changed
* tagged as 1.9.0
2014-12-17 Jan Kotanski <[email protected]>
* adding default frames and groups
* tagged as 1.8.18
2014-12-17 Jan Kotanski <[email protected]>
* set main dialog as window
* adding setModel (server)
* tagged as 1.8.17
2014-11-17 Jan Kotanski <[email protected]>
* fixes for dirty status
* tagged as 1.8.16
2014-11-11 Jan Kotanski <[email protected]>
* fixes for door updates from taurusgui
* tagged as 1.8.15
2014-11-10 Jan Kotanski <[email protected]>
* adding detailed text to MessageBox
* tagged as 1.8.14
2014-11-10 Jan Kotanski <[email protected]>
* adding QMessageBox for Thread errors
* tagged as 1.8.13
2014-11-10 Jan Kotanski <[email protected]>
* checking door on error
* tagged as 1.8.12
2014-11-07 Jan Kotanski <[email protected]>
* removing printouts
* tagged as 1.8.11
2014-11-07 Jan Kotanski <[email protected]>
* adding progress bar
* fixes for component display checkbox
* tagged as 1.8.10
2014-11-06 Jan Kotanski <[email protected]>
* improving seaching for NXSRecSelector
* tagged as 1.8.9
2014-11-05 Jan Kotanski <[email protected]>
* adding serching for NXSRecSelector
* tagged as 1.8.8
2014-11-04 Jan Kotanski <[email protected]>
* fix for display checkbox
* tagged as 1.8.7
2014-11-03 Jan Kotanski <[email protected]>
* waiting after timeout
* adding door parameter
* tagged as 1.8.6
2014-10-30 Jan Kotanski <[email protected]>
* adding asynchronious call for updateControllers
* tagged as 1.8.5
2014-10-30 Jan Kotanski <[email protected]>
* making mntgrp and selector server writable in user mode
* tagged as 1.8.4
2014-10-22 Jan Kotanski <[email protected]>
* adding tips for group components
* tagged as 1.8.3
2014-10-12 Jan Kotanski <[email protected]>
* adding support for older tauru versions
* tagged as 1.8.2
2014-10-09 Jan Kotanski <[email protected]>
* fixing for shape property editing
* tagged as 1.8.1
2014-10-08 Jan Kotanski <[email protected]>
* adding user/expert mode
* adding component group widget
* tagged as 1.8.0
2014-09-08 Jan Kotanski <[email protected]>
* adding fixes for removing timer
* update man page
* adding import sys to setup.py
* tagged as 1.7.3
2014-07-25 Jan Kotanski <[email protected]>
* fixing changing selector server
* tagged as 1.7.2
2014-07-25 Jan Kotanski <[email protected]>
* adding reseting selector server on start and change
* tagged as 1.7.1
2014-07-24 Jan Kotanski <[email protected]>
* adding a mode without Tango servers
* dedicated to use with NXSRecSelector 1.7.0 or above
* tagged as 1.7.0
2014-07-03 Jan Kotanski <[email protected]>
* adding stretch for tab widgets
* tagged as 1.6.1
2014-06-30 Jan Kotanski <[email protected]>
* adding switching off/on display status
* storing configuration locally
* dedicated to use with NXSRecSelector 1.6.0 or above
* tagged as 1.6.0
2014-06-20 Jan Kotanski <[email protected]>
* adding synchronization with active mntgrp
* fixing Properties dialog excecution
* tagged as 1.5.3
2014-06-18 Jan Kotanski <[email protected]>
* fixing element tips
* tagged as 1.5.2
2014-06-17 Jan Kotanski <[email protected]>
* fixing timer displays
* tagged as 1.5.1
2014-06-17 Jan Kotanski <[email protected]>
* switching to taurus package
* emmitting signals on configuration change
* enabling switching display checkbox for component datasources
* dedicated to use with NXSRecSelector 1.5.0 or above
* tagged as 1.5.0
2014-05-30 Jan Kotanski <[email protected]>
* adding spaces into storage/preferences tabs
* fixing margins of timer layout
* tagged as 1.4.1
2014-05-20 Jan Kotanski <[email protected]>
* adding hints for form names
* deselecting not available user data, labels, ...
* adding required user data
* dedicated to use with NXSRecSelector 1.4.0 or above
* tagged as 1.4.0
2014-05-12 Jan Kotanski <[email protected]>
* adding README and manpages
* tagged as 1.3.2
2014-05-12 Jan Kotanski <[email protected]>
* adding user data to separate tab
* adding button for labels
* adding support for properties of dynamic components
* making available component display checkboxes
* tagged as 1.3.1
2014-05-07 Jan Kotanski <[email protected]>
* adding display checkbox column
* making common labels for datasources and components
* changing MacroServer to Door
* tagged as 1.3.0
2014-04-28 Jan Kotanski <[email protected]>
* moving store/fetchEnvData into server
* (NXSRecSelector server v1.2.0 required)
* tagged as 1.2.0
2014-04-23 Jan Kotanski <[email protected]>
* speeding adding storeEnv
* tagged as 1.1.0
2014-04-15 Jan Kotanski <[email protected]>
* ChangeLog: first commit
* taggeg as 1.0.0