Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • implemented geometrycollection thumbnail images as tooltips for spatial ↵ | Bibiko | 2010-10-09 | 1 | -0/+53 |
| | | | | fields | ||||
* | • enabled thumbnail images of spatial geometry fields as tooltips | Bibiko | 2010-10-09 | 1 | -15/+46 |
| | | | | - note: geometrycollection support will follow soon | ||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 1 | -44/+54 |
| | |||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 1 | -2/+112 |
| | | | | - to enable the very first approach simply uncomment code in SPTableContent tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: for MCPGeometryData class | ||||
* | • improved issues for tooltip in Content and Custom tables | Bibiko | 2010-10-08 | 1 | -0/+50 |
- added not yet supported MCPGeometryData view - removed @try clauses, instead make usage of pthread_mutex_lock etc. approach • adjusted autodetectWidthForColumnDefinition: for SPCopyTable to calculate the width by taking the WKT string of MCPGeometryData • added SPGeometryDataView class which will be used for displaying GEOMETRY data as image (for tooltips, inside field editor sheet) [not yet implemented] |