Releases: dlsc-software-consulting-gmbh/CalendarFX
Release v11.11.0
Changelog
72f47c5 🏁 Releasing version 11.11.0
00dd53b Merge pull request #171 from dlsc-software-consulting-gmbh/timezone-support
8ee5805 Fixed Google module to work with latest code changes for timezone support.
b6dba4b Fixed layout of entries in day views with infinite scrolling.
dc2aa4d Added back in the code used for fixing the calculated time for a given mouse event if the event is "outside" a day view.
909b7c9 Code cleanup: changed order in which mouse handlers were added.
b9091eb Code cleanup. Removed some redundant "final" declarations, optimized a string concatenation, simplified "equals" checks.
56efcaa Code cleanup. Removed some redundant "final" declarations, optimized a string concatenation, simplified "equals" checks.
9b42b92 Replaced deprecated snapPosition() and snapSize() with snapPositionX/Y() and snapSizeX/Y().
cc67cb6 Various small fixes.
b80e029 Code cleanup, removed System.out calls.
d8e52e4 Fixed an issue where the "current time" dot / circle still showed up in the print view.
20edc64 Fixed an issue where the "current time" dot / circle still showed up in the print view.
afc698a Added update of calendar entries in MonthViewSkin when the displayed time zone changes.
a9af845 Added support for timezones to AgendaView.
f211ff6 Fixed display to times in DatePopOver. Added support for time zones in the print view.
001903c Entries now display start times for the entry's time zone and the calendar's time zone. Also added list of available time zones and a flag to enable / disable time zone support.
bdf347f Various changes to support displaying entries with different time zones.
264e9ef Various changes to support displaying entries with different time zones. Also refactored the controls for going forward, backward, today into a separate custom control called NavigateDateView.
7705b6a Added a method to return the "zoned" version of the current time to DateControl.
f08c6c5 Fixed a typo in a comment in calendar.css.
48770f4 Added new style classes to cells used for days in MonthView. Allows for determining if a cell is in the first / last / middle row or column. Styles are called "first-day", "last-day", "middle-day" and "first-week", "last-week", "middle-week".
7ee436c Fixed row constraints for grid pane used by skin of MonthView. Pref size computation was incorrect before.
5fe4f6d Various changes to support multiple timezones.
b14a608 Fixed NPE in StringConverter used by TimeRangeFieldSkin.
Release v11.10.7
Changelog
061bd32 🏁 Releasing version 11.10.7
ceeda53 Fixes #149 Memory leaks in entry editors
f193339 Fixes #158 Context menus do not disappear after the user has selected an item.
95dc732 Fixes #152 EntryDetailsView modifies the calendar entry when loading new time interval.
ec5e050 Fixes #153 TimeField updates the value property while a new value is being loaded.
ac016b3 Minor code cleanup.
41818ba Ran the IntelliJ code cleanup. Mainly small stuff, especially adding back in the "final" keyword, but only for class fields.
54662d0 Fixes #155 The entry editor popover opened via the Information context menu item is opened at the wrong location
7353b55 Merge branch 'master' into master-11
c922cf2 Now adding custom stylesheets attached to owner window to PrintView.
bff4405 Merge pull request #148 from samotion2/patch-1
bd0bb9d converted special characters to unicode
9d75a03 Added slovak language resource
a07590b Merge pull request #147 from rufio1987/patch-1
5c9eee0 Fix typo
c684652 Merge pull request #58 from saarmbruster/add-missing-translation
0285967 Add missing German translation
39e3482 Merge pull request #56 from saarmbruster/fix-typo
4ab9f51 Merge pull request #55 from saarmbruster/master
ef85752 Set initial DayPageLayout value before adding the listener
b8d399b Fix typo in private method name
817353f Add listener to dayPageLayout
f90e38b increment version to 8.6.1
d865bb8 update changelog at 071f56d
071f56d increment version to 8.6.0
27eb740 update changelog at 0601edd
0601edd Fixed DayPage layout when only one side is showing (setting hgap to 0 or 20 depending on layout chosen).
cf33bb6 increment version to 11.6.2
f76fcc2 update changelog at 510d129
510d129 increment version to 8.5.1
fda5dff update changelog at c0d754e
c0d754e Added missing consume() call to scroll event in DayViewScrollPane.
f91291d Now using doubles to calculate column widths inside MonthViewSkin.
bfb819a make branch name in changelog generic
176b8fe move after_success to deploy
337d073 chmod +x files before deploy
6258b9f add +x rights
e6f9399 Merge pull request #54 from dlsc-software-consulting-gmbh/feature/CD
9ccc613 add build scripts for CD
f2b91c2 Fixed issue #32: "Miscount of Seconds"
20eaa0b Updated maven repo configuration info.
07c862d Merge pull request #37 from arias9306/master
87121d6 Removed some dead code.
872f377 - Fix for Multi-selection in day Page.
697a8de - Fix for Multi-selection in day Page.
1254112 Fixed issues regarding the Drag and Drop of the entry at the start and end of it:
df37fee Commit Test
cfdaf9c Commit test
da1dabf Commit Test
f3899b2 Commit Test 2
b3b4997 Commit Test
1455a5e Merge pull request #1 from dlemmermann/master
57262e9 Merge pull request #34 from GabrielZulian/patch-1
947e43d add type in name
a9c4a33 Rename with underspace
5545276 Create messages_pt-BR
53bbbed Added developer information to master pom file.
a1ee3aa Added scm, url, license info to parent pom.
f342e21 Updated docs.
c4fbd63 Updated version to 8.5.0.
2b6eca9 Merge pull request #33 from arias9306/master
73aa830 Remove unused import in YearViewSkin
b8de1d1 Change the methods to able to use another printable page
aea1ea7 change the access modifier to protected of the methods:
4e1edd4 - Access modifiers in MonthEntryViewSkin
a376ecd Behavior of Time Range Combos
cd481b0 Couple of changes in Print Option.
7f57c26 change the access modifier to private of the methods:
84c0ac9 Added validation to prevent right click in month view in order to prevent the "Day Selection" which causes a delay when trying to open the "Add event..." dialog in CalendarFx.
ee49f49 improved the validation to show "more" text in month view when there are entries that can not show in the month view skin due to the month view is small.
fa731db Added a validation in the print view if there are no printers in the system, also change the .properties to have the same number of lines
d552cb9 change the value of today for the actual value, since the date shown in the calendar was being used
65e6782 - Listener was added to DateProperty in YearMonthViewSkin constructor in order to refresh colors of day cells (through updateUsageColors Method) in YearPage. This solves this issue when changing the year and you can still see the entries from previous/after year.
65ba6cf Change some message in spanish
0ff5a7e plural and singular message in print view
7e54637 Capital Letter
1813ca3 Change the plural message
e249c0a New messages for Spanish language
7417b79 - Move Binding of dateTimeFormatterMapProperty to PrintPagePeriodFormatter constructor. Now it works as expected.
b5c42ad - Fixed code, removed null validation since it acomplish no purpose.
24d4e47 - Added Object Property to be able to modify DateTimeFormatter on the PrintablePage periodLabel.
5fc7361 - Update entries visibility and Start Date in PrintablePage
611d3bf Change the methods to able to change the default configuration in the print view
55a4f21 - TimeScaleView: Removed final in getDateTImeFotter, to be able to Override the formatter property on an extended class
5d7eb9a formatted previous commits
667edd2 Added Missing Message keys in messages_de.properties.
881807e Formatted previous commits with formatter xml file on github.
18d5cdb It was made possible to Override the methods that create the day, week and month view to change the skins and change some default configs like TrimTimeBounds
5bb3d47 - Calc of pages to print in label below Start and End dates combos at PrintView.
c403e0f Merge branch 'master' of https://github.com/arias9306/CalendarFX-TeamA1
0297a13 Make formatter properties accesible and make it free to change the default value of it.
eacbb7c Fix in PrintView (TimeRange)
ecfd928 - Changed Today/Tomorrow to This Day/Next Day.
81a525c Merge branch 'master' of https://github.com/arias9306/CalendarFX-TeamA1
480cb42 - Delete some dead code.
459a76e Prevent button (toggle) get unselected by pressing it while that view is selected - calendar view.
6db25b7 Merge branch 'master' of https://github.com/arias9306/CalendarFX-TeamA1
2a0bff0 - Delete some dead code.
1e05af0 - Delete some dead code.
5207c2c Prevent button (toggle) get unselected by pressing it while that view is selected - calendar view.
f4ca5c7 dwdadawdwada
Release v11.10.6
Release v11.10.5
Changelog
3987cb0 🏁 Releasing version 11.10.5
d35ce9e Created a profile for optional modules to ensure only the parent pom and the view jar will be uploaded to maven central as part of the release action.
a26e026 Changed main class for launching sampler via javafx plugin.
c37c088 Fixed two samples.
e260d5a 🏁 Releasing version 11.10.4
cefe83e 🏁 Releasing version 11.10.3
b118ff1 Added maven.javadoc.skip to sampler module.
c8456dd 🏁 Releasing version 11.10.2
755ac0e Minor fix attempts in iCal demo (WIP).
03554c9 Added sampler launcher class.
9a98882 Migrated CI pipeline to jreleaser. Consolidated dependency management.
Release 11.10.1
Minor adjustments and fixes made to time scale style providers.
Release 11.10.0
Added a style provider for the TimeScaleView that allows for individual styling of dates and times.
Release 11.9.0
Updated to version 11.9.0.