| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
favorites
- Fix the action of the "Add to Favorites" File menu item to correctly create the new favorite
These address Issue #1666.
|
|
|
|
| |
has occurred, addressing Issue #1670
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
support character sets/collations, addressing Issue #1629
- Fix needless collation queries on those servers
- Disable field enums and table encoding dropdown on those servers
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
SPMySQLEmptyResult expects a SPMySQLStreamingResult/SPMySQLFastStreamingResult (Exception #3988)
|
|
|
|
| |
tab, further addressing Issue #1619
|
|
|
|
| |
read from a spf/spfs during startup. This addresses Issue #1619
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
default, using the Shift key (as documented in the tooltip) to trigger a BINARY exact match. This addresses Issue #1578
|
|
|
|
| |
file, further addressing Issue #1588
|
|
|
|
|
|
|
| |
previous runs of nightlies, which may partially address Issue #1588
- Remove the old favourites key from the preferences now imports have succeeded
|
| |
|
| |
|
|
|
|
| |
* Move a bit of redundant code into a method
|
|
|
|
| |
the focus in it, addressing Issue #1590
|
| |
|
|
|
|
| |
integrated and discrete, improving power consumption if nothing else is triggering the discrete GPU. This addresses Issue #1609.
|
|
|
|
|
| |
- Update localizable strings
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
save/cancel/tab switch is still triggered, addressing Issue #1627
|
|
|
|
| |
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.
|
|
|
|
| |
NULL; this implements Issue #1638
|
|
|
|
| |
causing an off-by-one error in positioning, addressing Issue #1643
|
| |
|
|
|
|
| |
exceptions and Issue #1648
|
|
|
|
| |
characters, automatically grouping and tokenising as required for both dragged and typed tokens. This addresses Issue #1567.
|
|
|
|
| |
appropriate errors (particularly for saved paths), addressing Issue #1566
|
|
|
|
| |
mangling; recreated new text views with the same settings to address). This fixes Issue #1560
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
field has a specified length, addressing Issue #1641
|
|
|
|
| |
matching with the = and RegExp operators - addresses Issue #1563
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
Issue #1554
|
|
|
|
| |
Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.
|
|
|
|
|
|
|
| |
Issue #1556
- Select and scroll to newly created favorites after import
|
|
|
|
| |
tables when importing CSVs, fixing Issue #1621 (SPNotLoaded values are generated when rows shorter than the header row are seen)
|
| |
|
| |
|