aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Connection interface: if dragging items into a node, ensure that node is e...rowanbeentje2012-10-091-0/+1
* - Connection interface: when adding a group node or item, ensure that it's v...rowanbeentje2012-10-081-1/+10
* - Connection interface: if the name of a node is being edited in the sidebar...rowanbeentje2012-10-081-0/+5
* - Fix the Quick Connect entry on the connection screen being a drag and drop...rowanbeentje2012-10-087-12/+23
* Fix selector warning.stuconnolly2012-10-071-54/+65
* Increase the minimum size of the connection outline view to match the databas...stuconnolly2012-10-071-1/+1
* Constrain the minimum size of the connectiion view split view so we don't wra...stuconnolly2012-10-061-0/+5
* Change the connection screen interface, particularly relating to favourite ed...rowanbeentje2012-10-069-533/+714
* Issue 1477: Trigger screen add bugbamse162012-10-051-0/+6
* Issue 1470: [REQ] Support for bundling default Themesbamse162012-10-051-0/+53
* * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sourc...dmoagx2012-10-032-1/+2
* Fix r3857 regression. There is no table name when more than one item is selec...stuconnolly2012-09-241-3/+9
* Tidy up menu validation.stuconnolly2012-09-242-46/+49
* Issue 1462: Right click in custom filter editor causes exceptionbamse162012-09-181-2/+2
* * Make two strings localizable in Bundle Editordmoagx2012-09-091-1/+1
* - 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