aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/Console.xib
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated stringWithCString:length: and update Console.xib after ↵stuconnolly2009-09-031-68/+784
| | | | SPQueryConsole rename.
* - Rename the preference pane 'Alerts' to 'Alerts & Logs'.stuconnolly2009-06-111-1/+1
| | | | | | - Move the new disable query logging to the 'Alerts & Logs' pane. - Hide the display of the new 'Shortcuts' toolbar item.
* Add a very basic preference to disable all query logging. This can be ↵stuconnolly2009-06-111-69/+58
| | | | expanded upon to disable different types of queries.
* • added "Show HELP statements" to MySQL ConsoleBibiko2009-04-281-18/+119
|
* - Save the state of the "Show timestamps" and "Show SELECT/SHOW statements" ↵rowanbeentje2009-04-201-17/+80
| | | | options for the console in the user preferences
* Fix console filter progress indicator position.stuconnolly2009-04-201-9/+6
|
* - Changed console window to match style of main window.avenjamin2009-04-201-178/+323
| | | | | | - New bottom bar. - Both checkboxes moved into gear button with menu. - Clear Console button has new custom image
* 'Include time stamps' console outlet was hooked up to the wrong checkbox.stuconnolly2009-04-121-13/+21
|
* Completely redesigned query console that now uses a table view instead of a ↵stuconnolly2009-03-261-0/+992
text view. This should significantly improve import speed, but most importantly resolves the crashes caused by the drawing that was being performed by the text view. Fixes issue #87 and implements #167. New console provides the following: - Live filtering - Ability to hide message time stamps - Ability to hide SELECT/SHOW statement messages - Ability to copy messages to pasteboard, including multiple messages - Ability to save the current filtered content to a file, with the option to include the message time stamps