log flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 3694:0a277b041770

age author description
Fri, 07 Sep 2012 13:15:28 +0000 Felix Wolfsteller Improved panning in TimeseriesCharts (issue715).
Tue, 04 Sep 2012 14:19:23 +0000 Sascha L. Teichmann Removed trailing whitespace
Sat, 01 Sep 2012 08:41:21 +0000 Christian Lins Overflow for toolbars is now HIDDEN.
Fri, 31 Aug 2012 20:29:08 +0000 Christian Lins ThemePanel are now resizable (fix for #750)
Fri, 20 Jul 2012 08:12:30 +0000 Sascha L. Teichmann Removed superfluous imports and trailinh whitespace.
Fri, 20 Jul 2012 07:40:55 +0000 Ingo Weinzierl New implementation of OverviewOutputTab which has a minimalistic chart toolbar and no chart theme panel. The overview image is fetched as single image from server.
Tue, 17 Jul 2012 11:45:35 +0000 Christian Lins Issue #726 work.
Fri, 13 Jul 2012 11:31:25 +0000 Christian Lins Add "Manage themes" button to ChartToolbar and MapToolbar.
Fri, 06 Jul 2012 11:38:56 +0000 Raimund Renkert Fixed zooming in navigatable charts.
Thu, 24 May 2012 05:25:38 +0000 Felix Wolfsteller Cosmetics.
Thu, 12 Apr 2012 09:49:41 +0000 Raimund Renkert Issue 502.
Fri, 17 Feb 2012 11:33:03 +0000 Ingo Weinzierl Picked rev 4059,4071,4072,4073 from trunk.
Mon, 06 Feb 2012 13:27:05 +0000 Ingo Weinzierl Save zoom parameters as Number; added new Axis types NumberAxis and DateAxis.
Wed, 01 Feb 2012 08:52:35 +0000 Felix Wolfsteller javadoc
Fri, 27 Jan 2012 13:02:38 +0000 Felix Wolfsteller Refactored Collection reference out of Panels.
Fri, 27 Jan 2012 09:38:13 +0000 Felix Wolfsteller Display edited manual points next time the point editor is opened.
Fri, 27 Jan 2012 09:27:36 +0000 Felix Wolfsteller Cosmetics, docs.
Thu, 26 Jan 2012 13:27:19 +0000 Felix Wolfsteller Added basic UI to enter manual points.
Thu, 22 Dec 2011 08:58:33 +0000 Felix Wolfsteller Refactored, set collectionview in Themepanels constructors.
Thu, 22 Dec 2011 07:07:54 +0000 Felix Wolfsteller Introduce ColletionView to all ChartPanel types.
Tue, 20 Dec 2011 06:55:48 +0000 Felix Wolfsteller Cosmetics.
Thu, 08 Dec 2011 09:12:27 +0000 Raimund Renkert Removed the URL parameter from service calls. The service
Mon, 24 Oct 2011 13:35:30 +0000 Ingo Weinzierl Display the datacage button in the map toolbar.
Mon, 17 Oct 2011 17:33:27 +0000 Ingo Weinzierl Added icons to export chart as PNG, PDF and SVG to the ChartToolbar.
Fri, 30 Sep 2011 13:42:00 +0000 Raimund Renkert Added skeleton for editor window.
Thu, 29 Sep 2011 14:52:29 +0000 Ingo Weinzierl Bugfix: #179 Repaired broken zoom-out-by-factor function for charts.
Thu, 29 Sep 2011 12:55:17 +0000 Ingo Weinzierl Re-added the function to zoom-out charts by a given factor (10%).
Thu, 29 Sep 2011 11:12:04 +0000 Ingo Weinzierl Bugfix: #179 and #198 Zoom-out will no longer work with a factor but with stacked chart extents.
Thu, 15 Sep 2011 17:01:12 +0000 Ingo Weinzierl #259 Refresh charts after loading new Themes / Artifacts from Datacage.
Tue, 06 Sep 2011 11:43:47 +0000 Felix Wolfsteller Fix broken build.
Tue, 06 Sep 2011 11:09:13 +0000 Felix Wolfsteller Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
Tue, 06 Sep 2011 07:14:17 +0000 Felix Wolfsteller Minor cosmetics.
Wed, 29 Jun 2011 12:33:58 +0000 Ingo Weinzierl #185 Repaired zooming for IE8 and Chrome.
Sun, 26 Jun 2011 17:20:57 +0000 Sascha L. Teichmann Removed trailing whitespace.
Fri, 24 Jun 2011 09:53:25 +0000 Ingo Weinzierl Zoom-to-max-extent will zoom to the initial chart range now (without zoom values given).
Fri, 24 Jun 2011 09:20:22 +0000 Ingo Weinzierl #21 Newly created projects cannot be opened twice.
Thu, 23 Jun 2011 17:46:08 +0000 Ingo Weinzierl #170 Changed the DOM manipulation while zoom and drag operation.
Thu, 09 Jun 2011 10:57:42 +0000 Ingo Weinzierl Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.
Wed, 08 Jun 2011 10:57:28 +0000 Sascha L. Teichmann Don't crash if there is no transformer.
Tue, 07 Jun 2011 13:26:24 +0000 Ingo Weinzierl Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.
Tue, 07 Jun 2011 10:03:19 +0000 Ingo Weinzierl Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
Mon, 06 Jun 2011 11:56:15 +0000 Ingo Weinzierl Repaired broken zoom-out control.
Fri, 03 Jun 2011 12:18:03 +0000 Ingo Weinzierl Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Fri, 03 Jun 2011 08:20:22 +0000 Ingo Weinzierl Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Fri, 03 Jun 2011 06:34:32 +0000 Ingo Weinzierl Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Wed, 01 Jun 2011 14:13:29 +0000 Ingo Weinzierl Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Wed, 01 Jun 2011 09:03:18 +0000 Ingo Weinzierl Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Fri, 27 May 2011 15:38:24 +0000 Ingo Weinzierl Added a first implementation of a MousePositionPanel - work is not finished yet.
Fri, 27 May 2011 13:48:25 +0000 Ingo Weinzierl Moved the toolbar stuff of the chart panel into an own class.
Fri, 27 May 2011 13:10:09 +0000 Ingo Weinzierl Replaced buttons displayed as labels with real buttons.
Fri, 27 May 2011 09:50:57 +0000 Ingo Weinzierl The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Wed, 25 May 2011 16:23:16 +0000 Ingo Weinzierl Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Wed, 25 May 2011 11:34:34 +0000 Ingo Weinzierl Implemented the first step of a theme control panel for charts.
Wed, 25 May 2011 08:03:02 +0000 Ingo Weinzierl Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.

http://dive4elements.wald.intevation.org