| Commit message (Expand) | Author | Age | Files | Lines |
* | • if tab view item is dragged out of a tab bar set the correct window title | Bibiko | 2010-06-14 | 1 | -0/+3 |
* | Improvements to tab dragging and switching: | rowanbeentje | 2010-06-13 | 2 | -5/+73 |
* | - Fix SQLexporter known issue from r2311, and fix compilation against the 10... | rowanbeentje | 2010-06-13 | 2 | -4/+3 |
* | Remove NSLog() debug. | stuconnolly | 2010-06-13 | 1 | -3/+1 |
* | Exporter ehancements: | stuconnolly | 2010-06-13 | 6 | -112/+149 |
* | - Add support for tearing tabs off a window, into a new window containing th... | rowanbeentje | 2010-06-13 | 2 | -4/+56 |
* | - Fix a regression in r2308 causing problems when dragging a tab from one wi... | rowanbeentje | 2010-06-12 | 1 | -2/+1 |
* | - Fix menu validation by forwarding SPWindowController requests to the front... | rowanbeentje | 2010-06-12 | 2 | -24/+33 |
* | - Alter the behaviour of the return key in structure view, making it consist... | rowanbeentje | 2010-06-12 | 1 | -6/+16 |
* | - Update the nib localisation postprocessor to output strings files in the o... | rowanbeentje | 2010-06-12 | 1 | -1/+1 |
* | - Implement the Wil shipley/Golden % Braeburn localisation method for .xibs;... | rowanbeentje | 2010-06-12 | 2 | -0/+279 |
* | • avoid exception for showing tooltip if tab will be closed by checking tab... | Bibiko | 2010-06-12 | 1 | -1/+6 |
* | • added tooltip for tab view titles | Bibiko | 2010-06-12 | 1 | -1/+43 |
* | • Select Next/Previous Tab now cycles through available tabs if it's called... | Bibiko | 2010-06-11 | 1 | -13/+14 |
* | • add to Main Menu > View > : | Bibiko | 2010-06-11 | 2 | -0/+45 |
* | Exporter fixes: | stuconnolly | 2010-06-10 | 2 | -10/+10 |
* | Exporter enhancements, including: | stuconnolly | 2010-06-09 | 5 | -116/+221 |
* | - Fix incorrect non-reset after structure editing which results in an unchan... | rowanbeentje | 2010-06-09 | 1 | -2/+10 |
* | When cancelling an export remove all files already written to disk. | stuconnolly | 2010-06-07 | 4 | -8/+40 |
* | A number of exporter improvements: | rowanbeentje | 2010-06-07 | 7 | -137/+144 |
* | On the XML export dialog add the option to specify the placeholder of exporte... | stuconnolly | 2010-06-06 | 5 | -6/+28 |
* | - Exporter: SQL select/deselect all will now toggle structure/drop table if ... | rowanbeentje | 2010-06-06 | 2 | -2/+26 |
* | - 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 |