aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-202-2/+3
* When adding or editing a field and the option to make it the primary key is s...stuconnolly2010-10-201-30/+47
* Fix a typo that caused an exception when opening the console.stuconnolly2010-10-201-1/+1
* Tidy up.stuconnolly2010-10-1971-145/+56
* Update indexes controller constants.stuconnolly2010-10-193-12/+12
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-1950-64/+32
* Replace use of hardcoded strings with constants when working with trigger data.stuconnolly2010-10-192-21/+44
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-192-80/+108
* Because the process of editing a trigger involves droping and then re-creatin...stuconnolly2010-10-192-38/+59
* Localize the header included in SQL and XML exports.stuconnolly2010-10-192-12/+12
* Remove use of multiple comments for localized strings.stuconnolly2010-10-195-11/+11
* Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the...stuconnolly2010-10-192-13/+24
* Rename HTML print templates.stuconnolly2010-10-161-3/+3
* Fix an exception caused by the changes introduced in r2764.stuconnolly2010-10-161-2/+3
* • fixed issue to show/hide the Quicklook GUI item in the Field Editor SheetBibiko2010-10-162-1/+3
* Tidy up linker flags across all targets, specifically remove linking against ...stuconnolly2010-10-161-2/+3
* Change the connection view's table view to be of type SPTableView so right-cl...stuconnolly2010-10-151-38/+44
* • implemented filter content type 'spatial' with general spatial operators ...Bibiko2010-10-151-0/+4
* • implemented for TableStructure's source table the possibility to hide/unh...Bibiko2010-10-152-0/+60
* Split out AppleScript support into a category of SPAppController.stuconnolly2010-10-144-104/+170
* • 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
* 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-095-4/+34
* • 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-091-0/+53
* • 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-082-52/+63
* • some further work on displaying geometry fields as imageBibiko2010-10-083-4/+136
* Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz...stuconnolly2010-10-083-6/+29
* Fix constant assignment.stuconnolly2010-10-081-1/+1
* Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ...stuconnolly2010-10-084-170/+1007
* • improved issues for tooltip in Content and Custom tablesBibiko2010-10-085-20/+126
* • added spatial field types to field list suggestionsBibiko2010-10-081-3/+26
* • fixed issue for editing spatial wkt data in field editor sheetBibiko2010-10-082-2/+8
* • spatial field supportBibiko2010-10-071-1/+1
* • enhanced spatial supportBibiko2010-10-072-6/+16
* Remove unused constant.stuconnolly2010-10-072-9/+1
* When printing a table/view's structure, change the heading accordingly. Also,...stuconnolly2010-10-071-2/+12
* Various improvements to server capability/version checking, including:stuconnolly2010-10-0716-265/+929
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-073-30/+24
* - Update SSH connections to pick up custom ports configured in SSH config fi...rowanbeentje2010-10-062-4/+6
* When the user cancels a conenction attempt, which subsequently results in an ...stuconnolly2010-10-061-4/+12
* • added basic support for spatial dataBibiko2010-10-013-8/+60