aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • simplified and unified tab tooltipsBibiko2010-06-183-27/+36
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-181-1/+3
* • open a SPF file in a new tab if the tab bar of the front most document is...Bibiko2010-06-171-5/+16
* • if a text string is dragged on tab this tab will be selected and the corr...Bibiko2010-06-172-0/+9
* - Further improve appearance of Sequel Pro tab style (still hidden): fixed d...rowanbeentje2010-06-171-3/+3
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-162-14/+83
* Revert a change made in r2320 that required an explicit name when adding new ...stuconnolly2010-06-151-26/+6
* • several fixes for index table in Structure viewBibiko2010-06-153-6/+23
* - Convert connection encoding menus to be menu tag based to fix localisation...rowanbeentje2010-06-147-65/+211
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-142-1/+2
* Split the management of a table's indexes (adding and removing) to its own co...stuconnolly2010-06-144-443/+733
* • reverted to previous approach to display tooltips for unselected tab view...Bibiko2010-06-141-2/+29
* - Fix a crash when dragging/closing tabs after tab drags, caused by not upda...rowanbeentje2010-06-141-1/+2
* • simplified tooltips for tabsBibiko2010-06-142-23/+7
* • if tab view item is dragged out of a tab bar set the correct window titleBibiko2010-06-141-0/+3
* Improvements to tab dragging and switching:rowanbeentje2010-06-132-5/+73
* - Fix SQLexporter known issue from r2311, and fix compilation against the 10...rowanbeentje2010-06-132-4/+3
* Remove NSLog() debug.stuconnolly2010-06-131-3/+1
* Exporter ehancements:stuconnolly2010-06-136-112/+149
* - Add support for tearing tabs off a window, into a new window containing th...rowanbeentje2010-06-132-4/+56
* - Fix a regression in r2308 causing problems when dragging a tab from one wi...rowanbeentje2010-06-121-2/+1
* - Fix menu validation by forwarding SPWindowController requests to the front...rowanbeentje2010-06-122-24/+33
* - Alter the behaviour of the return key in structure view, making it consist...rowanbeentje2010-06-121-6/+16
* - Update the nib localisation postprocessor to output strings files in the o...rowanbeentje2010-06-121-1/+1
* - Implement the Wil shipley/Golden % Braeburn localisation method for .xibs;...rowanbeentje2010-06-122-0/+279
* • avoid exception for showing tooltip if tab will be closed by checking tab...Bibiko2010-06-121-1/+6
* • added tooltip for tab view titlesBibiko2010-06-121-1/+43
* • Select Next/Previous Tab now cycles through available tabs if it's called...Bibiko2010-06-111-13/+14
* • add to Main Menu > View > :Bibiko2010-06-112-0/+45
* Exporter fixes:stuconnolly2010-06-102-10/+10
* 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