Skip to content

Releases: dlsc-software-consulting-gmbh/CalendarFX

Release v11.12.7

25 Mar 08:36
Compare
Choose a tag to compare

Changelog

91ef8ce 🏁 Releasing version 11.12.7
3847980 Update dependency versions and module references

Release v11.12.6

20 Sep 15:19
Compare
Choose a tag to compare

Changelog

a657bd1 🏁 Releasing version 11.12.6
de1df87 Fixed the name used for the ANY event type of CalendarEvent. There seem to be additional checks in newer JavaFX versions that notice that the previous name "ANY" was already used by one of the super type events.
0f19281 Fixed an NPE when trying to show the popover where no image can be loaded for the location map view.
46bcc3c Update README.md
3ca4785 Update README.md
e9cb568 Update README.md
9a39e18 Update README.md
07f961e Update README.md
9477feb Update README.md
d758e01 Updated dependency management and added rule for log files to .gitignore.
b51c49a Merge pull request #202 from dlsc-software-consulting-gmbh/dependabot/maven/com.google.guava-guava-32.0.0-android
9a69296 Bump guava from 28.1-android to 32.0.0-android

Release v11.12.5

19 Jan 14:35
Compare
Choose a tag to compare

Changelog

07d763c 🏁 Releasing version 11.12.5
d764816 Now ignoring synthesized mouse events in order to properly support touch screen UIs. Editing calendar entries via touch is basically disabled for now on touch screens.

Release v11.12.4

16 Jan 10:51
Compare
Choose a tag to compare

Changelog

d0286c6 🏁 Releasing version 11.12.4
490bbb4 Changed JavaFX version to 19.
92fd9df Added creation of entries to HelloResourcesView.
054991c Various memory leak fixes.
40b46dd Code cleanup.
6d36614 Code cleanup.
6435654 Code cleanup.
29fabc1 Merge pull request #194 from lgtm-migrator/codeql
1ee940c Add CodeQL workflow for GitHub code scanning

Release v11.12.3

12 Oct 12:06
Compare
Choose a tag to compare

Changelog

8247f4e 🏁 Releasing version 11.12.3
7358c7e Fixed an update issue for recurring events in the AllDayView.

Release v11.12.2

11 Oct 13:40
Compare
Choose a tag to compare

Changelog

dcf18e3 🏁 Releasing version 11.12.2
ff4a22a Updated badges in README.md to point to the correct project.
b451cb7 Merge pull request #192 from dlsc-software-consulting-gmbh/resources-infinite-scrolling
ac31aa8 Updated README.md to point to new home of documentation.
5219e65 Code cleanup after lgtm feedback.
273fc90 Temporarily disabled support for infinite scrolling in the HelloResourcesView sample app. Infinite scrolling is not completely supported for this view, yet.
723b4ca Updated the documentation. Included section on ResourcesView. Applied different styling to code fragments in docs.
8afaf6f Fixed spelling error.
6db2c30 Fixes for recurrence support in the AllDayView. Fixes regarding time zone support, fixes in the entry popover that were needed for JavaFX 19.
1ee0953 Implemented infinite scrolling for ResourcesView.
9172778 Updated the developer documentation.
066bf93 Renamed the values of the ResourcesView.Type enum to ResourcesView.Type.DATES_OVER_RESOURCES and ResourcesView.Type.RESOURCES_OVER_DATES.
ab4d4c6 Added docs folder with the generated asciidocs.

Release v11.12.1

05 Oct 12:52
Compare
Choose a tag to compare

Changelog

0a73317 🏁 Releasing version 11.12.1
6bdbf09 Fixed logging output for the suspendUpdates property in DayViewSkin.
b645945 Fixed sample description.
c66a560 Fixed an issue where entries would not show up when they are being added to their calendar AFTER the UI has already become visible.

Release v11.12.0

03 Oct 16:27
Compare
Choose a tag to compare

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.

Release v11.11.2

06 Sep 13:31
Compare
Choose a tag to compare

Changelog

9f2fe1a 🏁 Releasing version 11.11.2
0d0a59c Various fixes to ical module.
8f69f6d Removed ical4j.properties file.
7706a46 Updated GMapsFX version in Google demo module.
59c753a Updated ical4j in ical4j module.
fe1c733 Updated ical4j
947643e Added exceptions to showDay/Week/Month/Year methods in CalendarView when view does not support the matching pages.

Release v11.11.1

31 Aug 15:52
Compare
Choose a tag to compare

Changelog

b959e08 🏁 Releasing version 11.11.1
5b2e1d2 Face lifting changes.
4da2a42 Removed bintray references from README.md.
146f960 Fixes #172 Menu items not readable in date control context menu
6019c2c Fixes #161 AgendaView does not update entry titles
862e584 Code cleanup in CalendarEvent.
0706c1e Code cleanup in AgendaView.
30b464a Code cleanup in AgendaViewSkin.
7535d43 Fixed flickering in calendar UI when views get resized.
e93d342 Added CSSFX to CalendarApp.
6e23708 Slightly changed position of navigation elements (back, forward, today) and date label.
e2c1364 Added CSSFX to CalendarApp.
e96c57b Added CSSFX to CalendarApp.
5fde73b Replaced hard-coded "firebrick" color with variable called "-today-stroke-color". Changed to a different red color for "today" markings.
b538475 Added logging information to DayViewScrollPane.
dbe666c Added "tool-bar" style to toolbar inside CalendarView.
298b585 Changed maximum height of various toolbar controls to ensure proper alignment between all of them.
7a69959 Fixed property item description text.
7c96cf0 Removed pref height and width computation for CalendarViewSkin.
51abaa2 Pages are now being created only when needed inside the CalendarView. This drastically improves the view's performance and reduces its node count. Also removed transition animations which caused performance issues and also were out of time (now, 8 years later).