aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where by the show/hide console menu item was not being updated w...stuconnolly2009-04-053-12/+41
* • tentative fix to suppress auto-uppercasing/syntax highlighting of table/f...Bibiko2009-04-051-2/+2
* • ADDED to SPTextViewAdditions:Bibiko2009-04-053-147/+190
* • ADDED: SPTextViewAdditions for adding global functionality to each NSText...Bibiko2009-04-052-0/+55
* - Fix an invalid reference to a missing pulldown_arrow image causing invalid...rowanbeentje2009-04-055-11/+30
* • FIXED: allow to enter dead keys esp. for non-US keyboardsBibiko2009-04-041-1/+3
* - Change the method of creating a new table to be the same as that when creat...stuconnolly2009-04-042-252/+273
* • FIXED upper case of e.g. 'order_' issueBibiko2009-04-041-18/+23
* • REARRANGED keyDown: for further changesBibiko2009-04-031-115/+278
* • ADDED copyAsRTF: to preserve syntax highlighting while copyingBibiko2009-04-031-0/+19
* - Add the ability for CMTextView to automatically capitalise SQL keywords in...rowanbeentje2009-04-035-22/+81
* - Improves autopairing to no longer autopair different quote characters with...rowanbeentje2009-04-021-1/+34
* Change the toggle console menu item's title to either 'Show' or 'Hide' console.stuconnolly2009-04-021-1/+8
* - Implemented "Clear History" in new Gear menuavenjamin2009-04-022-0/+7
* - Add a new "gear" action menu underneath the custom query view, including a...rowanbeentje2009-04-026-13/+233
* - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f...rowanbeentje2009-04-015-10/+299
* For some reason the display of the table create and update dates in the statu...stuconnolly2009-03-312-22/+7
* - Fix behaviour of the enter key to run the query again - broken in r451rowanbeentje2009-03-311-2/+2
* - Update the custom query view to preserve indentation level on newlines, to...rowanbeentje2009-03-301-0/+43
* Fix 'Clear Console' menu item, which was disabled because of missing 'clearCo...stuconnolly2009-03-302-5/+11
* - When exporting to an SQL file, disable foreign key checks, change SQL mode...rowanbeentje2009-03-281-11/+41
* - The status tab now no longer crashes when viewing Views. (Resolves Issue ...rowanbeentje2009-03-282-25/+43
* - Add a preference (currently with no UI) for connection timeoutrowanbeentje2009-03-285-52/+54
* Improve interaction with connection favorites to prevent issues saving favori...rowanbeentje2009-03-282-4/+9
* Fixed bug when using the IN filter. removed inclusion of single quotes at sta...avenjamin2009-03-271-1/+1
* Fixed bug where exporting current table would use the field terminator, enclo...avenjamin2009-03-272-14/+27
* - Fix exceptions and so saving table column width changes in databases or ta...rowanbeentje2009-03-271-6/+2
* improve labels of toolbar iconsabhibeckert2009-03-261-7/+7
* Completely redesigned query console that now uses a table view instead of a t...stuconnolly2009-03-2610-157/+556
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-264-6/+6
* - when loading texts/blobs is disabled, the table view now shows "(not loaded...jakob2009-03-262-19/+114
* Scale print image horizontallybamse162009-03-261-1/+1
* - updated the backtickQuotedString method to be 10.4 compatible (and to compi...jakob2009-03-261-1/+1
* Reset print settings, so we're not prompted about saving thembamse162009-03-261-0/+3
* - updated the backtickQuotedString method to be 10.4 compatiblejakob2009-03-261-1/+16
* Enabled Page Setup for printing, so now you can print landscape toobamse162009-03-261-1/+2
* - Refactor custom query results redrawing code and reset view position to av...rowanbeentje2009-03-251-23/+17
* Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so...rowanbeentje2009-03-251-3/+7
* Added hidden preference to automatically select the last favorite you used.bamse162009-03-241-0/+6
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-2410-101/+217
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+4
* Issue 201: Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-231-4/+14
* Issue 194: reload table list deselects tablesbamse162009-03-231-1/+13
* Issue 202: NULL is prefilled in a non-NULL text fieldbamse162009-03-221-1/+6
* Issue #201 Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-223-48/+65
* - Added tooltips to action button menu itemsavenjamin2009-03-222-2/+15
* - Removed old no longer used images.avenjamin2009-03-211-1/+6
* - changed the status message after executing a custom query to read "1 row af...jakob2009-03-201-11/+27
* SPSQLParser changes:rowanbeentje2009-03-1910-201/+574
* As Rowan's suggestion, I've replaced older/younger with after/beforebamse162009-03-191-1/+1