aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPProcessListController.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-44/+41
* merge SPExportController (part of #2789)Max2018-01-201-1/+65
* Fix the way „Kill Query“ / „Kill Connection“ acquires the ID to preve...Max2017-05-041-13/+34
* Fix table triggers view not reacting to UI preference changes. Also, move the...Stuart Connolly2017-03-181-6/+28
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-7/+2
* Fix typo when exporting processes listQuentin Mazars-Simon2017-02-241-1/+1
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-4/+10
* Experimental change to see if it improves #2114 (crashes in server process list)Max2015-06-161-2/+6
* Formalize [x release], x = nil; conventionMax2015-01-041-5/+5
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Add cast for [NSApp delegate]Max2014-12-131-2/+2
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-4/+6
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Updated Save Process List panel sheet to 10.6+ SDKMarius Ursache2013-11-111-31/+26
* Cleaned up Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-2/+2
* - Fix process list kill query/connection actions not using the correct ID if...rowanbeentje2013-04-031-3/+3
* Split the process list controller's table view data source and delegate metho...stuconnolly2013-04-031-64/+0
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-25/+16
* - Fix exceptions when filtering the table process list on high-load servers ...rowanbeentje2012-11-191-1/+1
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-1/+2
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-061-2/+16
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
* - Change process ID tracking in the Server Processes list from using ints to...rowanbeentje2012-05-041-19/+19
* Merge outline view branch into trunk.stuconnolly2012-05-021-1/+6
|\
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-161-3/+3
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-181-13/+12
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-1/+1
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-2/+23
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-2/+14
| * Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-5/+5
| * Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-2/+3
| * Apply new favorites outline view patch.stuconnolly2010-12-051-0/+3
* | - Fix process list filtering to handle new NSNumber id/time formatting (chan...rowanbeentje2012-04-071-2/+2
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-1/+1
* | Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-13/+12
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-1/+1
* | * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-021-1/+1
* | * Fixes sorting of integer values in server process list (issue #1159)dmoagx2011-08-241-1/+22
* | - Reorder process list initialisation to ensure FULL processlist preference ...rowanbeentje2011-06-131-2/+2
* | Re-add the ability the show the full process list in the server processes pan...stuconnolly2011-05-071-2/+14
* | Fix more compiler warnings.stuconnolly2011-03-141-2/+2
* | fixed compiler warningssqlprodev2011-03-011-2/+3
|/
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up.stuconnolly2010-10-191-3/+3
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Remember the width of the server process list tableview columns between appli...stuconnolly2010-09-261-0/+28
* Enable column sorting in the server processes window. Implements issue #816.stuconnolly2010-09-151-0/+14
* Remove debug.stuconnolly2010-05-301-3/+1
* Prevent spawning multiple threads for refreshing the server process list by t...stuconnolly2010-05-281-0/+11