aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵rowanbeentje2013-03-3112-33392/+33958
| | | | | | | | | | | | single button with dropdown menu with ability to change the default action: - Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action - Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton - Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily) - Add a menu item to switch the button's default action, which also swaps all associated shortcuts - Clean up associated logic This implements Issue #1569
* * Add support for specifying a collation when creating a tabledmoagx2013-03-203-33/+282
|
* Fix build warning.stuconnolly2013-03-191-0/+1
|
* - Fix errors when editing or moving columns on server vesions which do not ↵rowanbeentje2013-03-194-19/+10
| | | | | | | | support character sets/collations, addressing Issue #1629 - Fix needless collation queries on those servers - Disable field enums and table encoding dropdown on those servers
* Make some small tweaks to string BINARY handling:rowanbeentje2013-03-171-5/+3
| | | | | | - Correctly send the binary state/collation when reordering fields, addressing Issue #1265 - Allow unticking of the binary box to save correctly, allowing conversion of fields to non-binary collations again
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-174-39/+712
|
* - Add a stub override to fix exceptions when code receiving a ↵rowanbeentje2013-03-131-0/+4
| | | | SPMySQLEmptyResult expects a SPMySQLStreamingResult/SPMySQLFastStreamingResult (Exception #3988)
* - Correctly reset document state for setting it from file/when duplicating ↵rowanbeentje2013-03-131-2/+3
| | | | tab, further addressing Issue #1619
* - Improve startup when loading from file, preventing overwrite of details ↵rowanbeentje2013-03-123-2/+12
| | | | read from a spf/spfs during startup. This addresses Issue #1619
* * Adding the possibility to set a collation when creating a databasedmoagx2013-03-113-32595/+32771
|
* - Add a new SPMySQLEmptyResult class to SPMySQLFrameowkr, returning it ↵rowanbeentje2013-03-116-39/+215
| | | | instead of nil if a query produces no result set. This allows per-result-set properties to be preserved, fixing issues where information like query execution time was lost - addressing Issue #1577
* Adjust keywords list to fix auto capitalisation of "ON". avenjamin2013-03-111-1/+1
|
* * When adding a database the servers default charset is now showndmoagx2013-03-113-3/+10
|
* - Change the string '=' and '!=' to be case- and collation-insensitive by ↵rowanbeentje2013-03-111-2/+2
| | | | default, using the Shift key (as documented in the tooltip) to trigger a BINARY exact match. This addresses Issue #1578
* - Allow Favorites import to read favorites from an old preferences .plist ↵rowanbeentje2013-03-111-2/+10
| | | | file, further addressing Issue #1588
* - Alter the preferences favourite minimum version to avoid issues with ↵rowanbeentje2013-03-101-7/+13
| | | | | | | previous runs of nightlies, which may partially address Issue #1588 - Remove the old favourites key from the preferences now imports have succeeded
* Fix format string error in QueryKitavenjamin2013-03-101-1/+1
|
* Restore tab bar label when cancelling a connection. avenjamin2013-03-101-1/+2
|
* * Add support for querying the server default charset and collationdmoagx2013-03-104-34/+76
| | | | * Move a bit of redundant code into a method
* - If the Custom Query editor view is active on window open, correctly set ↵rowanbeentje2013-03-101-3/+6
| | | | the focus in it, addressing Issue #1590
* - Make the theme background apply to the query favourites editorrowanbeentje2013-03-101-7615/+7628
|
* - Set Sequel Pro to always run on Integrated Graphics on machines with both ↵rowanbeentje2013-03-101-0/+2
| | | | integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.
* - Fix release builds after r4041rowanbeentje2013-03-102-0/+1
| | | | | - Update localizable strings
* Tweak and improve the User Manager:rowanbeentje2013-03-0911-7785/+7900
| | | | | | | | | - Rework how data to populate the user manager is retrieved from the server, speeding up display of lots of users by a large factor - Fix support for schema permissions for the Anonymous user, and add support for '%' and '' hostnames (only showing if already set once), fixing Issue #1620 - Highlight databases in the user manager that have permissions set for the selected user - Switch to using the centrally provided database list to reduce queries and remove the information_schema and performance_schema "databases" - Speed up a number of operations by tweaking the logic and queries used
* * Add support for querying MySQL 4 for collationsdmoagx2013-03-073-0/+60
|
* - Fix crashes in the User Manager when fields don't validate but a ↵rowanbeentje2013-03-072-1/+14
| | | | save/cancel/tab switch is still triggered, addressing Issue #1627
* - 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
* - Fix blurry text in a number of text views in 1.0.x (Possibly caused by IB ↵rowanbeentje2013-03-031-32627/+32594
| | | | mangling; recreated new text views with the same settings to address). This fixes Issue #1560
* - 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-214-65/+154
|
* 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-206-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 ↵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-1614-48/+99
| | | | should conform to.