Skip to content

Release v11.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 16:27
· 46 commits to master-11 since this release

Changelog

636082b 🏁 Releasing version 11.12.0
2f1553a Fixed version in scheduler module.
ef8b9f8 Merge pull request #190 from dlsc-software-consulting-gmbh/dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-1.6.0
c7af845 Bump kotlin-stdlib from 1.4.10 to 1.6.0
8760e97 Merge pull request #189 from dlsc-software-consulting-gmbh/easycashier
da4a6d7 Added CHANGES.txt for the new 11.12.x releases.
b8fb276 Brought back requestFocus() call when the user clicks on a DateControl.
1c62a57 Module fix, new unit test.
9e2ab55 Moved new views into standard "views" package.
c7d6556 Changed default setting for entry views in HelloResourcesCalendarView.
d84a84e Fixed timescale part of the ResourcesCalendarView.
ea0d3c4 Various fixes.
04ef73f Fix for popovers.
b63ed17 Fix for popovers.
e24a54b Minor CSS tweak.
4b4f44c Various fixes.
5690599 More refinement of event handling in DayViews.
851f2aa Improved event handling in DayViewBase subclasses.
d5085fe Fixed an issue where the dragged entry view was not removed.
7466719 Support for new enableStartAndEndTimesFlipProperty(). Default is "false". Some code cleanup.
f85e1e2 Support for hidden entries / entry views. Fixes to context menus and popovers.
2b2974c Fixes #186 Open event with single click
c8e1664 Removed system outs.
a6c633a Removed system outs.
ad336ac Removed debug output.
0b285d2 Added a new "hidden" property to Entry.
e4df1c7 Removed system outs.
f1ac638 Removed a system.out
91ee07a Fixes #187 Changing date will leave all events visible from previous date range
8f249da Fixed potential NPE in Resource.toString method.
72facd1 Various fixes / changes related to (potential) memory leaks.
9576172 Various fixes / changes related to (potential) memory leaks.
47ca7e3 Removed unused config in pom.xml file.
61ea9e9 New view type for ResourcesView. Now supports "resources over dates" and "dates over resources".
61185c6 Added support for the second type of resources view: date over resources.
75809c3 Defined Arial to be the default font for the calendar. Otherwise bold fonts do not show up on Mac.
e5de593 Configured upper left corner stone in ResourcesView to display the week of the year number.
d9b72a3 Fixes #180 Fix rounding of times when editing availability
fa92fdb Code cleanup.
4134715 Fixes #182 Right click on event triggers same action as left click
01940cb Day entry views are now being added to a group so that the group's opacity can be bound to the availability editing mode.
e73ab40 Made formatter exchangeable for weeday header cells.
8176da4 Setting the grid type to CUSTOM for the resources view.
753d3fe Added support for replacing corner nodes in ResourcesView.
39770e3 More demo settings.
8a6d00d More work on ResourcesView and related classes.
3b7cd4a Added grid lines to background canvas.
af9f9eb Fixes #178 Provide adjustFirstDayOfWeek in ResourceCalendarView
54c7da1 Now showing entry details in ResourcesView after entry creation.
e587158 Now showing entry details in ResourcesView after entry creation.
b058247 Added property sheet support for new properties on DateControl and DayViewBase.
df7ce5f Fixes #176 "Provide configuration for showing or hiding entries when editing availability"
d86a57b Removed some system outs.
0d040bb Fixed showTodayProperty() bindings.
07e4410 Initial work on more resource calendars.
6c03db2 Initial work on more resource calendars.
c9544cc Ensuring infinite scrolling does not collide with newly added lasso support.
a732152 Fixes #167 Make noon line in ResourceCalendar optional
979e2de Support for click and drag creation of entries, fixes to popover to support this.
992e9d9 Code cleanup and ensuring min width for timescale.
5fe9a58 Fixes to popover usage.
a1269d4 Fixes an issue where the context menu on an entry view kept showing up.
580d552 Working on fixing "show today" to make it easy to hide the red "today" background in the week view.
6a7c44d Various changes related to supporting editing of the availability calendar.