Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #2457: Use system font as default for table content, not Lucida Grande. | Stuart Connolly | 2017-01-07 | 5 | -7/+13 |
| | |||||
* | Fix copyright year. | Stuart Connolly | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2644 from JamesForks/hello-2017 | Abhi Beckert | 2017-01-04 | 3 | -5/+5 |
|\ | | | | | Updated copyright years | ||||
| * | Updated copyright years | James Brooks | 2017-01-03 | 3 | -5/+5 |
|/ | |||||
* | Silence remaining PostgresKit recommended build settings. | Stuart Connolly | 2016-12-30 | 2 | -6/+6 |
| | |||||
* | Update PostgresKit to recommended build settings. | Stuart Connolly | 2016-12-30 | 1 | -3/+6 |
| | |||||
* | Remove dead icon link until a replacement is available. | Stuart Connolly | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | Fix a bug which prevented creating new users on mysql 5.7.6+ servers ↵ | Max Lohrmann | 2016-12-07 | 1 | -4/+15 |
| | | | | (introduced while fixing #2418) (see also #2229) | ||||
* | Change the behavior of user manager to only update values that actually ↵ | Max Lohrmann | 2016-12-07 | 1 | -9/+10 |
| | | | | | | changed when editing users (part of #2229) (This also removes an additional db roundtrip when updating per-db user privileges that previously was needed to differentiate between user actions „Only removing privileges from user“ and „Backtracking on adding privileges to user“. Since we now only update changed values and the latter one would be an empty changeset this is no longer needed) | ||||
* | Don’t execute REVOKE query when adding new users (part of #2229) | Max Lohrmann | 2016-12-07 | 2 | -15/+31 |
| | |||||
* | Swap two method calls to prevent a crash with the 10.12 SDK (#2609) | Max | 2016-11-04 | 1 | -2/+5 |
| | | | | | | | | | With this change we no longer KVObserve an object we aren’t interested in anymore and the -tabView:didCloseTabViewItem: method actually matches its name now (before it was more of a tabView:willCloseTabViewItem: method). Background: Normally the tab bar cell observes its delegate’s (SPDatabaseDocument) isProcessing property. Changes to this will trigger an async redraw of the tab view. The redrawing itself may involve a timer and a call to the tab view delegate (SPWindowController). Now, when the window is being closed this would cause the connection to close, which would affect the isProcessing property. However this time, when the timer is being fired the window controller would already be dealloc’d (since the tab bar delegate is unretained) causing a use-after-free crash. Previously -[PSMTabBarControl viewWillMoveToWindow:] stepped in at the right time and killed the timer before it could fire but on 10.12 the calls have shifted so the timer actually gets to fire and crash. This change solves the issue by not even letting the tab bar come to the point where it creates the problematic timer. | ||||
* | Some changes suggested in PR #2606 to improve MySQL 5.8 handling | Max | 2016-11-01 | 5 | -8/+14 |
| | |||||
* | Fix #2601: Remove limitation on user password length in User Manager since ↵ | Max | 2016-10-20 | 1 | -1/+1 |
| | | | | that it was based on an erroneous assumption | ||||
* | fix diff for strings | Abhi Beckert | 2016-09-11 | 1 | -4/+1 |
| | |||||
* | Merge pull request #2557 from sebcode/master | Abhi Beckert | 2016-09-01 | 1 | -3/+5 |
|\ | | | | | Add possible socket locations for MariaDB via MacPorts. | ||||
| * | Add possible socket locations for MariaDB via MacPorts. | Sebastian Volland | 2016-08-30 | 1 | -3/+5 |
|/ | | | | Also rename Darwinports to MacPorts in comments. | ||||
* | Fix one erroneous method call | Max | 2016-07-21 | 1 | -1/+1 |
| | | | | Not sure if that may has been causing issues for some users... | ||||
* | 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 | 3 | -6/+6 |
| | |||||
* | Fix console message about missing images (bug in Xcodes IB converter) | Max | 2016-07-10 | 5 | -16/+10 |
| | |||||
* | 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 |
| | |||||
* | #2472 add tab button no longer moves when you hover | Abhi Beckert | 2016-06-20 | 1 | -3/+3 |
| | |||||
* | #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 | 3 | -21/+38 |
| | |||||
* | #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 |
| | |||||
* | #979 change default CSV export settings | Abhi Beckert | 2016-06-05 | 1 | -15/+15 |
| | |||||
* | #2414 fix crash hovering mouse over removed table column header | Abhi Beckert | 2016-06-05 | 2 | -0/+5 |
| | |||||
* | loc changes created by build script | Abhi Beckert | 2016-06-05 | 6 | -0/+0 |
| | |||||
* | testing nightly builds | Abhi Beckert | 2016-05-20 | 1 | -0/+0 |
| | |||||
* | minor commit mostly to test nightly builgs | Abhi Beckert | 2016-05-20 | 2 | -8/+8 |
| | |||||
* | Minor artwork tweaks | Abhi Beckert | 2016-05-20 | 1 | -0/+0 |
| | |||||
* | 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 | 30 | -93197/+11345 |
|\ | |||||
| * | Temporarily downgrade two xibs from 7.0 -> 5.1 as the differences seem to be ↵ | Max Lohrmann | 2016-05-08 | 2 | -10/+10 |
| | | | | | | | | minimal | ||||
| * | Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8) | Max | 2016-05-08 | 24 | -80590/+10225 |
| | | |||||
| * | Make reassigning "Select active query" (^Y) possible (#1215) | Max Lohrmann | 2016-05-08 | 3 | -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) | Max | 2016-05-08 | 1 | -12581/+1088 |
| | | |||||
| * | Clarify what the execution time reported by Sequel Pro means (related to #264) | Max | 2016-04-27 | 1 | -6/+13 |
| | | |||||
* | | Fix disabled buttons and add some retina icons | Abhi Beckert | 2016-05-09 | 48 | -118/+116 |
| | | | | | | | | #2453 #1432 | ||||
* | | #2482 decode percent escaped characters in handleEventWithURL. | Abhi Beckert | 2016-04-22 | 1 | -1/+8 |
|/ | |||||
* | update nightly icon to include all sizes | Abhi Beckert | 2016-04-20 | 1 | -0/+0 |
| | |||||
* | icon position tweaks | Abhi Beckert | 2016-04-18 | 7 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/sequelpro/sequelpro | Max Lohrmann | 2016-04-17 | 2 | -10/+35 |
|\ | |||||
| * | remove icon step and minor fixes | Abhi Beckert | 2016-04-17 | 1 | -9/+9 |
| | | |||||
| * | Allow TLS 1.0 connections to sequelpro.com | Abhi Beckert | 2016-04-17 | 1 | -1/+26 |
| | | | | | | | | this will allow sparkle connections against the 10.11 SDK |