-
Notifications
You must be signed in to change notification settings - Fork 11
/
change.log.txt
77 lines (64 loc) · 3.39 KB
/
change.log.txt
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
v.0.4.4.1
* Change: changed project directory structure according to Maven guidelines.
* Fixed: DatePicker popup did not close when clicked on already selecteed date.
* CalendarPane.fireCommitEvent(boolean) made public
* CalendarPane.fireActionEvent() made public
v.0.4.4
* Added: DatePicker.dropdownFocusable property
* Added: MicrobaComponent.colorOverrideMap property
* Added: Microba.setColorOverrideMap method
These two improvements allow to override colors on per-instance and per-L&F basis.
Currenty CalendarPane and DatePicker support some color overriding.
* Fixed: CalendarPane ignores enabled property
v.0.4.3.4 (21 nov 2006)
* Fixed: Microba works with NetBeans Matisse GUI editor.
Thanks to Witold Szczerba for testing the fix.
* Fixed: manifest now specifies javabeans
* Refactored: common superclass extracted: MicrobaComponent
v.0.4.3.3
* Fixed: DatePicker ignores locale passed in constructor
v.0.4.3.2
* Fixed: DatePicker ignores showWeekNumber
* Fixed: DatePicker may return wrong date via getDate() in some cases
* Fixed: Portuguese translation corrected by Roger Araújo
v.0.4.3.1
* Fixed: DatePicker displays no tooltip string
* Fixed: DatePicker goes to infinite loop if keepTime is true, and date format has no time fields.
Thanks to Wolfgang Fietzke for his excellent bug report!
v0.4.3
* Added: Birdview component for JGraph library
* Added: Swedish translation for DatePicker
* Added: CalendarPane.stripDate ( and DatePicker.stripDate ) property (optional time stripping)
* Added: DatePicker.keepTime property (improved time field handling)
* Added: DatePicker.pickerStyle property (controls visual style of the picker itself)
* Added: DatePicker.showButtonOnly() shortcut method
* Added: static CalendarPane.stripDate(...) utility method
* Fixed: DatePicker.setDateFormat(...) never fired a PropertyChangeEvent
* Changed: picker-16.png ico for DatePicker changed
v.0.4.2 (31 jul 2006)
* Refactored: dateStyle property of DatePicker was dropped in favour of dateFormat property. However,
old constructors preserved.
* Fixed: OutOfMemory exception bug fixed. The bug prevented components to be garbage collected because
references were held by Timer tasks. Regression: CalendarPane will update 'today' date only
on creation.
v.0.4.1 (18 jun 2006)
* Added: ability to show number of weeks for DatePicker and CalendarPane.
* Fixed: Applet refresh problem: see readme.txt, see Microba.init()
* Fixed: Polish translation (thanks to Gregory Kaczmarczyk)
v.0.4 (29 mar 2006)
* Refactored: com.michaelbaranov.microba.common package introduced
* Refactored: class HollidayPolicy renamed to HolidayPolicy
* Refactored: properties named 'hollidayPolicy' renamed to 'holidayPolicy' in all classes
* Refactored: renamed recources in com.michaelbaranov.microba.calendar.resource:
16.png -> picker-16.png
l.png -> back-16.png
ll.png -> back-fast-16.png
r.png -> forward-16.png
rr.png -> forward-fast-16.png
* Added: MarkerBar, GradientBar, GradientEditor controls
* Added: multiple translations for CalendarPane UI
* Added: enabled/disabled state for DatePicker and CalendarPane
* Fixed: DatePickerCellEditor not respected focus lost behavior of the DatePicker.
Now it is possible to commit cell edit when cell edit stops (e.g. tab out).
v.0.3 (15 dec 2005)
* First public release