Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More QueryKit progress. Still very rough. | stuconnolly | 2011-09-06 | 5 | -17/+107 |
| | |||||
* | Add the beginnings of QueryKit. | stuconnolly | 2011-09-04 | 14 | -8/+922 |
| | |||||
* | Replace use of string literals with constants in SPTableRelations.m | stuconnolly | 2011-09-04 | 1 | -15/+22 |
| | |||||
* | Fix for issue 1168. Whenever the database is changed load all of the ↵ | stuconnolly | 2011-09-04 | 6 | -186/+322 |
| | | | | 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. | ||||
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 18 | -622/+883 |
| | |||||
* | * Fixes some localization spacing issues reported by Frédéric Latour | dmoagx | 2011-09-02 | 9 | -281/+2826 |
| | |||||
* | - Update version numbers to 0.9.9.1 | rowanbeentje | 2011-09-01 | 2 | -2/+2 |
| | |||||
* | - Attempt to detect SSH master use correctly, to improve Issue #1095 | rowanbeentje | 2011-09-01 | 1 | -1/+3 |
| | |||||
* | - Update localised strings for up-to-date German and Russian translations, ↵ | rowanbeentje | 2011-08-31 | 16 | -0/+174 |
| | | | | including Russian translation of the credits file | ||||
* | - Alter the NSNumberFormatter on the extended table info view's ↵ | rowanbeentje | 2011-08-31 | 1 | -51/+68 |
| | | | | auto_increment value to use Default instead of Custom style, possibly addressing Issue #1135 (auto_increment display issues in 10.5) | ||||
* | - Reorder window instantiation process to ensure window has had its size ↵ | rowanbeentje | 2011-08-31 | 2 | -2/+3 |
| | | | | | | | set before adding the main views, fixing resize issues including Issue #1141 on 10.6 - Remove accidentally committed log line | ||||
* | - Clean up undo manager handling | rowanbeentje | 2011-08-31 | 6 | -1/+37 |
| | | | | | - Implement an undo manager per tab (strictly speaking, per connection 'document'), addressing Issue #1109. | ||||
* | - Cancel and clear autocomplete if a keyboard combo is being run - this ↵ | rowanbeentje | 2011-08-30 | 1 | -0/+3 |
| | | | | fixes Issue #1119 | ||||
* | - Move table creation to a threaded task, avoiding race conditions caused ↵ | rowanbeentje | 2011-08-29 | 1 | -4/+16 |
| | | | | by loading the new table and loading the structure tab on different threads (log #2266) | ||||
* | - Disable and re-enable table view double click actions when opening and ↵ | rowanbeentje | 2011-08-28 | 1 | -0/+38 |
| | | | | closing sheets for a window; this addresses beeping when editing cells using the field editor sheet. | ||||
* | 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 |
| |