aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Trigger a full table reload when the table type is changed; makes relation...rowanbeentje2010-02-063-51/+58
* Localize delete relation context menu item, update Localizable.strings and us...stuconnolly2010-02-063-3/+3
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-066-290/+1026
* - Tweak the background colours of the NSTableView behind the table filter so...rowanbeentje2010-02-061-15/+20
* - Restore a missing link between TableDocument and TableRelationsInstance. ...rowanbeentje2010-02-061-362/+77
* • 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-055-146/+183
* (no commit message)Bibiko2010-02-051-5/+7
* • fixed endless loop if user selects a table whose name contains chars whic...Bibiko2010-02-054-18/+32
* • 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-055-48/+336
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-059-370/+314
* • bound ⌥⌘H to Mac's default "Hide others"; fixes i561Bibiko2010-02-042-47/+38
* Fix for issue #560. Still needs validation on hitting Apply, but fixes the i...mltownsend2010-02-043-77/+136
* • 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-035-35/+269
* 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-022-272/+273
* Fix weird issue with lines not compiling in release mode.mltownsend2010-02-021-4/+4
* Refresh function added to user manager.mltownsend2010-02-022-10/+11
* • further work on SPFieldMapperControllerBibiko2010-02-023-26/+342
* • CMTextViewBibiko2010-02-022-8/+11
* • fixed partially syntax highlighting for very very long linesBibiko2010-02-021-7/+25
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-023-112/+100
* First stab at Schema Privileges. A UI redesign is on its way. Please test o...mltownsend2010-02-026-24/+1529
* • 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-015-52/+180
* • 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-013-92/+1170
* • 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-3111-116/+1839
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-3011-120/+448
* 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
* Fix bugs introduced by last commit.avenjamin2010-01-302-257/+291
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-304-67/+158
* Update to BWToolkit 1.2.5avenjamin2010-01-3012-275/+28
* - 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