aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - When refreshing the table content view, preserve column widths for columns...rowanbeentje2012-03-201-0/+12
* - Fix exceptions when using Show Optimized Field Type in the Structure pane ...rowanbeentje2012-03-201-0/+1
* - Fix crashes caused by using SPBundleHTMLOutputController windows, closing ...rowanbeentje2012-03-203-8/+12
* - Fix incorrect Copy as SQL INSERT processing leaving out commas; this addre...rowanbeentje2012-03-191-16/+13
* - Rewrite SPFontPreviewTextField to replace previous Colloquy-derived GPL-li...rowanbeentje2012-03-184-35/+26
* - Add a base64Encoding method for convenience when the result should be all ...rowanbeentje2012-03-183-2/+12
* - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] m...rowanbeentje2012-03-186-74/+145
* - Fix crashes caused by the database structure retrieval continuing briefly ...rowanbeentje2012-03-183-4/+15
* Fix build errors.stuconnolly2012-03-171-4/+4
* Missing from previous commit.stuconnolly2012-03-171-3/+4
* Add constants for MySQL 'system' databases.stuconnolly2012-03-174-7/+32
* - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-1711-207/+88
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-17193-30971/+27623
|\
| * - Fix a bug in the SPMySQL integration branch causing the table triggers lis...rowanbeentje2012-03-162-4/+4
| * More SPMySQLIntegration bugfixes:rowanbeentje2012-03-152-7595/+7603
| * More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-145-9/+11
| * SPMySQL integration bugfixes:rowanbeentje2012-03-143-8/+6
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-1422-59/+1075
| * - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-0525-298/+1117
| |\
| * | Improvements to SPMySQL framework:rowanbeentje2012-02-246-67/+112
| * | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-23148-25100/+10935
| * | - Add missing libmysqlclient.a to build SPMySQL (ignored during initial add ...rowanbeentje2012-02-201-0/+0
| * | - Fix incorrect conversion via a CFStringEncoding for eucjpmsrowanbeentje2012-02-20144-18949/+3
| * | Initial commit of the new SPMySQL Framework, which is added to the project an...rowanbeentje2012-02-20195-0/+28616
| * | - Create a new branch to allow integration of the new SPMySQL frameworkrowanbeentje2012-02-190-0/+0
* | | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-164-37/+6
* | | * Fixes spacing in Duplicate table sheet for some localizationsdmoagx2012-03-131-39/+53
* | | Update strings.stuconnolly2012-03-111-0/+0
* | | Remove unnecessary text view attributes.stuconnolly2012-03-111-10/+33
* | | Display a dialog whenever the user attempts to change the storage engine of a...stuconnolly2012-03-111-46/+118
* | | Fix incorrect export menu item tags. Fixes issue #1270.stuconnolly2012-03-061-33715/+33614
| |/ |/|
* | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is...rowanbeentje2012-03-041-0/+7
* | * Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection)dmoagx2012-03-041-1/+1
* | - Re-add QueryKit as a dependency, and correct framework paths and linking t...rowanbeentje2012-02-262-6/+21
* | Remove QueryKit as an SP dependency as it's currently not being used.stuconnolly2012-02-261-13/+0
* | More QueryKit SELECT tests.stuconnolly2012-02-263-7/+57
* | Add missing SVN properties.stuconnolly2012-02-261-3/+3
* | Add some more QueryKit tests.stuconnolly2012-02-258-28/+292
* | Move QueryKit to it's own project.stuconnolly2012-02-2516-214/+689
|/
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-0827-33747/+33813
* Fix minor copying and saving console view content issues.stuconnolly2012-01-292-16/+23
* Set the default build config to Debug in the Makefile.stuconnolly2012-01-291-1/+1
* - Make SPConnectionController a NSConnectionView subclass so that retain cyc...rowanbeentje2012-01-213-5/+2
* When editing a FLOAT field in the field editor, don't include the decimal pla...stuconnolly2012-01-161-27/+64
* - Fix connection Growl notifications for background tabs to show the correct...rowanbeentje2012-01-151-1/+8
* When exporting a query result as CSV ensure that we're allowing the exporter ...stuconnolly2012-01-143-162/+204
* Protect against dodgy preference data that may case bounds exceptions when se...stuconnolly2012-01-113-5/+7
* Improve index addition, especially where key sizes are required:rowanbeentje2012-01-111-3/+28
* - Roll back r3453 to avoid future license issuesrowanbeentje2012-01-101-3/+3
* Fix the indexes view not restoring the use vertical table view gridlines pref...stuconnolly2012-01-091-0/+1