aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added comments to help with explaining some of the Core Data concepts.mltownsend2009-11-031-10/+31
* Use SPTableTextFieldCell in the table information pane to get nicer line trun...stuconnolly2009-11-021-4/+4
* • added basic PROCEDURE and FUNCTION INFORMATION Bibiko2009-11-022-66/+143
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-023-97/+40
* • 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-024-1220/+883
* - Tweak connection locking to avoid occasional NSLock warnings when running ...rowanbeentje2009-11-012-21/+22
* Add 'EUC-KR Korean (euckr)' to the default encoding dropdown in the preferenc...stuconnolly2009-11-011-75/+148
* Incorrect pref key name.stuconnolly2009-11-011-1/+1
* Improve truncating of table names (by appending ...) using SPTableTextFieldCell.stuconnolly2009-11-014-41/+149
* - 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
* Put all 'Run Scripts' build phase code into a single script 'build.sh' to mak...stuconnolly2009-10-312-1/+41
* - 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-296-98/+213
* • 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
* - Add a code-signing phase to "Debug" compiles, if a keychain private key ma...rowanbeentje2009-10-281-1/+1
* 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-278-51/+206
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-264-202/+169
* 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-234-117/+308
* 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-214-556/+597
* 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-212-1/+1
* - Add support for createing fields of type BINARY and VARBINARY in the struct...stuconnolly2009-10-213-58/+76
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-2015-340/+2210
* Attempt to fix connection problemmltownsend2009-10-204-33/+29
* Some UI tidying up.stuconnolly2009-10-193-361/+889
* 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-1733-352/+566
* • 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
* Highlight current query preference label change.stuconnolly2009-10-161-117/+767
* • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...Bibiko2009-10-164-22/+111