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
/
SPTablesList.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all non-cyclic NSAutoreleasepools with @autoreleasepool
Max
2018-05-03
1
-83
/
+87
*
Merge SPDatabaseDocument (part of #2789)
Max
2018-01-20
1
-1
/
+0
*
Merge SPAppController (part of #2789)
Max
2018-01-20
1
-1
/
+0
*
* Moved `-[SPHistoryController currentlySelectedView]` to SPDatabaseDocument ...
Max
2017-12-02
1
-1
/
+4
*
Fix an error where Sequel Pro would crash when loading the list of Stored Pro...
Max Lohrmann
2017-06-10
1
-1
/
+2
*
* Fix a case of "background thread updating UI" (may affect some crashes when...
Max Lohrmann
2017-04-22
1
-1
/
+3
*
Fix an issue where the wrong table could be deleted when switching tables (by...
Max
2017-03-26
1
-7
/
+5
*
- #1235: Prevent renaming a database which contains any non-table objects as ...
Stuart Connolly
2017-03-23
1
-67
/
+105
*
Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...
Max Lohrmann
2017-03-12
1
-36
/
+23
*
Some changes suggested in PR #2606 to improve MySQL 5.8 handling
Max
2016-11-01
1
-0
/
+1
*
Fix a potential memory management / multi threading issue (#2513)
Max
2016-07-12
1
-2
/
+7
*
* Add the possibility to navigate table list by arrow keys when using table f...
Max Lohrmann
2016-04-16
1
-16
/
+35
*
fix various compile warnings
Abhi Beckert
2016-04-03
1
-2
/
+2
*
Fix the charset/collation selection when creating a new db/table (minor lefto...
Max
2015-11-03
1
-0
/
+1
*
Wrap a repeated call in a simpler method
Max
2015-10-25
1
-12
/
+6
*
Fix bundle commands no longer working in popup field editor (and possibly oth...
Max
2015-10-21
1
-1
/
+1
*
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-22
/
+32
*
Add some info which might help a bit with debugging threading issues
Max
2015-07-02
1
-7
/
+7
*
Fix some minor compiler warnings
Max
2015-02-03
1
-1
/
+1
*
Somehow a "}" got dropped in 56949ac7
Max
2015-01-10
1
-0
/
+1
*
Addition to previous commit. Attention:
Max
2015-01-06
1
-122
/
+123
*
Change some code formatting
Max
2015-01-06
1
-55
/
+55
*
Addition to commit 2735e15b
Max
2015-01-04
1
-10
/
+8
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-4
/
+4
*
Some internal addtions for mysql event support
Max
2015-01-02
1
-25
/
+16
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-17
/
+17
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-3
/
+3
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-14
/
+14
*
Add a "Open Table in New Window" menu action
Max
2014-11-23
1
-13
/
+46
*
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
*
Cleaned up Format string is not a string literal (potentially insecure) errors
Marius Ursache
2013-11-09
1
-4
/
+4
*
For the CSV storage engine, don't allow adding nullable fields as well as dis...
stuconnolly
2013-10-28
1
-2
/
+4
*
- Fix an exception on 10.6 when clicking below the table list rows (http://s...
rowanbeentje
2013-08-25
1
-6
/
+17
*
- Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...
rowanbeentje
2013-05-21
1
-0
/
+1
*
Update localisation comment.
stuconnolly
2013-04-29
1
-1
/
+1
*
Issue #1536: Add the option to force delete a table, which will disable then ...
stuconnolly
2013-04-29
1
-62
/
+108
*
* Move some duplicate code for charset/collation to it's own class
dmoagx
2013-04-26
1
-49
/
+24
*
* Add support for specifying a collation when creating a table
dmoagx
2013-03-20
1
-4
/
+87
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-94
/
+94
*
Changes required to merge Sequel Pro r4011 into Coda
sqlprodev
2013-02-14
1
-2
/
+0
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-26
/
+17
*
- Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...
rowanbeentje
2012-12-17
1
-49
/
+49
*
- Add names for most threads created by Sequel Pro for easier debug
rowanbeentje
2012-10-14
1
-11
/
+11
*
Fix r3857 regression. There is no table name when more than one item is selec...
stuconnolly
2012-09-24
1
-3
/
+9
*
Tidy up menu validation.
stuconnolly
2012-09-24
1
-40
/
+40
*
- Fix the SPSplitView helper to correctly restore focus to focussed responde...
rowanbeentje
2012-08-30
1
-23
/
+18
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-13
/
+22
*
- Add a new SPSplitView class, intended to replace all BWSplitViews and so a...
rowanbeentje
2012-07-23
1
-27
/
+44
*
Improvements to the New Table sheet:
rowanbeentje
2012-06-18
1
-1
/
+1
[next]