Mercurial > dive4elements > river
graph
- Removed more expensive XPath.2011-06-20, by Sascha L. Teichmann
- #140, #122: Splitted the WQD table in the WQInputPanel into two tables: a table for QD values and a table for W values - only the QD table is selectable.2011-06-20, by Ingo Weinzierl
- #140 Code cleanup in WQ table.2011-06-17, by Ingo Weinzierl
- #118 Added 'wq_free' parameter to feed document even if single value mode is selected.2011-06-17, by Ingo Weinzierl
- #118 Added a further radio button to select 'Q at Gauge' to the WQ panel.2011-06-17, by Ingo Weinzierl
- Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.2011-06-17, by Ingo Weinzierl
- The description of a facet is now displayed in the ChartThemePanel.2011-06-17, by Ingo Weinzierl
- Alloc TreeNode arrays with the right size because its known.2011-06-16, by Sascha L. Teichmann
- The DoubleArrayPanel is more tolerant towards entered whitespaces.2011-06-15, by Ingo Weinzierl
- Avoid GWT throwing warnings if no 'old' items exist for the parameter list.2011-06-15, by Ingo Weinzierl
- #117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.2011-06-15, by Ingo Weinzierl
- #88 Modified strings in the location/distance panel.2011-06-14, by Ingo Weinzierl
- DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.2011-06-14, by Sascha L. Teichmann
- Bring Oberkante and Unterkante into UI.2011-06-14, by Sascha L. Teichmann
- Loop through 'Unterkante' 'Oberkante' from service.2011-06-14, by Sascha L. Teichmann
- Adjusted a german error message.2011-06-14, by Ingo Weinzierl
- Introduced a client side input validation for the adapted WQ panel.2011-06-14, by Ingo Weinzierl
- Introduced a client side validation for the WQ panel.2011-06-14, by Ingo Weinzierl
- Introduced an input validation for the location panels.2011-06-14, by Ingo Weinzierl
- Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.2011-06-09, by Ingo Weinzierl
- Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation.2011-06-09, by Ingo Weinzierl
- #139 Fixed NPE while initialising user defined values in the adapted wq panel.2011-06-09, by Ingo Weinzierl
- Added units to the selected W or Q values in the static UI part.2011-06-08, by Ingo Weinzierl
- #43 Modified an english warning text.2011-06-08, by Ingo Weinzierl
- #21 There might be just a single window for each project now. Users can't open a project twice.2011-06-08, by Ingo Weinzierl
- Avoid NPE while parsing axes in ChartInfoService.2011-06-08, by Ingo Weinzierl
- Don't crash if there is no transformer.2011-06-08, by Sascha L. Teichmann
- Added a dirty hack to display project names shorter than 30 characters.2011-06-08, by Ingo Weinzierl
- The MouseOut event will now finish a current pan operation.2011-06-07, by Ingo Weinzierl
- Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar.2011-06-07, by Ingo Weinzierl
- Added a PanControl to pan charts.2011-06-07, by Ingo Weinzierl
- Adjusted the return values of the CSVExportService, so that GWT can handle those values better.2011-06-07, by Ingo Weinzierl
- Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.2011-06-07, by Ingo Weinzierl
- Repaired broken zoom-out control.2011-06-06, by Ingo Weinzierl
- #131 Repaired a broken XPath expression for the chart attributes.2011-06-06, by Ingo Weinzierl
- Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.2011-06-06, by Ingo Weinzierl
- Added missing icon for the zoom-out control.2011-06-03, by Ingo Weinzierl
- Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.2011-06-03, by Ingo Weinzierl
- Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.2011-06-03, by Ingo Weinzierl
- Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.2011-06-03, by Ingo Weinzierl
- Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.2011-06-01, by Ingo Weinzierl
- Implemented a zoombox control and added it to the chart toolbar.2011-06-01, by Ingo Weinzierl
- Improved the layout of the mouse position panel.2011-06-01, by Ingo Weinzierl
- Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.2011-06-01, by Ingo Weinzierl
- The collection object in the CollectionView is now accessible via getter method.2011-06-01, by Ingo Weinzierl
- Removed a debug statement.2011-06-01, by Ingo Weinzierl
- Added a chart info service to fetch the info document for a specific chart from artifact server.2011-06-01, by Ingo Weinzierl
- Added a first implementation of a MousePositionPanel - work is not finished yet.2011-05-27, by Ingo Weinzierl
- Moved the toolbar stuff of the chart panel into an own class.2011-05-27, by Ingo Weinzierl
- Replaced buttons displayed as labels with real buttons.2011-05-27, by Ingo Weinzierl
- The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.2011-05-27, by Ingo Weinzierl
- Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.2011-05-27, by Ingo Weinzierl
- Changes in the chart theme panel will now have an effect on the themes stored at the collection.2011-05-27, by Ingo Weinzierl
- Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.2011-05-26, by Ingo Weinzierl
- Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).2011-05-25, by Ingo Weinzierl
- Added a service stub to update/modify the attribute of a collection (used in the theme control panel).2011-05-25, by Ingo Weinzierl
- Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.2011-05-25, by Ingo Weinzierl
- The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.2011-05-25, by Ingo Weinzierl
- Implemented the first step of a theme control panel for charts.2011-05-25, by Ingo Weinzierl
- Removed needless imports.2011-05-25, by Ingo Weinzierl