aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • implemented filter content type 'spatial' with general spatial operators ...Bibiko2010-10-152-0/+93
* • placed the TableStructure's source table gear menu to the right hand side...Bibiko2010-10-151-6/+6
* • implemented for TableStructure's source table the possibility to hide/unh...Bibiko2010-10-153-52/+634
* Split out AppleScript support into a category of SPAppController.stuconnolly2010-10-145-104/+176
* Tidy up build settings, by ensuring they are consistent across all targets, s...stuconnolly2010-10-144-46/+195
* • fixed cursor position correction for autoHelpBibiko2010-10-121-3/+4
* Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue #...stuconnolly2010-10-121-2/+2
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-10-101-0/+0
* User manager fixes:stuconnolly2010-10-101-80/+71
* Remove NSLog() that was once DLog() to prevent spewing lots of info to the co...stuconnolly2010-10-101-2/+1
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-105-6/+6
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-096-16/+55
* • some code cleaning, speed improvements, commenting stuffBibiko2010-10-093-60/+115
* • CSV Import (incl. import from clipboard)Bibiko2010-10-092-33/+45
* • for each export/copy/drag method other than SQL pass any spatial fields a...Bibiko2010-10-094-2/+26
* • improved field editor sheet to support geometry fieldsBibiko2010-10-096-24/+93
* • implemented geometrycollection thumbnail images as tooltips for spatial f...Bibiko2010-10-092-123/+201
* • enabled thumbnail images of spatial geometry fields as tooltipsBibiko2010-10-094-25/+67
* • display SPA in the Key column if a field has a spatial keyBibiko2010-10-091-1/+4
* • some further work on displaying geometry fields as imageBibiko2010-10-083-111/+153
* • some further work on displaying geometry fields as imageBibiko2010-10-085-4/+435
* Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz...stuconnolly2010-10-084-6/+29
* Fix constant assignment.stuconnolly2010-10-081-1/+1
* Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ...stuconnolly2010-10-085-170/+1014
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-086-21/+132
* • added spatial field types to field list suggestionsBibiko2010-10-081-3/+26
* • finished spatial field supportBibiko2010-10-082-11/+213
* • fixed issue for editing spatial wkt data in field editor sheetBibiko2010-10-082-2/+8
* • spatial field supportBibiko2010-10-072-30/+65
* • enhanced spatial supportBibiko2010-10-076-16/+161
* Remove unused constant.stuconnolly2010-10-072-9/+1
* When printing a table/view's structure, change the heading accordingly. Also,...stuconnolly2010-10-072-3/+13
* Remove unnecessary line break from print template.stuconnolly2010-10-071-1/+1
* Various improvements to server capability/version checking, including:stuconnolly2010-10-0718-286/+1002
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-079-196/+319
* - Update SSH connections to pick up custom ports configured in SSH config fi...rowanbeentje2010-10-066-45/+44
* When the user cancels a conenction attempt, which subsequently results in an ...stuconnolly2010-10-061-4/+12
* • added basic support for spatial dataBibiko2010-10-014-8/+64
* • some further work on Filter TableBibiko2010-10-012-4/+32
* - Make the initial maximum packet fetch fail silently if it fails, defaultin...rowanbeentje2010-09-301-10/+4
* • some very minor code, commenting, and tiny speed improvement stuffBibiko2010-09-302-23/+54
* • simplified generation of the list of all available encodingsBibiko2010-09-301-108/+50
* Remove use of now non-existent DLog macro.stuconnolly2010-09-291-5/+1
* • Filter TableBibiko2010-09-293-109/+148
* Remove unused macros as well as macros that were only used in a single place ...stuconnolly2010-09-292-20/+6
* • added more encodings for the open a file and import resp.Bibiko2010-09-291-11/+80
* • Filter TableBibiko2010-09-291-1/+4
* • Filter Table - Set Default OperatorBibiko2010-09-296-31/+679
* • Filter TableBibiko2010-09-293-76/+18
* • Filter TableBibiko2010-09-294-157/+409