My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 18, 2009
    issue 28 (GWTsimiletimeline not working with locales) reported by ancutagh   -   What steps will reproduce the problem? 1. Include gwttimeline into a GWT project 2. compile the project for many locales (e.g. fr) 3. Load the application in French (Application.htm?locale=fr) What is the expected output? What do you see instead? The page should be displayed in French. Instead the timeline is not displayed anymore. What version of the product are you using? On what operating system? gwtsimiletimeline 1.5.1. Window Professional Please provide any additional information below.
    What steps will reproduce the problem? 1. Include gwttimeline into a GWT project 2. compile the project for many locales (e.g. fr) 3. Load the application in French (Application.htm?locale=fr) What is the expected output? What do you see instead? The page should be displayed in French. Instead the timeline is not displayed anymore. What version of the product are you using? On what operating system? gwtsimiletimeline 1.5.1. Window Professional Please provide any additional information below.
  • Dec 10, 2009
    GettingStarted Wiki page commented on by cwa2.0910   -   Just a small note that you also need to add the jar file from GWT ext (can be found here: http://code.google.com/p/gwt-ext/). You didn't mention this in your guide because it's pretty obvious, but easily overlooked! =)
    Just a small note that you also need to add the jar file from GWT ext (can be found here: http://code.google.com/p/gwt-ext/). You didn't mention this in your guide because it's pretty obvious, but easily overlooked! =)

Older

  • Oct 17, 2009
    issue 27 (I would like to use setCenterVisibleDate using band.setCente...) reported by phuzhnc   -   What steps will reproduce the problem? 1. call simileWidget.centerDate(date); 2. 3. What is the expected output? What do you see instead? i would like to move the date of the timeline but cannot What version of the product are you using? On what operating system? gwt 1.7 Please provide any additional information below.
    What steps will reproduce the problem? 1. call simileWidget.centerDate(date); 2. 3. What is the expected output? What do you see instead? i would like to move the date of the timeline but cannot What version of the product are you using? On what operating system? gwt 1.7 Please provide any additional information below.
  • Oct 07, 2009
    GettingStarted Wiki page commented on by sureshwara   -   Please provide details on making time line work based on data from Oracle data base ?
    Please provide details on making time line work based on data from Oracle data base ?
  • Sep 01, 2009
    issue 15 (Need a call to quickly center the data based on a particular...) commented on by rudy.cortembert   -   Hi, If this issue is fixed, many thanks in advance to post a small example. I am not able to make it works.
    Hi, If this issue is fixed, many thanks in advance to post a small example. I am not able to make it works.
  • Aug 25, 2009
    issue 22 (Ext GWT compatibility) commented on by rudy.cortembert   -   I guess it would be great to have a dedicated version for GXT (ExtGWT). It is not GWTExt. Thanks
    I guess it would be great to have a dedicated version for GXT (ExtGWT). It is not GWTExt. Thanks
  • Jun 27, 2009
    issue 26 (Widget not Resizing) commented on by Lars.Grammel   -   calling timelineWidget.getTimeLine().layout(); worked for me to adjust the layout of the timeline to the current size.
    calling timelineWidget.getTimeLine().layout(); worked for me to adjust the layout of the timeline to the current size.
  • Oct 09, 2008
    issue 26 (Widget not Resizing) reported by Wagner.William.J   -   Changing panel size- even after setting the auto resize options- does not change the size of the widget
    Changing panel size- even after setting the auto resize options- does not change the size of the widget
  • Oct 01, 2008
    GettingStarted Wiki page edited by Wagner.William.J
  • Oct 01, 2008
    CreatingYourRenderer (This page will help you make your first gwt similie timeline) Wiki page edited by Wagner.William.J
  • Oct 01, 2008
    issue 25 (Dynamic Date Changing) reported by Wagner.William.J   -   There seems to be an issue with changing the "center" date of the timeline. According to the MIT page, it can be done using the following methods: http://code.google.com/p/simile-widgets/wiki/Timeline_Moving_the_Timeline_via_Javascript This version has those commands, but behaves very erratically. As in appearing at incorrect dates, the error offset yet to be determined... Will investigate further for more information.
    There seems to be an issue with changing the "center" date of the timeline. According to the MIT page, it can be done using the following methods: http://code.google.com/p/simile-widgets/wiki/Timeline_Moving_the_Timeline_via_Javascript This version has those commands, but behaves very erratically. As in appearing at incorrect dates, the error offset yet to be determined... Will investigate further for more information.
  • Oct 01, 2008
    issue 22 (Ext GWT compatibility) Status changed by Wagner.William.J   -   I'm going to change the status on this. Tested this today with the BorderLayout from the latest GWT-Ext edition( 2.0.4, and gwt 1.5.2). Once I got the stupid layout to set up (finicky so-and-so), the timeline worked fine. I got it to work my initializing the borderdatas before creating the border layout. Also, according to sources, you need something in the center data for the layout to work. Attached is my entry point class.....
    Status: WontFix
    I'm going to change the status on this. Tested this today with the BorderLayout from the latest GWT-Ext edition( 2.0.4, and gwt 1.5.2). Once I got the stupid layout to set up (finicky so-and-so), the timeline worked fine. I got it to work my initializing the borderdatas before creating the border layout. Also, according to sources, you need something in the center data for the layout to work. Attached is my entry point class.....
    Status: WontFix
  • Sep 26, 2008
    issue 3 (Example app doesn't fit page under Firefox.) commented on by Wagner.William.J   -   The widget itself can dynamically change its size by using the setSize function with the proper percentages- it does not appear to trickle the size changes down when redrawing, however.
    The widget itself can dynamically change its size by using the setSize function with the proper percentages- it does not appear to trickle the size changes down when redrawing, however.
  • Sep 26, 2008
    r85 ([No log message]) committed by Wagner.William.J   -   [No log message]
    [No log message]
  • Sep 22, 2008
    issue 24 (Date Formatting) reported by SludgeBuster   -   Enhanced date formatting- appears to use only ISO.... lets generalize
    Enhanced date formatting- appears to use only ISO.... lets generalize
  • Sep 22, 2008
    issue 23 (No data makes the event unclickable/unselectable/unusable) reported by Wagner.William.J   -   Entering null data makes event controls unusable- which could be a detriment for displaying data in another widget on hover-overs and such... Modify and fix- at least give select controls/listener controls
    Entering null data makes event controls unusable- which could be a detriment for displaying data in another widget on hover-overs and such... Modify and fix- at least give select controls/listener controls
  • Sep 12, 2008
    issue 21 (Generalized API needs to be created) commented on by Wagner.William.J   -   Also, digging through the code gives us many options not apparent to the overall TimeLineWidget. Will design/build and API that gives the widget control over these features.. Creating TimeLineEvent class to hold the data for events on the TimeLine- this abstraction will make life easier for everyone...
    Also, digging through the code gives us many options not apparent to the overall TimeLineWidget. Will design/build and API that gives the widget control over these features.. Creating TimeLineEvent class to hold the data for events on the TimeLine- this abstraction will make life easier for everyone...
  • Sep 12, 2008
    issue 19 (Documentation needs to be tested and improved) Status changed by Wagner.William.J   -  
    Status: Duplicate
    Status: Duplicate
  • Sep 12, 2008
    issue 16 (Where is the Java API?) Labels changed by Wagner.William.J   -  
    Labels: Priority-High Component-Docs Priority-Medium
    Labels: Priority-High Component-Docs Priority-Medium
  • Sep 12, 2008
    issue 16 (Where is the Java API?) Labels changed by Wagner.William.J   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Sep 12, 2008
    issue 16 (Where is the Java API?) Status changed by Wagner.William.J   -   Javadoc being created- Hopefully it will be finished inside a week, in between development time.
    Status: Started
    Javadoc being created- Hopefully it will be finished inside a week, in between development time.
    Status: Started
  • Sep 12, 2008
    issue 22 (Ext GWT compatibility) commented on by Wagner.William.J   -   Are you using the EXT version (gwtsimilietimeline_gwtext_03_jul_2008.jar) ? I have to check which version I am currently modifying....
    Are you using the EXT version (gwtsimilietimeline_gwtext_03_jul_2008.jar) ? I have to check which version I am currently modifying....
  • Sep 11, 2008
    r84 committed by Wagner.William.J
  • Sep 11, 2008
    issue 15 (Need a call to quickly center the data based on a particular...) commented on by terrance.macgregor   -   :-)
    :-)
  • Sep 11, 2008
    issue 15 (Need a call to quickly center the data based on a particular...) Status changed by Wagner.William.J   -   Call built in to BandOptions-- setDate... Added function to ITimeLineRenderer to force implementation in any derived classes.
    Status: Fixed
    Call built in to BandOptions-- setDate... Added function to ITimeLineRenderer to force implementation in any derived classes.
    Status: Fixed
  • Sep 09, 2008
    issue 22 (Ext GWT compatibility) reported by marty.tremblay   -   I've been trying to get gwtsimiletimeline to work in a Ext GWT BorderLayout (http://extjs.com/products/gxt/) but with no success. Looks like the Widget is not attaching to the DOM and not firing the onAttach() event. In fact, when I try to call simileWidget.layout(), I get a null pointer exception. Cheers!
    I've been trying to get gwtsimiletimeline to work in a Ext GWT BorderLayout (http://extjs.com/products/gxt/) but with no success. Looks like the Widget is not attaching to the DOM and not firing the onAttach() event. In fact, when I try to call simileWidget.layout(), I get a null pointer exception. Cheers!
  • Sep 04, 2008
    issue 21 (Generalized API needs to be created) reported by Wagner.William.J   -   Issue: the interfacing API is not intuitive or readily accessible- also, I am sure more functionality can be created than what is currently in the works.. We need to sit down and do some design work with a Requirements Document to determine how to proceed further
    Issue: the interfacing API is not intuitive or readily accessible- also, I am sure more functionality can be created than what is currently in the works.. We need to sit down and do some design work with a Requirements Document to determine how to proceed further
  • Sep 04, 2008
    issue 3 (Example app doesn't fit page under Firefox.) Status changed by Wagner.William.J   -   Just compiled new code and running under Firefox 3 - Appearance seems ok: nothing much is different that Hosted mode... will keep examining this issue.
    Status: Started
    Just compiled new code and running under Firefox 3 - Appearance seems ok: nothing much is different that Hosted mode... will keep examining this issue.
    Status: Started
  • Sep 03, 2008
    issue 14 (Module Cannot be cleanly used) Status changed by Wagner.William.J   -  
    Status: Fixed
    Status: Fixed
  • Sep 03, 2008
    issue 20 (Simplier API to make events -both single events and variab...) commented on by Wagner.William.J   -   Fixed- at least partway. Created function TimeLineWidget.createEvent- two seperate versions. One taking in straight xml- as formatted by the author.. The second takes in all the data, turns it into xml, then sends it in... We need to test this dynamically- somehow.
    Fixed- at least partway. Created function TimeLineWidget.createEvent- two seperate versions. One taking in straight xml- as formatted by the author.. The second takes in all the data, turns it into xml, then sends it in... We need to test this dynamically- somehow.
  • Sep 03, 2008
    issue 20 (Simplier API to make events -both single events and variab...) Status changed by Wagner.William.J   -  
    Status: Fixed
    Status: Fixed
  • Sep 02, 2008
    issue 20 (Simplier API to make events -both single events and variab...) commented on by terrance.macgregor   -   This would be in lieu of forcing a read from XML or other file.
    This would be in lieu of forcing a read from XML or other file.
  • Sep 02, 2008
    issue 14 (Module Cannot be cleanly used) commented on by SludgeBuster   -   Fixed- cause by multiple entry points in SimileTimelineModule module... Put into our sourcecode: separate modules no longer separate from main.. will pull off as enhancements are added.
    Fixed- cause by multiple entry points in SimileTimelineModule module... Put into our sourcecode: separate modules no longer separate from main.. will pull off as enhancements are added.
  • Aug 29, 2008
    issue 20 (Simplier API to make events -both single events and variab...) reported by terrance.macgregor   -   Something like this: timeline.addEvent(new SingleEvent()); timeline.addEvent(new HistoricalEvent()); Basically, you would have an Event Superclass
    Something like this: timeline.addEvent(new SingleEvent()); timeline.addEvent(new HistoricalEvent()); Basically, you would have an Event Superclass
  • Aug 29, 2008
    issue 19 (Documentation needs to be tested and improved) reported by terrance.macgregor   -   The write ups right now are good, but they need to be updated, tested, etc.
    The write ups right now are good, but they need to be updated, tested, etc.
  • Aug 29, 2008
    issue 18 (Unified Build Strategy and Documentation) reported by terrance.macgregor   -   Needs an ANT script or a Maven2 scheduled build. If you have to download the source code, it is implied that the user will use Eclipse. It would be nice to see some documentation that sets expectations to include: Version Numbers Of: Eclipse Version Java Compiled SimileTimeline Source Version GWT Version GWT-EXT Version EXT source code Varibles needed: GWT_HOME, etc
    Needs an ANT script or a Maven2 scheduled build. If you have to download the source code, it is implied that the user will use Eclipse. It would be nice to see some documentation that sets expectations to include: Version Numbers Of: Eclipse Version Java Compiled SimileTimeline Source Version GWT Version GWT-EXT Version EXT source code Varibles needed: GWT_HOME, etc
  • Aug 29, 2008
    issue 17 (Downloads could be more complete) reported by terrance.macgregor   -   The download section should have a zip file with the following contents: 1. Source 2. JAR 3. DOC 4. Off Line Tutorial
    The download section should have a zip file with the following contents: 1. Source 2. JAR 3. DOC 4. Off Line Tutorial
  • Aug 29, 2008
    issue 16 (Where is the Java API?) reported by terrance.macgregor   -   There is no API. It would be a big help if Java Doc were created and posted on the download section.
    There is no API. It would be a big help if Java Doc were created and posted on the download section.
  • Aug 29, 2008
    issue 15 (Need a call to quickly center the data based on a particular...) reported by terrance.macgregor   -   Should be able to implement something like centerData(mostCurrentDate); Or centerOnThisEvent(someEvent);
    Should be able to implement something like centerData(mostCurrentDate); Or centerOnThisEvent(someEvent);
  • Aug 29, 2008
    issue 14 (Module Cannot be cleanly used) reported by terrance.macgregor   -   What steps will reproduce the problem? 1. If you pull the app according to the directions, you will find that the test implementation shows you another copy of the timeine that you want to user. What is the expected output? What do you see instead? I expect to see only one timeline. There should only be one module that you have to inherit, not two.
    What steps will reproduce the problem? 1. If you pull the app according to the directions, you will find that the test implementation shows you another copy of the timeine that you want to user. What is the expected output? What do you see instead? I expect to see only one timeline. There should only be one module that you have to inherit, not two.
 
Hosted by Google Code