aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Bibiko2010-03-202-7/+5
* • some improvements for navigatorBibiko2010-03-193-45/+76
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-1911-83/+230
* Change 'Table font' preference label to 'Table content font' to make it clear...stuconnolly2010-03-191-125/+164
* - Clean up connection unlocking to prevent race conditions causing logged wa...rowanbeentje2010-03-191-5/+7
* - Improve thread locking in certain thread conditionsrowanbeentje2010-03-191-1/+1
* • 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
* - Move streaming query result connection unlocking to the download thread ra...rowanbeentje2010-03-181-3/+4
* • further progress for navigatorBibiko2010-03-184-51/+643
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-187-70/+397
* - 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
* - Enable Sparkle anonymous stat collectionrowanbeentje2010-03-171-0/+2
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-176-0/+1544
* Add the running of genstrings(1) at the start of the general build script to ...stuconnolly2010-03-171-2/+18
* Consolidate all localizable content in the Resources/ directory and only use ...stuconnolly2010-03-1727-100/+85
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-172-8/+14
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-172-1/+14
* • Connection Controller ViewBibiko2010-03-162-15/+72
* • fixed bug while presetting the mirrored snippets to their counterparts; t...Bibiko2010-03-161-5/+5
* • added help button to Query Favorites EditorBibiko2010-03-163-22/+225
* • 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-1614-36/+48
* 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-1515-25/+48
* 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-142-2/+2
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-142-22/+54
* Uppercase menu items.stuconnolly2010-03-141-14/+805
* • fixed printDocument validation if Custom Query is activeBibiko2010-03-131-5/+5
* - Update feedback reporting framework to no longer submit crash logs on firs...rowanbeentje2010-03-131-0/+0
* 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-133-0/+17
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-135-26/+16
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* • Extended Table Info printingBibiko2010-03-131-0/+16
* Complete the Sparkle update, re-adding the updated nibsrowanbeentje2010-03-1325-0/+0
* Apply a number of updates to the Sparkle autoupdate framework from the github...rowanbeentje2010-03-1381-1916/+4
* Add support for printing a table's create syntax with syntax highlighting.stuconnolly2010-03-132-7/+24
* 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-133-35/+54