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
/
SPCustomQuery.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all non-cyclic NSAutoreleasepools with @autoreleasepool
Max
2018-05-03
1
-292
/
+290
*
Merge remote-tracking branch 'origin/mergeclasses'
Max
2018-01-20
1
-3
/
+2
|
\
|
*
merge SPQueryController (part of #2789)
Max
2018-01-20
1
-1
/
+0
|
*
merge SPTableContent (part of #2789)
Max
2018-01-20
1
-1
/
+1
|
*
Merge SPDatabaseDocument (part of #2789)
Max
2018-01-20
1
-1
/
+1
*
|
Remove another 2 cases of very strange object notification behavior (code style)
Max
2018-01-17
1
-2
/
+11
*
|
Work around an exception that would occur when changing Query Favorites while...
Max
2018-01-17
1
-28
/
+34
|
/
*
Change some method calls so the custom query view controller gets notified wh...
Max
2017-05-10
1
-0
/
+12
*
Remove a superfluous ivar and the unholy intermingling of UI and data code it...
Max
2017-04-18
1
-23
/
+18
*
Move some code to a place where it makes more sense to be (part of #2770)
Max
2017-04-18
1
-10
/
+1
*
Fix a case of „background thread updating UI“ that could cause an excepti...
Max
2017-03-31
1
-1
/
+1
*
Remove duplicate setting of sheet title/message.
Stuart Connolly
2017-03-23
1
-2
/
+1
*
#2414 fix crash hovering mouse over removed table column header
Abhi Beckert
2016-06-05
1
-0
/
+1
*
Clarify what the execution time reported by Sequel Pro means (related to #264)
Max
2016-04-27
1
-6
/
+13
*
fix various compile warnings
Abhi Beckert
2016-04-03
1
-2
/
+2
*
Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...
Max
2015-11-04
1
-6
/
+7
*
Fix bundle commands no longer working in popup field editor (and possibly oth...
Max
2015-10-21
1
-4
/
+5
*
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-13
/
+25
*
Fix an issue where copying the contents of a TEXT/BLOB field from a custom qu...
Max
2015-10-12
1
-6
/
+6
*
Make some forgotten strings localizable and add debug code for an exception
Max
2015-09-30
1
-7
/
+11
*
Attempt at fixing a crash when trying to open the field editor sheet and Acce...
Max
2015-09-10
1
-4
/
+9
*
Add some info which might help a bit with debugging threading issues
Max
2015-07-02
1
-1
/
+1
*
Fix a data corruption issue in custom query editor (fixes #2113)
Max
2015-05-14
1
-13
/
+20
*
Minimal refactoring
Max
2015-03-09
1
-1
/
+1
*
Addition to commit 2735e15b
Max
2015-01-04
1
-17
/
+14
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-7
/
+7
*
Fix a minor case of "bg thread updating UI"
Max
2014-12-30
1
-1
/
+1
*
Fix issue #2040
Max
2014-12-13
1
-0
/
+6
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-20
/
+14
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-7
/
+7
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-3
/
+3
*
Replace boxed integers in code with @ literals
Max
2014-12-13
1
-7
/
+7
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-1
/
+1
*
Add a safety check within [SPCopyTable shouldUseFieldEditorForRow:column:] fo...
rowanbeentje
2014-06-16
1
-3
/
+3
*
Inverse shift+click sorting for custom queries
Miroslav Zoricak
2014-03-05
1
-4
/
+16
*
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
*
Fixed warning on ‘beginSheetForDirectory’
Marius Ursache
2013-11-10
1
-22
/
+16
*
Cleaned up Format string is not a string literal (potentially insecure) errors
Marius Ursache
2013-11-09
1
-1
/
+1
*
Allow opened SQL files to be saved back to the original file, addressing Issu...
rowanbeentje
2013-09-08
1
-4
/
+1
*
Rework table content and custom query data loading and storage for speed incr...
rowanbeentje
2013-08-13
1
-105
/
+84
*
- Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...
rowanbeentje
2013-05-21
1
-13
/
+4
*
Issue #1717: Custom query export validation only needs to know the number of ...
stuconnolly
2013-05-11
1
-0
/
+10
*
- Move the SPBeginWaitingAlertSheet function to a beginWaitingAlertSheetWith...
rowanbeentje
2013-04-03
1
-9
/
+13
*
- Fix query status and error message title to not always suggest an error ha...
rowanbeentje
2013-04-01
1
-0
/
+5
*
- Alter the SPComboPopupButton to ignore clicks started in the left-hand par...
rowanbeentje
2013-04-01
1
-4
/
+3
*
Combine the "Run All" and "Run Current/Previous/Selection" buttons into a sin...
rowanbeentje
2013-03-31
1
-65
/
+128
*
- If date-type fields are cleared, and allow NULLs, save the cell value as N...
rowanbeentje
2013-03-06
1
-1
/
+1
*
Fix remaining 10.6/7 build warnings.
stuconnolly
2013-02-17
1
-5
/
+5
*
Fix more wanrings by creating a protocol that delegates of the copy table sho...
stuconnolly
2013-02-16
1
-9
/
+11
[next]