Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix handling of double-dash style comments within field names, addressing ↵ | rowanbeentje | 2013-02-20 | 1 | -2/+3 |
| | | | | Issue #1554 | ||||
* | - Default to disabling SSH multiplexing to avoid connection issues as per ↵ | rowanbeentje | 2013-02-20 | 6 | -11/+9 |
| | | | | Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable. | ||||
* | - Fix crashes when importing favorites on the connection view, addressing ↵ | rowanbeentje | 2013-02-19 | 2 | -5/+16 |
| | | | | | | | Issue #1556 - Select and scroll to newly created favorites after import | ||||
* | - Add a check for SPNotLoaded values when automatically generating new ↵ | rowanbeentje | 2013-02-18 | 1 | -1/+1 |
| | | | | tables when importing CSVs, fixing Issue #1621 (SPNotLoaded values are generated when rows shorter than the header row are seen) | ||||
* | Fix some 10.8 warnings. | stuconnolly | 2013-02-17 | 2 | -5/+7 |
| | |||||
* | Fix remaining 10.6/7 build warnings. | stuconnolly | 2013-02-17 | 7 | -50/+53 |
| | |||||
* | Minor tidy up. | stuconnolly | 2013-02-17 | 2 | -11/+11 |
| | |||||
* | Fix more warnings. | stuconnolly | 2013-02-17 | 3 | -43/+57 |
| | |||||
* | Fix warnings by not using id for IB outlet references. | stuconnolly | 2013-02-17 | 2 | -39/+37 |
| | |||||
* | Fix more wanrings by creating a protocol that delegates of the copy table ↵ | stuconnolly | 2013-02-16 | 14 | -48/+99 |
| | | | | should conform to. | ||||
* | Fix build error with synthesized property affecting only release build of Coda | sqlprodev | 2013-02-14 | 2 | -2/+2 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 59 | -1354/+1356 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 22 | -83/+218 |
| | |||||
* | - Merge in changes from 1.0.x release branch to trunk | rowanbeentje | 2013-02-13 | 6 | -18/+22 |
|\ | |||||
| * | - Fix warnings and logic bugs; thanks to Steven Frank for highlighting these | rowanbeentje | 2013-02-12 | 2 | -3/+16 |
| | | |||||
| * | - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to ↵release-1.0.1 | rowanbeentje | 2013-01-29 | 1 | -11/+2 |
| | | | | | | | | fix naming issues; addresses Issue #1544 and Issue #1493 | ||||
| * | - Fix a bounds check causing the preferences upgrade routine to fail in ↵ | rowanbeentje | 2013-01-29 | 3 | -4/+4 |
| | | | | | | | | | | | | | | edge cases, addressing Issue #1547 - Bump the version number to 1.0.1 | ||||
| * | Tag 1.0 release.release-1.0.0 | stuconnolly | 2013-01-23 | 0 | -0/+0 |
| | | |||||
* | | * Fixes #1605 | dmoagx | 2013-02-09 | 3 | -4/+4 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-02-02 | 3 | -5/+5 |
| | | |||||
* | | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked ↵ | dmoagx | 2013-02-01 | 1 | -1/+1 |
| | | | | | | | | to "Run Current") | ||||
* | | PostgresKit: Enable additional data type integration tests. | stuconnolly | 2013-01-31 | 2 | -7/+16 |
| | | |||||
* | | PostgresKit: Update test data and fix not retaining timestamp properties. | stuconnolly | 2013-01-31 | 4 | -6/+32 |
| | | |||||
* | | PostgresKit: Attempt to fix tests. | stuconnolly | 2013-01-28 | 1 | -7/+2 |
| | | |||||
* | | Move the flex parsing function definitions to their own file so they're not ↵ | stuconnolly | 2013-01-25 | 6 | -47/+52 |
| | | | | | | | | duplicated in multiple places. | ||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 3 | -13/+24 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 2 | -18/+21 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-25 | 6 | -49/+52 |
| | | |||||
* | | - Fix connection view favourites outline view layout issues on 10.7+ ↵ | rowanbeentje | 2013-01-25 | 2 | -7/+15 |
| | | | | | | | | following the move to the 10.6 SDK | ||||
* | | Fix memory leak. | stuconnolly | 2013-01-24 | 1 | -1/+26 |
| | | |||||
* | | Fix more warnings. | stuconnolly | 2013-01-24 | 6 | -28/+21 |
| | | |||||
* | | Fix warnings due to not conforming to 10.6 protocols. | stuconnolly | 2013-01-24 | 20 | -48/+22 |
| | | |||||
* | | PostgresKit: Bump base SDK to be 10.6 and drop PPC support. | stuconnolly | 2013-01-24 | 2 | -23/+11 |
| | | |||||
* | | Build config update: | stuconnolly | 2013-01-24 | 22 | -66440/+70544 |
|/ | | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit | ||||
* | Tidy up custom query header. | stuconnolly | 2013-01-23 | 1 | -23/+20 |
| | |||||
* | * Add some color themes | dmoagx | 2013-01-23 | 4 | -0/+312 |
| | |||||
* | PostgresKit: Revert previous change. | stuconnolly | 2013-01-22 | 1 | -3/+3 |
| | |||||
* | PostgresKit: Fix tests, take 2. | stuconnolly | 2013-01-22 | 1 | -4/+4 |
| | |||||
* | PostgresKit: Fix tests. | stuconnolly | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | PostgresKit: Add a better test failure message. | stuconnolly | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | PostgresKit: Fix tests intermittently failing due to connection not being ↵ | stuconnolly | 2013-01-22 | 1 | -4/+9 |
| | | | | established. | ||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 51 | -443/+340 |
| | |||||
* | Tidy up. | stuconnolly | 2013-01-22 | 1 | -1/+5 |
| | |||||
* | Don't need to set the test delegate. | stuconnolly | 2013-01-22 | 1 | -3/+1 |
| | |||||
* | Fix Issue #1527, weird display artifacts when reordering custom query ↵ | rowanbeentje | 2013-01-22 | 1 | -2/+2 |
| | | | | | | | | results, in two different ways: - Preserve the existing scroll rectangle if reloading the view - Update the scroll rect on the main thread when not reloading the view | ||||
* | - Fix trigger edit failures not restoring the interface correctly, ↵ | rowanbeentje | 2013-01-21 | 2 | -32613/+32618 |
| | | | | | | | | | | | preventing the correct saving of the edited trigger thereafter (Issue #1534) - Clean up interface resetting and validation to fix edge cases where the interface was not reset correctly or carried state incorrectly across multiple selections - Fix a small memory leak when editing multiple triggers - Clean up code - Remove the table name column in the triggers interface as it will always display the selected table - Display NULL values in the triggers interface using the preference setting, and in grey | ||||
* | Window controller tidy up. | stuconnolly | 2013-01-21 | 1 | -89/+132 |
| | |||||
* | - Fix a problem where the row count for InnoDB would not be displayed as an ↵ | rowanbeentje | 2013-01-21 | 9 | -52/+106 |
| | | | | | | | | accurate value, whatever the Preferences setting, if the Content table was not selected - Clean up code slightly - Remove an unneccessary query being used for the table information view, speeding up display slightly | ||||
* | Fix broken documentation links. | stuconnolly | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Small table info tidy up. | stuconnolly | 2013-01-17 | 2 | -51/+80 |
| |