aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • allow editing (INSERT/UPDATE) of data if Content table's view encoding i...Bibiko2009-11-051-20/+40
* Fixed memory issues with SPUserManager.mltownsend2009-11-052-10/+16
* In the delete table row confirm dialog give the 'Cancel' button the key equiv...stuconnolly2009-11-051-0/+6
* All users to resize the 'Favorites' preference pane.stuconnolly2009-11-051-5/+25
* - Alter query start/stop notifications to apply to only the originating wind...rowanbeentje2009-11-055-34/+22
* - Use threaded loads when switching view tabs for unloaded tablesrowanbeentje2009-11-041-1/+12
* - Improve stability when flipping between tables with the content view selectedrowanbeentje2009-11-042-12/+13
* - Add task support to all the main interface viewsrowanbeentje2009-11-0414-433/+666
* • cleaned code for SPTableInfo.mBibiko2009-11-031-93/+86
* Added comments to help with explaining some of the Core Data concepts.mltownsend2009-11-031-10/+31
* • added basic PROCEDURE and FUNCTION INFORMATION Bibiko2009-11-022-66/+143
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-021-4/+22
* • fixed: return correct SPTableTextFieldCell 's cellSize for tooltip expa...Bibiko2009-11-022-5/+19
* • Initial work to set the default view mode when connecting. Issue #249avenjamin2009-11-023-68/+132
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-011-8/+13
* Incorrect pref key name.stuconnolly2009-11-011-1/+1
* Improve truncating of table names (by appending ...) using SPTableTextFieldCell.stuconnolly2009-11-012-0/+88
* - Fix a crash when opening .spfs caused by an autorelease - revert to manual...rowanbeentje2009-11-012-1/+10
* Enable the display of vertical grid lines in the table relations table view.stuconnolly2009-11-012-0/+15
* Faster loop approach.stuconnolly2009-11-011-4/+2
* When checking the existance of the ENGINES table within the information_schem...stuconnolly2009-11-011-2/+2
* - Revert all threaded table loading in TableContent, albeit leaving task fun...rowanbeentje2009-10-302-50/+14
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-294-62/+53
* • as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump...Bibiko2009-10-293-1/+7
* • fixed issue: avoid executing of the last query of a set of queries in the...Bibiko2009-10-291-3/+8
* Before terminating the SSH tunnel task check that it's actually running to ac...stuconnolly2009-10-291-2/+7
* Replace hard coded occurrences of preference key DefaultFavorite with a const...stuconnolly2009-10-294-8/+10
* Replace the multiple occurrences of hard coded toolbar identifiers for the ma...stuconnolly2009-10-285-62/+76
* Missing space when appending extra field info when creating a new field. Fixe...stuconnolly2009-10-271-0/+1
* Fix incorrectly named preference constant.stuconnolly2009-10-273-3/+3
* Change the order of the cancel/remove buttons on the remove field dialog.stuconnolly2009-10-271-3/+3
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-275-11/+49
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-277-13/+119
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-263-106/+109
* Minor export work.stuconnolly2009-10-264-9/+18
* • improved error highlightingBibiko2009-10-242-7/+18
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-233-77/+235
* Tidy up.stuconnolly2009-10-232-77/+65
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-224-12/+25
* - Display the user accounts manager as a sheetstuconnolly2009-10-213-40/+66
* 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-212-2/+2
* Interface labeling.stuconnolly2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-2012-303/+700
* Attempt to fix connection problemmltownsend2009-10-203-19/+15
* Some UI tidying up.stuconnolly2009-10-191-2/+2
* Add constant for preference key 'AutoConnectToDefault' and replace occurrence...stuconnolly2009-10-173-2/+4
* - Update the row count a bit more intelligently when the table content is LM...rowanbeentje2009-10-171-0/+26
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-1732-352/+552
* • fixed NSString pointer reassignment in SPArrayAddition's method 'componen...Bibiko2009-10-162-4/+32