aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • initial implementation of bash execution inside ${x:…} snippetsBibiko2010-02-061-25/+52
* • further preparations to allow to run any bash command(s) incl. any script...Bibiko2010-02-062-0/+59
* • improved completion behaviour of suggestions containing spaces; a second ...Bibiko2010-02-052-5/+12
* • some further work at the new field mapper sheetBibiko2010-02-054-12/+38
* (no commit message)Bibiko2010-02-051-5/+7
* • fixed endless loop if user selects a table whose name contains chars whic...Bibiko2010-02-052-2/+6
* • fixed synchronisation of history lists if more than one instance of the s...Bibiko2010-02-053-32/+25
* • forgotten to remove debug logsBibiko2010-02-051-2/+0
* • refactored the entire history logic in Custom QueryBibiko2010-02-054-31/+107
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-058-369/+313
* Fix for issue #560. Still needs validation on hitting Apply, but fixes the i...mltownsend2010-02-042-4/+59
* • fixed undo behaviour of insertion of history/query favsBibiko2010-02-042-5/+17
* Patch to filter available privs by what the server supportsmltownsend2010-02-031-2/+1
* • improved error handling in Structure View for adding/renaming/removing a ...Bibiko2010-02-033-4/+37
* • field mapping sheet is now document-modal instead of blocking SP entirelyBibiko2010-02-034-11/+71
* Fixed refresh problem on the schema privsmltownsend2010-02-031-0/+3
* - When copying (as TSV) or dragging rows, copy BLOBs and binary TEXTs as the...rowanbeentje2010-02-031-6/+21
* Moved the schema priv tab over and selected first host if user is selected wh...mltownsend2010-02-021-1/+2
* Fix weird issue with lines not compiling in release mode.mltownsend2010-02-021-4/+4
* Refresh function added to user manager.mltownsend2010-02-021-6/+7
* • further work on SPFieldMapperControllerBibiko2010-02-022-2/+136
* • CMTextViewBibiko2010-02-021-1/+4
* • fixed partially syntax highlighting for very very long linesBibiko2010-02-021-7/+25
* • 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