aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
* • Bundle commandsBibiko2010-11-291-1/+25
* - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )rowanbeentje2010-11-271-1/+1
* - Right-align numeric columns in table content views and custom query resultsrowanbeentje2010-11-271-2/+2
* • Bundle EditorBibiko2010-11-231-0/+7
* - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...rowanbeentje2010-11-231-568/+696
* • sequelpro url scheme supportBibiko2010-11-221-4/+42
* • renamed some shell variables for Bundle commandsBibiko2010-11-221-0/+17
* • Bundle supportBibiko2010-11-161-0/+52
* • Bundle supportBibiko2010-11-151-6/+4
* • improved export of a query result via sequelpro:// scheme commandBibiko2010-11-121-10/+61
* • some sequelpro://...@passToDoc/ExecuteQuery/csv improvementsBibiko2010-11-111-4/+24
* • some tiny progress for sequelpro://$SP_PROCESS_ID/ExecuteQueryBibiko2010-11-111-2/+57
* • added to Bundle shell command these variables:Bibiko2010-11-111-0/+43
* • some improvements for sequelpro://process_id/command/param1/param2 url sc...Bibiko2010-11-111-0/+2
* • first implementation to allow the user to write and use self-definable f...Bibiko2010-11-101-1/+3
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-136/+21
* • disable "New Connection Tab" ⌘T menu item if a sheet is ordered outBibiko2010-11-011-1/+1
* - 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