Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up. | stuconnolly | 2011-08-27 | 4 | -33536/+33320 |
| | |||||
* | - Fix issues undoing past an autocompletion type-through, addressing ↵ | rowanbeentje | 2011-08-26 | 1 | -0/+2 |
| | | | | exceptions (log #1847) | ||||
* | * Fixes some strings that were not really localizable the way they were ↵ | dmoagx | 2011-08-26 | 3 | -11/+21 |
| | | | | constructed. | ||||
* | - If the field mapper was cancelled, abort the CSV import at once to avoid ↵ | rowanbeentje | 2011-08-25 | 2 | -5/+17 |
| | | | | crashes if a new table name to create was entered | ||||
* | - Prevent export and indexes controller awakeFromNib: routines from being ↵ | rowanbeentje | 2011-08-25 | 5 | -2/+28 |
| | | | | | | | run multiple times - Fix crashes and exceptions when using "Use monospaced fonts" or "Display vertical grid lines" preferences after closing at least one window | ||||
* | * Fixes sorting of integer values in server process list (issue #1159) | dmoagx | 2011-08-24 | 1 | -1/+22 |
| | |||||
* | Tidy up. | stuconnolly | 2011-08-24 | 2 | -11/+26 |
| | |||||
* | Rework editable row checks in views and custom query results: | rowanbeentje | 2011-08-24 | 2 | -59/+44 |
| | | | | | | | | - Only include columns from the same database, even if they share the same table name - If a primary key was found that can be checked, use all the columns specified in the primary key - Correctly escape and format values in primary key columns - Clean up logic and string generation | ||||
* | Fix for Bundle Editor Group names not showing up in Lion. | mattlangtree | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | During an SQL export, if the structure is disabled also uncheck the include ↵ | stuconnolly | 2011-08-17 | 1 | -0/+5 |
| | | | | DROP sytax option. | ||||
* | - Lion compatibility improvement: add support for fullscreen windows, on ↵ | rowanbeentje | 2011-08-16 | 9 | -33496/+33634 |
| | | | | | | | | | | | 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 | ||||
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 9 | -38/+28 |
| | |||||
* | Tidy up. | stuconnolly | 2011-08-13 | 2 | -24/+24 |
| | |||||
* | Re-add default new table's id field to AUTO_INCREMENT added in r3331, but ↵ | stuconnolly | 2011-08-12 | 2 | -37/+44 |
| | | | | knocked out in r3376. | ||||
* | When moving a field in the structure view, only use the default value if it ↵ | stuconnolly | 2011-08-09 | 1 | -34/+48 |
| | | | | actually has one. Fixes issue #1140. | ||||
* | - Improve interactive_timeout handling, ensuring a minimum timeout of five ↵ | rowanbeentje | 2011-08-08 | 1 | -0/+9 |
| | | | | | | | minutes to improve keepalive behaviour. This improves on r3369 and should complete Issue #877. - Fix memory leak added in r3382 | ||||
* | Fix encoding issues, particularly giving errors when selecting tables and ↵ | rowanbeentje | 2011-08-07 | 2 | -113/+114 |
| | | | | | | | | | | | displaying NULLs within tables when the connection encoding is incorrectly detected (Issue #1100): - No longer rely on a combination of mysql_options(..., MYSQL_SET_CHARSET_NAME, ...utf8...) and mysql_character_set_name() to detect the connection encoding; this incorrectly misses init_connect commands; instead use SHOW_VARIABLES a$ - Combine initial version check/timezone check/encoding check on startup, reducing connection queries and thus improving connection speed - Add support for abbreviated MySQL timezone definitions - Combine MCPKit's -connect and -connectWithLogin:password:host:port:socket: methods to reduce code duplication and fix argument handling for the latter method | ||||
* | Fix an exception when removing the only content filter. Fixes exceptions ↵ | stuconnolly | 2011-08-07 | 3 | -29/+32 |
| | | | | http://spbug.com/l/2360 and http://spbug.com/l/2453 | ||||
* | Specified the application category as "Developer Tools" for Lion. This ↵ | avenjamin | 2011-08-03 | 1 | -0/+2 |
| | | | | resolves issue #1133. (http://spbug.com/1133) | ||||
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 17 | -99/+284 |
| | |||||
* | Small tidy up. | stuconnolly | 2011-07-31 | 3 | -86/+74 |
| | |||||
* | Remove useless icons file. Resolves issue #1130. | stuconnolly | 2011-07-31 | 1 | -0/+0 |
| | |||||
* | - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, ↵ | rowanbeentje | 2011-07-27 | 1 | -1/+1 |
| | | | | addressing Issue #1132 and improving #877 | ||||
* | - Prevent error bell when using the enter key to initiate a connection when ↵ | rowanbeentje | 2011-07-27 | 3 | -2/+13 |
| | | | | | | | | keyboard focus is on the favorites outline view (Issue #1072) - Don't initiate a connection when the currently selected favorite is clicked again slowly - Match compiler #ifdef around braces to imrpove Xcode 3 file parsing | ||||
* | SQL export: Disable the 'include drop syntax option' when the structure ↵ | stuconnolly | 2011-07-26 | 2 | -69/+69 |
| | | | | option is not enabled. | ||||
* | Tidy up. | stuconnolly | 2011-07-25 | 1 | -5/+13 |
| | |||||
* | Fix for NULL values in CSV export (same as last commit, but this one ↵ | stuconnolly | 2011-07-24 | 5 | -25/+42 |
| | | | | actually works). | ||||
* | Fix CSV exporter not using the user supplied NULL string. | stuconnolly | 2011-07-23 | 1 | -2/+4 |
| | |||||
* | Tidy up. | stuconnolly | 2011-07-23 | 1 | -15/+14 |
| | |||||
* | - Support regex within the table filter list to match tables, falling back ↵ | rowanbeentje | 2011-07-12 | 1 | -2/+7 |
| | | | | to plain text matching; thanks to Emma Persky for the original patch | ||||
* | Minor tidy up. | stuconnolly | 2011-07-11 | 11 | -83/+82 |
| | |||||
* | - Fix thread-safety issues creating the encoding popupbuttoncell on the ↵ | rowanbeentje | 2011-07-11 | 1 | -4/+4 |
| | | | | Structure view (addresses http://spbug.com/l/2123 ) | ||||
* | - Fix thread-safety issue in blocking/waiting alert sheets, addressing ↵ | rowanbeentje | 2011-07-11 | 1 | -2/+2 |
| | | | | crashes ( http://spbug.com/l/2035 ), particularly under Lion | ||||
* | - Fix exceptions editing non-unique-keyed views or custom query results ↵ | rowanbeentje | 2011-07-10 | 2 | -29/+41 |
| | | | | | | | with some kinds of binary data, fixing http://spbug.com/l/1412 . - Clean up logic and code | ||||
* | Add Sparkle to credits. | stuconnolly | 2011-07-10 | 5 | -24/+41 |
| | |||||
* | - Abort editing when cancelling the user manager sheet; this addresses ↵ | rowanbeentje | 2011-07-10 | 1 | -3/+7 |
| | | | | exceptions redrawing the offscreen outline rows, addressing http://spbug.com/l/1406 . | ||||
* | Add the option to the SQL export view as to whether or not the ↵ | stuconnolly | 2011-07-10 | 7 | -89/+165 |
| | | | | AUTO_INCREMENT value on a table's structure is included. Defaults to not included. Implements issue #1064. | ||||
* | * Fixes a spacing issue in Duplicate DB Sheet | dmoagx | 2011-07-06 | 5 | -21/+67 |
| | | | | | * Fixes a case were for string == NULL was checked instead of [string length] == 0 (fixes #1103) * Fixes a logic error while copying databases and adds ability to copy InnoDB tables with foreign key checks (fixes #1111) | ||||
* | * Make "No" default for SSH questions (fixes #1093) | dmoagx | 2011-07-05 | 1 | -22/+307 |
| | |||||
* | * Fixes a spacing issue and an issue where MySQL keywords could be ↵ | dmoagx | 2011-07-04 | 4 | -54/+283 |
| | | | | | | translated (fixes #1105) * Adds support for naming relations (fixes #948, #1085) | ||||
* | Fixes for issue #1098: | stuconnolly | 2011-07-04 | 2 | -28/+100 |
| | | | | | | - Fix logic for enabling/disabling the index storage type popup button when changing the index type. - Add a number formatter to the index length field. | ||||
* | * Fix two spacing issues in Connection Error Dialog, New Index Sheet | dmoagx | 2011-07-03 | 2 | -94/+1499 |
| | |||||
* | • added comments to default bundle commands | Bibiko | 2011-06-30 | 2 | -2/+36 |
| | |||||
* | * add author/description to hashing bundles | abhibeckert | 2011-06-27 | 2 | -2/+22 |
| | | | | | * improve code of hashing bundles so they're easier to understand/learn from | ||||
* | • fixed minimal size of Bundle Editor's right split view | Bibiko | 2011-06-27 | 4 | -35/+25 |
| | | | | | | | | • added to default bundles SHA1 und MD5 the key: <key>isDefaultBundle</key> <true/> - for both bundles description and author are missing • removed bundle file 'echo n' from SHA1 package | ||||
* | - Add a bundle meta summary to the top of the bundle editor | rowanbeentje | 2011-06-27 | 6 | -396/+764 |
| | | | | | | | - Rearrange the bundle editor interface further, building on Stuart's work in r3330; particularly focussing on logically grouping fields together. - Move the "Disable" checkbox to the bottom of the window, rename it to "Disable bundle" to make the intent clear, and update the interface when it is in NSOnState | ||||
* | add MD5 and SHA1 hash bundles (#415) | abhibeckert | 2011-06-23 | 3 | -0/+57 |
| | |||||
* | * Make "Default" in new Table Sheet translatable (fixes part of #1006) | dmoagx | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | - Rework a number of protocol defintions when refactoring to fix IB ↵ | rowanbeentje | 2011-06-21 | 9 | -46/+1824 |
| | | | | compilation warnings | ||||
* | * Small fix from last commit: Field Editor sheet could be resized too small | dmoagx | 2011-06-20 | 1 | -2/+2 |
| |