index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPDatabaseDocument.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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 s...
Max
2016-01-13
1
-1
/
+2
*
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
*
In order to enable even more people to shoot themselves in the foot, this com...
Max
2015-11-12
1
-0
/
+34
*
Fix the charset/collation selection when creating a new db/table (minor lefto...
Max
2015-11-03
1
-0
/
+2
*
* Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92...
Max
2015-10-31
1
-3
/
+3
*
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 oth...
Max
2015-10-21
1
-6
/
+8
*
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-32
/
+53
*
Constrain the Table Info Comment/Create split view so that neither side can b...
Max
2015-10-14
1
-0
/
+4
*
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
*
Added extra parameter to SPOnewayAlertSheet and runs runModal if no window wa...
Guillermo Ignacio Enriquez Gutierrez
2015-08-22
1
-1
/
+2
*
Fix a concurrent modification exception that could occur when duplicating a d...
Max
2015-07-20
1
-5
/
+10
*
Remove an unbalanced call to -[SPDatabaseDocument endTask] which caused misbe...
Max
2015-07-20
1
-0
/
+1
*
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 y...
Max
2015-06-18
1
-9
/
+36
*
Fixed two case of background thread interacting with UI
Max
2015-04-22
1
-2
/
+3
*
Fix Sequel Pro forgetting database charset when renaming or copying a databas...
Max
2015-03-12
1
-18
/
+20
*
Fix an issue with connection color and cloned connections
Max
2015-03-03
1
-4
/
+4
*
Fix an issue where a KV Observer was not removed on dealloc resulting in KVO ...
Max
2015-01-11
1
-0
/
+1
*
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
*
Add code for utf8mb4 encoding
Max
2014-12-19
1
-18
/
+20
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-48
/
+46
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-4
/
+4
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-23
/
+23
*
Replace boxed integers in code with @ literals
Max
2014-12-13
1
-9
/
+9
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-26
/
+26
*
Include tab color when duplicating tab.
Max
2014-11-29
1
-0
/
+4
*
Change some split view width calculations.
Max
2014-11-29
1
-1
/
+6
*
Attempt to fix #1961
Max
2014-11-11
1
-10
/
+4
*
Add a "Go to Database" dialog
Max
2014-10-12
1
-0
/
+19
*
Fix string formatting warnings in NSRunAlertPanel by using the additional arg...
rowanbeentje
2014-05-04
1
-1
/
+1
*
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
*
Force a table reload (just the view not the actual data retrieval) whenever t...
Stuart Connolly
2014-01-20
1
-30
/
+46
*
Add an option to display binary data as hex, while displaying it in blue to d...
Stuart Connolly
2014-01-14
1
-3
/
+8
*
More tidy up.
Stuart Connolly
2013-12-02
1
-2
/
+6
*
Tidy up change to test git integration.
Stuart Connolly
2013-12-02
1
-2
/
+0
*
Remove more use of deprecated methods.
Stuart Connolly
2013-11-27
1
-74
/
+65
*
Updated Save Create Syntax panel sheet to 10.6+ SDK
Marius Ursache
2013-11-11
1
-22
/
+12
*
Cleaned up Format string is not a string literal (potentially insecure) errors
Marius Ursache
2013-11-09
1
-18
/
+18
[next]