aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DatabaseProcessList.xib
Commit message (Collapse)AuthorAgeFilesLines
* Make XIB versions consistent and remove Xcode 8 restriction.Stuart Connolly2017-03-281-3/+3
|
* #2735: Fix process list window button issues.Stuart Connolly2017-03-181-15/+15
|
* Fix console message about missing images (bug in Xcodes IB converter)Max2016-07-101-1/+1
|
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-2282/+444
|
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-131-2/+2
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-15/+72
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Another attempt to fix the cog menus on 10.10Max2014-11-211-28/+183
| | | | | | | Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6.
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-2/+2
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-1907/+634
|
* Re-add the ability the show the full process list in the server processes ↵stuconnolly2011-05-071-15/+75
| | | | panel. Fixes issue #1036.
* * Little translation GUI QA - still many bugs in ExportViewdmoagx2011-01-161-30/+66
|
* 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.