aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | | | | | Fix for issue 1168. Whenever the database is changed load all of the currentl...stuconnolly2011-09-041-5/+11
* | | | | | | | | | | Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* | | | | | | | | | | * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-021-1/+1
* | | | | | | | | | | - Clean up undo manager handlingrowanbeentje2011-08-311-0/+12
* | | | | | | | | | | - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-161-13/+40
* | | | | | | | | | | - Review changes made in r3376 and revert a number of regressionsrowanbeentje2011-08-141-6/+4
* | | | | | | | | | | Fix encoding issues, particularly giving errors when selecting tables and dis...rowanbeentje2011-08-071-1/+5
* | | | | | | | | | | merged latest SP_REFACTOR changessqlprodev2011-08-021-13/+83
* | | | | | | | | | | - Fix saving .spf documents without SSH key locations stored, addressing exc...rowanbeentje2011-06-061-1/+2
* | | | | | | | | | | - Ensure blank passwords for MySQL connections are passed in as NULL instead...rowanbeentje2011-05-291-5/+2
* | | | | | | | | | | merging SP_REFACTOR branch with trunksqlprodev2011-05-191-16/+24
* | | | | | | | | | | • added URL scheme command sequelpro://SP_PROCESS_ID@passToDoc/RunQueryInQu...Bibiko2011-05-111-0/+14
* | | | | | | | | | | * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-1/+1
* | | | | | | | | | | Add the ability to double click a tab to duplicate the connection in a new ta...stuconnolly2011-05-091-6/+1
* | | | | | | | | | | Minor tidy up.stuconnolly2011-05-081-9/+12
* | | | | | | | | | | Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-2/+2
* | | | | | | | | | | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-2/+23
* | | | | | | | | | | Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-3/+3
* | | | | | | | | | | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-15/+200
* | | | | | | | | | | - When restoring connections and sessions, correctly clear and restore keych...rowanbeentje2011-04-041-1/+18
* | | | | | | | | | | Fix Issue #1019 (Sidebar width not remembered):rowanbeentje2011-04-011-3/+6
* | | | | | | | | | | - Fix .spfs files not being added to the Recent Documents menu, addressing I...rowanbeentje2011-03-311-3/+1
* | | | | | | | | | | Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-37/+41
* | | | | | | | | | | Fix more compiler warnings.stuconnolly2011-03-041-1/+1
* | | | | | | | | | | - Fix more compiler warningsrowanbeentje2011-03-041-2/+2