aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeometryDataView.m
Commit message (Collapse)AuthorAgeFilesLines
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-9/+9
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* fixed compiler warningssqlprodev2011-03-011-3/+1
|
* Tidy up.stuconnolly2010-10-191-3/+0
|
* • some code cleaning, speed improvements, commenting stuffBibiko2010-10-091-55/+96
|
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-4/+27
| | | | | - additionally it shows the image - image can be saved as pdf if image is displayed via Save button; if text is selected the wkt string will be saved
* • implemented geometrycollection thumbnail images as tooltips for spatial ↵Bibiko2010-10-091-0/+53
| | | | fields
* • enabled thumbnail images of spatial geometry fields as tooltipsBibiko2010-10-091-15/+46
| | | | - note: geometrycollection support will follow soon
* • some further work on displaying geometry fields as imageBibiko2010-10-081-44/+54
|
* • some further work on displaying geometry fields as imageBibiko2010-10-081-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 tablesBibiko2010-10-081-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]