aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DatabaseProcessList.xib
Commit message (Collapse)AuthorAgeFilesLines
* Enable column sorting in the server processes window. Implements issue #816.stuconnolly2010-09-151-1/+41
|
* Add keyboard shortcut shift+cmd+R to enable/disable the server processes ↵stuconnolly2010-09-151-3/+12
| | | | auto-refresh. Completes issue #817.
* Enable alternating rows in the database processes table view. Implements ↵stuconnolly2010-09-141-7/+7
| | | | issue #815.
* * Fix string width as reported by Alexander Vasiliev (ru)dmoagx2010-09-121-29/+36
| | | | * Make the table status tab date formatter use medium style or the string would be too large at smallest window width
* • resized some gui elements for localisationBibiko2010-07-071-8/+145
|
* Fix the tooltip of the 'Show Process ID' menuitem in the server processes ↵stuconnolly2010-06-291-15/+36
| | | | panel. Thanks Max.
* Fix the tooltip of the refresh process list button as well as assigning it ↵stuconnolly2010-06-051-12/+31
| | | | the shodtcut Cmd+R. Fixes issue #717.
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-241-47/+793
| | | | | | | | | | - MCPKit's listProcesses (mysql_list_processes) method is now used, instead of running the query ourselves. - The ability to set whether or not the list is auto refreshed. - The ability to set the autorefresh interval, either via the presets or by entering a custom value (the interface for this might need updating). - Get the process list is now performed on a background thread. This completes the implementation of issue #607.
* Bunch of improvements to the server process list viewer, including:stuconnolly2010-03-251-274/+513
| | | | | | | | | | - 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.
* Database process list table view should not be editable.stuconnolly2009-11-161-10/+4
|
* Increase database process list and variables table views row height to match ↵stuconnolly2009-11-141-3/+3
| | | | that of all the others.
* In the process list sheet, give the refresh button the key equivalent cmd+R.stuconnolly2009-11-121-4/+4
|
* - New server processes panel, accessible via the 'Database' menu and ↵stuconnolly2009-11-121-0/+2035
alt+cmd+P. Includes the ability to kill queries and connections as well as live filtering support and the ability to save all processes or the current filtered set to a file. Implements issue #458. - Reorganise 'Database' menu. - Give 'Flush Privileges' key equivalent of shift+cmd+F.