aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | |
* | | | | | | | - Add a new CSV import field escape setting, as a new default, supporting ↵rowanbeentje2012-01-061-3462/+3477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | both backslash and double-character escaping. This will mean the vast majroty of CSVs selected for import will be read correctly by default, fixing issues such as Issue #1252
* | | | | | | | • fixed issue for line numbering view if associated textView is scrolled ↵Bibiko2012-01-051-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from origin {0,0}; now it's synchronized • minor speed ups for custom query editor
* | | | | | | | Layout fixes.stuconnolly2011-10-081-16/+18
| | | | | | | |
* | | | | | | | Fix IB warnings.stuconnolly2011-09-271-97/+115
| | | | | | | |
* | | | | | | | Fix IB warnings.stuconnolly2011-09-271-8620/+8648
| | | | | | | |
* | | | | | | | * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-151-63/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .strings files)
* | | | | | | | - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵rowanbeentje2011-09-102-24417/+25182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this addresses Issue #1176
* | | | | | | | Fix for issue 1168. Whenever the database is changed load all of the ↵stuconnolly2011-09-041-99/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently used relation names in a backgroud thread. In the event that the user opens the add new relation sheet during this process, the ability to enter a relation name and confirm the addition is disabled until the retrieval process is complete. There is also a new progress indicator on the add sheet to indicate this.
* | | | | | | | * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-025-279/+2824
| | | | | | | |
* | | | | | | | - Alter the NSNumberFormatter on the extended table info view's ↵rowanbeentje2011-08-311-51/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | auto_increment value to use Default instead of Custom style, possibly addressing Issue #1135 (auto_increment display issues in 10.5)
* | | | | | | | Tidy up.stuconnolly2011-08-271-33536/+33310
| | | | | | | |
* | | | | | | | - Lion compatibility improvement: add support for fullscreen windows, on ↵rowanbeentje2011-08-161-33472/+33535
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the main window only; hide SSH/SSL status when entering fullscreen mode, to prevent drawing issues - Lion compatibility improvement: update tab colours under 10.7 to match system styles - Lion compatibility improvement: fix issues dragging tabs out of windows and into other tab bars - Lion compatibility improvement: fix QuickLook issues under 10.7, including windows which couldn't be closed, fullscreened, or crashes - Fix exceptions in the bundle controller when using tab switching keys - Lion compatibility improvement: use overlay scrollers where possible