aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • added ConsoleShowHelps key (TRUE) to the default plistBibiko2009-04-281-0/+2
* • added "Show HELP statements" to MySQL ConsoleBibiko2009-04-284-31/+197
* • some minor cosmetics for the MySQL HelpBibiko2009-04-281-14/+14
* • improved MySQL Help GUI resize behaviourBibiko2009-04-272-12/+49
* • MySQL Help improvedBibiko2009-04-273-294/+814
* • MySQL Help improvedBibiko2009-04-273-164/+432
* - Change disk image compression from UBZO to UBDZ - 10.4+, which is fine, an...rowanbeentje2009-04-251-1/+1
* • added a prototype to support an Help view for the current word in the Cus...Bibiko2009-04-244-17/+451
* - Add support for click and click-and-drag selection when the line number vi...rowanbeentje2009-04-242-1/+67
* - Ensure that the structure view is always selected on program launch, whate...rowanbeentje2009-04-232-100/+30
* - Clean up some edge cases with "Run current"/"Run previous", and rework the...rowanbeentje2009-04-231-66/+76
* • updated completion list and added core functionsBibiko2009-04-232-8/+333
* Replace in console, new lines (\n) with spacebamse162009-04-231-2/+2
* • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ...Bibiko2009-04-234-19/+74
* • improved menu item title logic for the gear menu and main menu according ...Bibiko2009-04-231-13/+27
* • ADDED support to duplicate viewsBibiko2009-04-233-23/+64
* • synchronized gear menu titles for "Remove table/view" according to select...Bibiko2009-04-233-10/+142
* • FIXED: now it's possible to remove view(s) in the TableListBibiko2009-04-222-29/+65
* • FIXED added a ; to the separator list for gathering all words used in the...Bibiko2009-04-221-1/+1
* Clean up print cssbamse162009-04-221-9/+1
* Fix for issue #238. Convert the console message to uppercase when performing ...stuconnolly2009-04-221-2/+2
* • CHANGED: if an error occurs in a series of queries the user will be asked...Bibiko2009-04-222-32/+209
* • corrected the url for Hans-Jörg BibikoBibiko2009-04-221-1/+2
* Add Shortcut key for Selecting Database: CMD + SHIFT + Tmattlangtree2009-04-221-22/+18
* - Fixed an issue causing a crash with large SQL imports. NSLog was dumping th...avenjamin2009-04-222-2/+14
* • slightly improved "Run Previous" detectionBibiko2009-04-211-4/+26
* • FIXED: synchronized "Run Current/Selection/Previous" button appearance wi...Bibiko2009-04-212-43/+84
* • added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;Bibiko2009-04-212-0/+9
* • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index inText:(NSSt...Bibiko2009-04-212-1/+2
* - Increment version numbers to 0.9.5rowanbeentje2009-04-212-3/+3
* - Add support for "Run previous" in the custom query text field; this behavi...rowanbeentje2009-04-212-13/+59
* - Save the state of the "Show timestamps" and "Show SELECT/SHOW statements" ...rowanbeentje2009-04-203-23/+90
* - If filters are active and adding messages to the console, ensure the save/...rowanbeentje2009-04-201-0/+2
* Fix console filter progress indicator position.stuconnolly2009-04-201-9/+6
* - Dereferenced the following 2 xibs until they are implemented:avenjamin2009-04-201-24/+0
* - Changed console window to match style of main window.avenjamin2009-04-205-181/+334
* - Replaced Favorites image in prefs with our own custom one.avenjamin2009-04-201-0/+0
* • added selectLineNumber:x to CMTextView to be able to select the line xBibiko2009-04-204-3/+74
* • quick fix of the resizing behaviour of Content View's search bar itemsBibiko2009-04-201-129/+143
* - New network icon for preferences toolbar avenjamin2009-04-201-0/+0
* - Build upon documentation lookup by looking up exact manual pages that corre...stuconnolly2009-04-194-9/+26
* Add a slightly modified patch to lookup up the selected text in the custom qu...stuconnolly2009-04-192-6/+51
* Typo.stuconnolly2009-04-191-1/+1
* Fix build warnings complaining about duplicate definitions of display: in NSV...stuconnolly2009-04-182-34/+30
* Make SPPreferenceController the delegate of the favorites manager splitview a...stuconnolly2009-04-182-73/+51
* - Ensure that arrays and dictionaries from prefs which are being upgraded ar...rowanbeentje2009-04-181-2/+2
* Increase the default size of DBView in order to increase the size of the tabl...stuconnolly2009-04-181-1322/+1316
* - Rework the query console logic. This fixes a memory leak caused by a muta...rowanbeentje2009-04-182-135/+162
* - Update delete table and database warning messages to be more user friendly ...stuconnolly2009-04-174-20/+31
* - Cleaned up connection sheet "Edit" buttonavenjamin2009-04-173-268/+362