aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2388 from abhibeckert/1.1.0.1release-1.1.0.1Abhi Beckert2016-01-291-1/+1
|\
| * use SSL for sparkleAbhi Beckert2016-01-291-1/+1
|/
* Tweak 9728737f9b695147e3957f401cc254f49afe7c6d for 1.1 compatibilityrelease-1.1rowanbeentje2015-09-292-1/+19
* A little experimenting with #2218Max2015-09-251-3/+4
* Fix an exception when pressing return in the table indexes view (fixes #2217)Max2015-09-251-2/+3
* Fix an issue where the window title would not be properly updated after closi...Max2015-09-251-1/+2
* Correctly enable/disable item in help menuGuillermo Ignacio Enriquez Gutierrez2015-09-251-1/+1
* Call [super validateMenuItem:] on SPTextView to update osx build in menuGuillermo Ignacio Enriquez Gutierrez2015-09-251-9/+7
* Fix a crash that could occur when cancelling an export (fixes #2192)Max2015-09-121-2/+17
* Fix an UI spacing issue in Field Editor for DEMax2015-08-221-4/+5
* Match shortcuts with default icon ordering. sequelpro/sequelpro#1541Guillermo Ignacio Enriquez Gutierrez2015-08-221-7/+7
* Fix some UI spacing issues for pt translation (fixes #2187)release-1.1-rc2Max2015-08-022-183/+130
* Fix an issue where Sequel Pro added a NUL byte to the end of every query (fix...Max2015-07-292-9/+12
* Fix an issue where LIKE filters were changed to BINARY if reloading a table v...Max2015-07-181-2/+1
* Fix an issue on 10.7+ introduced in ce33534Max2015-07-122-4/+1
* Update Credits: Moved a few people to the retirees section (feel free to reve...Max2015-06-291-9/+12
* Disable "smart" substitutions for field editor sheet (fixes #2154)Max2015-06-291-0/+3
* Removing a query favorite via its context menu would cause an exception (fixe...Max2015-06-291-2/+3
* Fix a rare exception when opening a session via "Open Recent"Max2015-06-291-1/+1
* Try to fix an exception that occured after losing a connection followed by un...Max2015-06-291-1/+1
* Fix an issue where sorting favorites by "host" or "type" would cause an excep...Max2015-06-291-4/+15
* Use find bar in field editor on 10.7+Max2015-06-291-3/+19
* Fix a crash when the database popup was removed from the toolbar (why would y...Max2015-06-181-9/+36
* The export code caused an exception when no database was selected but the fil...Max2015-06-174-5/+33
* Experimental change to see if it improves #2114 (crashes in server process list)Max2015-06-171-2/+6
* I have a feeling there might be a race condition lurking around here…Max2015-06-171-1/+8
* Fix some incorrect tooltip messages (fixes #2139)Max2015-06-171-9/+9
* Fix a popular exception when a user tried to edit a field with a lost connect...Max2015-06-173-29/+51
* And here I thought even Xcode 4 would support that…Max2015-06-112-3/+2
* Fix a rare crash when SSH connections failed (caused by a race condition) (fi...Max2015-06-113-19/+35
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-097-22/+31
* Update copyrightMax Lohrmann2015-06-081-1/+1
* Adapt background color of custom tooltips for 10.10Max2015-06-061-2/+3
* Update credits for pt_br translationMax2015-06-061-1/+16
* Update distribution build process to use the new process written by Max for t...release-1.1-rc1rowanbeentje2015-05-291-1/+37
* Fix comment setting when Python errors due to build version mismatches on man...rowanbeentje2015-05-291-2/+4
* Rework distribution code signing, amending it to support version 2 resource e...rowanbeentje2015-05-297-21/+139
* bump version numberAbhi Beckert2015-05-182-8/+8
* Merge pull request #2117 from abhibeckert/masterAbhi Beckert2015-05-1716-0/+0
|\
| * Merge remote-tracking branch 'upstream/master'Abhi Beckert2015-05-170-0/+0
| |\ | |/ |/|
* | Merge pull request #2116 from abhibeckert/masterAbhi Beckert2015-05-162-4/+54
|\ \
| | * #2115 re-export 2x imagesAbhi Beckert2015-05-171-0/+0
| | * #2115 re-export 2x imagesAbhi Beckert2015-05-1716-0/+0
| |/
| * Fix octal formatting by Andreas BeierAbhi Beckert2015-05-161-3/+3
| * Changes by Andreas Beier to integrate with into MAMPAbhi Beckert2015-05-161-1/+51
| * Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2015-05-16254-6803/+36218
| |\ | |/ |/|
* | * Fix some spacing issues for localizationMax2015-05-153-515/+441
* | Fix a data corruption issue in custom query editor (fixes #2113)Max2015-05-141-13/+20
* | Remove keyboard shortcut from the database dropdown (cmd+shift+D) and give it...Max2015-05-132-60/+812
* | Fix some minor UI misalignmentMax2015-05-123-445/+411