aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj/project.pbxproj
Commit message (Collapse)AuthorAgeFilesLines
...
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-6/+0
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit elements from the Preferences and ↵rowanbeentje2012-08-021-0/+6
| | | | | | | ProgressIndicatorLayer nibs, replacing with standard equivalents - and a new BGHUDButtonCell in the case of the indicator layer button - Add a new BGHUDButtonCell class, a BSD-licensed class from Tim Davis @ BinaryMethod.com ( https://github.com/binarygod/BGHUDAppKit ). This is a slightly modified version, hardcoding in values from BGHudGeometry, BGThemeManager, BGGradientTheme, and BGTheme.
* - Remove all BWToolKit elements from the ExportDialog, ↵rowanbeentje2012-08-021-0/+8
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
* Remove old build MySQL client lib script.stuconnolly2012-08-011-2/+0
|
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-011-0/+4
| | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-6/+22
|
* - Replace the main split view in the main view with a SPSplitView, ↵rowanbeentje2012-07-241-0/+8
| | | | | | | | | | replacing the anchored button bar and buttons with normal equivalents. - Make the main split view collapsbile to avoid resize issues with the filter box - Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates - Fix problems with manually dragged uncollapses in SPSplitView - Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog)
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵rowanbeentje2012-07-231-0/+12
| | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-0/+6
|
* Move the table structure's loading logic into it's own category.stuconnolly2012-07-041-0/+6
|
* Remove ancient help docs that we're never going to use.stuconnolly2012-06-261-58/+0
|
* 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)