aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Add vertical scrollbar for Create Table Syntax modal window. Fixes Issue #1193 mattlangtree2012-06-061-33691/+33642
|
* - Fix deselection of favourites on key selection, correctly preserving ↵rowanbeentje2012-05-291-9146/+9153
| | | | | | | edits; this will improve Issue #1332 - Fix width of SSH key field
* Remove now unused favorites preference view.stuconnolly2012-05-271-3516/+0
|
* Improve default favorite popup button handling when there are no favorites.stuconnolly2012-05-271-6/+49
|
* - Fix autosizing of query error area, addressing Issue #1341rowanbeentje2012-05-261-33651/+33691
|
* Menu item case change.stuconnolly2012-05-251-129/+2005
|
* Update general preference pane code that was missed in the merge.stuconnolly2012-05-021-1985/+9
|
* Merge outline view branch into trunk.stuconnolly2012-05-022-25174/+24793
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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 (r3594:r3602).stuconnolly2012-05-011-177/+1659
| |
| * Fix connection view add dropdown button.stuconnolly2012-05-011-10/+15
| |
| * Allow multiple selection in the favorites outline view and add the export ↵stuconnolly2012-04-291-7/+42
| | | | | | | | menu item to the gear menu.
| * Add import favorites gear menu item.stuconnolly2012-04-291-6/+53
| |
| * Update favorite export warning.stuconnolly2012-04-291-3/+5
| |
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-162-13946/+15255
| |
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-184-43043/+43174
| |
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-33266/+33715
| |
| * Split out connection controller initialization.stuconnolly2012-01-221-16562/+15647
| |
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-225-13754/+22811
| |
| * Add the ability to export favorites.stuconnolly2011-06-121-18/+95
| |
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-144-157/+608
| |
| * Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-86/+64
| |
| * Remove sub-menus from default favorite popup button.stuconnolly2011-03-191-102/+81
| |
| * Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-193-22/+44
| | | | | | | | resolve all warnings.
| * Bind the default favorites drop down menu pref to the new favorites data ↵stuconnolly2011-03-171-86/+42
| | | | | | | | file, with sub-menus representing groups (still a bit buggy).
| * Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-087-1211/+1080
| |
| * Add support for auto saving expanded items.stuconnolly2011-03-051-5/+13
| |
| * Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-884/+124
| |
| * Bring outline view branch up to date with trunk (r3179:r3187).stuconnolly2011-02-071-8/+52
| |
| * Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-43/+201
| |
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-2711-1202/+3478
| |\
| * | Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-5/+4
| | |
| * | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-283-3420/+3985
| |\ \
| * \ \ Bring outline view branch up to date with trunk (r3018:3028).stuconnolly2010-12-142-31/+30
| |\ \ \
| * | | | Use connection favorite constants.stuconnolly2010-12-131-28/+1
| | | | |
| * | | | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-237/+841
| |\ \ \ \
| * \ \ \ \ Bring outlineview branch up to date with trunk (r2989:3005).stuconnolly2010-12-111-8/+17
| |\ \ \ \ \
| * | | | | | Hide the import and export connection favorite menu items until they are ↵stuconnolly2010-12-081-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | actually implemented.
| * | | | | | Bring outline view branch up to date with trunk (r2976:2988).stuconnolly2010-12-081-64/+18
| |\ \ \ \ \ \
| * | | | | | | When either more than one favorite or a favorite group is selected in the ↵stuconnolly2010-12-061-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection view, hide the connection details form.
| * | | | | | | Apply new favorites outline view patch.stuconnolly2010-12-052-6698/+791
| | | | | | | |
* | | | | | | | Add index sheet improvements:stuconnolly2012-04-301-100/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FULLTEXT index type should only be available for MyISAM tables - Index prefix lengths are ignored when specified for FULLTEXT indexes so don't require one (fixes issue #1306)
* | | | | | | | Improve query placeholder insertion:rowanbeentje2012-04-111-6348/+7605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use menu item tag to insert the snippet, instread of using part of the tooltip; this is safer when localising values - When inserting query placeholders, automatically wrap all the values if not already within a placeholder. This addresses Issue #1313. - When inserting query placeholders, automatically use the lowest unused completion index instead of a fixed value
* | | | | | | | Fix layout issues when resizing the user manager's errors sheet.stuconnolly2012-03-241-7598/+7650
| | | | | | | |
* | | | | | | | Merge in the SPMySQL Framework. This new framework should provide much of ↵rowanbeentje2012-03-173-17459/+17432
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | | | | | More SPMySQLIntegration bugfixes:rowanbeentje2012-03-151-7590/+7598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Return User Manager details as strings as some result types are marked as binary; fixes opening of user manager - User manager schema list is now a list of databases instead of a list of database dictionaries with one key; simplify model to match
| * | | | | | | | Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-233-9978/+9861
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | * Fixes spacing in Duplicate table sheet for some localizationsdmoagx2012-03-131-39/+53
| | | | | | | | |
* | | | | | | | | Remove unnecessary text view attributes.stuconnolly2012-03-111-10/+33
| | | | | | | | |
* | | | | | | | | Fix incorrect export menu item tags. Fixes issue #1270.stuconnolly2012-03-061-33715/+33614
|/ / / / / / / /
* | | | | | | | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-33648/+33715
| | | | | | | |