aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-019-21/+149
* Remove debug.stuconnolly2010-05-301-3/+1
* Prevent spawning multiple threads for refreshing the server process list by t...stuconnolly2010-05-282-1/+12
* Changed the refresh method so that it creates a new persistentstore as well a...mltownsend2010-05-282-14/+19
* Changed the SPUserManager instance to an allocated instance when the SPUserMa...mltownsend2010-05-282-3/+14
* Removed the SPUserManager instancemltownsend2010-05-281-41/+47
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-2848-1035/+980
* Rename TableContent to SPTableContent.stuconnolly2010-05-2814-241/+257
* Remove unsed try/catch exception blocks in all data exporters.stuconnolly2010-05-275-569/+553
* Remove multiple occurrences of accessing the same array element, improving th...stuconnolly2010-05-271-6/+8
* Rename TableSource to SPTableStructure.stuconnolly2010-05-2710-124/+116
* Rename TablesList to SPTablesList.stuconnolly2010-05-2727-316/+314
* Rename CMImageView to SPImageView.stuconnolly2010-05-276-44/+42
* Rename CMTextView to SPTextView.stuconnolly2010-05-2715-273/+239
* Update table list 'gear' menu to match that of the context menu.stuconnolly2010-05-271-17/+162
* Fix table list context menu separator display caused by the introduction of t...stuconnolly2010-05-271-82/+13
* Perform interface validation on the new export window on a background thread ...stuconnolly2010-05-271-31/+69
* - Fix SQL export progress displayrowanbeentje2010-05-276-536/+532
* Data export fixes:stuconnolly2010-05-262-9/+6
* Fix an overreleased dictionary crash and always ensure both autorelease pools...stuconnolly2010-05-261-7/+8
* - Fix Connection splitview resizing to affect the underlying view (and so co...rowanbeentje2010-05-251-2/+5
* Update Growl controller notify method selector when an export finishes. Fixes...stuconnolly2010-05-251-1/+1
* Fix autoresizing properties of the UTF-8 BOM option on the export dialog.stuconnolly2010-05-251-3/+3
* More tweaks in regards to issue#699mltownsend2010-05-242-24/+48
* Removed local framework path from build settingsmltownsend2010-05-241-3/+0
* Addition fix for issue#699mltownsend2010-05-241-1/+3
* Merge export redesign branch back into trunk.stuconnolly2010-05-2449-1766/+7204
* - Add support for progress indicator in tabsrowanbeentje2010-05-246-23/+57
* Menu divider.stuconnolly2010-05-241-5/+25
* Initial implementation of tabs:rowanbeentje2010-05-2392-8793/+11514
* Add missing space to auto increment value field on extended information view.stuconnolly2010-05-231-1/+1
* Fix for issue#699mltownsend2010-05-231-3/+7
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-225-42/+46
* Fields in Resources tab of User Manager actually will persist now.mltownsend2010-05-215-47/+87
* - Fix a singleton proprty release in SPGrowlController's -release method; av...rowanbeentje2010-05-191-4/+1
* - Ensure any table changes are applied before switching tables as a result o...rowanbeentje2010-05-191-0/+5
* Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ...stuconnolly2010-05-184-10/+10
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-152-169/+127
* Fix for Issue#656. The setExtensionHidden: method should not be called and s...mltownsend2010-05-111-1/+2
* - Correctly append tabs to binary/data cells when copying as tab-separated r...rowanbeentje2010-05-111-1/+3
* - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ...rowanbeentje2010-05-112-35/+668
* - Corrected reloading of list of databases and list of tables; formerly, only...drx7772010-05-101-4/+2
* - A database with views caused copy DB to crash. Thus, views are for the time...drx7772010-05-101-28/+21
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* - Fix a problem caused when trying to run custom queries terminated by a par...rowanbeentje2010-05-091-0/+4
* - In the CSV import field mapper controller, retain the primary key field to...rowanbeentje2010-05-091-1/+3
* - Update task progress spinner to draw on the main thread rather than a back...rowanbeentje2010-05-093-30/+106
* Rework alert sheets:rowanbeentje2010-05-0927-521/+603
* Fix for Issue#667mltownsend2010-05-081-5/+20
* - Don't update table row count if table content is limited AND filtered; thi...rowanbeentje2010-05-041-1/+1