aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* • 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-165-154/+1739
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-163-9/+69
* Bring Localizable.strings up to date.stuconnolly2009-10-151-0/+0
* • fixed issue for closing the sheet for deleting/adding row(s) explicitly d...Bibiko2009-10-151-13/+15
* • added to SP's Dock menu "Open…" and "Open Recent" menu itemsBibiko2009-10-151-3/+95
* • 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
* - Fix a problem preventing the end of large CSV files from being importedrowanbeentje2009-10-151-1/+1
* • SPF file: remember/restore 'connectionEncoding' and 'toolbar visibility'Bibiko2009-10-151-1/+11
* • added AppleScript support for "make new document"Bibiko2009-10-142-0/+14
* • cleaned and improved AppleScript supportBibiko2009-10-145-47/+89