aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-25 22:16:56 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-25 22:16:56 +0000
commit90002d731b137988e4462374e35220db86731086 (patch)
treed92bb03c60379672eccf7a89f7d5b2e405dd2896 /Source/TableDocument.m
parentfa5f69379821283787e66405c7a6bd43dc16a71e (diff)
downloadsequelpro-90002d731b137988e4462374e35220db86731086.tar.gz
sequelpro-90002d731b137988e4462374e35220db86731086.tar.bz2
sequelpro-90002d731b137988e4462374e35220db86731086.zip
Bunch of improvements to the server process list viewer, including:
- It is now a separate window like the console to enable monitoring. - It now uses the same window style as the console. - The ability to show or hide the process ID, column. This could possibly be enabled for some of the other columns as well, suggestions? - The ability to enable or disable the use of SHOW FULL PROCESSLIST or just SHOW PROCESSLIST. This implements most of the enhancements requested in issue #607, with the exception of the option to enable auto-refresh, which is still being worked on.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index e764a44f..163f6d8b 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -976,7 +976,7 @@
[prefs addObserver:processListController forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL];
}
- [processListController displayProcessListSheetAttachedToWindow:tableWindow];
+ [processListController displayProcessListWindow];
}
/**