aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* loc changes created by build scriptAbhi Beckert2016-06-056-0/+0
|
* testing nightly buildsAbhi Beckert2016-05-201-0/+0
|
* minor commit mostly to test nightly builgsAbhi Beckert2016-05-202-8/+8
|
* Minor artwork tweaksAbhi Beckert2016-05-201-0/+0
|
* Fix an issue with autocompletion not suggesting column names (#2507)Max2016-05-164-14/+14
| | | | Issue introduced in b7875e8fdbdc5980c12a847997cc9631979dd4d3
* Merge branch 'master' of https://github.com/sequelpro/sequelproAbhi Beckert2016-05-0930-93197/+11345
|\
| * Temporarily downgrade two xibs from 7.0 -> 5.1 as the differences seem to be ↵Max Lohrmann2016-05-082-10/+10
| | | | | | | | minimal
| * Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-0824-80590/+10225
| |
| * Make reassigning "Select active query" (^Y) possible (#1215)Max Lohrmann2016-05-083-11/+10
| | | | | | | | | | * Added a menu item: Edit > Select > Active Query * Remove the key binding from the context menu item (which is in line with OS X' context menus not having key bindings in general)
| * Update MainMenu.xib from Xcode 4.6 → 5.1 (minimum version for Xcode 7.0)Max2016-05-081-12581/+1088
| |
| * Clarify what the execution time reported by Sequel Pro means (related to #264)Max2016-04-271-6/+13
| |
* | Fix disabled buttons and add some retina iconsAbhi Beckert2016-05-0948-118/+116
| | | | | | | | #2453 #1432
* | #2482 decode percent escaped characters in handleEventWithURL.Abhi Beckert2016-04-221-1/+8
|/
* update nightly icon to include all sizesAbhi Beckert2016-04-201-0/+0
|
* icon position tweaksAbhi Beckert2016-04-187-2/+2
|
* Merge branch 'master' of https://github.com/sequelpro/sequelproMax Lohrmann2016-04-172-10/+35
|\
| * remove icon step and minor fixesAbhi Beckert2016-04-171-9/+9
| |
| * Allow TLS 1.0 connections to sequelpro.comAbhi Beckert2016-04-171-1/+26
| | | | | | | | this will allow sparkle connections against the 10.11 SDK
* | Fix a focus loss issue from the previous commit (#2468)Max Lohrmann2016-04-171-0/+5
|/
* * Add the possibility to navigate table list by arrow keys when using table ↵Max Lohrmann2016-04-162-16/+36
| | | | filter (#2468)
* new table footer icons for connection windowAbhi Beckert2016-04-1515-26/+134
| | | | fixes broken disabled buttons reported in #2453
* replace production app icon with a "half made" pancake stack to be used for ↵Abhi Beckert2016-04-151-0/+0
| | | | dev builds
* update xib format (without changes)Abhi Beckert2016-04-151-9119/+2604
|
* #2453 fix a couple of buttonsAbhi Beckert2016-04-101-8/+10
|
* fix warningsAbhi Beckert2016-04-102-1/+8
|
* fix warningsAbhi Beckert2016-04-104-24/+25
|
* #2470 fix logic error preventing drag from table content viewAbhi Beckert2016-04-101-2/+1
|
* fix warningsAbhi Beckert2016-04-101-0/+1
|
* fix warningsAbhi Beckert2016-04-103-1/+2
|
* fix warningsAbhi Beckert2016-04-102-0/+6
|
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-096-23/+73
| | | | | | | * Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table * Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098). * As a consequence binary columns will now use Hex representation when navigating FKs. * Added a new content filter to do "= UNHEX($x)" as an interim solution
* fix various compile warningsAbhi Beckert2016-04-0335-33079/+5773
|
* Add a warning message when trying to import an utf8mb4 SQL file on older ↵Max2016-03-221-1/+30
| | | | MySQL versions (#2452)
* Fix a minor issue where switching an existing datatype to JSON could cause ↵Max2016-03-201-2/+3
| | | | an invalid field combination for some datatypes
* Merge branch 'issue-346'Abhi Beckert2016-03-1824-695/+215
|\
| * Merge branch 'master' into issue-346Abhi Beckert2016-03-181-4/+12
| |\ | |/ |/|
* | Add some debug code for #2445Max2016-03-141-4/+12
| |
| * #346 Work on new tab bar designAbhi Beckert2016-03-1824-695/+215
|/
* Move export table view checkbox columnsAbhi Beckert2016-03-121-3/+4
| | | | | Move export table view checkbox columns 20px to the left to avoid going behind the scroll bar.
* Upgrade XIB document version (without making changes)Abhi Beckert2016-03-121-9677/+1139
|
* Merge pull request #2250 from JamesForks/uuid-supportAbhi Beckert2016-03-061-0/+2
|\ | | | | Allows UUID's within text fields.
| * Allows UUID's within text fields. Closes #2245James Brooks2015-10-011-0/+2
| |
* | Change a potentially risky call (hopefully a fix for #2436)Max2016-03-061-1/+1
| |
* | Merge branch 'master' of https://github.com/sequelpro/sequelproMax2016-03-0550-306/+490
|\ \
| * | Restore bundled zlib (#1972)Abhi Beckert2016-03-054-6/+1621
| | |
| * | Bump version numberAbhi Beckert2016-03-041-1/+1
| | |
| * | Remove bundled zlib #1927Abhi Beckert2016-03-044-1622/+13
| | |
| * | Comment out debug code for #2297Abhi Beckert2016-03-041-35/+36
| | |
| * | Merge pull request #2205 from josegonzalez/patch-1Abhi Beckert2016-03-041-1/+1
| |\ \ | | | | | | | | Make messaging around query remembering less vague
| | * | Make messaging around query remembering less vagueJose Diaz-Gonzalez2015-08-151-1/+1
| | | | | | | | | | | | Closes #1989