Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase row size of console table view. | stuconnolly | 2009-11-14 | 1 | -26/+19 |
| | |||||
* | Replace deprecated stringWithCString:length: and update Console.xib after ↵ | stuconnolly | 2009-09-03 | 1 | -68/+784 |
| | | | | SPQueryConsole rename. | ||||
* | - Rename the preference pane 'Alerts' to 'Alerts & Logs'. | stuconnolly | 2009-06-11 | 1 | -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 ↵ | stuconnolly | 2009-06-11 | 1 | -69/+58 |
| | | | | expanded upon to disable different types of queries. | ||||
* | • added "Show HELP statements" to MySQL Console | Bibiko | 2009-04-28 | 1 | -18/+119 |
| | |||||
* | - Save the state of the "Show timestamps" and "Show SELECT/SHOW statements" ↵ | rowanbeentje | 2009-04-20 | 1 | -17/+80 |
| | | | | options for the console in the user preferences | ||||
* | Fix console filter progress indicator position. | stuconnolly | 2009-04-20 | 1 | -9/+6 |
| | |||||
* | - Changed console window to match style of main window. | avenjamin | 2009-04-20 | 1 | -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. | stuconnolly | 2009-04-12 | 1 | -13/+21 |
| | |||||
* | Completely redesigned query console that now uses a table view instead of a ↵ | stuconnolly | 2009-03-26 | 1 | -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 |