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
/
SPProcessListController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental change to see if it improves #2114 (crashes in server process list)
Max
2015-06-17
1
-2
/
+6
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-5
/
+5
*
Replace some NSDictionaries with literals
Max
2014-12-13
1
-1
/
+1
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-2
/
+2
*
Add a hidden preference to control the size of the UI's monospaced font.
Stuart Connolly
2014-05-26
1
-4
/
+6
*
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 Save Process List panel sheet to 10.6+ SDK
Marius Ursache
2013-11-11
1
-31
/
+26
*
Cleaned up Format string is not a string literal (potentially insecure) errors
Marius Ursache
2013-11-09
1
-2
/
+2
*
- Fix process list kill query/connection actions not using the correct ID if...
rowanbeentje
2013-04-03
1
-3
/
+3
*
Split the process list controller's table view data source and delegate metho...
stuconnolly
2013-04-03
1
-64
/
+0
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-25
/
+16
*
- Fix exceptions when filtering the table process list on high-load servers ...
rowanbeentje
2012-11-19
1
-1
/
+1
*
- Add names for most threads created by Sequel Pro for easier debug
rowanbeentje
2012-10-14
1
-1
/
+2
*
- Add linebreak display in the database processes list, preventing display o...
rowanbeentje
2012-08-06
1
-2
/
+16
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-12
/
+20
*
- Change process ID tracking in the Server Processes list from using ints to...
rowanbeentje
2012-05-04
1
-19
/
+19
*
Merge outline view branch into trunk.
stuconnolly
2012-05-02
1
-1
/
+6
|
\
|
*
Bring outline view branch up to date with trunk.
stuconnolly
2012-04-16
1
-3
/
+3
|
*
Bring outline view branch up to date with trunk (r3471:r3517).
stuconnolly
2012-03-18
1
-13
/
+12
|
*
Bring outline view branch up to date with trunk (r3471:r3481).
stuconnolly
2012-02-19
1
-1
/
+1
|
*
Bring outlinew view branch up to date with trunk (r3375:3468).
stuconnolly
2012-01-22
1
-2
/
+23
|
*
Bring outline view branch up to date with trunk (r3279:r3306).
stuconnolly
2011-05-14
1
-2
/
+14
|
*
Bring outline view branch up to date with trunk (r3235:r3245), which should r...
stuconnolly
2011-03-19
1
-5
/
+5
|
*
Bring outline view branch up to date with trunk (r3203:r3224).
stuconnolly
2011-03-07
1
-2
/
+3
|
*
Apply new favorites outline view patch.
stuconnolly
2010-12-05
1
-0
/
+3
*
|
- Fix process list filtering to handle new NSNumber id/time formatting (chan...
rowanbeentje
2012-04-07
1
-2
/
+2
*
|
- Clean up SPMySQL and QueryKit inclusion and search methods, which should f...
rowanbeentje
2012-03-27
1
-1
/
+1
*
|
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-13
/
+12
*
|
- Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings
rowanbeentje
2012-02-08
1
-1
/
+1
*
|
* Fixes some localization spacing issues reported by Frédéric Latour
dmoagx
2011-09-02
1
-1
/
+1
*
|
* Fixes sorting of integer values in server process list (issue #1159)
dmoagx
2011-08-24
1
-1
/
+22
*
|
- Reorder process list initialisation to ensure FULL processlist preference ...
rowanbeentje
2011-06-13
1
-2
/
+2
*
|
Re-add the ability the show the full process list in the server processes pan...
stuconnolly
2011-05-07
1
-2
/
+14
*
|
Fix more compiler warnings.
stuconnolly
2011-03-14
1
-2
/
+2
*
|
fixed compiler warnings
sqlprodev
2011-03-01
1
-2
/
+3
|
/
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-1
/
+0
*
Tidy up.
stuconnolly
2010-10-19
1
-3
/
+3
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
Remember the width of the server process list tableview columns between appli...
stuconnolly
2010-09-26
1
-0
/
+28
*
Enable column sorting in the server processes window. Implements issue #816.
stuconnolly
2010-09-15
1
-0
/
+14
*
Remove debug.
stuconnolly
2010-05-30
1
-3
/
+1
*
Prevent spawning multiple threads for refreshing the server process list by t...
stuconnolly
2010-05-28
1
-0
/
+11
*
Rename TableDocument to SPDatabaseDocument.
stuconnolly
2010-05-28
1
-2
/
+2
*
Initial implementation of tabs:
rowanbeentje
2010-05-23
1
-2
/
+2
*
Rework alert sheets:
rowanbeentje
2010-05-09
1
-2
/
+2
*
Add extra connection checking at multiple stages of getting the server's proc...
stuconnolly
2010-04-27
1
-11
/
+14
*
Bunch of improvements to the serve processes panel, including:
stuconnolly
2010-04-24
1
-51
/
+226
*
Perform bounds checking in the process list controller's table view data sour...
stuconnolly
2010-04-23
1
-2
/
+2
*
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...
stuconnolly
2010-03-31
1
-2
/
+0
[next]