aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Add initial support of moving views when renaming a database. Currently not h...stuconnolly2012-05-041-0/+1
* - Alter the variable that currentFavorite tracks to the favourite instead of...rowanbeentje2012-05-021-5/+5
* Merge outline view branch into trunk.stuconnolly2012-05-021-5/+7
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-92/+130
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-136/+123
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-3/+3
| * Split out connection controller initialization.stuconnolly2012-01-221-1/+1
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-35/+175
| * Fix compile error.stuconnolly2011-08-041-3/+0
| * Bring outline view up to date with trunk (r3307:r3375).stuconnolly2011-08-031-21/+31
| * Fix exceptions being thrown upon launch.stuconnolly2011-05-141-3/+3
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-16/+28
| * Fix broken build after merge with trunk.stuconnolly2011-04-241-2/+1
| * Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-16/+239
| * Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-6/+7
| * Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-0/+1
| * Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-37/+40
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-7/+12
| * Bring outline view branch up to date with trunk (r3179:r3187).stuconnolly2011-02-071-1/+0
| * Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-22/+27
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-134/+74
| |\
| * \ Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-14/+4
| |\ \
| * \ \ Bring outline view branch up to date with trunk (r3030:3035).stuconnolly2010-12-171-26/+338
| |\ \ \
| * \ \ \ Bring outline view branch up to date with trunk (r3018:3028).stuconnolly2010-12-141-3/+35
| |\ \ \ \
| * \ \ \ \ Bring outline view branch up to date with trunk (r3011:3016).stuconnolly2010-12-131-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-15/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Bring outlineview branch up to date with trunk (r2989:3005).stuconnolly2010-12-111-3/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Bring outline view branch up to date with trunk (r2976:2988).stuconnolly2010-12-081-0/+22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Bring outlineview branch up to date with trunk (r2967:2974).stuconnolly2010-12-061-0/+15
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Apply new favorites outline view patch.stuconnolly2010-12-051-4/+4
* | | | | | | | | | | Tidy up and remove commented out code.stuconnolly2012-04-071-3/+2
* | | | | | | | | | | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-1/+5
* | | | | | | | | | | Refresh the database drop down menu before selecting the new database after a...stuconnolly2012-03-281-73/+97
* | | | | | | | | | | User manager code tidy up.stuconnolly2012-03-281-1/+1
* | | | | | | | | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* | | | | | | | | | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-3/+31
* | | | | | | | | | | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser i...rowanbeentje2012-03-221-18/+5
* | | | | | | | | | | - Fix crashes caused by the database structure retrieval continuing briefly ...rowanbeentje2012-03-181-0/+1
* | | | | | | | | | | Fix build errors.stuconnolly2012-03-171-4/+4
* | | | | | | | | | | Add constants for MySQL 'system' databases.stuconnolly2012-03-171-3/+6
* | | | | | | | | | | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ...rowanbeentje2012-03-171-19/+2
* | | | | | | | | | | Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-171-106/+118
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-141-1/+1
| * | | | | | | | | | | Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-2/+19
| * | | | | | | | | | | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-103/+98
* | | | | | | | | | | | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-161-12/+0
|/ / / / / / / / / / /
* | | | | | | | | | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-3/+3
* | | | | | | | | | | - Fix connection Growl notifications for background tabs to show the correct...rowanbeentje2012-01-151-1/+8
* | | | | | | | | | | - Update database encoding routines to cache the database encoding, preventi...rowanbeentje2011-09-291-6/+23
* | | | | | | | | | | Rework relation addition and name lookups following testing and research:rowanbeentje2011-09-071-2/+0