aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preserve the selected output path of exports between openings of the export d...stuconnolly2010-06-301-5/+5
* Add tooltips to the export dialog's tableview.stuconnolly2010-06-304-10/+16
* Fix the tooltip of the 'Show Process ID' menuitem in the server processes pan...stuconnolly2010-06-291-15/+36
* - Fix the horizontal NSBox rule at the top of the Query Favourites Managerrowanbeentje2010-06-291-63/+785
* • forgot to remove debug logsBibiko2010-06-291-2/+0
* • save window's vertical divider position in spf files in order to be able ...Bibiko2010-06-294-5/+38
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-294-5/+8
* • Open Session fileBibiko2010-06-295-6/+15
* • allow restoring of a spf file if no table was selected while saving the ...Bibiko2010-06-281-26/+30
* • added to SPconnectionDelegate method "keychainPasswordForSSHConnection"Bibiko2010-06-282-30/+42
* • added 'spfs' as allowed extension for open panelBibiko2010-06-272-4/+6
* • further progress for open/save sessionBibiko2010-06-252-45/+67
* • further progress for open/save sessionBibiko2010-06-252-10/+23
* Remove duplicate 'Select next/prev tab' menu items from the 'View Menu'.stuconnolly2010-06-251-161/+21
* Minor interface tweaks.stuconnolly2010-06-253-11/+17
* Fix call to showErrorSheetWith: which should be made against SPTableStructure...stuconnolly2010-06-251-2/+2
* • fixed issue for saving spf files of ssh connectionsBibiko2010-06-241-3/+19
* • initial support for open a spfs session file (works rudimentary - fine-t...Bibiko2010-06-246-3/+113
* • replaced @"sql" and @"spf" by their SPConstant definitionsBibiko2010-06-2412-39/+115
* • further progress to support "Save Session" (all opened windows plus inclu...Bibiko2010-06-244-29/+119
* • removed wrong tooltips from gear menu (copying artefact)Bibiko2010-06-221-22/+37
* • if user opens a spf file which does not contain connection data display t...Bibiko2010-06-221-1/+8
* • initial preparations to support the storage of the entire SP session (all...Bibiko2010-06-215-19/+229
* • fixed issue for Import from ClipboardBibiko2010-06-181-5/+1
* Fix CSV exporting by correctly setting the filename when exporting to multipl...stuconnolly2010-06-181-2/+6
* Fix a missing connection to customise the NULL placeholder for XML exports.stuconnolly2010-06-181-7/+15
* Remove PSMSequelProTabStyle from the main application target as it's already ...stuconnolly2010-06-181-2/+0
* • simplified and unified tab tooltipsBibiko2010-06-184-28/+38
* Enable the "Sequel Pro" tab style by default, and include the following fixes:rowanbeentje2010-06-186-44/+39
* • open a SPF file in a new tab if the tab bar of the front most document is...Bibiko2010-06-171-5/+16
* • forgotten to remove debug logs for r2337Bibiko2010-06-171-1/+0
* • if a text string is dragged on tab this tab will be selected and the corr...Bibiko2010-06-173-1/+16
* - Further improve appearance of Sequel Pro tab style (still hidden): fixed d...rowanbeentje2010-06-173-36/+52
* - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes...rowanbeentje2010-06-161-44/+47
* • added Window menu item "Move Tab to New Window"Bibiko2010-06-163-30/+138
* Add a new button bar to the query editor in preparation for redesigning the e...stuconnolly2010-06-152-173/+228
* Add an optional placeholder to the new index name field.stuconnolly2010-06-151-0/+1
* Fix the autoresizing properties of the custom filename view of the export dia...stuconnolly2010-06-151-4/+4
* Revert a change made in r2320 that required an explicit name when adding new ...stuconnolly2010-06-152-29/+11
* • some first minor space tweaks for localizations (esp. for 'longer languag...Bibiko2010-06-151-108/+81
* • several fixes for index table in Structure viewBibiko2010-06-154-95/+125
* - Add tab bar shadow and active tab shadows to the Sequel Pro tab style (sti...rowanbeentje2010-06-151-47/+77
* - Forgot to update .strings files to match r2325rowanbeentje2010-06-142-0/+0
* - Convert connection encoding menus to be menu tag based to fix localisation...rowanbeentje2010-06-1411-1444/+745
* - Fix comment retrieval issues for <4.1 when retrieving db structure - addre...rowanbeentje2010-06-141-1/+6
* Make the dock menu consistent with the 'File' menu by adding the ability to c...stuconnolly2010-06-141-56/+135
* Forgot to commit new strings file, not that anything actually changed.avenjamin2010-06-141-0/+0
* Initial stage of re styling the tab bar to actually look half decent.avenjamin2010-06-1410-21/+863
* Split the management of a table's indexes (adding and removing) to its own co...stuconnolly2010-06-1412-1206/+3249
* • reverted to previous approach to display tooltips for unselected tab view...Bibiko2010-06-141-2/+29