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
/
SPNavigatorController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-9
/
+9
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-1
/
+1
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-6
/
+6
*
Replace boxed integers in code with @ literals
Max
2014-12-13
1
-10
/
+10
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-1
/
+1
*
Replace a few other instances with objectOrNilAtIndex:
Max
2014-08-03
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
*
* Changed a query (addressing issue #1687)
dmoagx
2013-04-24
1
-7
/
+7
*
Changing SP_REFACTOR macro to SP_CODA
sqlprodev
2013-02-14
1
-9
/
+9
*
- Convert all old .tiff resource images to .png format
rowanbeentje
2012-12-21
1
-7
/
+7
*
Replace 1x .tiff graphics with 1x and 2x png Retina graphics.
mattlangtree
2012-12-12
1
-1
/
+1
*
- Add names for most threads created by Sequel Pro for easier debug
rowanbeentje
2012-10-14
1
-3
/
+3
*
- Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl...
rowanbeentje
2012-08-02
1
-0
/
+5
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-13
/
+21
*
Improve connection keepalive, disconnect, and connection loss after reviewing...
rowanbeentje
2012-05-15
1
-1
/
+0
*
Rework connection loss handling in SPMySQL, particularly to improve backgroun...
rowanbeentje
2012-05-08
1
-4
/
+2
*
- Fix an exception when refreshing the navigator view
rowanbeentje
2012-03-28
1
-5
/
+5
*
- Clean up SPMySQL and QueryKit inclusion and search methods, which should f...
rowanbeentje
2012-03-27
1
-1
/
+1
*
Final feature work on the SPMySQL branch before merging:
rowanbeentje
2012-03-14
1
-3
/
+4
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-19
/
+17
*
- Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings
rowanbeentje
2012-02-08
1
-1
/
+1
*
merging SP_REFACTOR branch with trunk
sqlprodev
2011-05-19
1
-0
/
+3
*
Small tidy up, mainly the addition of constants.
stuconnolly
2011-05-05
1
-9
/
+4
*
initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...
sqlprodev
2011-04-11
1
-1
/
+17
*
- Fix more compiler warnings
rowanbeentje
2011-03-15
1
-10
/
+9
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-1
/
+2
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-0
/
+1
*
• alias (auto-)completion
Bibiko
2010-11-04
1
-2
/
+12
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-1
/
+1
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
Remove use of multiple comments for localized strings.
stuconnolly
2010-10-19
1
-2
/
+2
*
* One label was too short in Content Filter Manager
dmoagx
2010-09-26
1
-12
/
+12
*
• only some minor code cosmetics
Bibiko
2010-09-17
1
-3
/
+3
*
• fixed bug while closing a tab to remove the connection from Navigator
Bibiko
2010-08-13
1
-2
/
+13
*
• Navigator
Bibiko
2010-08-13
1
-8
/
+57
*
• Navigator
Bibiko
2010-08-13
1
-75
/
+8
*
• reverted changes of refreshing of the Navigator if it is not visible
Bibiko
2010-08-12
1
-1
/
+1
*
• Navigator
Bibiko
2010-08-12
1
-11
/
+18
*
• some minor work on Navigator
Bibiko
2010-08-12
1
-16
/
+28
*
Rename TableDocument to SPDatabaseDocument.
stuconnolly
2010-05-28
1
-5
/
+5
*
Rename TablesList to SPTablesList.
stuconnolly
2010-05-27
1
-1
/
+1
*
Initial implementation of tabs:
rowanbeentje
2010-05-23
1
-8
/
+7
*
• ensure that the global schema structure data for completion are updated e...
Bibiko
2010-03-31
1
-9
/
+8
*
• querying for db structure is queued for the same connection to avoid 'ove...
Bibiko
2010-03-31
1
-30
/
+34
*
• next trial to make getAllKeysOfDbStructure thread safe
Bibiko
2010-03-30
1
-59
/
+105
*
• some further code optimizations for navigator
Bibiko
2010-03-30
1
-23
/
+45
*
• some speed improvements and code simplifications for navigator
Bibiko
2010-03-30
1
-34
/
+32
*
• fixed several threading issues due to threading
Bibiko
2010-03-29
1
-10
/
+9
*
• added some more sanity checks to avoid exceptions due to threading
Bibiko
2010-03-29
1
-10
/
+19
[next]