aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Rename MainController to SPAppController.stuconnolly2009-08-081-2/+2
* Rename print accessory XIB.stuconnolly2009-08-071-1/+1
* - Fix "Add to favorites" behaviour when the user has no favourites (This add...rowanbeentje2009-08-071-2/+2
* Rename Keychain class.stuconnolly2009-08-071-1/+1
* - Fix a memory leak when filtering the server variablesstuconnolly2009-08-071-27/+37
* Make the cancel button on the delete database dialog have the key equivalent ...stuconnolly2009-08-071-0/+6
* • enabled "Open" menu item to open SQL filesBibiko2009-08-061-46/+99
* • added encoding popup list as accessory view for Open spf or sql filesBibiko2009-08-061-2/+133
* • fixed: release query string which would be inserted into the Custom Query...Bibiko2009-08-051-0/+1
* • open a SQL file via Finder or Terminal (open *.sql if SP is the default a...Bibiko2009-08-051-0/+28
* - Fix some small memory leaks when changing tablesrowanbeentje2009-08-041-3/+10
* • initial support for open/save connection files (*.spf)Bibiko2009-08-041-0/+53
* • fixed bug for focus setting after database choiceBibiko2009-08-041-2/+7
* • changed keyboard navigationBibiko2009-08-041-0/+3
* Don't release the server variables array as it's simply a weak reference when...stuconnolly2009-08-031-7/+9
* - Implement live filtering of the server variables table viewstuconnolly2009-08-031-75/+88
* - Add a tooltip to the table information pane toggle buttonrowanbeentje2009-08-021-26/+34
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-2/+5
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-1/+17
* - When getting splitview sizes to resize database menu, correctly use the su...rowanbeentje2009-07-281-1/+1
* Improve TablesList significantly:rowanbeentje2009-07-281-1/+0
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-261-2/+1
* Remove delegate calls asking for SP specific TableDocument ivars, replacing t...stuconnolly2009-07-221-2/+20
* - Allow the reconnection dialogs to function correctly if anything other tha...rowanbeentje2009-07-221-3/+5
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-26/+84
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-34/+61
* • fix for completion in CustomQuery editorBibiko2009-07-141-8/+24
* Fix to clear compilation errors. 2 variables theUser and theHost weren't decl...avenjamin2009-07-091-2/+2
* - Add a number of additional nil checks as protection against further recurr...rowanbeentje2009-07-091-6/+10
* - Commit the second part of r995 (oops), addressing database selection issuesrowanbeentje2009-07-091-1/+1
* - Fix favorites text fields resizing in prefs windowrowanbeentje2009-07-061-1/+2
* Overhaul the connection screen:rowanbeentje2009-07-061-705/+202
* • fixes for Create Syntax HUD window:Bibiko2009-06-261-1/+1
* - Printing of backgrounds is now correctly separated from the WebKit prefere...rowanbeentje2009-06-251-0/+1
* - Revert r844, making background printing draw from the print accessory view...rowanbeentje2009-06-251-3/+0
* - Modified titlebar display of SSH statusavenjamin2009-06-241-4/+17
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-231-1/+18
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-231-49/+49
* - Allow connections via SSH tunnels to reattempt using the specified host if...rowanbeentje2009-06-211-9/+45
* • added to TableContent.m:Bibiko2009-06-191-1/+1
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-2/+3
* • some tiny improvements to speed up queryString:Bibiko2009-06-181-1/+7
* Move the QuickLook interface to its own header file.stuconnolly2009-06-151-0/+1
* Add support for titlebar connection status images, and use for SSH tunnels.rowanbeentje2009-06-141-0/+38
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-131-1/+1
* - Fix saving of SSH tunnel passwords entered in preferencesrowanbeentje2009-06-111-0/+1
* Add a very basic preference to disable all query logging. This can be expande...stuconnolly2009-06-111-1/+6
* - Table Info pane now has fixed heightavenjamin2009-06-101-4/+48
* small fix for WebView not printing background colorsmtvee2009-06-101-0/+3
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-0/+41