Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change some method calls so the custom query view controller gets notified ↵ | Max | 2017-05-10 | 1 | -3/+3 |
| | | | | when the window is about to be closed and can stop a pending UI timer (#2775) | ||||
* | Update source code compatibility | Max | 2017-03-31 | 1 | -9/+3 |
| | | | | | | * Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK) * Fix one case where a method unconditionally required a 10.9+ runtime * Move all of the forward/backward hacks into their own file | ||||
* | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Max | 2017-03-31 | 1 | -6/+9 |
|\ | |||||
| * | Fix first responder exception being logged on 10.12. Check if the favourites ↵ | Stuart Connolly | 2017-03-30 | 1 | -2/+2 |
| | | | | | | | | outline view is attached to a window before setting it as the first responder. | ||||
| * | Fix first responder exception being logged on 10.12. Check if the favourites ↵ | Stuart Connolly | 2017-03-30 | 1 | -6/+9 |
| | | | | | | | | outline view is attached to a window before setting it as the first responder. | ||||
* | | Fix a case of „background thread updating UI“ that could cause an ↵ | Max | 2017-03-31 | 1 | -14/+32 |
|/ | | | | exception with a very specific timing (#2754) | ||||
* | More debug code to find cause of #2266 | Max | 2017-03-30 | 1 | -3/+12 |
| | |||||
* | Fix crashes on tab/window closing due to previously registed preference ↵ | Stuart Connolly | 2017-03-24 | 1 | -3/+2 |
| | | | | observers not being removed. | ||||
* | Remove duplicate setting of sheet title/message. | Stuart Connolly | 2017-03-23 | 1 | -4/+2 |
| | |||||
* | - #1235: Prevent renaming a database which contains any non-table objects as ↵ | Stuart Connolly | 2017-03-23 | 1 | -17/+55 |
| | | | | | | | | it's currently not supported. - #1235: Inform the user when duplicating a database than any non-table objects won't be copied. - Add missing high resolution images to project. - Fix a potential memory leak inside SPCreateDatabaseInfo | ||||
* | Performance improvement for databases that contain lots of objects. When ↵ | Stuart Connolly | 2017-03-22 | 1 | -26/+25 |
| | | | | getting shell variables for bundles don't call the object names methods multiple times. | ||||
* | Fix table triggers view not reacting to UI preference changes. Also, move ↵ | Stuart Connolly | 2017-03-18 | 1 | -129/+72 |
| | | | | the responsibility of adding/removing preference observers to the controllers of respective views (more to follow). | ||||
* | #2732: Fix table information panel stuck on activities view. | Stuart Connolly | 2017-03-15 | 1 | -8/+9 |
| | |||||
* | Begin work on comparing two databases | Abhi Beckert | 2016-12-02 | 1 | -0/+65 |
| | |||||
* | Some changes suggested in PR #2606 to improve MySQL 5.8 handling | Max | 2016-11-01 | 1 | -4/+4 |
| | |||||
* | Fix a case of "background thread updating UI" | Max | 2016-06-26 | 1 | -16/+18 |
| | |||||
* | #2434 now use NSTitlebarAccessoryViewController if available | Abhi Beckert | 2016-06-05 | 1 | -10/+27 |
| | |||||
* | fix various compile warnings | Abhi Beckert | 2016-04-03 | 1 | -1/+1 |
| | |||||
* | #346 Work on new tab bar design | Abhi Beckert | 2016-03-18 | 1 | -3/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Hand ServerSupport instance to exporters | Max | 2015-11-20 | 1 | -0/+1 |
| | |||||
* | * Add QuickLook support for "export settings" files | Max | 2015-11-15 | 1 | -3/+3 |
| | | | | | | * Add MGTemplateEngine to the QL plugin * Reorder the generator code a bit, so it's not one monolithic function * Add constants for some other sfp format types | ||||
* | In order to enable even more people to shoot themselves in the foot, this ↵ | Max | 2015-11-12 | 1 | -0/+34 |
| | | | | | | commit adds support for remote server shutdown 💣 | ||||
* | Fix the charset/collation selection when creating a new db/table (minor ↵ | Max | 2015-11-03 | 1 | -0/+2 |
| | | | | leftover from #2237) | ||||
* | * Basic math is hard sometimes (fixes an issue introduced by me in ↵ | Max | 2015-10-31 | 1 | -3/+3 |
| | | | | | | | b2d798ba9282d3acf1a2d65de30849e529d4d255) * Fix an exception that could occur when trying to view a damaged table * Fix a theoretical use-after-free issue by a wrongly structured retain/release in a setter | ||||
* | Wrap a repeated call in a simpler method | Max | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Fix bundle commands no longer working in popup field editor (and possibly ↵ | Max | 2015-10-21 | 1 | -6/+8 |
| | | | | | | other cases) (#2299) Replacing some [NSApp mainWindow] with their actually intended calls [NSApp keyWindow] and [view window] | ||||
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet() | Max | 2015-10-20 | 1 | -32/+53 |
| | | | | This should also eliminate a few use-after-free crashes | ||||
* | Constrain the Table Info Comment/Create split view so that neither side can ↵ | Max | 2015-10-14 | 1 | -0/+4 |
| | | | | be completely hidden (fixes #2285) | ||||
* | Add mysql:// URL handler (fixes #1681) | Max | 2015-10-14 | 1 | -11/+21 |
| | |||||
* | Fix another case of "background thread updating UI" | Max | 2015-10-13 | 1 | -16/+20 |
| | |||||
* | Change two magic strings into constants | Max | 2015-10-10 | 1 | -7/+7 |
| | |||||
* | Trying to fix a range of crashes when closing a connection window | Max | 2015-10-05 | 1 | -0/+1 |
| | | | | Caused by a use-after-free of an unretained ivar | ||||
* | Added extra parameter to SPOnewayAlertSheet and runs runModal if no window ↵ | Guillermo Ignacio Enriquez Gutierrez | 2015-08-22 | 1 | -1/+2 |
| | | | | was provided. | ||||
* | Fix a concurrent modification exception that could occur when duplicating a ↵ | Max | 2015-07-20 | 1 | -5/+10 |
| | | | | database | ||||
* | Remove an unbalanced call to -[SPDatabaseDocument endTask] which caused ↵ | Max | 2015-07-20 | 1 | -0/+1 |
| | | | | | | misbehaviour if loading a table failed (fixes #2180) Note: I suspect this was a leftover from refactoring but I can't rule out the possibility of a code path where this was desired. | ||||
* | Add some info which might help a bit with debugging threading issues | Max | 2015-07-02 | 1 | -4/+8 |
| | |||||
* | Fix a crash when the database popup was removed from the toolbar (why would ↵ | Max | 2015-06-18 | 1 | -9/+36 |
| | | | | you do that!?) (fixes #2147) | ||||
* | Fixed two case of background thread interacting with UI | Max | 2015-04-22 | 1 | -2/+3 |
| | | | | aka "deleted uncommited CA transaction" | ||||
* | Fix Sequel Pro forgetting database charset when renaming or copying a ↵ | Max | 2015-03-12 | 1 | -18/+20 |
| | | | | | | database (#2082) (While we're at it, also removed some duplicate CREATE DATABASE code) | ||||
* | Fix an issue with connection color and cloned connections | Max | 2015-03-03 | 1 | -4/+4 |
| | | | | The red (first) connection color would not be duplicated to another tab, when choosing "Open Table in New X" from the context menu (issue reported by Kyle via e-mail). | ||||
* | Fix an issue where a KV Observer was not removed on dealloc resulting in KVO ↵ | Max | 2015-01-11 | 1 | -0/+1 |
| | | | | messaging a Zombie and crashing | ||||
* | Change some code formatting | Max | 2015-01-06 | 1 | -10/+15 |
| | |||||
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -2/+1 |
| | |||||
* | Replace some "magic numbers" with constants | Max | 2015-01-04 | 1 | -6/+6 |
| | |||||
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -56/+55 |
| | | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation. | ||||
* | Add code for utf8mb4 encoding | Max | 2014-12-19 | 1 | -18/+20 |
| | |||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -48/+46 |
| | | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist). |