aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
* • further improvements for open/save spf filesBibiko2009-08-241-27/+119
* • add accessory view for Save ConnectionBibiko2009-08-231-0/+37
* • further improvements to open/save spf filesBibiko2009-08-231-36/+86
* • further improvements to restore a SP session from spf fileBibiko2009-08-231-3/+74
* • moved NSOpenPanel stuff from TableDocument to SPAppControler to simplify ...Bibiko2009-08-221-117/+1
* • outsourced SPEncodingPopupAccessoryBibiko2009-08-221-80/+7
* • further improvements for open/save SQL/SPF filesBibiko2009-08-221-22/+35
* • an attempt to improve the cascading of new connection windows for large w...Bibiko2009-08-211-0/+17
* • further work for open/save connection files (spf)Bibiko2009-08-211-8/+35
* • first preparations to save the current connection window as SPF fileBibiko2009-08-211-1/+69
* • activated "Save Query…" menu item (⌘S)Bibiko2009-08-201-7/+37
* • Main Menu > FileBibiko2009-08-201-3/+22
* - Merge in r1191 from SP0.9.6 branch, fixing a crasher for blank passwords b...rowanbeentje2009-08-111-3/+6
* Fix problem with opening and reopening connectionsmltownsend2009-08-111-5/+0
* Fix some MainMenu references by index.mltownsend2009-08-111-3/+12
* User Manager featuremltownsend2009-08-111-1/+22
* • after connecting to a server set focus to table list filter field if visi...Bibiko2009-08-111-0/+7
* 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