An Demo version can be seen here: http://www.future-earth.eu/gwt/calendar/MainDemoApp.html
June 2, We will be processing the issue list this week. I hope that everyone is having patiance with us. Since we are quite busy. If you have any issues but not reported them please post them this week.
April 17, The code on svn is upgraded to 1.6. We switch to the maven plugin from codehouse. This is version 1.0.0. It will be released when we feel it's working nicely with 1.6 and the listeners have been removed
March 18,
A bit later than promised but this due to the happy fact that my second daughter was borm a bit sooner. She decided not to wait and join the family. Version 0.9.9 is on the download page. Things done for this release:
- Removed flextables where possible
- Improved performance when navigating weeks
- Cleaned up code.
- Please note that the of the extra libary this will be the latest version. We feel that is does not add enough value to maintain as a seperate library. We have bugin developing a gwt application frmaework and everything will be moved there. This project will be internal for the foreseable future. The Calander and File widget will be kept seperate and actively maintained.
March already, We will release 0.9.9 this weekend. The release has some mayor improvements in performance and uses no flextable anymore. Futher things that are solved were reported by some of our users. The ow custom moven plugin has been removed from the demo project and now uses the one that can be found on google code. Futher, the ant scripts have been improved.
January 2009. Happy new year everybody. We just release 0.9.8. It also has the Calander now as emul so you can use the java.util.Calander class.
9 November We released the 0.9.7 release and uploaded the libraries.
23 Oktober At the moment we are unable to upload files. We are looking into it and as soon as it works we will upload 0.9.6 which is ready.
14 Sebtember Some changes in the panels for the event panel. Now it's based on the Rounded corner panel. Looks nice. We also made a first change on how custom sub panel could be implemented. The setup is better and now uses a setbody for building the structure and a repaintPanel for reseting the shown data on the panel.
(It is a different setup so do not update the svn tree unless you want to upgrade your code, It's not backwar compatible. but will allow for better customisation and also coloring in the future. We are aiming at allowing the stye to be set by the sub panel.)
9 Sebtember Ant files updated. Thanks to Kami. People wo are using the source code please be aware that the maven setup requires a internal plugin. So please use the ant file. We will try to resolve this issue in the Future. Futher any tips on what documentation is required or wanted most is greatly apprieciated. And controbutions and insights are welcome ofcours.
20 August. Release 0.9.5 with thanks to Loic. This will be the last release for gwt 1.4. From now on all mayor development wil be done with 1.5 in mind. This wil be welcomed by most and not by others.
22 Juni.
It has been a wile but we released version 0.9.4 and also added some exiting new things. Most important are:
- File upload wicket to upload files without needing to use post directly. It works like the google file upload in gmail. It's real handy. Works with Apache file upload.
- Date Edit field with date picker.
- Date picker provided. Next release it will support event indication. Showing by rendered component that an event is present on day.
- Month select panel that you can embed in application
- Whole day event are now supported. and manageble
- Cleaned up css to be more consistent and less to conflict with other libraries.
- Removing the need for The Interface. The suggestion of Papick was taken to heart and we saw that it would improve usability more than the seperate interface. People now can use any object that is Serializable to use in the Renderer.
- We upgraded to the new dnd library. It improves some things a lot and we feel the need to keep used technologies up to date as reasonable possible.
- Further we fixes some bugs.
People who are willing to test we really like your feedback.
18 January.
We are released 0.9.2.
This release holds some changes like seperating the EventData into a seperate library so that ejb back end can be deployed without the complete library included. Futher point will be:
- Delete an Event is not allowed (Added an example in the default dialog to show how this should work)
- Icon used for event timeslot creation (We did some work on the look and feel and hope you will be pleased.)
- Compile pre built jars with earliest possible JDK ( Source and Target will be set to 1.4)
- Ant scripts and some basic documentation. Wiki page
All release notes can be found on the wiki pages.
Roadmap
After that we are open for suggestions. We need to determine a roadmap for future release. So be free to suggest features in the news group.
We had some questions about a commercial version of the library. We have discussed about this but are against it. We are willing to supply support on an hourly basis or maybe under a support contract setup. We want to know what the general opinion is about this. Would such a possiblety make the library more easy to use within your company.
Let us know at info@future-earth.eu
Contents
The Library contains at the moment:
- Google look a like Week calender
- Google look a like Day calender
- Google look a like Month calender
- DateBox A Formatted text box which allows users to enter dates.
- TimeBox A Formatted Text Box which allows users to enter times.
More will follow with each release.
Please do file issues. We are aware of several issues that people want resolved. Please check the list before entering new issues. One of our testers is The developer of the rounded corners. See http://code.google.com/p/cobogw/
The use of the library is fairly simple. checkout the source code to see how the library can be used.