aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Add dummy implementations of NSDocument data reading and writing to preven...rowanbeentje2012-08-301-0/+26
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-305-57/+41
* Should inherit from NSObject.stuconnolly2012-08-271-3/+3
* - Improve filter clearing logic, addressing Issue #1438 (pagination controls...rowanbeentje2012-08-231-11/+9
* - Fix position of the autocomplete popup when the popup is just before a lin...rowanbeentje2012-08-211-25/+29
* - Alter table content endEditingFor calls to not be made if the undo manager...rowanbeentje2012-08-211-14/+32
* - Use a short hashed form of the connection path for SSH ControlPath setting...rowanbeentje2012-08-194-6/+54
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-181-0/+6
* - Fix crashes when closing connections while an autorefreshing database proc...rowanbeentje2012-08-161-2/+5
* Move table content filter logic to it's own file.stuconnolly2012-08-158-217/+334
* - Tweak SPSplitView to support autosave names, extending the default autosav...rowanbeentje2012-08-151-0/+49
* Filter window should observe use table view gridlines preference.stuconnolly2012-08-142-11/+23
* Default grayed out column encodings should use monospaced fonts if enabled.stuconnolly2012-08-132-32/+54
* Fix being able to type favorite names with spaces as well as remove some redu...stuconnolly2012-08-061-33/+13
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-066-7/+35
* - Fix line breaking within the encoding dropdown, addressing a regression ca...rowanbeentje2012-08-051-1/+3
* - Fix table structure issues with default collations on non-default encoding...rowanbeentje2012-08-052-11/+35
* - Remove BWToolKit from the project, using ibtool to strip out plugin depend...rowanbeentje2012-08-033-38/+24
* - Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi...rowanbeentje2012-08-035-58/+15
* - Remove all BWToolKit elements from the Preferences and ProgressIndicatorLa...rowanbeentje2012-08-022-0/+1293
* - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl...rowanbeentje2012-08-024-15/+9
* - Remove all BWToolKit elements from the Content Filter Manager, replacing w...rowanbeentje2012-08-012-31/+8
* - Alter table content Advanced Table Filter query preview area to use standa...rowanbeentje2012-08-012-3/+3
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-016-19/+38
* - Tweak SPSplitView to no longer treat non-resizable split view children as ...rowanbeentje2012-07-302-59/+20
* - Fix custom selection colours using a translucent colour being blended thro...rowanbeentje2012-07-301-14/+53
* - Remove all BWToolKit views from the Bundle Editor window, replacing with n...rowanbeentje2012-07-292-10/+28
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-294-18/+28
* Fix typos in license header.stuconnolly2012-07-282-2/+2
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c...rowanbeentje2012-07-264-85/+36
* * Restore filter window functionalitydmoagx2012-07-252-2/+2
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-25343-4145/+6409
* - Tweak nib localisation logic, fixing exceptions on 10.5 with systems set t...rowanbeentje2012-07-241-3/+1
* - Replace the main split view in the main view with a SPSplitView, replacing...rowanbeentje2012-07-243-16/+26
* - Attempt to address startup exceptions on 10.5 by fixing NSSplitView awakeF...rowanbeentje2012-07-231-1/+3
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-2310-54/+1307
* Fix incorrect slash for nil data items in an XML export. Fixes issue #1404.stuconnolly2012-07-191-1/+1
* Fix the display of the encoding and collation of fields that don't support th...stuconnolly2012-07-163-33/+35
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-077-134/+232
* Another tweak for SP r3710 merge with Codasqlprodev2012-07-051-0/+2
* A few more tweaks for SP r3710 merge with Codasqlprodev2012-07-054-2/+56
* Merged SP r3710 with Codasqlprodev2012-07-0510-20/+185
* Remove unnecessary import.stuconnolly2012-07-041-1/+0
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-046-312/+407
* If available display the columns default encoding and collation in the struct...stuconnolly2012-07-043-26/+95
* - Use a per-user temporary directory for SSH tunnels (and bundle dragged tem...rowanbeentje2012-06-284-3/+12
* - Use a custom ControlPath for SSH tunnels in an attempt to address Issue #1...rowanbeentje2012-06-281-0/+1
* Tidy up an use enums.stuconnolly2012-06-277-13/+27
* - Fix saving of .spf files using unencrypted formats, encoding the content s...rowanbeentje2012-06-261-0/+22
* Minor tidy up.stuconnolly2012-06-262-37/+65