aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Exporter enhancements, including:stuconnolly2010-06-095-116/+221
* - Fix incorrect non-reset after structure editing which results in an unchan...rowanbeentje2010-06-091-2/+10
* When cancelling an export remove all files already written to disk.stuconnolly2010-06-074-8/+40
* A number of exporter improvements:rowanbeentje2010-06-077-137/+144
* On the XML export dialog add the option to specify the placeholder of exporte...stuconnolly2010-06-065-6/+28
* - Exporter: SQL select/deselect all will now toggle structure/drop table if ...rowanbeentje2010-06-062-2/+26
* - Tweak initial window load to select the correct favourite, also applying f...rowanbeentje2010-06-052-3/+9
* - Improve progress indicator thread safety, improving stability and fixing i...rowanbeentje2010-06-053-5/+17
* - Ensure SPTableInfo reloads occur on the main thread, fixing a number of lo...rowanbeentje2010-06-052-5/+11
* Update the translation feedback URL to point to the new feedback page. The me...stuconnolly2010-06-041-1/+1
* Fix for array index issues when deleting users, sometimes.mltownsend2010-06-021-3/+5
* Fixed Reversed Sort Order menu itemmltownsend2010-06-021-1/+1
* • fixed incompatibility between regexp engine ICU 10.6 and 10.5 for parsing...Bibiko2010-06-021-1/+1
* • Updated RegexKitLite to 4.0Bibiko2010-06-022-542/+1598
* - Fix exceptions and crashes caused by corrupt tables, disabled storage engi...rowanbeentje2010-06-022-1/+9
* Add a 'Translation Feedback' menuitem to the 'Help' menu (currently hidden). ...stuconnolly2010-06-014-0/+11
* Fix export dialog interface validation when switching between data formats. F...stuconnolly2010-06-011-3/+3
* Added sorting of the favorites in the connection panel. Will use the same so...mltownsend2010-06-012-3/+167
* - Fix opening of .spfs on application launch or if no windows are openrowanbeentje2010-06-011-1/+1
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-015-18/+18
* 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
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-2842-98/+98
* Rename TableContent to SPTableContent.stuconnolly2010-05-2811-16/+16
* 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-278-13/+13
* Rename TablesList to SPTablesList.stuconnolly2010-05-2723-37/+37
* Rename CMImageView to SPImageView.stuconnolly2010-05-274-8/+8
* Rename CMTextView to SPTextView.stuconnolly2010-05-279-20/+19
* 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
* More tweaks in regards to issue#699mltownsend2010-05-241-7/+13
* Addition fix for issue#699mltownsend2010-05-241-1/+3
* Merge export redesign branch back into trunk.stuconnolly2010-05-2444-509/+4640
* - Add support for progress indicator in tabsrowanbeentje2010-05-245-18/+51
* Initial implementation of tabs:rowanbeentje2010-05-2347-624/+1433
* 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-214-4/+30
* - 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