Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge some smaller classes (part of #2789) | Max | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Go to database: change the way the arrow keys are forwarded, so the list ↵ | Max | 2015-12-06 | 1 | -2/+17 |
| | | | | will scroll (#2343) | ||||
* | Fix a silly logic error (#2344) | Max Lohrmann | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | Change the way result highlighting is done in the "go to database" dialog | Max | 2015-09-26 | 1 | -51/+100 |
| | | | | (Looks a lot less crappy now) | ||||
* | Improve the search method in "Go To Database" to sort results in a more ↵ | Max | 2015-09-26 | 1 | -11/+59 |
| | | | | relevant order | ||||
* | Add the possibility to search for whole words in "Goto Database" | Max | 2015-07-05 | 1 | -18/+90 |
| | | | | This is done by wrapping the search term in single or double quotes. re: #2165, #1857 | ||||
* | Fuzzy search for "Go to database" | Max | 2015-03-07 | 1 | -8/+14 |
| | |||||
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -2/+2 |
| | | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation. | ||||
* | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Max | 2014-10-26 | 1 | -32/+66 |
|\ | | | | | | | | | Conflicts: Source/SPGotoDatabaseController.m | ||||
| * | Fix error building on 10.8. | Stuart Connolly | 2014-10-26 | 1 | -4/+4 |
| | | |||||
| * | Fix error building on 10.8. | Stuart Connolly | 2014-10-26 | 1 | -26/+62 |
| | | |||||
* | | Tweak "Go to Database" | Max | 2014-10-16 | 1 | -3/+20 |
|/ | | | | | * Possibility to double-click an item to go there * Search is case-insensitive | ||||
* | Add a "Go to Database" dialog | Max | 2014-10-12 | 1 | -0/+223 |
The dialog enables * searching for a database by name (substring matching), * using C&P to select databases * navigating to databases not in the database dropdown * faster keyboard-based navigation |