| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1601: Fix menu items not being validated properly once a connection is... | stuconnolly | 2013-04-03 | 1 | -49/+63 |
* | - Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith... | rowanbeentje | 2013-04-03 | 1 | -9/+12 |
* | - Fix validation of the "Add to Favorites" File menu item when editing past ... | rowanbeentje | 2013-04-02 | 1 | -3/+3 |
* | * Add support for ALTER DATABASE statement (needs review) | dmoagx | 2013-03-17 | 1 | -0/+135 |
* | - Correctly reset document state for setting it from file/when duplicating t... | rowanbeentje | 2013-03-13 | 1 | -2/+3 |
* | - Improve startup when loading from file, preventing overwrite of details re... | rowanbeentje | 2013-03-12 | 1 | -1/+1 |
* | * Adding the possibility to set a collation when creating a database | dmoagx | 2013-03-11 | 1 | -1/+85 |
* | * When adding a database the servers default charset is now shown | dmoagx | 2013-03-11 | 1 | -1/+3 |
* | - If the Custom Query editor view is active on window open, correctly set th... | rowanbeentje | 2013-03-10 | 1 | -3/+6 |
* | Tweak and improve the User Manager: | rowanbeentje | 2013-03-09 | 1 | -8/+9 |
* | - Alter the database creation sheet to correctly use the selected new databa... | rowanbeentje | 2013-03-02 | 1 | -38/+13 |
* | - When favorites in the connection view gave no password, no longer set the ... | rowanbeentje | 2013-02-21 | 1 | -1/+7 |
* | Fix build error with synthesized property affecting only release build of Coda | sqlprodev | 2013-02-14 | 1 | -1/+1 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -178/+179 |
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -9/+56 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -94/+94 |
* | - Add trigger button to the default toolbar view | rowanbeentje | 2012-12-21 | 1 | -0/+1 |
* | - Disable connection muxing on OS X versions lower than 10.7, to speed up co... | rowanbeentje | 2012-12-17 | 1 | -0/+1 |
* | - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ... | rowanbeentje | 2012-12-17 | 1 | -2/+30 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -4/+4 |
* | - Clean up some connection cancellation/close-during-connect edges as a resu... | rowanbeentje | 2012-10-14 | 1 | -1/+5 |
* | - In the SPMySQL.framework, separate framework-triggered connections and dis... | rowanbeentje | 2012-10-14 | 1 | -3/+8 |
* | Tidy up menu validation. | stuconnolly | 2012-09-24 | 1 | -6/+9 |
* | - Fix the SPSplitView helper to correctly restore focus to focussed responde... | rowanbeentje | 2012-08-30 | 1 | -32/+21 |
* | - Fix crashes when closing connections while an autorefreshing database proc... | rowanbeentje | 2012-08-16 | 1 | -2/+5 |
* | - Remove all BWToolKit elements in the connection view, replacing with stand... | rowanbeentje | 2012-08-01 | 1 | -0/+1 |
* | Fix typos in license header. | stuconnolly | 2012-07-28 | 1 | -1/+1 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -14/+21 |
* | - Replace the main split view in the main view with a SPSplitView, replacing... | rowanbeentje | 2012-07-24 | 1 | -11/+13 |
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so a... | rowanbeentje | 2012-07-23 | 1 | -18/+3 |
* | Add a new SPAppController SPWindowManagement. | stuconnolly | 2012-07-07 | 1 | -0/+1 |
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 1 | -6/+72 |
* | - Fix saving of .spf files using unencrypted formats, encoding the content s... | rowanbeentje | 2012-06-26 | 1 | -0/+22 |
* | - Allow table check/optimize/analyze etc operations to be performed on MySQL... | rowanbeentje | 2012-06-25 | 1 | -0/+5 |
* | - Fix issues opening new windows when Sequel Pro is opened in the background... | rowanbeentje | 2012-06-23 | 1 | -7/+10 |
* | - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, fi... | rowanbeentje | 2012-06-11 | 1 | -1/+1 |
* | Add the default encoding and storage engine to the default menu items on the ... | stuconnolly | 2012-06-10 | 1 | -17/+7 |
* | - Remove delayed favourite selection call on tab setup. This fixes detail r... | rowanbeentje | 2012-06-03 | 1 | -28/+3 |
* | Improvements to connection view outline view: | rowanbeentje | 2012-05-20 | 1 | -1/+1 |
* | Improve connection keepalive, disconnect, and connection loss after reviewing... | rowanbeentje | 2012-05-15 | 1 | -3/+5 |
* | Add initial support of moving views when renaming a database. Currently not h... | stuconnolly | 2012-05-04 | 1 | -0/+1 |
* | - Alter the variable that currentFavorite tracks to the favourite instead of... | rowanbeentje | 2012-05-02 | 1 | -5/+5 |
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -5/+7 |
|\ |
|
| * | Bring outline view branch up to date with trunk. | stuconnolly | 2012-04-16 | 1 | -92/+130 |
| * | Bring outline view branch up to date with trunk (r3471:r3517). | stuconnolly | 2012-03-18 | 1 | -136/+123 |
| * | Bring outline view branch up to date with trunk (r3471:r3481). | stuconnolly | 2012-02-19 | 1 | -3/+3 |
| * | Split out connection controller initialization. | stuconnolly | 2012-01-22 | 1 | -1/+1 |
| * | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -35/+175 |
| * | Fix compile error. | stuconnolly | 2011-08-04 | 1 | -3/+0 |
| * | Bring outline view up to date with trunk (r3307:r3375). | stuconnolly | 2011-08-03 | 1 | -21/+31 |