| Commit message (Expand) | Author | Age | Files | Lines |
* | - Tweak initial window load to select the correct favourite, also applying f... | rowanbeentje | 2010-06-05 | 2 | -3/+9 |
* | - Improve progress indicator thread safety, improving stability and fixing i... | rowanbeentje | 2010-06-05 | 3 | -5/+17 |
* | - Ensure SPTableInfo reloads occur on the main thread, fixing a number of lo... | rowanbeentje | 2010-06-05 | 2 | -5/+11 |
* | Update the translation feedback URL to point to the new feedback page. The me... | stuconnolly | 2010-06-04 | 1 | -1/+1 |
* | Fix for array index issues when deleting users, sometimes. | mltownsend | 2010-06-02 | 1 | -3/+5 |
* | Fixed Reversed Sort Order menu item | mltownsend | 2010-06-02 | 1 | -1/+1 |
* | • fixed incompatibility between regexp engine ICU 10.6 and 10.5 for parsing... | Bibiko | 2010-06-02 | 1 | -1/+1 |
* | • Updated RegexKitLite to 4.0 | Bibiko | 2010-06-02 | 2 | -542/+1598 |
* | - Fix exceptions and crashes caused by corrupt tables, disabled storage engi... | rowanbeentje | 2010-06-02 | 2 | -1/+9 |
* | Add a 'Translation Feedback' menuitem to the 'Help' menu (currently hidden). ... | stuconnolly | 2010-06-01 | 4 | -0/+11 |
* | Fix export dialog interface validation when switching between data formats. F... | stuconnolly | 2010-06-01 | 1 | -3/+3 |
* | Added sorting of the favorites in the connection panel. Will use the same so... | mltownsend | 2010-06-01 | 2 | -3/+167 |
* | - Fix opening of .spfs on application launch or if no windows are open | rowanbeentje | 2010-06-01 | 1 | -1/+1 |
* | - Ensure start/end query notifications are sent on the main thread to avoid ... | rowanbeentje | 2010-06-01 | 5 | -18/+18 |
* | Remove debug. | stuconnolly | 2010-05-30 | 1 | -3/+1 |
* | Prevent spawning multiple threads for refreshing the server process list by t... | stuconnolly | 2010-05-28 | 2 | -1/+12 |
* | Changed the refresh method so that it creates a new persistentstore as well a... | mltownsend | 2010-05-28 | 2 | -14/+19 |
* | Changed the SPUserManager instance to an allocated instance when the SPUserMa... | mltownsend | 2010-05-28 | 2 | -3/+14 |
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 42 | -98/+98 |
* | Rename TableContent to SPTableContent. | stuconnolly | 2010-05-28 | 11 | -16/+16 |
* | Remove unsed try/catch exception blocks in all data exporters. | stuconnolly | 2010-05-27 | 5 | -569/+553 |
* | Remove multiple occurrences of accessing the same array element, improving th... | stuconnolly | 2010-05-27 | 1 | -6/+8 |
* | Rename TableSource to SPTableStructure. | stuconnolly | 2010-05-27 | 8 | -13/+13 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 23 | -37/+37 |
* | Rename CMImageView to SPImageView. | stuconnolly | 2010-05-27 | 4 | -8/+8 |
* | Rename CMTextView to SPTextView. | stuconnolly | 2010-05-27 | 9 | -20/+19 |
* | Perform interface validation on the new export window on a background thread ... | stuconnolly | 2010-05-27 | 1 | -31/+69 |
* | - Fix SQL export progress display | rowanbeentje | 2010-05-27 | 6 | -536/+532 |
* | Data export fixes: | stuconnolly | 2010-05-26 | 2 | -9/+6 |
* | Fix an overreleased dictionary crash and always ensure both autorelease pools... | stuconnolly | 2010-05-26 | 1 | -7/+8 |
* | - Fix Connection splitview resizing to affect the underlying view (and so co... | rowanbeentje | 2010-05-25 | 1 | -2/+5 |
* | Update Growl controller notify method selector when an export finishes. Fixes... | stuconnolly | 2010-05-25 | 1 | -1/+1 |
* | More tweaks in regards to issue#699 | mltownsend | 2010-05-24 | 1 | -7/+13 |
* | Addition fix for issue#699 | mltownsend | 2010-05-24 | 1 | -1/+3 |
* | Merge export redesign branch back into trunk. | stuconnolly | 2010-05-24 | 44 | -509/+4640 |
* | - Add support for progress indicator in tabs | rowanbeentje | 2010-05-24 | 5 | -18/+51 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 47 | -624/+1433 |
* | Add missing space to auto increment value field on extended information view. | stuconnolly | 2010-05-23 | 1 | -1/+1 |
* | Fix for issue#699 | mltownsend | 2010-05-23 | 1 | -3/+7 |
* | - Fix an issue when truncating tables using the right-click menu, by improvi... | rowanbeentje | 2010-05-22 | 5 | -42/+46 |
* | Fields in Resources tab of User Manager actually will persist now. | mltownsend | 2010-05-21 | 4 | -4/+30 |
* | - Fix a singleton proprty release in SPGrowlController's -release method; av... | rowanbeentje | 2010-05-19 | 1 | -4/+1 |
* | - Ensure any table changes are applied before switching tables as a result o... | rowanbeentje | 2010-05-19 | 1 | -0/+5 |
* | Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ... | stuconnolly | 2010-05-18 | 4 | -10/+10 |
* | Review queryDbStructureWithUserInfo: | rowanbeentje | 2010-05-15 | 1 | -3/+0 |
* | Fix for Issue#656. The setExtensionHidden: method should not be called and s... | mltownsend | 2010-05-11 | 1 | -1/+2 |
* | - Correctly append tabs to binary/data cells when copying as tab-separated r... | rowanbeentje | 2010-05-11 | 1 | -1/+3 |
* | - Turn off app open panel setAllowMultipleSelection: changes, defaulting to ... | rowanbeentje | 2010-05-11 | 1 | -8/+3 |
* | - Corrected reloading of list of databases and list of tables; formerly, only... | drx777 | 2010-05-10 | 1 | -4/+2 |
* | - A database with views caused copy DB to crash. Thus, views are for the time... | drx777 | 2010-05-10 | 1 | -28/+21 |