Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | rowanbeentje | 2012-06-26 | 1 | -0/+22 |
| | | | | selection index set | ||||
* | - Allow table check/optimize/analyze etc operations to be performed on ↵ | rowanbeentje | 2012-06-25 | 1 | -0/+5 |
| | | | | MySQL 4.1 servers which return results as NSData | ||||
* | - Fix issues opening new windows when Sequel Pro is opened in the ↵ | rowanbeentje | 2012-06-23 | 1 | -7/+10 |
| | | | | | | | background, eg as a result of an application quarantine dialog. This addresses Issue #1375. - Fix exceptions and multiple errors when opening locked or encrypted session files where opening is cancelled. | ||||
* | - Retain the new SPDatabaseData defaultCharacterSetEncoding when created, ↵ | rowanbeentje | 2012-06-11 | 1 | -1/+1 |
| | | | | fixing overrelease crashing on exit | ||||
* | Add the default encoding and storage engine to the default menu items on the ↵ | stuconnolly | 2012-06-10 | 1 | -17/+7 |
| | | | | new table sheet. Implements issue #1245. | ||||
* | - Remove delayed favourite selection call on tab setup. This fixes detail ↵ | rowanbeentje | 2012-06-03 | 1 | -28/+3 |
| | | | | | | | reset issues causing Issue #1362 and Issue #1338, possibly others. - Clean up duplicate code setting and resetting connection interface state, ensuring one code path used by all | ||||
* | Improvements to connection view outline view: | rowanbeentje | 2012-05-20 | 1 | -1/+1 |
| | | | | | | | | | | - Prevent groups from being dragged into themselves (or child nodes) to prevent data loss - Improve selection handling when manually reordering nodes - Don't allow drags of the "Favorites" title at the top of the view to prevent exceptions - Prevent the "Favorites" title from being collapsed to prevent confusion on 10.7+ - Improve group tooltips to reflect contained favourites and groups - Improve menu validation checks | ||||
* | Improve connection keepalive, disconnect, and connection loss after ↵ | rowanbeentje | 2012-05-15 | 1 | -3/+5 |
| | | | | | | | | | | | reviewing crash logs and testing a number of situations: - Improve stability of closing connections after a connection loss - Minimise prompting a user for connection state restore if closing windows/tabs - Allow cancellation of keepalive ping threads to prevent crashes after deallocation of parent - Manually handle ping thread state struct memory to avoid cross-thread deallocation issues - Improve disconnection speed and resilience | ||||
* | Add initial support of moving views when renaming a database. Currently not ↵ | stuconnolly | 2012-05-04 | 1 | -0/+1 |
| | | | | hooked up yet. Part of issue #1235. | ||||
* | - Alter the variable that currentFavorite tracks to the favourite instead ↵ | rowanbeentje | 2012-05-02 | 1 | -5/+5 |
| | | | | | | | of a copy of the represented node; this addresses a crash on Lion (Issue #1328) - Clean up variables and initialisers, restore connection keychain ID tracking and setting | ||||
* | Merge outline view branch into trunk. | stuconnolly | 2012-05-02 | 1 | -5/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported. | ||||
| * | 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 |
| | | |||||
| * | Fix exceptions being thrown upon launch. | stuconnolly | 2011-05-14 | 1 | -3/+3 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3279:r3306). | stuconnolly | 2011-05-14 | 1 | -16/+28 |
| | | |||||
| * | Fix broken build after merge with trunk. | stuconnolly | 2011-04-24 | 1 | -2/+1 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3234:3277). | stuconnolly | 2011-04-22 | 1 | -16/+239 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3246:r3264). | stuconnolly | 2011-04-03 | 1 | -6/+7 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3235:r3245), which should ↵ | stuconnolly | 2011-03-19 | 1 | -0/+1 |
| | | | | | | | | resolve all warnings. | ||||
| * | Bring outline view branch up to date with trunk (r3227:r3233). | stuconnolly | 2011-03-08 | 1 | -37/+40 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3203:r3224). | stuconnolly | 2011-03-07 | 1 | -7/+12 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3179:r3187). | stuconnolly | 2011-02-07 | 1 | -1/+0 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3165:r3177). | stuconnolly | 2011-02-01 | 1 | -22/+27 |
| | | |||||
| * | Bring outline view branch up to date with trunk (r3056:r3162). | stuconnolly | 2011-01-27 | 1 | -134/+74 |
| |\ | |||||
| * \ | Bring fravorites outline view branch up to date with trunk (r3036:3058). | stuconnolly | 2010-12-28 | 1 | -14/+4 |
| |\ \ | |||||
| * \ \ | Bring outline view branch up to date with trunk (r3030:3035). | stuconnolly | 2010-12-17 | 1 | -26/+338 |
| |\ \ \ | |||||
| * \ \ \ | Bring outline view branch up to date with trunk (r3018:3028). | stuconnolly | 2010-12-14 | 1 | -3/+35 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Bring outline view branch up to date with trunk (r3011:3016). | stuconnolly | 2010-12-13 | 1 | -0/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Bring outline view branch up to date with trunk (r3007:3010). | stuconnolly | 2010-12-12 | 1 | -15/+19 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Bring outlineview branch up to date with trunk (r2989:3005). | stuconnolly | 2010-12-11 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Bring outline view branch up to date with trunk (r2976:2988). | stuconnolly | 2010-12-08 | 1 | -0/+22 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Bring outlineview branch up to date with trunk (r2967:2974). | stuconnolly | 2010-12-06 | 1 | -0/+15 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Apply new favorites outline view patch. | stuconnolly | 2010-12-05 | 1 | -4/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Tidy up and remove commented out code. | stuconnolly | 2012-04-07 | 1 | -3/+2 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds | sqlprodev | 2012-03-29 | 1 | -1/+5 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Refresh the database drop down menu before selecting the new database after ↵ | stuconnolly | 2012-03-28 | 1 | -73/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a rename to prevent a secondary thread using the database list while it's being modified on the main thread. Fixes log reports http://spbug.com/l/2294 | ||||
* | | | | | | | | | | | User manager code tidy up. | stuconnolly | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵ | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nightly builds - Fix warnings | ||||
* | | | | | | | | | | | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -3/+31 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | - Rework SPTableData PRIMARY KEY and UNIQUE KEY parsing to use SPSQLParser ↵ | rowanbeentje | 2012-03-22 | 1 | -18/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of regexes - Support multiple primary keys in the SPTableData parse - If possible, use primary keys to preserve table content selection instead of row indexes - Improve SPTableData primary keys method to use cached value instead of using another query - Preserve selection when filtering tables if appropriate | ||||
* | | | | | | | | | | | - Fix crashes caused by the database structure retrieval continuing briefly ↵ | rowanbeentje | 2012-03-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after the parent document was closed | ||||
* | | | | | | | | | | | Fix build errors. | stuconnolly | 2012-03-17 | 1 | -4/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Add constants for MySQL 'system' databases. | stuconnolly | 2012-03-17 | 1 | -3/+6 |
| | | | | | | | | | | |