| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • initial support for open a spfs session file (works rudimentary - fine-t... | Bibiko | 2010-06-24 | 6 | -3/+113 |
* | • replaced @"sql" and @"spf" by their SPConstant definitions | Bibiko | 2010-06-24 | 12 | -39/+115 |
* | • further progress to support "Save Session" (all opened windows plus inclu... | Bibiko | 2010-06-24 | 4 | -29/+119 |
* | • if user opens a spf file which does not contain connection data display t... | Bibiko | 2010-06-22 | 1 | -1/+8 |
* | • initial preparations to support the storage of the entire SP session (all... | Bibiko | 2010-06-21 | 3 | -8/+100 |
* | • fixed issue for Import from Clipboard | Bibiko | 2010-06-18 | 1 | -5/+1 |
* | Fix CSV exporting by correctly setting the filename when exporting to multipl... | stuconnolly | 2010-06-18 | 1 | -2/+6 |
* | • simplified and unified tab tooltips | Bibiko | 2010-06-18 | 3 | -27/+36 |
* | Enable the "Sequel Pro" tab style by default, and include the following fixes: | rowanbeentje | 2010-06-18 | 1 | -1/+3 |
* | • open a SPF file in a new tab if the tab bar of the front most document is... | Bibiko | 2010-06-17 | 1 | -5/+16 |
* | • if a text string is dragged on tab this tab will be selected and the corr... | Bibiko | 2010-06-17 | 2 | -0/+9 |
* | - Further improve appearance of Sequel Pro tab style (still hidden): fixed d... | rowanbeentje | 2010-06-17 | 1 | -3/+3 |
* | • added Window menu item "Move Tab to New Window" | Bibiko | 2010-06-16 | 2 | -14/+83 |
* | Revert a change made in r2320 that required an explicit name when adding new ... | stuconnolly | 2010-06-15 | 1 | -26/+6 |
* | • several fixes for index table in Structure view | Bibiko | 2010-06-15 | 3 | -6/+23 |
* | - Convert connection encoding menus to be menu tag based to fix localisation... | rowanbeentje | 2010-06-14 | 7 | -65/+211 |
* | Initial stage of re styling the tab bar to actually look half decent. | avenjamin | 2010-06-14 | 2 | -1/+2 |
* | Split the management of a table's indexes (adding and removing) to its own co... | stuconnolly | 2010-06-14 | 4 | -443/+733 |
* | • reverted to previous approach to display tooltips for unselected tab view... | Bibiko | 2010-06-14 | 1 | -2/+29 |
* | - Fix a crash when dragging/closing tabs after tab drags, caused by not upda... | rowanbeentje | 2010-06-14 | 1 | -1/+2 |
* | • simplified tooltips for tabs | Bibiko | 2010-06-14 | 2 | -23/+7 |
* | • 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 |