| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor export controller init change. | stuconnolly | 2010-10-21 | 1 | -1/+1 |
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 2 | -2/+3 |
* | When adding or editing a field and the option to make it the primary key is s... | stuconnolly | 2010-10-20 | 1 | -30/+47 |
* | Fix a typo that caused an exception when opening the console. | stuconnolly | 2010-10-20 | 1 | -1/+1 |
* | Tidy up. | stuconnolly | 2010-10-19 | 71 | -145/+56 |
* | Update indexes controller constants. | stuconnolly | 2010-10-19 | 3 | -12/+12 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 50 | -64/+32 |
* | Replace use of hardcoded strings with constants when working with trigger data. | stuconnolly | 2010-10-19 | 2 | -21/+44 |
* | Add a 'Edit Trigger' menu item to the trigger's table view context menu. | stuconnolly | 2010-10-19 | 2 | -80/+108 |
* | Because the process of editing a trigger involves droping and then re-creatin... | stuconnolly | 2010-10-19 | 2 | -38/+59 |
* | Localize the header included in SQL and XML exports. | stuconnolly | 2010-10-19 | 2 | -12/+12 |
* | Remove use of multiple comments for localized strings. | stuconnolly | 2010-10-19 | 5 | -11/+11 |
* | Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the... | stuconnolly | 2010-10-19 | 2 | -13/+24 |
* | Rename HTML print templates. | stuconnolly | 2010-10-16 | 1 | -3/+3 |
* | Fix an exception caused by the changes introduced in r2764. | stuconnolly | 2010-10-16 | 1 | -2/+3 |
* | • fixed issue to show/hide the Quicklook GUI item in the Field Editor Sheet | Bibiko | 2010-10-16 | 2 | -1/+3 |
* | Tidy up linker flags across all targets, specifically remove linking against ... | stuconnolly | 2010-10-16 | 1 | -2/+3 |
* | Change the connection view's table view to be of type SPTableView so right-cl... | stuconnolly | 2010-10-15 | 1 | -38/+44 |
* | • implemented filter content type 'spatial' with general spatial operators ... | Bibiko | 2010-10-15 | 1 | -0/+4 |
* | • implemented for TableStructure's source table the possibility to hide/unh... | Bibiko | 2010-10-15 | 2 | -0/+60 |
* | Split out AppleScript support into a category of SPAppController. | stuconnolly | 2010-10-14 | 4 | -104/+170 |
* | • fixed cursor position correction for autoHelp | Bibiko | 2010-10-12 | 1 | -3/+4 |
* | Fix a bug when adding a PRIMARY KEY index, introduced in r2742. Fixes issue #... | stuconnolly | 2010-10-12 | 1 | -2/+2 |
* | User manager fixes: | stuconnolly | 2010-10-10 | 1 | -80/+71 |
* | Remove NSLog() that was once DLog() to prevent spewing lots of info to the co... | stuconnolly | 2010-10-10 | 1 | -2/+1 |
* | • fixed issue of unnecessary string escaping for importing spatial data via... | Bibiko | 2010-10-10 | 5 | -6/+6 |
* | • enabled SRID editing of spatial fields via WKT string | Bibiko | 2010-10-09 | 5 | -4/+34 |
* | • some code cleaning, speed improvements, commenting stuff | Bibiko | 2010-10-09 | 3 | -60/+115 |
* | • CSV Import (incl. import from clipboard) | Bibiko | 2010-10-09 | 2 | -33/+45 |
* | • for each export/copy/drag method other than SQL pass any spatial fields a... | Bibiko | 2010-10-09 | 4 | -2/+26 |
* | • improved field editor sheet to support geometry fields | Bibiko | 2010-10-09 | 6 | -24/+93 |
* | • implemented geometrycollection thumbnail images as tooltips for spatial f... | Bibiko | 2010-10-09 | 1 | -0/+53 |
* | • enabled thumbnail images of spatial geometry fields as tooltips | Bibiko | 2010-10-09 | 4 | -25/+67 |
* | • display SPA in the Key column if a field has a spatial key | Bibiko | 2010-10-09 | 1 | -1/+4 |
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 2 | -52/+63 |
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 3 | -4/+136 |
* | Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localiz... | stuconnolly | 2010-10-08 | 3 | -6/+29 |
* | Fix constant assignment. | stuconnolly | 2010-10-08 | 1 | -1/+1 |
* | Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ... | stuconnolly | 2010-10-08 | 4 | -170/+1007 |
* | • improved issues for tooltip in Content and Custom tables | Bibiko | 2010-10-08 | 5 | -20/+126 |
* | • added spatial field types to field list suggestions | Bibiko | 2010-10-08 | 1 | -3/+26 |
* | • fixed issue for editing spatial wkt data in field editor sheet | Bibiko | 2010-10-08 | 2 | -2/+8 |
* | • spatial field support | Bibiko | 2010-10-07 | 1 | -1/+1 |
* | • enhanced spatial support | Bibiko | 2010-10-07 | 2 | -6/+16 |
* | Remove unused constant. | stuconnolly | 2010-10-07 | 2 | -9/+1 |
* | When printing a table/view's structure, change the heading accordingly. Also,... | stuconnolly | 2010-10-07 | 1 | -2/+12 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 16 | -265/+929 |
* | • removed approach to query spatial data by using AsText() since it breaks ... | Bibiko | 2010-10-07 | 3 | -30/+24 |
* | - Update SSH connections to pick up custom ports configured in SSH config fi... | rowanbeentje | 2010-10-06 | 2 | -4/+6 |
* | When the user cancels a conenction attempt, which subsequently results in an ... | stuconnolly | 2010-10-06 | 1 | -4/+12 |