mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 06:36:56 +07:00
renormilize line endings
GitOrigin-RevId: ce5c119d3d385e99a5bb8740b52ed54100f5b6eb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f7ff124bf1
commit
13eb2b7f96
@@ -1,77 +1,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
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
TIPS & TRICKS:
|
||||
1. In Applet#init(), call Microba.init() to handle browser refresh button correctly.
|
||||
|
||||
CONTRIBUTORS:
|
||||
(random order)
|
||||
* Alessandro Falappa: Italian translation
|
||||
* Frido van Orden, Henk van Voorthuijsen: Dutch translation
|
||||
* Gustavo Santucho: Spanish translation
|
||||
* Gregory Kaczmarczyk: Polish translation
|
||||
* Philipp Meier: German translation
|
||||
* Claus Nielsen: Danish translation
|
||||
* Felix Bordea: Romanian translation
|
||||
* David Ekholm: Swedish translation
|
||||
|
||||
TRANSLATION:
|
||||
For the list of supported language translations, look into
|
||||
com\michaelbaranov\microba\calendar\DefaultCalendarResources.properties
|
||||
|
||||
Help translating needed! Please contribute!
|
||||
Send the translations to: michael[.]baranov[@]gmail[.]com
|
||||
|
||||
KNOWN PROBLEMS:
|
||||
|
||||
1. DatePicker: while editing the field, enter arbitrary string after the last formatted character,
|
||||
position cursor anywhere past the last formatted character, press up or down key -> exception is
|
||||
raised:
|
||||
|
||||
java.lang.IllegalArgumentException: Invalid index
|
||||
...
|
||||
|
||||
Reason: a bug in Sun's javax.swing.text.InternationalFormatter.
|
||||
|
||||
2. DatePicker: set the style to STYLE_MODERN, open dropdown, click month combo box -> dropdown
|
||||
is hidden OR can not close dropdown anymore OR exception (depends on JRE version).
|
||||
|
||||
Reason: a bug in Sun's javax.swing.JPopupMenu, when using "popup in popup".
|
||||
|
||||
3. DatePicker: if a heavy-weight popup is used to display dropdown (for ex. it goes outside a JFrame),
|
||||
dropdown does not receive keyboard focus anymore.
|
||||
|
||||
TIPS & TRICKS:
|
||||
1. In Applet#init(), call Microba.init() to handle browser refresh button correctly.
|
||||
|
||||
CONTRIBUTORS:
|
||||
(random order)
|
||||
* Alessandro Falappa: Italian translation
|
||||
* Frido van Orden, Henk van Voorthuijsen: Dutch translation
|
||||
* Gustavo Santucho: Spanish translation
|
||||
* Gregory Kaczmarczyk: Polish translation
|
||||
* Philipp Meier: German translation
|
||||
* Claus Nielsen: Danish translation
|
||||
* Felix Bordea: Romanian translation
|
||||
* David Ekholm: Swedish translation
|
||||
|
||||
TRANSLATION:
|
||||
For the list of supported language translations, look into
|
||||
com\michaelbaranov\microba\calendar\DefaultCalendarResources.properties
|
||||
|
||||
Help translating needed! Please contribute!
|
||||
Send the translations to: michael[.]baranov[@]gmail[.]com
|
||||
|
||||
KNOWN PROBLEMS:
|
||||
|
||||
1. DatePicker: while editing the field, enter arbitrary string after the last formatted character,
|
||||
position cursor anywhere past the last formatted character, press up or down key -> exception is
|
||||
raised:
|
||||
|
||||
java.lang.IllegalArgumentException: Invalid index
|
||||
...
|
||||
|
||||
Reason: a bug in Sun's javax.swing.text.InternationalFormatter.
|
||||
|
||||
2. DatePicker: set the style to STYLE_MODERN, open dropdown, click month combo box -> dropdown
|
||||
is hidden OR can not close dropdown anymore OR exception (depends on JRE version).
|
||||
|
||||
Reason: a bug in Sun's javax.swing.JPopupMenu, when using "popup in popup".
|
||||
|
||||
3. DatePicker: if a heavy-weight popup is used to display dropdown (for ex. it goes outside a JFrame),
|
||||
dropdown does not receive keyboard focus anymore.
|
||||
|
||||
Reason: a bug in Sun's focus handling routines.
|
||||
Reference in New Issue
Block a user