aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • re-factored and outsourced the entire CSV import field mapper sheetBibiko2010-02-164-281/+376
* • some further progress for the new csv import field mapper sheetBibiko2010-02-152-6/+45
* • corrected regexp for parsing text macro snippetsBibiko2010-02-151-3/+3
* Made Available Privs table not enabled unless a schema is selected.mltownsend2010-02-141-1/+5
* • improved text macro snippet behaviourBibiko2010-02-134-48/+90
* - Implement result view saving in a more general way within CustomQuery; now...rowanbeentje2010-02-112-20/+102
* - Tweak SPFavoriteTextFieldCell, releasing the hostname on dealloc and retai...rowanbeentje2010-02-111-1/+4
* Made it so that the host can't be null. Goes to '%' by default.mltownsend2010-02-103-1/+13
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-1010-19/+30
* Fixed some issues with the drop user/drop host commands in the user managermltownsend2010-02-094-7/+28
* - Save and restore content table sorting, filter criteria, scroll position a...rowanbeentje2010-02-093-1/+57
* Fix bug where adding a user, setting name and password, then immediately hitt...mltownsend2010-02-082-15/+32
* Disable the addition of triggers on versions of MySQL less than 5.0.2 when su...stuconnolly2010-02-072-14/+40
* - Trigger a full table reload when the table type is changed; makes relation...rowanbeentje2010-02-062-2/+4
* Localize delete relation context menu item, update Localizable.strings and us...stuconnolly2010-02-062-3/+3
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-065-186/+104
* • 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