aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* - Alter the content filter manager and the query favourite manager to ↵rowanbeentje2013-03-062-22/+52
| | | | import items from a file into the Global group if the document is untitled, improving import UX and addressing Issue #1616 and Issue #1645. Also select and scroll to the newly imported items for clarity.
* - If date-type fields are cleared, and allow NULLs, save the cell value as ↵rowanbeentje2013-03-062-3/+3
| | | | NULL; this implements Issue #1638
* - Fix an error parsing SQL inside an unterminated delimiter statement ↵rowanbeentje2013-03-051-1/+1
| | | | causing an off-by-one error in positioning, addressing Issue #1643
* - Apply schlabberdog's fix for log #3969, addressing Issue #1647rowanbeentje2013-03-051-0/+5
|
* - End editing for deleting content filter or query favourites, addressing ↵rowanbeentje2013-03-052-0/+8
| | | | exceptions and Issue #1648
* - Add support for export path tokens containing non-alphanumeric ↵rowanbeentje2013-03-042-14/+68
| | | | characters, automatically grouping and tokenising as required for both dragged and typed tokens. This addresses Issue #1567.
* - Detect deleted or non-writable folders for export targets and give ↵rowanbeentje2013-03-031-4/+34
| | | | appropriate errors (particularly for saved paths), addressing Issue #1566
* - Alter the database creation sheet to correctly use the selected new ↵rowanbeentje2013-03-022-39/+16
| | | | | | | | database encoding - Clean up the database creation logic and remove redundant selection logic - Correctly reset and detect the database encoding when creating and switching databases
* - Fix handling of primary keys listing multiple fields of which an early ↵rowanbeentje2013-03-011-1/+1
| | | | field has a specified length, addressing Issue #1641
* - Fix escaping of backlsashes in non-LIKE clauses, addressing string ↵rowanbeentje2013-02-281-12/+21
| | | | matching with the = and RegExp operators - addresses Issue #1563
* Move the table triggers controller delegate methods to their own category.stuconnolly2013-02-213-63/+138
|
* Fix build.stuconnolly2013-02-212-6/+11
|
* - When favorites in the connection view gave no password, no longer set the ↵rowanbeentje2013-02-215-3/+65
| | | | focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555.
* - Fix handling of double-dash style comments within field names, addressing ↵rowanbeentje2013-02-201-2/+3
| | | | Issue #1554
* - Default to disabling SSH multiplexing to avoid connection issues as per ↵rowanbeentje2013-02-205-11/+7
| | | | 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 ↵rowanbeentje2013-02-192-5/+16
| | | | | | | Issue #1556 - Select and scroll to newly created favorites after import
* - Add a check for SPNotLoaded values when automatically generating new ↵rowanbeentje2013-02-181-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.stuconnolly2013-02-172-5/+7
|
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-177-50/+53
|
* Minor tidy up.stuconnolly2013-02-172-11/+11
|
* Fix more warnings.stuconnolly2013-02-173-43/+57
|
* Fix warnings by not using id for IB outlet references.stuconnolly2013-02-172-39/+37
|
* Fix more wanrings by creating a protocol that delegates of the copy table ↵stuconnolly2013-02-1613-48/+97
| | | | should conform to.
* Fix build error with synthesized property affecting only release build of Codasqlprodev2013-02-142-2/+2
|
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-1458-1353/+1355
|
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-1422-83/+218
|
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-134-16/+20
|\
| * - Fix warnings and logic bugs; thanks to Steven Frank for highlighting theserowanbeentje2013-02-122-3/+16
| |
| * - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to ↵release-1.0.1rowanbeentje2013-01-291-11/+2
| | | | | | | | fix naming issues; addresses Issue #1544 and Issue #1493
| * - Fix a bounds check causing the preferences upgrade routine to fail in ↵rowanbeentje2013-01-291-2/+2
| | | | | | | | | | | | | | edge cases, addressing Issue #1547 - Bump the version number to 1.0.1
* | * Fixes #1605dmoagx2013-02-093-4/+4
| |
* | Fix more warnings.stuconnolly2013-02-023-5/+5
| |
* | * Fixes #1568 (Enter key was linked to "Run All" while displayed as linked ↵dmoagx2013-02-011-1/+1
| | | | | | | | to "Run Current")
* | Move the flex parsing function definitions to their own file so they're not ↵stuconnolly2013-01-255-47/+50
| | | | | | | | duplicated in multiple places.
* | Fix more warnings.stuconnolly2013-01-253-13/+24
| |
* | Fix more warnings.stuconnolly2013-01-252-18/+21
| |
* | Fix more warnings.stuconnolly2013-01-256-49/+52
| |
* | - Fix connection view favourites outline view layout issues on 10.7+ ↵rowanbeentje2013-01-251-7/+15
| | | | | | | | following the move to the 10.6 SDK
* | Fix memory leak.stuconnolly2013-01-241-1/+26
| |
* | Fix more warnings.stuconnolly2013-01-246-28/+21
| |
* | Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-2419-47/+20
|/
* Tidy up custom query header.stuconnolly2013-01-231-23/+20
|
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-2251-443/+340
|
* Tidy up.stuconnolly2013-01-221-1/+5
|
* Fix Issue #1527, weird display artifacts when reordering custom query ↵rowanbeentje2013-01-221-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, ↵rowanbeentje2013-01-211-35/+48
| | | | | | | | | | | 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.stuconnolly2013-01-211-89/+132
|
* - Fix a problem where the row count for InnoDB would not be displayed as an ↵rowanbeentje2013-01-219-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.stuconnolly2013-01-201-2/+2
|
* Small table info tidy up.stuconnolly2013-01-172-51/+80
|