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
/
SPQueryController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-1
/
+1
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-1
/
+1
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-4
/
+4
*
Fix spelling errors on method comment
Howard P. Logsdon
2014-09-17
1
-1
/
+1
*
Resolve #1938: In the query console display the database the query was execut...
Stuart Connolly
2014-08-28
1
-14
/
+38
*
Move console button and entry generation to occurring non-synchronously when ...
rowanbeentje
2014-06-23
1
-9
/
+15
*
Add a hidden preference to control the size of the UI's monospaced font.
Stuart Connolly
2014-05-26
1
-1
/
+2
*
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
*
Updated ConsoleLog panel sheet to 10.6 code
Marius Ursache
2013-11-11
1
-13
/
+7
*
- Improve thread safety within the console window, triggering draw and view ...
rowanbeentje
2013-08-26
1
-6
/
+8
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-65
/
+65
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-3
/
+3
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-11
/
+18
*
Fix more gcc warnings.
stuconnolly
2012-05-09
1
-0
/
+6
*
tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR
sqlprodev
2012-03-27
1
-0
/
+2
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-3
/
+1
*
- Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings
rowanbeentje
2012-02-08
1
-3
/
+3
*
Fix minor copying and saving console view content issues.
stuconnolly
2012-01-29
1
-15
/
+22
*
When building a string of all console messages, use a copy of the visible mes...
stuconnolly
2011-10-16
1
-2
/
+8
*
Tidy up console/query controller.
stuconnolly
2011-09-03
1
-589
/
+91
*
merged latest SP_REFACTOR changes
sqlprodev
2011-08-02
1
-0
/
+4
*
fix accidental code regression in r3309
sqlprodev
2011-05-19
1
-1
/
+1
*
merging SP_REFACTOR branch with trunk
sqlprodev
2011-05-19
1
-40
/
+101
*
* Fixes most parts of #1006 (Translation of file names)
dmoagx
2011-05-10
1
-1
/
+1
*
SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...
sqlprodev
2011-04-14
1
-1
/
+1
*
initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...
sqlprodev
2011-04-11
1
-7
/
+47
*
* Fix two untranslatable strings #1006
dmoagx
2011-03-20
1
-1
/
+1
*
Fix more compiler warnings.
stuconnolly
2011-03-14
1
-1
/
+1
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-3
/
+3
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-1
/
+0
*
Fix a typo that caused an exception when opening the console.
stuconnolly
2010-10-20
1
-1
/
+1
*
Tidy up.
stuconnolly
2010-10-19
1
-11
/
+11
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
Implement threading locking when modifying the query console/controller's log...
stuconnolly
2010-09-26
1
-0
/
+11
*
• reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ...
Bibiko
2010-09-21
1
-0
/
+1
*
• SPTableContent
Bibiko
2010-09-20
1
-108
/
+147
*
• SPTableStructure's source table saves its column widths
Bibiko
2010-09-10
1
-1
/
+0
*
• overall replacement of:
Bibiko
2010-08-20
1
-27
/
+16
*
Rename CustomQuery as SPCustomQuery.
stuconnolly
2010-07-06
1
-1
/
+1
*
Initial implementation of tabs:
rowanbeentje
2010-05-23
1
-2
/
+2
*
Review usage of notifications, afterDelay: and waitUntilDone:NO calls:
rowanbeentje
2010-04-12
1
-0
/
+1
*
Don't append a semi-colon to console messages that are errors.
stuconnolly
2010-04-04
1
-1
/
+8
*
Localize 'Save As...' button titles on console and process list windows.
stuconnolly
2010-03-25
1
-2
/
+2
*
General tidy up, with a focus on consolidating more constants in SPConstants....
stuconnolly
2010-03-24
1
-12
/
+4
*
• fixed "Clear global history" really removes the global history list in t...
Bibiko
2010-03-18
1
-0
/
+4
*
Modify our current implementation of all singleton instances to be inline wit...
stuconnolly
2010-03-16
1
-8
/
+2
*
• outsourced keyword completion and function completion lists to Completion...
Bibiko
2010-03-08
1
-1
/
+66
*
• CSV Import Field Mapper
Bibiko
2010-03-05
1
-1
/
+1
*
• fixed threading issue if user performs query in Custom Query all the time...
Bibiko
2010-02-18
1
-1
/
+1
[next]