Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * Fixes UI spacing in some translations (#969,#971,#1079) | dmoagx | 2011-06-20 | 3 | -2101/+773 |
| | |||||
* | - Replace the Release and Distrubtion architecture targets of ↵ | rowanbeentje | 2011-06-20 | 1 | -2/+10 |
| | | | | ARCHS_STANDARD_32_64_BIT with an explicit definition of ppc / i386 / x86_64, as Xcode 3.2.6 and 4 remove PPC from the standard list | ||||
* | - Fix exceptions seen in 0.9.9RC related to query favorites with nil query ↵ | rowanbeentje | 2011-06-20 | 3 | -2/+6 |
| | | | | | | | texts (L2239) - Update localisable strings | ||||
* | • fixed some alignments and tried to enhance the label's space due to ↵ | Bibiko | 2011-06-20 | 1 | -26/+26 |
| | | | | localizations (esp. for German and Russian) | ||||
* | - Copy some NSStringAdditions to MCPStringAdditions to improve framework ↵ | rowanbeentje | 2011-06-19 | 4 | -2/+58 |
| | | | | separation/standaloneness | ||||
* | - Ensure the connection delegate is nil on initialisation | rowanbeentje | 2011-06-19 | 1 | -1/+2 |
| | |||||
* | • re-fixed ignoring first character event for editing sheet | Bibiko | 2011-06-19 | 1 | -0/+4 |
| | | | | - it was accidentally deleted in r3309 | ||||
* | Re-position 'Scope' popup button. | stuconnolly | 2011-06-19 | 1 | -365/+352 |
| | |||||
* | With the exception of CSV tables, make the initial ID column the primary key ↵ | stuconnolly | 2011-06-19 | 2 | -2/+2 |
| | | | | as well as auto increment. Implementes issue #297. | ||||
* | Tidy up bundle editor UI. | stuconnolly | 2011-06-15 | 7 | -988/+1036 |
| | |||||
* | - Fix "Multiple selection" still being displayed after multiple tables are ↵ | rowanbeentje | 2011-06-14 | 4 | -24/+18 |
| | | | | | | | | | deleted - If multiple tables are selected when opening the SPFieldMapperController select the first to import into - Clean up tableName in tablesList - now returns nil if no tables are selected or multiple tables are selected, instead of returning an empty string for multiple tables | ||||
* | - Reorder process list initialisation to ensure FULL processlist preference ↵ | rowanbeentje | 2011-06-13 | 1 | -2/+2 |
| | | | | is correctly read | ||||
* | - Update version strings to 0.9.9 version and 2011 copyright dates | rowanbeentje | 2011-06-12 | 58 | -6/+524 |
| | | | | | - Add German and Russian localisations | ||||
* | - Add an "Edit all fields in pop-up sheet" men item to the Edit menu, for ↵ | rowanbeentje | 2011-06-12 | 1 | -3/+55 |
| | | | | greater visibility to novice users | ||||
* | - Add support for use of table relation "link" arrows on binary/blob data, ↵ | rowanbeentje | 2011-06-12 | 1 | -2/+7 |
| | | | | fixing exceptions (eg log 3321) | ||||
* | * Add translators to credits | dmoagx | 2011-06-09 | 1 | -1/+21 |
| | |||||
* | - Fix saving .spf documents without SSH key locations stored, addressing ↵ | rowanbeentje | 2011-06-06 | 1 | -1/+2 |
| | | | | exceptions when re-saving old .spf files | ||||
* | - Add tooltips to the previous/next tab menu items listing alternate ↵ | rowanbeentje | 2011-06-05 | 3 | -7/+25 |
| | | | | | | | keyboard shortcuts - Update localizable strings | ||||
* | - Add a "Drop Database..." alternate menu item to partially address Issue #1070 | rowanbeentje | 2011-06-05 | 1 | -830/+471 |
| | |||||
* | - Upgrade MySQL client libraries to version 5.1.57 | rowanbeentje | 2011-06-05 | 6 | -5/+5 |
| | |||||
* | NSNotificationAdditions tweaks: | rowanbeentje | 2011-06-01 | 4 | -170/+75 |
| | | | | | | | | - Remove unused _postNotificationForwarder methods - Clean up and standardise method names and argument names - Correctly cross-thread retain when waitUntilDone: is NO - Attempt to improve compatibility with third-party frameworks such as TCMPortMapper | ||||
* | - After reviewing crash logs, improve query cancellation for increased ↵ | rowanbeentje | 2011-05-30 | 1 | -3/+14 |
| | | | | stability (mostly in the kill query/thread failure path) and improve disconnection for increased stability | ||||
* | - Ensure the correct table name is displayed when an error occurs deleting ↵ | rowanbeentje | 2011-05-29 | 1 | -1/+1 |
| | | | | an item from a filtered list; this addresses Issue #1062 | ||||
* | - Ensure blank passwords for MySQL connections are passed in as NULL ↵ | rowanbeentje | 2011-05-29 | 4 | -12/+9 |
| | | | | instead of an empty string; the MySQL manual suggests that maybe we should be doing this, and it may address Issue #1065. | ||||
* | - Ensure export files are closed before deleting them; when in ↵ | rowanbeentje | 2011-05-29 | 1 | -1/+4 |
| | | | | full-streaming memory mode, this prevents cancelled exports from having their file-writing thread block waiting for more input indefinitely, causing a hang. This addresses Issue #1066 |