aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-04-28 21:59:13 +0000
committerrowanbeentje <rowan@beent.je>2013-04-28 21:59:13 +0000
commiteb0801ac5dc2807169905c1f402215814bcf8dec (patch)
treee69c0b444b0936b089ac1e2ec06f08d6513621c9 /Resources/Plists
parente2c43531137cf4d19f6814229dcb85880963d475 (diff)
downloadsequelpro-eb0801ac5dc2807169905c1f402215814bcf8dec.tar.gz
sequelpro-eb0801ac5dc2807169905c1f402215814bcf8dec.tar.bz2
sequelpro-eb0801ac5dc2807169905c1f402215814bcf8dec.zip
Merge further revisions back from trunk to 1.0.x release branch:
- r4062: Fix build warning - r4064: Combine the "Run All" and "Run Current/Previous/Selection" buttons into a 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 - r4065: Alter the SPComboPopupButton to ignore clicks started in the left-hand 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
Diffstat (limited to 'Resources/Plists')
-rw-r--r--Resources/Plists/PreferenceDefaults.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/PreferenceDefaults.plist b/Resources/Plists/PreferenceDefaults.plist
index c77ec08e..3fb262e4 100644
--- a/Resources/Plists/PreferenceDefaults.plist
+++ b/Resources/Plists/PreferenceDefaults.plist
@@ -157,6 +157,8 @@
<false/>
<key>QueryHistoryReplacesContent</key>
<false/>
+ <key>QueryPrimaryControlRunsAll</key>
+ <false/>
<key>QuickLookTypes</key>
<array/>
<key>ReloadAfterAddingRow</key>