aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • removed initial transition of insertion NSNull into table's dataSource fr...Bibiko2010-02-192-11/+8
* • fixed color setting for editing a table cell which is set to NULL if tabl...Bibiko2010-02-192-9/+15
* • fixed bug for Content Filter Editor, now $CURRENT_FIELD will be replaced ...Bibiko2010-02-191-3/+2
* • added the chance to the user-defined Content Filter Editor to specify whe...Bibiko2010-02-193-18/+46
* • CMTextView completionBibiko2010-02-191-1/+7
* • CSV Import Field MapperBibiko2010-02-191-7/+45
* - Fix a data storage incorrect reassignment after a realloc - cause of sourc...rowanbeentje2010-02-191-5/+4
* • fixed threading issue if user performs query in Custom Query all the time...Bibiko2010-02-182-9/+3
* • CSV Import Field MapperBibiko2010-02-182-16/+22
* • CSV Import Field MapperBibiko2010-02-181-2/+27
* • CSV Import Field MapperBibiko2010-02-181-1/+1
* • CSV Import Field MapperBibiko2010-02-184-3/+61
* • TableDumpBibiko2010-02-172-25/+18
* • further progress for 'add global source value'Bibiko2010-02-174-95/+255
* • csv file import mapperBibiko2010-02-174-11/+28
* • csv field mapperBibiko2010-02-162-5/+53
* • csv field mapperBibiko2010-02-162-3/+34
* • csv field mapperBibiko2010-02-162-6/+45
* • removed arrowsBibiko2010-02-162-7/+19
* • field mapper controllerBibiko2010-02-163-9/+19
* • 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