aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-253-7/+7
* • added to each NSTextView the possibility to move the current line or the ...Bibiko2010-10-253-11/+308
* Update the appropriate build scripts to ensure they are being run by Xcode.stuconnolly2010-10-254-0/+14
* • improved "Select Line"Bibiko2010-10-251-2/+5
* • CSV Import Field mapperBibiko2010-10-251-7/+13
* CSV Import Field MapperBibiko2010-10-252-51/+65
* Minor comment.stuconnolly2010-10-241-0/+2
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-2457-434/+323
* • CSV Import Field Mapper SheetBibiko2010-10-237-24/+839
* • re-enabled three finger trackpad wiping gesture for controlling the table...Bibiko2010-10-223-129/+248
* • fixed bug while editing views if a filter is in usageBibiko2010-10-221-2/+1
* Minor export controller init change.stuconnolly2010-10-211-1/+1
* Update credits.stuconnolly2010-10-211-6/+17
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-209-118/+169
* Update credits.stuconnolly2010-10-201-2/+1
* 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-1972-155/+66
* 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-193-30/+53
* Add a 'Edit Trigger' menu item to the trigger's table view context menu.stuconnolly2010-10-194-862/+280
* Because the process of editing a trigger involves droping and then re-creatin...stuconnolly2010-10-193-38/+59
* Localize the header included in SQL and XML exports.stuconnolly2010-10-193-12/+12
* Remove use of multiple comments for localized strings.stuconnolly2010-10-196-11/+11
* Update strings files.stuconnolly2010-10-192-0/+1
* Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the...stuconnolly2010-10-193-195/+914
* - Fix relative paths for SPQLPluginConnectionTemplate.html , addressing brok...rowanbeentje2010-10-171-3/+1
* Tidy up the project's logical structure in Xcode.stuconnolly2010-10-175-94/+147
* Add CFBundleShortVersionString property to MCPKit Info.plist.stuconnolly2010-10-161-0/+2
* Rename HTML print templates.stuconnolly2010-10-165-22/+23
* 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-162-19/+4
* Change the connection view's table view to be of type SPTableView so right-cl...stuconnolly2010-10-153-65/+78
* • 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