Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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) | ||||
* | | Add comprehensive locking to SPDataStorage | Max | 2016-02-24 | 1 | -179/+211 |
| | | | | | | | | | | Experiment with #2163 (unloadedColumns not loaded) This commit may cause performance issues for some users - please file a bug. | ||||
* | | Fix a rare issue where duplicating a database could cause an exception if a ↵ | Max | 2016-02-21 | 1 | -5/+6 |
| | | | | | | | | SHOW CREATE TABLE statement failed (#2413) | ||||
* | | Fix online help URL for query favorites (#2409) | Max | 2016-02-18 | 1 | -1/+1 |
| | | |||||
* | | Fix an issue where auto completion in query editor would not work in some ↵ | Max | 2016-02-17 | 1 | -0/+1 |
| | | | | | | | | | | | | cases (#2406) Issue introduced in 0b9fb7e62aeba608081eb3ca1bc52dc7020c8add | ||||
* | | Fix an issue with resetting auto_increment values (caused by previous commit) | Max | 2016-02-15 | 1 | -1/+6 |
| | | |||||
* | | Clarify some texts in the table column type quick help | Max | 2016-02-05 | 1 | -5/+5 |
| | | |||||
* | | Fix an exception that would occur when passing NSNull to a tooltip (affected ↵ | Max | 2016-01-31 | 1 | -3/+8 |
| | | | | | | | | CSV field mapper) | ||||
* | | Change CSV field mapper so that the first row is no longer displayed as ↵ | Max | 2016-01-31 | 4 | -34/+106 |
| | | | | | | | | content row when "First line contains field names" is enabled | ||||
* | | Try to fix what could be the cause of #2353 ("Attempted to connect a ↵ | Max | 2016-01-15 | 1 | -1/+11 |
| | | | | | | | | connection that is not disconnected") | ||||
* | | Fix an exception during CSV field mapping that would occur if a header field ↵ | Max | 2016-01-14 | 1 | -6/+13 |
| | | | | | | | | mapped to NULL (#2375) | ||||
* | | Remove some debug code that is no longer needed | Max | 2016-01-13 | 1 | -144/+0 |
| | | |||||
* | | Avoid an exception on a rare issue where determing the database fails after ↵ | Max | 2016-01-13 | 1 | -1/+2 |
| | | | | | | | | sql import/running a custom query | ||||
* | | Go to database: change the way the arrow keys are forwarded, so the list ↵ | Max | 2015-12-06 | 1 | -2/+17 |
| | | | | | | | | will scroll (#2343) | ||||
* | | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Max | 2015-12-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix a silly logic error (#2344) | Max Lohrmann | 2015-12-03 | 1 | -1/+1 |
| | | | |||||
* | | | Move some shared code to the parent class | Max | 2015-11-21 | 6 | -24/+38 |
|/ / |