aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* • 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
* - Improve on r1423 by avoiding stringWithFormat: within the query constructi...rowanbeentje2009-10-163-12/+26
* • if a table has more than one PRIMARY KEY delete the rows à la DELETE FRO...Bibiko2009-10-161-5/+69
* • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...Bibiko2009-10-164-22/+111
* • fixed three further typos for: objectForKey:@"NullValue"Bibiko2009-10-164-9/+11
* nullValue preference key should be NullValue, which was preventing the editin...stuconnolly2009-10-161-6/+7
* • fixed issue that tables without primary key and Pref is set to LoadBlobsA...Bibiko2009-10-161-8/+12
* Significant User Management improvements:rowanbeentje2009-10-164-45/+117
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-162-0/+10
* • fixed issue for closing the sheet for deleting/adding row(s) explicitly d...Bibiko2009-10-151-13/+15
* • fixed issue while copying a very large number queries from the Console Lo...Bibiko2009-10-151-3/+7
* • added the chance to set "allowConsoleUpdate"Bibiko2009-10-153-38/+58