aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-051-16/+4
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-021-4/+22
* • Initial work to set the default view mode when connecting. Issue #249avenjamin2009-11-021-0/+10
* - Fix a crash when opening .spfs caused by an autorelease - revert to manual...rowanbeentje2009-11-011-1/+9
* Enable the display of vertical grid lines in the table relations table view.stuconnolly2009-11-011-0/+1
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-291-10/+3
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-281-56/+57
* Fix incorrectly named preference constant.stuconnolly2009-10-271-1/+1
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-2/+0
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-2/+10
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-104/+109
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-221-3/+3
* - Display the user accounts manager as a sheetstuconnolly2009-10-211-2/+6
* Other than the custom query item, disable all the main toolbar items when som...stuconnolly2009-10-211-0/+5
* - Improve responsiveness/speed when loading table content by not forcing tab...rowanbeentje2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-3/+128
* Attempt to fix connection problemmltownsend2009-10-201-1/+1
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-32/+33
* • SPF file: remember/restore 'connectionEncoding' and 'toolbar visibility'Bibiko2009-10-151-1/+11
* • added AppleScript support for "make new document"Bibiko2009-10-141-0/+4
* • some minor code cleaning and simplificationBibiko2009-10-071-296/+305
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-061-0/+25
* • changed routine for opening SPF filesBibiko2009-10-061-12/+47
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-12/+9
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-041-17/+103
* Improve Growl interaction to reduce general Growl spammage and improve functi...rowanbeentje2009-10-031-3/+7
* • fixed "Open Recent" for 10.6:Bibiko2009-10-031-1/+1
* • first implementation of a Content Filter EditorBibiko2009-10-011-52/+73
* - 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