aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix compiler warnings.stuconnolly2011-03-011-2/+6
* fixed compiler warningssqlprodev2011-03-011-1/+2
* fixed compiler warningssqlprodev2011-03-011-1/+1
* - Don't bring the task window to the front before re-adding it to the parent...rowanbeentje2011-02-061-1/+0
* • changed the behaviour of ⇧⌘K (Show/Hide Console) slightlyBibiko2011-02-011-16/+17
* • fixed updateWindowTitle: threading issueBibiko2011-02-011-1/+1
* - Ensure window title updates occur on the main thread, fixing crashes under...rowanbeentje2011-01-311-6/+10
* • show activity pane for running Bundle process automatically if the proces...Bibiko2011-01-201-0/+33
* • while saving connection/session as spf(s) make "Remember Query Editor con...Bibiko2011-01-171-2/+6
* • added sequelpro URL scheme commands passToDoc/SetText/<text>, passToDoc/I...Bibiko2011-01-141-0/+40
* • changed sequelpro URL command SyntaxHighlighting to be connection indepen...Bibiko2011-01-101-137/+0
* Address Issue #857:rowanbeentje2010-12-201-13/+2
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-1/+2
* • minor improvements, commenting, cleaning for URL scheme commandsBibiko2010-12-171-1/+16
* • improved timing behaviour for a SPDatabaseDocument if it receives a seque...Bibiko2010-12-171-5/+18
* • allow to some sequelpro URL scheme commands like select a table/db the us...Bibiko2010-12-171-42/+50
* • sequelpro URL scheme supportBibiko2010-12-151-5/+281
* • URL scheme commands:Bibiko2010-12-141-3/+35
* • HTML output windowBibiko2010-12-131-0/+3
* • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-13/+13
* - Fix an issue where after failing to select a database the database dropdow...rowanbeentje2010-12-111-2/+6
* • avoided to execute SHOW VARIABLES LIKE 'character_set_database' twice fo...Bibiko2010-12-101-2/+1
* • Bundle CommandsBibiko2010-12-091-1/+1
* • Bundle command supportBibiko2010-12-071-0/+22
* • finished implementation of SPChooseMenuItemDialogBibiko2010-12-061-0/+2
* - Add the ability to stop animation of the task indicator, and use it to pau...rowanbeentje2010-12-051-0/+13
* • Bundle CommandsBibiko2010-12-011-9/+27
* • Bundle Editor / Bundle commandsBibiko2010-12-011-16/+20
* • progress on trigger support for Bundle commandsBibiko2010-12-011-0/+17
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-10/+10
* • fixed issue for saving spf files if sslCertificateFileLocation is nilBibiko2010-11-301-2/+2
* • Bundle commandsBibiko2010-11-301-0/+17
* • Bundle commandsBibiko2010-11-291-1/+25