aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • NavigatorBibiko2010-03-215-2/+222
* • NavigatorBibiko2010-03-213-40/+161
* Fix memory leak upon connection window close.stuconnolly2010-03-201-0/+1
* - Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...rowanbeentje2010-03-205-151/+349
* • Navigator progressBibiko2010-03-202-17/+190
* Allow arbitrary questions from SSH. This is necessary to support the keyboard...jakob2010-03-201-0/+29
* - Alter historyItemsHaveBeenUpdated: call on startup to be performed on main...rowanbeentje2010-03-201-1/+1
* (no commit message)Bibiko2010-03-201-6/+1
* • some improvements for navigatorBibiko2010-03-192-40/+66
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-199-75/+202
* • some progress re NavigatorBibiko2010-03-191-18/+12
* • fixed "Clear global history" really removes the global history list in t...Bibiko2010-03-181-0/+4
* • further progress for navigatorBibiko2010-03-183-20/+45
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-183-50/+59
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-185-2/+27
* Present a warning to the user when attempting to print the current table's co...stuconnolly2010-03-185-14/+74
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-174-0/+355
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-2/+4
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-172-1/+14
* • Connection Controller ViewBibiko2010-03-161-0/+17
* • fixed bug while presetting the mirrored snippets to their counterparts; t...Bibiko2010-03-161-5/+5
* • added help button to Query Favorites EditorBibiko2010-03-162-0/+6
* • Query FavoritesBibiko2010-03-164-7/+200
* Modify our current implementation of all singleton instances to be inline wit...stuconnolly2010-03-165-32/+23
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-1610-28/+26
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-153-5/+6
* Fix some potential issues found during static analysis.stuconnolly2010-03-155-10/+24
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-1512-18/+40
* Peform the removal of table fields on a background thread with the option to ...stuconnolly2010-03-141-17/+43
* • CSV Import Field MapperBibiko2010-03-141-0/+15
* - Review copyWithZone: implementations and standardise on best practice reco...rowanbeentje2010-03-143-4/+10
* Update Localizable.strings by running genstrings and remove the use of multip...stuconnolly2010-03-141-2/+2
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-142-22/+54
* • fixed printDocument validation if Custom Query is activeBibiko2010-03-131-5/+5
* Don't attempt to release the print thread at the beginning of a print operation.stuconnolly2010-03-131-4/+5
* Add additional thread cancellation checking when generating HTML for printing...stuconnolly2010-03-131-6/+4
* - Fix an exception when following a foreign key relationship to a null value...rowanbeentje2010-03-131-4/+10
* Allowing printing of empty table views to prevent crashes.stuconnolly2010-03-131-54/+39
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-134-11/+84
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+13
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-134-26/+13
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* • Extended Table Info printingBibiko2010-03-131-0/+16
* Add support for printing a table's create syntax with syntax highlighting.stuconnolly2010-03-131-6/+21
* Add support for printing the table triggers view as well some HTML generation...stuconnolly2010-03-134-13/+89
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-132-1/+11
* Lots more printing support enhancements, including:stuconnolly2010-03-138-87/+191
* Rework the running of custom queries, improving thread safety by splitting ou...rowanbeentje2010-03-122-114/+149
* Various printing support enhancements, including:stuconnolly2010-03-1211-201/+401
* • append () after completion of a stored procedureBibiko2010-03-111-2/+2