aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-0/+21
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-011-46/+99
* • while a connection will be initialized via a SPF file disable the possibi...Bibiko2009-09-231-0/+5
* Forgot to assign the back/forward history menu item's tags resulting in incor...stuconnolly2009-09-121-1/+1
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-121-4/+32
* • improved behavior while closing a document windowBibiko2009-09-041-4/+23
* • implementation of a new history controllerBibiko2009-09-041-15/+20
* • renamed SPQueryConsole to SPQueryController since it controls not only th...Bibiko2009-09-031-20/+20
* • fixed document registering with its query favorites and historyBibiko2009-09-031-26/+39
* • fixed bug Save (the correct file path will be calculated)Bibiko2009-09-031-4/+6
* • fixed issue if a SPF file contains non-valid URL character like space, etc.Bibiko2009-09-031-16/+31
* • forgot to remove a NSLog Bibiko2009-09-021-1/+1
* • added "Recent Open" menu item to Main Menu > FileBibiko2009-09-021-1/+7
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-170/+335
* - Improve on r1242, improving window cascading (especially for maximised win...rowanbeentje2009-09-021-6/+20
* - Remove an NSLog I accidentally left in (and another found via a search)rowanbeentje2009-09-011-1/+0
* - Re-enable the fine-grained query logging preferencesrowanbeentje2009-08-311-4/+21
* Update Localizable.strings by running genstrings and remove use of multiple c...stuconnolly2009-08-281-2/+2
* • some tiny fixes to Open/Save SPF file proceduresBibiko2009-08-251-31/+61
* • outsourced Save SPF accessory xibBibiko2009-08-251-32/+30
* • re-factored the SPF file structureBibiko2009-08-251-225/+321
* • finalized first approach to save/open SPF (⇧⌘S/⌘O)Bibiko2009-08-241-55/+109
* • 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