log

age author description
Fri, 11 Jan 2013 09:41:16 +0100 Sebastian Kruse Allow HTML in all Cells trimmed_data
Thu, 10 Jan 2013 13:21:12 +0100 Sebastian Kruse Allow more than one field of the same name (append the content) trimmed_data
Thu, 10 Jan 2013 13:20:42 +0100 Sebastian Kruse Allow HTML in Description field trimmed_data
Thu, 03 Jan 2013 18:43:28 +0100 Sebastian Kruse add functionality for additional tabular data from the description field (work in progress) trimmed_data
Wed, 02 Jan 2013 16:52:01 +0100 Sebastian Kruse add whitespace removal function to jquery prototype trimmed_data
Wed, 02 Jan 2013 13:19:08 +0100 Sebastian Kruse Alerts on missing time/spatial information trimmed_data
Tue, 18 Dec 2012 12:30:32 +0100 Sebastian Kruse removed all datasets besides kafka trimmed_data
Mon, 17 Dec 2012 13:28:49 +0100 Sebastian Kruse Make table always take 100% width, so page switches don't alter the layout CellTable
Mon, 17 Dec 2012 13:27:32 +0100 Sebastian Kruse move table a bit down to line it up with the map widget CellTable
Fri, 14 Dec 2012 16:33:48 +0100 Sebastian Kruse limes overlay CellTable
Fri, 14 Dec 2012 16:33:36 +0100 Sebastian Kruse add overlay functionality (beta) CellTable
Fri, 14 Dec 2012 16:32:55 +0100 Sebastian Kruse Fix KML parser alerts CellTable
Tue, 11 Dec 2012 17:14:26 +0100 Sebastian Kruse Sorting of the columns in the CellTable. CellTable
Tue, 11 Dec 2012 16:03:09 +0100 Sebastian Kruse Add comment for page change handler. (Redrawing of colors) CellTable
Tue, 11 Dec 2012 15:49:23 +0100 Sebastian Kruse Add comment for highlighting code CellTable
Tue, 11 Dec 2012 15:36:08 +0100 Sebastian Kruse Make the Table fill the given space (width 100%). CellTable
Tue, 11 Dec 2012 15:34:37 +0100 Sebastian Kruse Set column width of CellTable. So they always fill up 100% and page changes dont alter the layout. CellTable
Mon, 10 Dec 2012 17:28:22 +0100 Sebastian Kruse fix: add missing refresh of highlights on range change of table CellTable
Mon, 10 Dec 2012 17:17:10 +0100 Sebastian Kruse fix: add missing update of map and timeplot widget at refineText CellTable
Mon, 10 Dec 2012 17:02:59 +0100 Sebastian Kruse mouse events (over/out/click) for table rows CellTable
Mon, 10 Dec 2012 17:02:15 +0100 Sebastian Kruse Added place and description column CellTable
Mon, 10 Dec 2012 16:43:15 +0100 Sebastian Kruse add functions for time/map/table updates that where only accessible through plain JS before CellTable
Mon, 10 Dec 2012 16:42:34 +0100 Sebastian Kruse update hgignore CellTable
Mon, 10 Dec 2012 14:57:08 +0100 Sebastian Kruse Merge heads after hg histedit CellTable
Mon, 10 Dec 2012 14:01:39 +0100 Sebastian Kruse comment: added explanation CellTable
Mon, 10 Dec 2012 13:25:12 +0100 Sebastian Kruse fixed comment (charset issue) CellTable
Fri, 07 Dec 2012 18:57:02 +0100 Sebastian Kruse background and border color of CellTable for selection and hover CellTable
Fri, 07 Dec 2012 18:57:02 +0100 Sebastian Kruse background and border color of CellTable for selection and hover CellTable
Fri, 07 Dec 2012 16:04:27 +0100 Sebastian Kruse refining of data in CellTable CellTable
Fri, 07 Dec 2012 16:01:51 +0100 Sebastian Kruse cleanup of grid table left-overs CellTable
Thu, 06 Dec 2012 18:09:00 +0100 Sebastian Kruse Merged the bugfixes default
Thu, 06 Dec 2012 18:05:39 +0100 Sebastian Kruse Preparation for a switch to a CellTable. CellTable
Thu, 06 Dec 2012 18:05:16 +0100 Sebastian Kruse Fix for missing JS file, why did this even work? CellTable
Thu, 06 Dec 2012 18:04:25 +0100 Sebastian Kruse Fix for NullPointer exceptions of parameters CellTable
Wed, 05 Dec 2012 12:25:20 +0100 sebi as the repository moved to mecurial, transfer .gitignore to .hgignore
Mon, 03 Dec 2012 15:26:56 +0100 Sebastian Kruse moved the data-table out of the mainContainer again
Mon, 03 Dec 2012 13:40:15 +0100 Sebastian Kruse removed unused variable
Mon, 03 Dec 2012 12:06:59 +0100 Sebastian Kruse Bump GMaps API to version 3
Fri, 30 Nov 2012 17:03:17 +0100 Sebastian Kruse corrected FileReader usage (onloaded callback) for local KML support
Fri, 30 Nov 2012 15:17:25 +0100 Sebastian Kruse local KML display (beta)
Thu, 29 Nov 2012 11:33:12 +0100 Sebastian Kruse fixed javadoc comment
Wed, 28 Nov 2012 17:01:34 +0100 Sebastian Kruse re-added the ability to refine the dataset by a (very simple) text search
Wed, 28 Nov 2012 17:00:49 +0100 Sebastian Kruse Improved robustness of KML parsing (with Firefox and probably other browsers a missing node can lead to a NullPointerException that will not be catched by the try/catch)
Wed, 28 Nov 2012 16:56:38 +0100 Sebastian Kruse Added .toString() to force String output, otherwise this can lead to Type Exceptions (e.g. when an int is returned).
Tue, 27 Nov 2012 11:57:47 +0100 Sebastian Kruse Anchor for KML download. This is a preliminiary work-around.
Mon, 26 Nov 2012 14:49:29 +0100 Sebastian Kruse fixed gitignore for Eclipse usage
Mon, 26 Nov 2012 14:49:10 +0100 Sebastian Kruse added Eclipse project files
Mon, 26 Nov 2012 14:48:49 +0100 Sebastian Kruse added Eclipse settings folder
Mon, 26 Nov 2012 14:46:04 +0100 Sebastian Kruse .gitignores
Mon, 26 Nov 2012 14:45:40 +0100 Sebastian Kruse new compiled version
Mon, 26 Nov 2012 14:45:20 +0100 Sebastian Kruse fixed z-Index for map canvas background
Mon, 26 Nov 2012 14:44:56 +0100 Sebastian Kruse removed tableWindow, will be populated below mainContainer instead
Mon, 26 Nov 2012 14:44:09 +0100 Sebastian Kruse add kml export servlet
Mon, 26 Nov 2012 14:43:08 +0100 Sebastian Kruse move lockscreen-container below mainContainer
Mon, 26 Nov 2012 14:42:19 +0100 Sebastian Kruse added missing class attribute of map canvas
Mon, 26 Nov 2012 14:41:38 +0100 Sebastian Kruse added get for timestamp and timespan
Mon, 26 Nov 2012 14:40:43 +0100 Sebastian Kruse added export kml feature (not finished)
Mon, 26 Nov 2012 14:39:42 +0100 Sebastian Kruse removed unused libraries
Mon, 26 Nov 2012 14:36:42 +0100 Sebastian Kruse fixed long/lat get
Mon, 26 Nov 2012 14:33:18 +0100 Sebastian Kruse new version of the GWT libraries