aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-022-27/+46
* First stab at Schema Privileges. A UI redesign is on its way. Please test o...mltownsend2010-02-025-10/+375
* • fixed in CMTextView several NSInteger which has to be NSUInteger; this le...Bibiko2010-02-021-21/+21
* • sped up Query Editor for larger textBibiko2010-02-013-109/+123
* - Check whether super implement awakeFromNib before calling to fix 10.5 comp...rowanbeentje2010-02-011-1/+3
* • CMTextView: switch off syntax highlighting if text buffer size is larger ...Bibiko2010-02-013-6/+87
* • re-enabled possibility to change the font size of non-editable CMTextView...Bibiko2010-02-011-2/+2
* • Added basic print support for each CMTextViewBibiko2010-02-012-39/+63
* • improved text macro snippet logicBibiko2010-02-011-17/+19
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-313-98/+26
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-318-0/+646
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-309-85/+130
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-304-200/+211
* • suppress the display of table cell tooltips if TableDocument isWorking to...Bibiko2010-01-302-2/+2
* • added observer for all Query Editor colors to avoid initialising colors e...Bibiko2010-01-303-96/+139
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-304-67/+158
* - Bugfix: when the number of table columns for a content result set no longe...rowanbeentje2010-01-301-3/+18
* • bound three finger multi-touch right/left swipe event to go back/forward ...Bibiko2010-01-291-0/+15
* • text macro logicBibiko2010-01-292-20/+31
* • further tiny improvements to avoid exceptional cases while highlighting t...Bibiko2010-01-292-4/+20
* • fixed some issues and improved the text macro behaviourBibiko2010-01-292-63/+61
* • text macro improvementsBibiko2010-01-281-5/+44
* * removed a stray NSLog()jakob2010-01-281-3/+3
* * fixed typo that prevented the document window from closing when choosing 'd...jakob2010-01-282-4/+5
* - removed two occurances of runModalForWindow: when asking questions for the ...jakob2010-01-282-57/+89
* • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1Bibiko2010-01-282-8/+14
* • ESC completionBibiko2010-01-281-15/+9
* * renaming a table/view/proc/func now doesn't open a sheet anymorejakob2010-01-282-121/+113
* • SPQueryFavoriteManagerBibiko2010-01-281-1/+1
* * Fixed #484 (renaming tables where only the case changed)jakob2010-01-281-214/+184
* • Query Favorite text macroBibiko2010-01-271-19/+24
* • improved the graphical representation of text macro snippetsBibiko2010-01-273-7/+22
* • query favorite snippet session (text macro)Bibiko2010-01-271-1/+49
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-272-3/+4
* - Ensure the main toolbar items aren't selectable during a task to prevent o...rowanbeentje2010-01-261-0/+1
* • corrected regex to trigger table/db reload after executing a query in the...Bibiko2010-01-261-2/+3
* • query favorite snippet sessionBibiko2010-01-261-1/+3
* • allow user to define nested snippets inside of the query favoritesBibiko2010-01-261-252/+325
* • further improvements to allow to insert programmable query favorites (as ...Bibiko2010-01-254-51/+153
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-246-9/+196
* Improve Disconnection on connection loss:rowanbeentje2010-01-244-21/+45
* Fix comment typo as a result of recent change.stuconnolly2010-01-231-1/+1
* • bound Custom Query gear menu item "Completion List" (CTRL key is recogni...Bibiko2010-01-222-14/+15
* Restore default behaviour of bringing the most recent window to the front whe...stuconnolly2010-01-221-1/+3
* - When exporting CSVs containing linebreaks, no longer escape those linebrea...rowanbeentje2010-01-221-7/+5
* • updated/added syntax highlighting tokens and completion suggestionsBibiko2010-01-212-8/+25
* Trim leading and trailing whitespace and newlines from the host and SSH host ...stuconnolly2010-01-211-0/+6
* • tiny undo improvement for completionBibiko2010-01-211-0/+1
* • added call to update the completion list to neuralgic placesBibiko2010-01-214-2/+45
* • avoid updating TablesList for queries in Custom Query Editor à la "SHOW ...Bibiko2010-01-211-1/+1