Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+21 |
| | |||||
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -2/+0 |
| | | | | | - Tweak README | ||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -4/+0 |
| | |||||
* | • some code cleaning, speed improvements, commenting stuff | Bibiko | 2010-10-09 | 1 | -0/+10 |
| | |||||
* | • improved field editor sheet to support geometry fields | Bibiko | 2010-10-09 | 1 | -0/+2 |
| | | | | | - 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 | ||||
* | • enabled thumbnail images of spatial geometry fields as tooltips | Bibiko | 2010-10-09 | 1 | -1/+4 |
| | | | | - note: geometrycollection support will follow soon | ||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 1 | -8/+9 |
| | |||||
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 1 | -1/+15 |
| | | | | - 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/+33 |
- 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] |