Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • 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 |