| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all non-cyclic NSAutoreleasepools with @autoreleasepool | Max | 2018-05-03 | 1 | -11/+8 |
* | previous commit continued | Max | 2018-01-20 | 1 | -17/+21 |
* | Work around some cases of „background thread manipulating ui“ during CSV ... | Max | 2018-01-20 | 1 | -76/+106 |
* | Merge SPDatabaseDocument (part of #2789) | Max | 2018-01-20 | 1 | -1/+0 |
* | Implement progress for BZ2 file import | Facundo | 2017-04-29 | 1 | -11/+4 |
* | * Fix a case of "background thread updating UI" (may affect some crashes when... | Max Lohrmann | 2017-04-22 | 1 | -21/+22 |
* | Fix a case of „background thread updating UI“ that could cause an excepti... | Max | 2017-03-31 | 1 | -2/+2 |
* | Fix two cases of background thread updating UI (could cause a concurrent modi... | Max | 2017-03-16 | 1 | -2/+2 |
* | fix various compile warnings | Abhi Beckert | 2016-04-03 | 1 | -6/+6 |
* | Add a warning message when trying to import an utf8mb4 SQL file on older MySQ... | Max | 2016-03-22 | 1 | -1/+30 |
* | Wrap a repeated call in a simpler method | Max | 2015-10-25 | 1 | -2/+2 |
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet() | Max | 2015-10-20 | 1 | -38/+40 |
* | * Change a method name to fit standard naming conventions | Max | 2015-10-08 | 1 | -2/+2 |
* | * Turn some successive onMainThread ops into a block | Max | 2015-10-08 | 1 | -26/+27 |
* | Fix two cases of "UI manipulation from background thread" (relates to #2248) | Max | 2015-10-01 | 1 | -24/+27 |
* | Add some info which might help a bit with debugging threading issues | Max | 2015-07-02 | 1 | -5/+5 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -13/+12 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -8/+8 |
* | * Fix broken import on 10.6… | Max | 2015-01-02 | 1 | -1/+6 |
* | Fix two threading issues | Max | 2014-12-23 | 1 | -25/+29 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -2/+2 |
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -6/+6 |
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -6/+4 |
* | 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 |
* | Remove use of deprecated save panel method. | Stuart Connolly | 2013-11-27 | 1 | -37/+32 |
* | Allow opened SQL files to be saved back to the original file, addressing Issu... | rowanbeentje | 2013-09-08 | 1 | -20/+7 |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -0/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -9/+0 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -6/+7 |
* | * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sourc... | dmoagx | 2012-10-03 | 1 | -0/+1 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | - Fix an exception when attempting to preserve the selection in a table with... | rowanbeentje | 2012-03-24 | 1 | -6/+6 |
* | More bugfixes to the SPMySQL integration branch: | rowanbeentje | 2012-03-14 | 1 | -2/+2 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -22/+24 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -1/+1 |
* | - Add a new CSV import field escape setting, as a new default, supporting bo... | rowanbeentje | 2012-01-06 | 1 | -1/+6 |
* | - Speculative fix for Issue #1154 (problems using some field separators duri... | rowanbeentje | 2011-09-12 | 1 | -0/+3 |
* | - If the field mapper was cancelled, abort the CSV import at once to avoid c... | rowanbeentje | 2011-08-25 | 1 | -4/+10 |
* | Minor tidy up. | stuconnolly | 2011-07-11 | 1 | -35/+34 |
* | - When importing CSVs, or editing custom query results, set numeric fields t... | rowanbeentje | 2011-05-09 | 1 | -2/+23 |
* | - Fix progress bar accuracy when importing gzipped or bzipped CSVs | rowanbeentje | 2011-05-08 | 1 | -11/+35 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -9/+10 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+0 |
* | • fixed bug while CSV Import for method UPDATE and INSERT remaining rows | Bibiko | 2011-02-15 | 1 | -1/+1 |
* | - Show and hide the custom query info area based on whether custom query err... | rowanbeentje | 2010-12-04 | 1 | -0/+1 |
* | - Change the CSV import accessory view to a general import accessory view, b... | rowanbeentje | 2010-11-29 | 1 | -4/+40 |