2011-06-22 |
Ingo Weinzierl |
#104 The WQ panel now display the selected wq mode.
|
2011-06-21 |
Ingo Weinzierl |
Initialize the combobox in the SelectProvider correctly.
|
2011-06-21 |
Ingo Weinzierl |
#156 Do not display report modes as tabs in the project view.
|
2011-06-21 |
Ingo Weinzierl |
The comboboxes to select the calculation mode are no longer editable.
|
2011-06-21 |
Ingo Weinzierl |
Restore the size of project windows if they are brought up to front.
|
2011-06-21 |
Ingo Weinzierl |
DoubleArrayPanel takes care on empty array fields when adding new double values. This avoids displaying 'null' values.
|
2011-06-21 |
Sascha L. Teichmann |
Filter reports and dispatch them to updateReports().
|
2011-06-21 |
Ingo Weinzierl |
#132 Set the initial mode of the location/distance panel to 'distance'.
|
2011-06-21 |
Ingo Weinzierl |
The project list displays the favorite state of a collection now. A gold star means, that a collection is a owner's favorite project and will never die. A silver star means, that the project is a common project.
|
2011-06-21 |
Sascha L. Teichmann |
Set project list update interval to 5 minutes.
|
2011-06-21 |
Ingo Weinzierl |
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
|
2011-06-21 |
Ingo Weinzierl |
Added i18n strings for each calculation report output.
|
2011-06-20 |
Sascha L. Teichmann |
Forget to commit changelog
|
2011-06-20 |
Sascha L. Teichmann |
Added dummy report panel.
|
2011-06-20 |
Sascha L. Teichmann |
Removed more expensive XPath.
|
2011-06-20 |
Ingo Weinzierl |
#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-17 |
Ingo Weinzierl |
#140 Code cleanup in WQ table.
|
2011-06-17 |
Ingo Weinzierl |
#118 Added 'wq_free' parameter to feed document even if single value mode is selected.
|
2011-06-17 |
Ingo Weinzierl |
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
|
2011-06-17 |
Ingo Weinzierl |
Added 'index' and 'description' of a facet to the collection's attribute document. The ChartThemePanel is now working again.
|
2011-06-17 |
Ingo Weinzierl |
The description of a facet is now displayed in the ChartThemePanel.
|
2011-06-16 |
Sascha L. Teichmann |
Alloc TreeNode arrays with the right size because its known.
|
2011-06-15 |
Ingo Weinzierl |
The DoubleArrayPanel is more tolerant towards entered whitespaces.
|
2011-06-15 |
Ingo Weinzierl |
Avoid GWT throwing warnings if no 'old' items exist for the parameter list.
|
2011-06-15 |
Ingo Weinzierl |
#117 Improved double value parsing in DoubleArrayPanel and DoubleRangePanel.
|
2011-06-14 |
Ingo Weinzierl |
#88 Modified strings in the location/distance panel.
|
2011-06-14 |
Sascha L. Teichmann |
DistanceInfoService: Got rid of namespace. Use DOM instead of XPath.
|
2011-06-14 |
Sascha L. Teichmann |
Bring Oberkante and Unterkante into UI.
|
2011-06-14 |
Sascha L. Teichmann |
Loop through 'Unterkante' 'Oberkante' from service.
|
2011-06-14 |
Ingo Weinzierl |
Adjusted a german error message.
|
2011-06-14 |
Ingo Weinzierl |
Introduced a client side input validation for the adapted WQ panel.
|
2011-06-14 |
Ingo Weinzierl |
Introduced a client side validation for the WQ panel.
|
2011-06-14 |
Ingo Weinzierl |
Introduced an input validation for the location panels.
|
2011-06-09 |
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 |
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 |
Ingo Weinzierl |
#139 Fixed NPE while initialising user defined values in the adapted wq panel.
|
2011-06-08 |
Ingo Weinzierl |
Added units to the selected W or Q values in the static UI part.
|
2011-06-08 |
Ingo Weinzierl |
#43 Modified an english warning text.
|
2011-06-08 |
Ingo Weinzierl |
#21 There might be just a single window for each project now. Users can't open a project twice.
|
2011-06-08 |
Ingo Weinzierl |
Avoid NPE while parsing axes in ChartInfoService.
|
2011-06-08 |
Sascha L. Teichmann |
Don't crash if there is no transformer.
|
2011-06-08 |
Ingo Weinzierl |
Added a dirty hack to display project names shorter than 30 characters.
|
2011-06-07 |
Ingo Weinzierl |
The MouseOut event will now finish a current pan operation.
|
2011-06-07 |
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 |
Ingo Weinzierl |
Added a PanControl to pan charts.
|
2011-06-07 |
Ingo Weinzierl |
Adjusted the return values of the CSVExportService, so that GWT can handle those values better.
|
2011-06-07 |
Ingo Weinzierl |
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
|
2011-06-06 |
Ingo Weinzierl |
Repaired broken zoom-out control.
|
2011-06-06 |
Ingo Weinzierl |
#131 Repaired a broken XPath expression for the chart attributes.
|
2011-06-06 |
Ingo Weinzierl |
Improved the zoombox control: cancel the zoom operation if the mouse pointer leaves the chart area.
|
2011-06-03 |
Ingo Weinzierl |
Added missing icon for the zoom-out control.
|
2011-06-03 |
Ingo Weinzierl |
Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
|
2011-06-03 |
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 |
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-01 |
Ingo Weinzierl |
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
|
2011-06-01 |
Ingo Weinzierl |
Implemented a zoombox control and added it to the chart toolbar.
|
2011-06-01 |
Ingo Weinzierl |
Improved the layout of the mouse position panel.
|
2011-06-01 |
Ingo Weinzierl |
Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
|
2011-06-01 |
Ingo Weinzierl |
The collection object in the CollectionView is now accessible via getter method.
|
2011-06-01 |
Ingo Weinzierl |
Removed a debug statement.
|