Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow all interfaces to be opened in Xcode 4. | Stuart Connolly | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | Allow all interfaces to be opened in Xcode 4. | Stuart Connolly | 2014-01-19 | 1 | -1907/+634 |
| | |||||
* | Re-add the ability the show the full process list in the server processes ↵ | stuconnolly | 2011-05-07 | 1 | -15/+75 |
| | | | | panel. Fixes issue #1036. | ||||
* | * Little translation GUI QA - still many bugs in ExportView | dmoagx | 2011-01-16 | 1 | -30/+66 |
| | |||||
* | Enable column sorting in the server processes window. Implements issue #816. | stuconnolly | 2010-09-15 | 1 | -1/+41 |
| | |||||
* | Add keyboard shortcut shift+cmd+R to enable/disable the server processes ↵ | stuconnolly | 2010-09-15 | 1 | -3/+12 |
| | | | | auto-refresh. Completes issue #817. | ||||
* | Enable alternating rows in the database processes table view. Implements ↵ | stuconnolly | 2010-09-14 | 1 | -7/+7 |
| | | | | issue #815. | ||||
* | * Fix string width as reported by Alexander Vasiliev (ru) | dmoagx | 2010-09-12 | 1 | -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 localisation | Bibiko | 2010-07-07 | 1 | -8/+145 |
| | |||||
* | Fix the tooltip of the 'Show Process ID' menuitem in the server processes ↵ | stuconnolly | 2010-06-29 | 1 | -15/+36 |
| | | | | panel. Thanks Max. | ||||
* | Fix the tooltip of the refresh process list button as well as assigning it ↵ | stuconnolly | 2010-06-05 | 1 | -12/+31 |
| | | | | the shodtcut Cmd+R. Fixes issue #717. | ||||
* | Bunch of improvements to the serve processes panel, including: | stuconnolly | 2010-04-24 | 1 | -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: | stuconnolly | 2010-03-25 | 1 | -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. | stuconnolly | 2009-11-16 | 1 | -10/+4 |
| | |||||
* | Increase database process list and variables table views row height to match ↵ | stuconnolly | 2009-11-14 | 1 | -3/+3 |
| | | | | that of all the others. | ||||
* | In the process list sheet, give the refresh button the key equivalent cmd+R. | stuconnolly | 2009-11-12 | 1 | -4/+4 |
| | |||||
* | - New server processes panel, accessible via the 'Database' menu and ↵ | stuconnolly | 2009-11-12 | 1 | -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. |