Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge and restructure remaining smaller stuff in main project (part of #2789) | Max | 2018-01-20 | 1 | -11/+5 |
| | |||||
* | Fixed fabs compiler warnings | Marius Ursache | 2016-02-29 | 1 | -3/+3 |
| | |||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | - Alter the SPComboPopupButton to ignore clicks started in the left-hand ↵ | rowanbeentje | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | 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 ↵ | rowanbeentje | 2013-03-31 | 1 | -0/+312 |
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 |