Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a potential memory management / multi threading issue (#2513) | Max | 2016-07-12 | 1 | -2/+7 |
| | |||||
* | Fix an issue where checking and then unchecking "Suppress leading ↵ | Max | 2016-07-10 | 1 | -1/+1 |
| | | | | | | placeholder" in content filters would not work properly (code did not properly handle @NO vs nil). Issue #2511 | ||||
* | Fix a spelling mistake (code) | Max | 2016-07-10 | 2 | -4/+4 |
| | |||||
* | Remove debug code for #2163 | Max | 2016-07-10 | 2 | -57/+0 |
| | | | | Issue last seen with NB 4644 on 2016-01-21. Seems to be fixed. | ||||
* | Fix a case of "background thread updating UI" | Max | 2016-06-26 | 1 | -16/+18 |
| | |||||
* | woops, forgot a file | Max | 2016-06-26 | 1 | -1/+3 |
| | |||||
* | Another attempt at #2436 | Max | 2016-06-26 | 1 | -148/+196 |
| | |||||
* | #2489 CSV export now treats header rows as non-numeric, even if the column ↵ | Abhi Beckert | 2016-06-20 | 1 | -1/+7 |
| | | | | is numeric | ||||
* | #2434 now use NSTitlebarAccessoryViewController if available | Abhi Beckert | 2016-06-05 | 2 | -11/+28 |
| | |||||
* | #2434 remove title bar line hiding view | Abhi Beckert | 2016-06-05 | 1 | -8/+1 |
| | |||||
* | #2434 remove title bar line hiding view | Abhi Beckert | 2016-06-05 | 1 | -49/+0 |
| | |||||
* | #2414 fix crash hovering mouse over removed table column header | Abhi Beckert | 2016-06-05 | 2 | -0/+5 |
| | |||||
* | Fix an issue with autocompletion not suggesting column names (#2507) | Max | 2016-05-16 | 4 | -14/+14 |
| | | | | Issue introduced in b7875e8fdbdc5980c12a847997cc9631979dd4d3 | ||||
* | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Abhi Beckert | 2016-05-09 | 3 | -17/+17 |
|\ | |||||
| * | Make reassigning "Select active query" (^Y) possible (#1215) | Max Lohrmann | 2016-05-08 | 2 | -11/+4 |
| | | | | | | | | | | * 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) | ||||
| * | Clarify what the execution time reported by Sequel Pro means (related to #264) | Max | 2016-04-27 | 1 | -6/+13 |
| | | |||||
* | | #2482 decode percent escaped characters in handleEventWithURL. | Abhi Beckert | 2016-04-22 | 1 | -1/+8 |
|/ | |||||
* | Fix a focus loss issue from the previous commit (#2468) | Max Lohrmann | 2016-04-17 | 1 | -0/+5 |
| | |||||
* | * Add the possibility to navigate table list by arrow keys when using table ↵ | Max Lohrmann | 2016-04-16 | 1 | -16/+35 |
| | | | | filter (#2468) | ||||
* | new table footer icons for connection window | Abhi Beckert | 2016-04-15 | 2 | -0/+94 |
| | | | | fixes broken disabled buttons reported in #2453 | ||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 2 | -1/+8 |
| | |||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 4 | -24/+25 |
| | |||||
* | #2470 fix logic error preventing drag from table content view | Abhi Beckert | 2016-04-10 | 1 | -2/+1 |
| | |||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 1 | -0/+1 |
| | |||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 3 | -1/+2 |
| | |||||
* | fix warnings | Abhi Beckert | 2016-04-10 | 2 | -0/+6 |
| | |||||
* | * Added two helper methods for working with nil/NSNull in arrays | Max Lohrmann | 2016-04-09 | 5 | -23/+65 |
| | | | | | | | * 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 warnings | Abhi Beckert | 2016-04-03 | 30 | -80/+95 |
| | |||||
* | Add a warning message when trying to import an utf8mb4 SQL file on older ↵ | Max | 2016-03-22 | 1 | -1/+30 |
| | | | | MySQL versions (#2452) | ||||
* | Fix a minor issue where switching an existing datatype to JSON could cause ↵ | Max | 2016-03-20 | 1 | -2/+3 |
| | | | | an invalid field combination for some datatypes | ||||
* | Merge branch 'master' into issue-346 | Abhi Beckert | 2016-03-18 | 1 | -4/+12 |
|\ | |||||
| * | Add some debug code for #2445 | Max | 2016-03-14 | 1 | -4/+12 |
| | | |||||
* | | #346 Work on new tab bar design | Abhi Beckert | 2016-03-18 | 4 | -6/+30 |
|/ | |||||
* | Merge pull request #2250 from JamesForks/uuid-support | Abhi Beckert | 2016-03-06 | 1 | -0/+2 |
|\ | | | | | Allows UUID's within text fields. | ||||
| * | Allows UUID's within text fields. Closes #2245 | James Brooks | 2015-10-01 | 1 | -0/+2 |
| | | |||||
* | | Change a potentially risky call (hopefully a fix for #2436) | Max | 2016-03-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Max | 2016-03-05 | 3 | -39/+40 |
|\ \ | |||||
| * | | Restore bundled zlib (#1972) | Abhi Beckert | 2016-03-05 | 1 | -1/+1 |
| | | | |||||
| * | | Remove bundled zlib #1927 | Abhi Beckert | 2016-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | Comment out debug code for #2297 | Abhi Beckert | 2016-03-04 | 1 | -35/+36 |
| | | | |||||
| * | | Merge pull request #2425 from bamse16/master | Abhi Beckert | 2016-03-04 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Converted tests to XCTest | ||||
| | * \ | Merge remote-tracking branch 'upstream/master' | Marius Ursache | 2016-02-29 | 4 | -109/+169 |
| | |\ \ | |||||
| | * | | | Fixed fabs compiler warnings | Marius Ursache | 2016-02-29 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Fix a wrongly structured setter that might have been involved in some crashes | Max | 2016-03-05 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Change some risky behavior (might be related to #2432) | Max | 2016-03-05 | 1 | -2/+5 |
|/ / / / | |||||
* | / / | Fix an issue where changing a user password and adding a host at the same ↵ | Max | 2016-03-03 | 1 | -2/+18 |
| |/ / |/| | | | | | | | | time would result in a query error (#2427) | ||||
* | | | * Add support for changing user passwords in MySQL 5.7.6+ (#2418) | Max | 2016-02-29 | 2 | -21/+69 |
| | | | | | | | | | | | | * Upgrade xcdatamodel to Xcode 4.3+ so it becomes a diffable textfile | ||||
* | | | Simplify some code | Max | 2016-02-27 | 1 | -35/+41 |
| | | | |||||
* | | | Deobfuscate some code a bit | Max | 2016-02-27 | 2 | -78/+82 |
| | | | |||||
* | | | Fix an issue that made query favorites with 20 or more "mirrored snippets" ↵ | Max | 2016-02-27 | 1 | -2/+4 |
|/ / | | | | | | | unusable (part of #1485) |