Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted tests to XCTest | Marius Ursache | 2016-02-26 | 1 | -32/+32 |
| | | | | Converted the unit tests from SenTestingKit to XCTest as SenTestingKit was deprecated a couple of SDK versions ago. | ||||
* | Fix: "Custom filename" in export dialog would accept multi line text (#2325) | Max | 2015-11-13 | 1 | -0/+21 |
| | |||||
* | Improve the search method in "Go To Database" to sort results in a more ↵ | Max | 2015-09-26 | 1 | -10/+45 |
| | | | | relevant order | ||||
* | Remove .h files for unit tests | Max | 2015-03-16 | 1 | -1/+11 |
| | | | | There is really no point in having them as unit tests don't have an interface someone would want to #import. (and they are disabled right now anyway ;)) | ||||
* | Added an internal algorithm for fuzzy string matching | Max | 2015-03-07 | 1 | -0/+69 |
| | | | | | * This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need to be contained in $haystack in the correct order but not neccesarily consecutive). Additionaly some unicode equivalencies are handled. * Changed a tiny helper function from ObjC to plain C | ||||
* | 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 |
| | |||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -13/+20 |
| | |||||
* | Rename test files. | stuconnolly | 2012-05-08 | 1 | -0/+84 |