aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fix ivars from last commitdmoagx2013-04-261-0/+10
|
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-268-33709/+33822
|
* * Changed a query (addressing issue #1687)dmoagx2013-04-243-16/+16
| | | | * Make some strings localizable
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-214-8/+16
|
* - Fix string type detection, addressing errors when converting string types ↵rowanbeentje2013-04-163-4/+4
| | | | to blob or binary fields (addressing Issue #1453)
* - Add a spotlight comment to allow easy location of Sequel Pro with other ↵rowanbeentje2013-04-141-0/+3
| | | | search terms than the name
* - Specify the NULL status of fields when creating view placeholders on ↵rowanbeentje2013-04-141-1/+5
| | | | export, fixing problems with invalid timestamp NULL defaults, addressing Issue #1686
* - Correctly link the SSH name field, fixing issues editing and ↵rowanbeentje2013-04-141-9468/+9482
| | | | automatically filling in connection names on the SSH tab, addressing Issue #1686
* Use constants instead of hard coded strings.stuconnolly2013-04-071-58/+82
|
* - Fix process list kill query/connection actions not using the correct ID ↵rowanbeentje2013-04-031-3/+3
| | | | if the list was filtered
* Split the process list controller's table view data source and delegate ↵stuconnolly2013-04-034-66/+149
| | | | methods into their own category.
* Issue #1601: Fix menu items not being validated properly once a connection ↵stuconnolly2013-04-031-49/+63
| | | | is established.
* - Fix newline warningsrowanbeentje2013-04-031-1/+1
|
* - Move the SPBeginWaitingAlertSheet function to a ↵rowanbeentje2013-04-035-111/+139
| | | | beginWaitingAlertSheetWithTitle:... class method on a new SPAlertSheets class, allowing us to use invocation forwarding to ensure the entire function is executing on the main thread. This allows runloop processing to happen on the main thread, addressing Issue #1676
* - Fix validation of the "Add to Favorites" File menu item when editing past ↵rowanbeentje2013-04-021-3/+3
| | | | | | | | favorites - Fix the action of the "Add to Favorites" File menu item to correctly create the new favorite These address Issue #1666.
* - Fix query status and error message title to not always suggest an error ↵rowanbeentje2013-04-015-60/+81
| | | | has occurred, addressing Issue #1670
* - Alter the SPComboPopupButton to ignore clicks started in the left-hand ↵rowanbeentje2013-04-013-5/+4
| | | | | | | part of the button but ended in the right-hand part of the button - Change the button to use "Run All" instead of "Run All Queries" to avoid localisation issues
* 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