aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove test script.stuconnolly2012-05-091-3/+1
|
* Fix Russian localisation files not having the correct encoding.stuconnolly2012-05-091-28/+28
|
* Rename test files.stuconnolly2012-05-081-12/+12
|
* UUID string test.stuconnolly2012-05-071-0/+4
|
* Fix test build.stuconnolly2012-05-071-24/+4
|
* - Fix Release and Distribution framework search paths to no longer depend ↵rowanbeentje2012-05-071-4/+4
| | | | on Debug builds
* Move the BASH command code from the string additions category to remove the ↵stuconnolly2012-05-071-0/+8
| | | | dependency on SP specific code and all the tests to build successfully.
* Test config.stuconnolly2012-05-051-22/+5
|
* Tidy up database action tests.stuconnolly2012-05-041-5/+5
|
* Rename database action class.stuconnolly2012-05-041-6/+6
|
* Add initial support of moving views when renaming a database. Currently not ↵stuconnolly2012-05-041-16/+8
| | | | hooked up yet. Part of issue #1235.
* Merge outline view branch into trunk.stuconnolly2012-05-021-10/+86
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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.stuconnolly2012-04-161-39/+84
| |
| * Bring outline view branch up to date with trunk (r3518:r3520).stuconnolly2012-03-181-0/+6
| |
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-597/+711
| |
| * Fix drag and drop of items that aren't selected.stuconnolly2012-03-171-0/+2
| |
| * Split out connection controller initialization.stuconnolly2012-01-221-0/+6
| |
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-4/+38
| |
| * Work on importing favorites.stuconnolly2011-08-011-0/+2
| |
| * Add the ability to export favorites.stuconnolly2011-06-121-1/+31
| |
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-0/+6
| |
| * Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-11/+17
| |
| * Remove references to deleted image.stuconnolly2011-03-261-8/+0
| |
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-18/+18
| |
| * Add support for auto saving expanded items.stuconnolly2011-03-051-0/+9
| |
| * Fix favorites sorting.stuconnolly2011-02-021-0/+12
| |
| * Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-0/+2
| |
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-1/+11
| |\
| * \ Bring outlineview branch up to date with trunk (r2961:2966).stuconnolly2010-12-051-6/+14
| |\ \
| * | | Apply new favorites outline view patch.stuconnolly2010-12-051-19/+55
| | | |
* | | | Add SPWindowControllerDelegate category.stuconnolly2012-04-091-2/+16
| | | |
* | | | Tidy up.stuconnolly2012-04-011-27/+11
| | | |
* | | | Improve the availability of the table name token on the custom export ↵stuconnolly2012-04-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filename selection. It's now no longer available during the following situations: - Exporting more than one table during an SQL export - Exporting more than one table during a CSV or XML, but only if the export to multiple files is not checked
* | | | - Clean up SPMySQL and QueryKit inclusion and search methods, which should ↵rowanbeentje2012-03-271-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nightly builds - Fix warnings
* | | | - Tidy up user manager code.stuconnolly2012-03-261-2/+19
| | | | | | | | | | | | | | | | | | | | - Potential framework header build fix.
* | | | - When exporting a query result or filtered table view make sure we're ↵stuconnolly2012-03-201-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | including the entire content of BLOBs, not just what we display. Fixes issue #1124. - Move SPTableContent's table view datasource and delegate methods to separate categories in order to reduce it's size.
* | | | - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] ↵rowanbeentje2012-03-181-0/+6
| | | | | | | | | | | | | | | | method, and replace with an equivalent method derived from QSUtilities/PHP, which is MIT/BSD-alike licensed. New method is also at least ten times faster, up to much faster for long strings.
* | | | - Remove the GPL-licensed Colloquy-sourced NSNotificationAdditions category ↵rowanbeentje2012-03-171-6/+12
| | | | | | | | | | | | | | | | from the project, and replace with an MIT-licensed TCMPortMapper sources NSNotificationCenterThreadingAdditions category. This should fix method clashes in the SP_REFACTOR project, so remove behavioural/namespacing switches.
* | | | Merge in the SPMySQL Framework. This new framework should provide much of ↵rowanbeentje2012-03-171-438/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the functionality required from MCPKit and is based around its interface for relatively easy integration. Externally visible changes as a result of this merge: - Speed improvements, particularly when loading large data sets - Stability improvements, particularly related to connection state after the connection is dropped (eg Issue #1256) - Improved support for new MySQL data types, which should address Issue #1052. - Database structure retrieval and query cancellation now use a single persistent helper connection instead of lots of connections on-demand. This should help Issue #1097. - More internal commands now use queries instead of MySQL functions; for example USE queries are now used to trigger database selection, improving transcripts. This addresses Issue #1247. - Improved internal encoding work; while this needs support within the UI, it lays the foundation for issues like Issue #1280. Code improvements: - Much improved class layouts including extensive category usage - Improved documentation across framework methods - Support for fast enumeration across result objects - Rewrite fixes use of a number of deprecate functions - Much less code duplication across result set types - Improved encapsultation within the framework, limiting the number of methods exposed, and also not exposing all the MySQL headers From the Readme file: The SPMySQL Framework is intended to provide a stable MySQL connection framework, with the ability to run text-based queries and rapidly retrieve result sets with conversion from MySQL data types to Cocoa objects. SPMySQL.framework has an interface loosely based around that provided by MCPKit by Serge Cohen and Bertrand Mansion (http://mysql-cocoa.sourceforge.net/), and in particular the heavily modified Sequel Pro version (http://www.sequelpro.com/). It is a full rewrite of the original framework, although it includes code from patches implementing the following Sequel Pro functionality, largely contributed by Hans-Jörg Bibiko, Stuart Connolly, Jakob Egger, and Rowan Beentje: - Connection locking (Jakob et al) - Ping & keepalive (Rowan et al) - Query cancellation (Rowan et al) - Delegate setup (Stuart et al) - SSL support (Rowan et al) - Connection checking (Rowan et al) - Version state (Stuart et al) - Maximum packet size control (Hans et al) - Result multithreading and streaming (Rowan et al) - Improved encoding support & switching (Rowan et al) - Database structure; moved to inside the app (Hans et al) - Query reattempts and error-handling approach (Rowan et al) - Geometry result class (Hans et al) - Connection proxy (Stuart et al)
| * | | | Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a ping keepalive managing object to prevent retain cycles from the NSTimer - Add -[SPMySQLConnection copy] support - Refactor Hans-Jörg Bibiko's database structure retrieval, moving it out of the MySQL framework and building it around a copy of the connection. This reduces the amount of connections-over-time used by Sequel Pro to two constant connections (addressing Issue #1097) and improves robustness. - Use the database structure retrieval connection for faster query cancellation without an extra connection required, if possible
| * | | | - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-051-235/+83
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-432/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
| * | | | - Fix incorrect conversion via a CFStringEncoding for eucjpmsrowanbeentje2012-02-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Delete incorrectly committed build and pref files
| * | | | Initial commit of the new SPMySQL Framework, which is added to the project ↵rowanbeentje2012-02-201-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and ready for use but not yet integrated. This new framework should provide much of the functionality required from MCPKit and is based around its interface for relatively easy integration. The largest missing component is Hans' structure code which I believe is better placed outside the framework. From the Readme file: The SPMySQL Framework is intended to provide a stable MySQL connection framework, with the ability to run text-based queries and rapidly retrieve result sets with conversion from MySQL data types to Cocoa objects. SPMySQL.framework has an interface loosely based around that provided by MCPKit by Serge Cohen and Bertrand Mansion (http://mysql-cocoa.sourceforge.net/), and in particular the heavily modified Sequel Pro version (http://www.sequelpro.com/). It is a full rewrite of the original framework, although it includes code from patches implementing the following Sequel Pro functionality, largely contributed by Hans-Jörg Bibiko, Stuart Connolly, Jakob Egger, and Rowan Beentje: - Connection locking (Jakob et al) - Ping & keepalive (Rowan et al) - Query cancellation (Rowan et al) - Delegate setup (Stuart et al) - SSL support (Rowan et al) - Connection checking (Rowan et al) - Version state (Stuart et al) - Maximum packet size control (Hans et al) - Result multithreading and streaming (Rowan et al) - Improved encoding support & switching (Rowan et al) - Database structure; moved to inside the app (Hans et al) - Query reattempts and error-handling approach (Rowan et al) - Geometry result class (Hans et al) - Connection proxy (Stuart et al)
* | | | | - Re-add QueryKit as a dependency, and correct framework paths and linking ↵rowanbeentje2012-02-261-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fix errors building and running the project - Add svn ignore properties on QueryKit build and mode paths
* | | | | Remove QueryKit as an SP dependency as it's currently not being used.stuconnolly2012-02-261-13/+0
| | | | |
* | | | | Add missing SVN properties.stuconnolly2012-02-261-3/+3
| | | | |
* | | | | Move QueryKit to it's own project.stuconnolly2012-02-251-202/+59
|/ / / /
* | | | Fix test.stuconnolly2011-09-261-1/+1
| | | |
* | | | More QueryKit progress. Still very rough.stuconnolly2011-09-061-3/+1
| | | |