aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Internal Refactoring: Move MySQL Help viewer into own xib with own controllerMax2018-05-271-3/+11
* #63: Add basic support for multiple filtersMax2018-05-071-2/+2
* Move some badly misplaced KVO codeMax2018-05-061-8/+0
* Fix a little UI issue with a clipped back/forward buttonMax2018-05-041-0/+4
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-412/+390
* Reformat SPDatabaseDocument sourceMax2018-04-211-658/+575
* Fix some threading issues during print output generation (#3025)Max2018-04-211-91/+91
* Fix crash when trying to print on 10.13.4 (#3025)Max2018-04-131-9/+19
* Reapply changes from rolled back commit that are common to master and callbac...Max2018-02-281-55/+15
* Manually roll back all changes for #2979Max2018-02-271-17/+58
* #2979, #2437, #2247, #1836: Enable mysql cleartext auth without access to key...Max2018-02-241-2/+1
* #2979: Rename a method, because it is no longer limited to keychainMax2018-02-231-2/+2
* Remove the keychain id stuff from SPDatabaseDocument. It was only proxying SP...Max2018-02-231-26/+11
* Move method -keychainPassword from SPDatabaseDocument to SPConnectionControll...Max2018-02-231-20/+3
* Replace getter/setter glue with propertyMax2018-02-231-20/+6
* Next step in the #2979 experimentMax2018-02-181-8/+14
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-12/+1186
|\
| * merge SPQueryController (part of #2789)Max2018-01-201-1/+0
| * merge SPTableStructure (part of #2789)Max2018-01-201-1/+0
| * merge SPTableContent (part of #2789)Max2018-01-201-1/+0
| * merge SPConnectionController (part of #2789)Max2018-01-201-4/+2
| * Merge SPDatabaseDocument (part of #2789)Max2018-01-201-5/+1185
| * Merge SPAppController (part of #2789)Max2018-01-201-1/+0
* | Work around an exception that would occur when changing Query Favorites while...Max2018-01-171-6/+0
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-29/+27
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-52/+61
|/
* * Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...Max2017-12-021-8/+35
* Fix a rare timing-sensitive crash when closing a window during a connection a...Max2017-11-171-1/+4
* Change some method calls so the custom query view controller gets notified wh...Max2017-05-101-3/+3
* Update source code compatibilityMax2017-03-311-9/+3
* Merge branch 'master' of https://github.com/sequelpro/sequelproMax2017-03-311-6/+9
|\
| * Fix first responder exception being logged on 10.12. Check if the favourites ...Stuart Connolly2017-03-301-2/+2
| * Fix first responder exception being logged on 10.12. Check if the favourites ...Stuart Connolly2017-03-301-6/+9
* | Fix a case of „background thread updating UI“ that could cause an excepti...Max2017-03-311-14/+32
|/
* More debug code to find cause of #2266Max2017-03-301-3/+12
* Fix crashes on tab/window closing due to previously registed preference obser...Stuart Connolly2017-03-241-3/+2
* Remove duplicate setting of sheet title/message.Stuart Connolly2017-03-231-4/+2
* - #1235: Prevent renaming a database which contains any non-table objects as ...Stuart Connolly2017-03-231-17/+55
* Performance improvement for databases that contain lots of objects. When gett...Stuart Connolly2017-03-221-26/+25
* Fix table triggers view not reacting to UI preference changes. Also, move the...Stuart Connolly2017-03-181-129/+72
* #2732: Fix table information panel stuck on activities view.Stuart Connolly2017-03-151-8/+9
* Begin work on comparing two databasesAbhi Beckert2016-12-021-0/+65
* Some changes suggested in PR #2606 to improve MySQL 5.8 handlingMax2016-11-011-4/+4
* Fix a case of "background thread updating UI"Max2016-06-261-16/+18
* #2434 now use NSTitlebarAccessoryViewController if availableAbhi Beckert2016-06-051-10/+27
* fix various compile warningsAbhi Beckert2016-04-031-1/+1
* #346 Work on new tab bar designAbhi Beckert2016-03-181-3/+4
* Fix a wrongly structured setter that might have been involved in some crashesMax2016-03-051-2/+3
* Change some risky behavior (might be related to #2432)Max2016-03-051-2/+5
* Avoid an exception on a rare issue where determing the database fails after s...Max2016-01-131-1/+2