aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-4/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-2/+0
* Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the...stuconnolly2010-10-191-13/+23
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-37/+58
* Remove 10.4 related code and associated macros.stuconnolly2010-09-261-3/+1
* Change the comment fomat used when displaying and copying the create syntaxes...stuconnolly2010-09-241-8/+5
* • 'doPerformQueryService' set toolbar to Custom QueryBibiko2010-09-211-5/+6
* Very minor tidy up.stuconnolly2010-09-201-3/+2
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-131-1/+34
* • fixed _supportsEncoding setting to dis/enable safely Database > View Usin...Bibiko2010-09-101-1/+6
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+8
* • Show/Copy Create Syntax now come up with all create syntaxes of selected ...Bibiko2010-09-011-106/+103
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-63/+44
* • made usage of SPBeginWaitingAlertSheet while closing a spf file for reada...Bibiko2010-08-191-8/+16
* - Apply column autosizing improvements to custom query loadingrowanbeentje2010-08-161-3/+7
* Improve export menu item validation by disabling export as XML and CSV when o...Bibiko2010-08-151-6/+16
* Improve export menu item validation by disabling export as XML and CSV when e...stuconnolly2010-08-151-1/+12
* Tidy up database renaming and copying by removing the use of alert dialogs wi...stuconnolly2010-08-131-13/+32
* • fixed bug while closing a tab to remove the connection from NavigatorBibiko2010-08-131-2/+2
* • NavigatorBibiko2010-08-131-4/+4
* • while closing a doc window or quitting the app wait for removing the con...Bibiko2010-08-121-1/+1
* Improve tab dragging:rowanbeentje2010-08-031-0/+1
* - Make a few more strings localizablerowanbeentje2010-08-011-13/+13
* - Replace progress indicator CoreAnimation drawing with manual shadow/fade c...rowanbeentje2010-07-311-3/+24
* - Replace core animation fade of task progress window with custom drawing co...rowanbeentje2010-07-251-22/+29
* Make the export dialog a little smarter with regard to the current context. F...stuconnolly2010-07-251-24/+6
* - Improve thread safety when altering task cancellation staterowanbeentje2010-07-211-0/+6
* Tab tweaks:rowanbeentje2010-07-201-5/+6
* Make the 'Export' menu item in the 'File' menu behave more like the export co...stuconnolly2010-07-151-13/+11
* As the initial MySQL connection is now threaded, start the current tab's prog...stuconnolly2010-07-071-5/+16
* • fine-tuned scrollView position of Custom Query Result tableBibiko2010-07-071-1/+1
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-5/+5
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-2/+2
* - Make the query info/error display collapsible.stuconnolly2010-07-061-1/+1
* Improve tab functionality, behaviour and interaction.rowanbeentje2010-06-301-1/+1
* • fixed DBViewSplitter's grabber bounds for splitView:splitView additionalE...Bibiko2010-06-301-1/+2
* • fixed tablesList's searchField width after collapsing tablesList's viewBibiko2010-06-301-0/+17
* • save window's vertical divider position in spf files in order to be able ...Bibiko2010-06-291-5/+15
* • Open Session fileBibiko2010-06-291-1/+0
* • allow restoring of a spf file if no table was selected while saving the ...Bibiko2010-06-281-26/+30
* • added to SPconnectionDelegate method "keychainPasswordForSSHConnection"Bibiko2010-06-281-30/+18
* • added 'spfs' as allowed extension for open panelBibiko2010-06-271-2/+4
* • further progress for open/save sessionBibiko2010-06-251-34/+56
* • further progress for open/save sessionBibiko2010-06-251-0/+9
* Minor interface tweaks.stuconnolly2010-06-251-1/+1
* • fixed issue for saving spf files of ssh connectionsBibiko2010-06-241-3/+19
* • initial support for open a spfs session file (works rudimentary - fine-t...Bibiko2010-06-241-1/+1
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-241-19/+65
* • further progress to support "Save Session" (all opened windows plus inclu...Bibiko2010-06-241-28/+103
* • if user opens a spf file which does not contain connection data display t...Bibiko2010-06-221-1/+8